
h1, h2, h3, h4, h5, h6 {
    color: #1d2127;
    font-weight: 200;
    letter-spacing: -1px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

h1 {
    font-size: 2.6em;
	font-weight: 400;
    line-height: 44px;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
h2 {
    font-size: 2.2em;
    font-weight: 600;
    line-height: 42px;
    margin: 20px 0;
}
h3 {
    font-size: 1.8em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 24px;
	margin: 20px 0;    
}
h4 {
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 27px;
	margin: 20px 0;
}

h5 {
    font-size: 1em;
    font-weight: 400;
	color: #3d6c88;
    letter-spacing: normal;
    line-height: 18px;
	margin: 10px 0 20px 0;
}
h5 img { margin: 10px 0 10px 0; }

h6 {
    color: #333333;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
	margin: 20px 0;
}

h1.big {
    font-size: 4.2em;
    line-height: 54px;
}
h1.small {
    font-size: 2.2em;
    font-weight: 600;
    line-height: 42px;
}
h1.short {
    margin-bottom: 15px;
}
h2.short {
    margin-bottom: 15px;
}
h3.short, h4.short, h5.short, h6.short {
    margin-bottom: 9px;
}
h1.shorter, h2.shorter, h3.shorter, h4.shorter, h5.shorter, h6.shorter {
    margin-bottom: 0;
}
h1.tall, h2.tall, h3.tall, h4.tall, h5.tall, h6.tall {
    margin-bottom: 33px;
}
h1.taller, h2.taller, h3.taller, h4.taller, h5.taller, h6.taller {
    margin-bottom: 44px;
}
h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {
    margin-top: 22px;
}
h1.more-spaced, h2.more-spaced, h3.more-spaced, h4.more-spaced, h5.more-spaced, h6.more-spaced {
    margin-top: 44px;
}
h1.dark, h2.dark, h3.dark, h4.dark, h5.dark {
    color: #1d2127;
}
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {
    color: #ffffff;
}
h1.text-shadow, h2.text-shadow, h3.text-shadow, h4.text-shadow, h5.text-shadow, h6.text-shadow {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.heading.heading-border {
    margin-bottom: 25px;
}
.heading.heading-border h1, .heading.heading-border h2, .heading.heading-border h3, .heading.heading-border h4, .heading.heading-border h5, .heading.heading-border h6 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.heading.heading-bottom-border h1 {
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    padding-bottom: 10px;
}
.heading.heading-bottom-border h2, .heading.heading-bottom-border h3 {
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    padding-bottom: 10px;
}
.heading.heading-bottom-border h4, .heading.heading-bottom-border h5, .heading.heading-bottom-border h6 {
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 5px;
}
.heading.heading-bottom-double-border h1, .heading.heading-bottom-double-border h2, .heading.heading-bottom-double-border h3 {
    border-bottom-color: #dbdbdb;
    border-bottom-style: double;
    border-bottom-width: 3px;
    padding-bottom: 10px;
}
.heading.heading-bottom-double-border h4, .heading.heading-bottom-double-border h5, .heading.heading-bottom-double-border h6 {
    border-bottom-color: #dbdbdb;
    border-bottom-style: double;
    border-bottom-width: 3px;
    padding-bottom: 5px;
}
.heading.heading-middle-border {
    position: relative;
}
.heading.heading-middle-border::before {
    border-top-color: #dbdbdb;
    border-top-style: solid;
    border-top-width: 1px;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
}
.heading.heading-middle-border h1, .heading.heading-middle-border h2, .heading.heading-middle-border h3, .heading.heading-middle-border h4, .heading.heading-middle-border h5, .heading.heading-middle-border h6 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    display: inline-block;
    position: relative;
}
.heading.heading-middle-border h1 {
    padding-right: 15px;
}
.heading.heading-middle-border h2, .heading.heading-middle-border h3 {
    padding-right: 10px;
}
.heading.heading-middle-border h4, .heading.heading-middle-border h5, .heading.heading-middle-border h6 {
    padding-right: 5px;
}
.heading.heading-middle-border-reverse {
    text-align: right;
}
.heading.heading-middle-border-reverse h1, .heading.heading-middle-border-reverse h2, .heading.heading-middle-border-reverse h3, .heading.heading-middle-border-reverse h4, .heading.heading-middle-border-reverse h5, .heading.heading-middle-border-reverse h6 {
    padding-right: 0;
}
.heading.heading-middle-border-reverse h1 {
    padding-left: 15px;
}
.heading.heading-middle-border-reverse h2, .heading.heading-middle-border-reverse h3 {
    padding-left: 10px;
}
.heading.heading-middle-border-reverse h4, .heading.heading-middle-border-reverse h5, .heading.heading-middle-border-reverse h6 {
    padding-left: 5px;
}
.heading.heading-middle-border-center {
    text-align: center;
}
.heading.heading-middle-border-center h1 {
    padding-left: 15px;
    padding-right: 15px;
}
.heading.heading-middle-border-center h2, .heading.heading-middle-border-center h3 {
    padding-left: 10px;
    padding-right: 10px;
}
.heading.heading-middle-border-center h4, .heading.heading-middle-border-center h5, .heading.heading-middle-border-center h6 {
    padding-left: 5px;
    padding-right: 5px;
}
.heading.heading-border-xs::before {
    border-top-width: 1px;
}
.heading.heading-border-sm::before {
    border-top-width: 2px;
}
.heading.heading-border-lg::before {
    border-top-width: 3px;
}
.heading.heading-border-xl::before {
    border-top-width: 5px;
}
.modal-header h3 {
    color: #333333;
    text-transform: none;
}
@media (max-width: 479px) {
h2 {
    line-height: 40px;
}
}
@media (max-width: 767px) {
h1.big {
    font-size: 3.2em;
    line-height: 42px;
}
}
blockquote {
    font-size: 1em;
}
blockquote.with-borders {
    border-bottom-color: #dfdfdf;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #ececec;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ececec;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #dfdfdf;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}
p {
    color: #252c33;
	font-size: 16px;
	font-weight: 500;
    line-height: 24px;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
p.featured {
    font-size: 1.6em;
    line-height: 1.5em;
}
p.short {
    margin-bottom: 0;
}
p.tall {
    margin-bottom: 20px;
}
p.taller {
    margin-bottom: 40px;
}
p .alternative-font {
    display: inline-block;
    margin-bottom: -6px;
    margin-top: -15px;
    position: relative;
    top: 3px;
}
a, a:hover, a:focus {
    color: #cccccc;
}
p.drop-caps:first-child::first-letter {
    float: right;
    font-family: Georgia;
    font-size: 75px;
    line-height: 60px;
    margin-left: 5px;

    margin-top: 5px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
}
p.drop-caps.drop-caps-style-2:first-child::first-letter {
    background-color: #cccccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
    margin-left: 5px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
}
.alternative-font {
    color: #cccccc;
    font-family: "Shadows Into Light",cursive;
    font-size: 1.6em;
}
ul.nav-list li {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
}
ul.nav-list li a {
    border-bottom-color: #ededde;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #000000;
    display: block;
    font-size: 0.9em;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    transition-delay: 0s;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: ease;
}
ul.nav-list li a::before {
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-left-color: #333333;
    border-left-style: solid;
    border-left-width: 4px;
    border-top-color: rgba(0, 0, 0, 0);
    border-top-style: solid;
    border-top-width: 4px;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 10px;
    margin-right: 5px;
    position: relative;
    width: 0;
}
ul.nav-list li a:hover {
    background-color: #eeeeee;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
ul.nav-list li.active > a {
    font-weight: bold;
}
ul.nav-list li ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 25px;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
ul.nav-list li:last-child a {
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
}
ul.nav-list.hide-not-active li ul {
    display: none;
}
ul.nav-list.hide-not-active li.active ul {
    display: block;
}
ul.nav-list.show-bg-active .active > a {
    background-color: #f5f5f5;
}
ul.nav-list.show-bg-active .active > a:hover {
    background-color: #eeeeee;
}
ul.narrow li a {
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
}
ul.nav-pills > li.active > a {
    background-color: #cccccc;
}
ul.nav-pills > li.active > a:hover, ul.nav-pills > li.active > a:focus {
    background-color: #cccccc;
}
.btn {
    transition-delay: 0s;
    transition-duration: 0.1s;
    transition-property: all;
    transition-timing-function: ease;
}
.btn-default {
    color: #666666;
}
.btn-icon i {
    margin-left: 10px;
}
.btn-icon-right i {
    margin-left: 0;
    margin-right: 10px;
}
.btn-primary {
    background-color: #cccccc;
    border-bottom-color: #b3b3b3;
    border-left-color: #cccccc;
    border-right-color: #cccccc;
    border-top-color: #cccccc;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary:hover {
    background-color: #d9d9d9;
    border-bottom-color: #bfbfbf;
    border-left-color: #d9d9d9;
    border-right-color: #d9d9d9;
    border-top-color: #d9d9d9;
    color: #ffffff;
}
.btn-primary:active, .btn-primary:focus {
    background-color: #bfbfbf;
    border-bottom-color: #bfbfbf;
    border-left-color: #bfbfbf;
    border-right-color: #bfbfbf;
    border-top-color: #bfbfbf;
    color: #ffffff;
}
.btn-primary.dropdown-toggle {
    border-left-color: #bfbfbf;
}
.btn-primary[disabled] {
    background-color: #ffffff;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
    border-right-color: #ffffff;
    border-top-color: #ffffff;
    color: #cccccc;
}
.btn-success {
    background-color: #47a447;
    border-bottom-color: #388038;
    border-left-color: #47a447;
    border-right-color: #47a447;
    border-top-color: #47a447;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-success:hover {
    background-color: #51b451;
    border-bottom-color: #3f923f;
    border-left-color: #51b451;
    border-right-color: #51b451;
    border-top-color: #51b451;
    color: #ffffff;
}
.btn-success:active, .btn-success:focus {
    background-color: #3f923f;
    border-bottom-color: #3f923f;
    border-left-color: #3f923f;
    border-right-color: #3f923f;
    border-top-color: #3f923f;
    color: #ffffff;
}
.btn-success.dropdown-toggle {
    border-left-color: #3f923f;
}
.btn-success[disabled] {
    background-color: #86cb86;
    border-bottom-color: #86cb86;
    border-left-color: #86cb86;
    border-right-color: #86cb86;
    border-top-color: #86cb86;
    color: #cccccc;
}
.btn-warning {
    background-color: #ed9c28;
    border-bottom-color: #d18211;
    border-left-color: #ed9c28;
    border-right-color: #ed9c28;
    border-top-color: #ed9c28;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-warning:hover {
    background-color: #efa740;
    border-bottom-color: #e89113;
    border-left-color: #efa740;
    border-right-color: #efa740;
    border-top-color: #efa740;
    color: #ffffff;
}
.btn-warning:active, .btn-warning:focus {
    background-color: #e89113;
    border-bottom-color: #e89113;
    border-left-color: #e89113;
    border-right-color: #e89113;
    border-top-color: #e89113;
    color: #ffffff;
}
.btn-warning.dropdown-toggle {
    border-left-color: #e89113;
}
.btn-warning[disabled] {
    background-color: #f5c786;
    border-bottom-color: #f5c786;
    border-left-color: #f5c786;
    border-right-color: #f5c786;
    border-top-color: #f5c786;
    color: #cccccc;
}
.btn-danger {
    background-color: #d2322d;
    border-bottom-color: #a82824;
    border-left-color: #d2322d;
    border-right-color: #d2322d;
    border-top-color: #d2322d;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-danger:hover {
    background-color: #d64742;
    border-bottom-color: #bd2d29;
    border-left-color: #d64742;
    border-right-color: #d64742;
    border-top-color: #d64742;
    color: #ffffff;
}
.btn-danger:active, .btn-danger:focus {
    background-color: #bd2d29;
    border-bottom-color: #bd2d29;
    border-left-color: #bd2d29;
    border-right-color: #bd2d29;
    border-top-color: #bd2d29;
    color: #ffffff;
}
.btn-danger.dropdown-toggle {
    border-left-color: #bd2d29;
}
.btn-danger[disabled] {
    background-color: #e48481;
    border-bottom-color: #e48481;
    border-left-color: #e48481;
    border-right-color: #e48481;
    border-top-color: #e48481;
    color: #cccccc;
}
.btn-info {
    background-color: #5bc0de;
    border-bottom-color: #31b0d5;
    border-left-color: #5bc0de;
    border-right-color: #5bc0de;
    border-top-color: #5bc0de;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-info:hover {
    background-color: #70c8e2;
    border-bottom-color: #46b8da;
    border-left-color: #70c8e2;
    border-right-color: #70c8e2;
    border-top-color: #70c8e2;
    color: #ffffff;
}
.btn-info:active, .btn-info:focus {
    background-color: #46b8da;
    border-bottom-color: #46b8da;
    border-left-color: #46b8da;
    border-right-color: #46b8da;
    border-top-color: #46b8da;
    color: #ffffff;
}
.btn-info.dropdown-toggle {
    border-left-color: #46b8da;
}
.btn-info[disabled] {
    background-color: #b0e1ef;
    border-bottom-color: #b0e1ef;

    border-left-color: #b0e1ef;
    border-right-color: #b0e1ef;
    border-top-color: #b0e1ef;
    color: #cccccc;
}
.btn-dark {
    background-color: #1d2127;
    border-bottom-color: #07080a;
    border-left-color: #1d2127;
    border-right-color: #1d2127;
    border-top-color: #1d2127;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-dark:hover {
    background-color: #282d36;
    border-bottom-color: #121518;
    border-left-color: #282d36;
    border-right-color: #282d36;
    border-top-color: #282d36;
    color: #ffffff;
}
.btn-dark:active, .btn-dark:focus {
    background-color: #121518;
    border-bottom-color: #121518;
    border-left-color: #121518;
    border-right-color: #121518;
    border-top-color: #121518;
    color: #ffffff;
}
.btn-dark.dropdown-toggle {
    border-left-color: #121518;
}
.btn-dark[disabled] {
    background-color: #495362;
    border-bottom-color: #495362;
    border-left-color: #495362;
    border-right-color: #495362;
    border-top-color: #495362;
    color: #cccccc;
}
.btn-borders {
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-right-width: 3px;
    border-top-width: 3px;
}
.btn-borders.btn-primary {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
    border-right-color: #cccccc;
    border-top-color: #cccccc;
    color: #cccccc;
    text-shadow: none;
}
.btn-borders.btn-primary:hover, .btn-borders.btn-primary:focus {
    background-color: #d9d9d9;
    border-bottom-color: #cccccc !important;
    border-left-color: #cccccc !important;
    border-right-color: #cccccc !important;
    border-top-color: #cccccc !important;
    color: #ffffff;
}
.btn-borders.btn-success {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #47a447;
    border-left-color: #47a447;
    border-right-color: #47a447;
    border-top-color: #47a447;
    color: #47a447;
    text-shadow: none;
}
.btn-borders.btn-success:hover, .btn-borders.btn-success:focus {
    background-color: #51b451;
    border-bottom-color: #47a447 !important;
    border-left-color: #47a447 !important;
    border-right-color: #47a447 !important;
    border-top-color: #47a447 !important;
    color: #ffffff;
}
.btn-borders.btn-warning {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #ed9c28;
    border-left-color: #ed9c28;
    border-right-color: #ed9c28;
    border-top-color: #ed9c28;
    color: #ed9c28;
    text-shadow: none;
}
.btn-borders.btn-warning:hover, .btn-borders.btn-warning:focus {
    background-color: #efa740;
    border-bottom-color: #ed9c28 !important;
    border-left-color: #ed9c28 !important;
    border-right-color: #ed9c28 !important;
    border-top-color: #ed9c28 !important;
    color: #ffffff;
}
.btn-borders.btn-danger {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #d2322d;
    border-left-color: #d2322d;
    border-right-color: #d2322d;
    border-top-color: #d2322d;
    color: #d2322d;
    text-shadow: none;
}
.btn-borders.btn-danger:hover, .btn-borders.btn-danger:focus {
    background-color: #d64742;
    border-bottom-color: #d2322d !important;
    border-left-color: #d2322d !important;
    border-right-color: #d2322d !important;
    border-top-color: #d2322d !important;
    color: #ffffff;
}
.btn-borders.btn-info {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #5bc0de;
    border-left-color: #5bc0de;
    border-right-color: #5bc0de;
    border-top-color: #5bc0de;
    color: #5bc0de;
    text-shadow: none;
}
.btn-borders.btn-info:hover, .btn-borders.btn-info:focus {
    background-color: #70c8e2;
    border-bottom-color: #5bc0de !important;
    border-left-color: #5bc0de !important;
    border-right-color: #5bc0de !important;
    border-top-color: #5bc0de !important;
    color: #ffffff;
}
.btn-borders.btn-dark {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #1d2127;
    border-left-color: #1d2127;
    border-right-color: #1d2127;
    border-top-color: #1d2127;
    color: #1d2127;
    text-shadow: none;
}
.btn-borders.btn-dark:hover, .btn-borders.btn-dark:focus {
    background-color: #282d36;
    border-bottom-color: #1d2127 !important;
    border-left-color: #1d2127 !important;
    border-right-color: #1d2127 !important;
    border-top-color: #1d2127 !important;
    color: #ffffff;
}
.btn-borders {
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
}
.btn-borders.btn-lg, .btn-group-lg > .btn-borders.btn {
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
}
.btn-borders.btn-sm, .btn-group-sm > .btn-borders.btn {
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-top-width: 2px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
}
.btn-borders.btn-xs, .btn-group-xs > .btn-borders.btn {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
}
.btn-3d {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-width: 3px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
}
.btn-3d.btn-lg, .btn-group-lg > .btn-3d.btn {
    padding-bottom: 9px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 9px;
}
.btn-3d.btn-sm, .btn-group-sm > .btn-3d.btn {
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-top-width: 2px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
}
.btn-3d.btn-xs, .btn-group-xs > .btn-3d.btn {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
}
.label-primary {
    background-color: #cccccc;
    color: #ffffff;
}
.label-success {
    background-color: #47a447;
    color: #ffffff;
}
.label-warning {
    background-color: #ed9c28;
    color: #ffffff;
}
.label-danger {
    background-color: #d2322d;
    color: #ffffff;
}
.label-info {
    background-color: #5bc0de;
    color: #ffffff;
}
.label-dark {
    background-color: #1d2127;
    color: #ffffff;
}
.label.label-sm {
    font-size: 0.7em;
}
.label.label-lg {
    font-size: 1em;
}
form label {
    font-weight: normal;
}
textarea {
    resize: vertical;
}
select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #e5e7e9;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #e5e7e9;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e5e7e9;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #e5e7e9;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
}
.label {
    font-weight: normal;
}
.form-group::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.form-control:focus {
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
    border-right-color: #cccccc;
    border-top-color: #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.form-control.error {
    border-bottom-color: #a94442;
    border-left-color: #a94442;
    border-right-color: #a94442;
    border-top-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.form-control.error:focus {
    border-bottom-color: #843534;
    border-left-color: #843534;
    border-right-color: #843534;
    border-top-color: #843534;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
}
label.valid {
    display: inline-block;
    text-indent: -9999px;
}
label.error {
    color: #c10000;
    font-size: 0.9em;
    line-height: 18px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
}
label#captcha-error.error {
    margin-top: 15px;
}
.captcha {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f2f2f2;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    clear: both;
    height: 78px;
    margin-bottom: 20px;
    max-width: 160px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    text-align: center;
}
.captcha input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
}
.captcha-input {
    font-size: 14px;
    position: relative;
    top: 15px;
}
.captcha-image {
    float: right;
    position: relative;
    right: -13px;
    top: -5px;
}
.captcha-refresh {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    bottom: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    position: absolute;
    right: 2px;
    z-index: 1;
}
.captcha-refresh a, .captcha-refresh a:hover, .captcha-refresh a:focus, .captcha-refresh a:active {
    color: #333333;
}
.table > thead > tr > td.primary, .table > tbody > tr > td.primary, .table > tfoot > tr > td.primary, .table > thead > tr > th.primary, .table > tbody > tr > th.primary, .table > tfoot > tr > th.primary, .table > thead > tr.primary > td, .table > tbody > tr.primary > td, .table > tfoot > tr.primary > td, .table > thead > tr.primary > th, .table > tbody > tr.primary > th, .table > tfoot > tr.primary > th {
    background-color: #cccccc;
    color: #ffffff;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #47a447;
    color: #ffffff;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #ed9c28;
    color: #ffffff;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #d2322d;
    color: #ffffff;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #5bc0de;
    color: #ffffff;
}
.table > thead > tr > td.dark, .table > tbody > tr > td.dark, .table > tfoot > tr > td.dark, .table > thead > tr > th.dark, .table > tbody > tr > th.dark, .table > tfoot > tr > th.dark, .table > thead > tr.dark > td, .table > tbody > tr.dark > td, .table > tfoot > tr.dark > td, .table > thead > tr.dark > th, .table > tbody > tr.dark > th, .table > tfoot > tr.dark > th {
    background-color: #1d2127;
    color: #ffffff;
}
.featured-icon {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #cccccc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    color: #ffffff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 35px;
}
.featured-icon i {
    color: #ffffff;
    font-size: 0.9em;
    font-weight: normal;
}
.fontawesome-icon-list [class*="col-md-"] {
    margin-bottom: 9px;
}
.fontawesome-icon-list > section {
    margin-top: 25px;
}
.img-rounded {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.img-thumbnail {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
}
.img-thumbnail img {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.img-thumbnail .zoom {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #cccccc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    bottom: 8px;
    color: #ffffff;
    display: block;
    height: 30px;
    left: 8px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    position: absolute;
    text-align: center;
    width: 30px;
}
.img-thumbnail .zoom i {
    font-size: 14px;
    position: relative;
    right: -1px;
    top: -3px;
}
.img-thumbnail.img-thumbnail-hover-icon {
    position: relative;
}
.img-thumbnail.img-thumbnail-hover-icon img {
    position: relative;
    z-index: 1;
}
.img-thumbnail.img-thumbnail-hover-icon::before {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0.65);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
    width: 100%;
    z-index: 2;
}
.img-thumbnail.img-thumbnail-hover-icon::after {
    color: #ffffff;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 30px;
    height: 30px;
    margin-top: -15px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 30%;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
    width: 100%;
    z-index: 3;
}
.img-thumbnail.img-thumbnail-hover-icon:hover::before {
    opacity: 1;
}
.img-thumbnail.img-thumbnail-hover-icon:hover::after {
    opacity: 1;
    top: 50%;
}
ul.image-gallery {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
ul.image-gallery .image-gallery-item {
    margin-bottom: 35px;
}
ul.thumbnail-gallery {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
ul.thumbnail-gallery li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
@media (max-width: 991px) {
.thumbnail {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;

    border-top-width: 0;
    text-align: center;
}
}
.masonry .masonry-item {
    width: 25%;
}
.masonry .masonry-item.w2 {
    width: 50%;
}
.masonry .masonry-item img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.list li {
    margin-bottom: 13px;
}
.list.pull-left li {
    text-align: right;
}
.list.list-icons {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
}
.list.list-icons li {
    padding-right: 25px;
    position: relative;
}
.list.list-icons li .fa {
    position: absolute;
    right: 0;
    top: 5px;
}
.list.list-icons.list-icons-style-2 li {
    padding-right: 36px;
    padding-top: 5px;
}
.list.list-icons.list-icons-style-2 li .fa {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-style: solid;
    border-top-width: 1px;
    height: 25px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    text-align: center;
    width: 25px;
}
.list.list-icons.list-icons-style-3 li {
    padding-right: 36px;
    padding-top: 5px;
}
.list.list-icons.list-icons-style-3 li .fa {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    color: #ffffff;
    height: 25px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: center;
    width: 25px;
}
.list.list-icons.list-icons-sm li {
    margin-bottom: 5px;
    padding-right: 13px;
}
.list.list-icons.list-icons-sm li .fa {
    font-size: 0.8em;
    top: 7px;
}
.list.list-icons.list-icons-sm.list-icons-style-2 li {
    padding-right: 32px;
}
.list.list-icons.list-icons-sm.list-icons-style-2 li .fa {
    height: 20px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    width: 20px;
}
.list.list-icons.list-icons-sm.list-icons-style-3 li {
    padding-right: 32px;
}
.list.list-icons.list-icons-sm.list-icons-style-3 li .fa {
    height: 20px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    width: 20px;
}
.list.list-icons.list-icons-lg li {
    padding-right: 32px;
    padding-top: 5px;
}
.list.list-icons.list-icons-lg li .fa {
    font-size: 1.5em;
}
.list.list-icons.list-icons-lg.list-icons-style-2 li {
    padding-right: 42px;
    padding-top: 8px;
}
.list.list-icons.list-icons-lg.list-icons-style-2 li .fa {
    height: 30px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    width: 30px;
}
.list.list-icons.list-icons-lg.list-icons-style-3 li {
    padding-right: 42px;
    padding-top: 8px;
}
.list.list-icons.list-icons-lg.list-icons-style-3 li .fa {
    height: 30px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    width: 30px;
}
.list.list-icons.list-icons-reverse li {
    padding-left: 25px;
    padding-right: 0;
    text-align: left;
}
.list.list-icons.list-icons-reverse li .fa {
    left: 0;
    position: absolute;
    right: auto;
    top: 5px;
}
.list.list-icons.list-icons-reverse.list-icons-style-2 li {
    padding-left: 36px;
}
.list.list-icons.list-icons-reverse.list-icons-style-3 li {
    padding-left: 36px;
}
.list.list-icons.list-icons-reverse.list-icons-sm li {
    padding-left: 13px;
    padding-right: 0;
}
.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
    padding-left: 32px;
}
.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
    padding-left: 32px;
}
.list.list-icons.list-icons-reverse.list-icons-lg li {
    padding-left: 32px;
    padding-right: 0;
}
.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
    padding-left: 42px;
}
.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
    padding-left: 42px;
}
.list.list-borders li {
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 0;
    margin-top: 9px;
    padding-bottom: 9px;
}
.list.list-borders li:last-child {
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
}
.list.list-side-borders {
    border-right-color: #dbdbdb;
    border-right-style: solid;
    border-right-width: 1px;
    padding-right: 10px;
}
.list.list-ordened {
    counter-reset: custom-counter;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
.list.list-ordened li {
    padding-right: 22px;
    position: relative;
}
.list.list-ordened li::before {
    content: counter(custom-counter, decimal);
    counter-increment: custom-counter;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
}
.list.list-ordened.list-ordened-style-2 li, .list.list-ordened.list-ordened-style-3 li {
    padding-right: 32px;
}
.list.list-ordened.list-ordened-style-2 li::before, .list.list-ordened.list-ordened-style-3 li::before {
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-top-style: solid;
    border-top-width: 1px;
    min-width: 26px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
}
.list.list-ordened.list-ordened-style-3 li::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    color: #ffffff;
}
.list.list-unstyled {
    padding-left: 0;
    padding-right: 0;
}
dl dd {
    margin-bottom: 15px;
}
ul.sitemap > li > a {
    font-weight: bold;
}
ul.sitemap.list li {
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
ul.sitemap.list ul {
    margin-bottom: 5px;
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.panel-group .panel-heading a {
    display: block;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}
.panel-group .panel-heading a:hover, .panel-group .panel-heading a:focus {
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
.panel-group .panel-heading a [class^="icon-"] {
    margin-left: 4px;
    position: relative;
    top: 1px;
}
.panel-group .panel-heading a .fa {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.panel-group.panel-group-sm .panel-heading a {
    font-size: 0.9em;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}
.panel-group.panel-group-sm .panel-body {
    font-size: 0.9em;
}
.panel-group.panel-group-lg .panel-heading a {
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.panel-group.without-bg .panel-default {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
}
.panel-group.without-bg .panel-default > .panel-heading {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
}
.panel-group.without-bg .panel-body {
    padding-bottom: 0;
    padding-top: 0;
}
.panel-group.without-borders .panel {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #dddddd;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: 0;
    box-shadow: none;
}
.panel-group.without-borders .panel-heading a {
    padding-left: 0;
    padding-right: 0;
}
.panel-group.without-borders .panel-body {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.tabs {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 20px;
}
.nav-tabs {
    border-bottom-color: #eeeeee;
    font-size: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 2px;
    padding-top: 0;
}
.nav-tabs li {
    display: inline-block;
    float: none;
}
.nav-tabs li:last-child a {
    margin-left: 0;
}
.nav-tabs li a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 12px;
    margin-left: 1px;
}
.nav-tabs li a {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: #383f48 !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    border-bottom-color: #857000;
    border-bottom-style: none;
    border-bottom-width: 0 !important;
    border-left-color: #857000;
    border-left-style: none;
    border-left-width: 1px;
    border-right-color: #071c2b;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #857000;
    border-top-style: none;
    border-top-width: 0 !important;
    color: #eb9b14 !important;
}
.nav-tabs li a:hover {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: #66686b !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    border-bottom-color: #857000;
    border-bottom-style: none;
    border-bottom-width: 0 !important;
    border-left-color: #ffffff;
    border-left-style: none;
    border-left-width: 1px;
    border-right-color: #071c2b;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #857000;
    border-top-style: none;
    border-top-width: 0 !important;
    color: #ffffff !important;
}
.nav-tabs li.active a {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background-color: #66686b !important;
    border-bottom-color: -moz-use-text-color !important;
    border-bottom-style: none !important;
    border-bottom-width: medium !important;
    border-image-outset: 0 0 0 0 !important;
    border-image-repeat: stretch stretch !important;
    border-image-slice: 100% 100% 100% 100% !important;
    border-image-source: none !important;
    border-image-width: 1 1 1 1 !important;
    border-left-color: -moz-use-text-color !important;
    border-left-style: none !important;
    border-left-width: medium !important;
    border-right-color: -moz-use-text-color !important;
    border-right-style: none !important;
    border-right-width: medium !important;
    border-top-color: #f4a112 !important;
    border-top-style: solid !important;
    border-top-width: medium !important;
    color: #f4a112 !important;
}
.nav-tabs li a:hover {
    border-bottom-color: rgba(0, 0, 0, 0);
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 3px;
    box-shadow: none;
}
.nav-tabs li a:active, .nav-tabs li a:focus {
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #cb6330;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-left-color: #eeeeee;
    border-right-color: #eeeeee;
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 3px;
    color: #cccccc;
}
.tab-content {
    background-color: #103f5d;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.nav-tabs.nav-right {
    text-align: left;
}
.tabs.tabs-bottom {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.tabs.tabs-bottom .tab-content {
    border-bottom-color: -moz-use-text-color;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-top-color: #eeeeee;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
}
.tabs.tabs-bottom .nav-tabs {
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-top-color: #eeeeee;
    border-top-style: solid;
    border-top-width: 1px;
}
.tabs.tabs-bottom .nav-tabs li {
    margin-bottom: 0;
    margin-top: -1px;
}
.tabs.tabs-bottom .nav-tabs li:last-child a {
    margin-left: 0;
}
.tabs.tabs-bottom .nav-tabs li a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 14px;
    margin-left: 1px;
}
.tabs.tabs-bottom .nav-tabs li a, .tabs.tabs-bottom .nav-tabs li a:hover {
    border-bottom-color: #eeeeee;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-top-color: #eeeeee;
    border-top-style: solid;
    border-top-width: 1px;
}
.tabs.tabs-bottom .nav-tabs li a:hover {
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-top-color: #eeeeee;
    border-top-style: solid;
    border-top-width: 1px;
}
.tabs.tabs-bottom .nav-tabs li.active a, .tabs.tabs-bottom .nav-tabs li.active a:hover, .tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-top-color: rgba(0, 0, 0, 0);
}
.tabs-vertical {
    border-top-color: #eeeeee;
    border-top-style: solid;
    border-top-width: 1px;
    display: table;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
}
.tabs-vertical .tab-content {
    display: table-cell;
    vertical-align: top;
}
.tabs-vertical .nav-tabs {
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    display: table-cell;
    float: none;
    height: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    vertical-align: top;
}
.tabs-vertical .nav-tabs > li {
    display: block;
}
.tabs-vertical .nav-tabs > li a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    padding-top: 10px;
}
.tabs-vertical .nav-tabs > li a, .tabs-vertical .nav-tabs > li a:hover, .tabs-vertical .nav-tabs > li a:focus {
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
}
.tabs-vertical .nav-tabs > li.active a, .tabs-vertical .nav-tabs > li.active a:hover, .tabs-vertical .nav-tabs > li.active:focus {
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
}
.tabs-left {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.tabs-left .tab-content {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
}
.tabs-left .nav-tabs > li {
    margin-left: -1px;
}
.tabs-left .nav-tabs > li:first-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
}
.tabs-left .nav-tabs > li:last-child a {
    border-bottom-color: #eeeeee;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tabs-left .nav-tabs > li a {
    border-left-color: #eeeeee;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #eeeeee;
    border-right-style: solid;
    border-right-width: 3px;
    margin-left: 1px;
    margin-right: -3px;
}
.tabs-left .nav-tabs > li a:hover {
    border-right-color: #cccccc;
}
.tabs-left .nav-tabs > li.active a, .tabs-left .nav-tabs > li.active a:hover, .tabs-left .nav-tabs > li.active a:focus {
    border-left-color: #ffffff;
    border-right-color: #cccccc;
    border-right-style: solid;
    border-right-width: 3px;
}
.tabs-right {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.tabs-right .tab-content {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
}
.tabs-right .nav-tabs > li {
    margin-right: -1px;
}
.tabs-right .nav-tabs > li:first-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
}
.tabs-right .nav-tabs > li:last-child a {
    border-bottom-color: #eeeeee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tabs-right .nav-tabs > li a {
    border-left-color: #eeeeee;
    border-left-style: solid;
    border-left-width: 3px;
    border-right-color: #eeeeee;
    border-right-style: solid;
    border-right-width: 1px;
    margin-left: 1px;
    margin-right: 1px;
}
.tabs-right .nav-tabs > li a:hover {
    border-left-color: #cccccc;
}
.tabs-right .nav-tabs > li.active a, .tabs-right .nav-tabs > li.active a:hover, .tabs-right .nav-tabs > li.active a:focus {
    border-left-color: #cccccc;
    border-left-style: solid;
    border-left-width: 3px;
    border-right-color: #ffffff;
    border-right-style: solid;
    border-right-width: 1px;
}
.nav-tabs.nav-justified {
    margin-bottom: -1px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.nav-tabs.nav-justified li {
    margin-bottom: 0;
}
.nav-tabs.nav-justified li:first-child a, .nav-tabs.nav-justified li:first-child a:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
}
.nav-tabs.nav-justified li:last-child a, .nav-tabs.nav-justified li:last-child a:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
}
.nav-tabs.nav-justified li a {
    border-bottom-color: #dddddd;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: 0;
}
.nav-tabs.nav-justified li a:hover, .nav-tabs.nav-justified li a:focus {
    border-bottom-color: #dddddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.nav-tabs.nav-justified li.active a, .nav-tabs.nav-justified li.active a:hover, .nav-tabs.nav-justified li.active a:focus {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-left-color: #eeeeee;
    border-right-color: #eeeeee;
    border-top-width: 3px;
}
.nav-tabs.nav-justified li.active a {
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.nav-tabs.nav-justified li.active a, .nav-tabs.nav-justified li.active a:hover, .nav-tabs.nav-justified li.active a:focus {
    border-top-width: 3px;
}
.nav-tabs.nav-justified li.active a:hover {
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.tabs.tabs-bottom {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified {
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
    border-top-color: rgba(0, 0, 0, 0);
    margin-left: 0;
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: 0;
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:hover, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:focus {
    border-top-color: rgba(0, 0, 0, 0);
}
.tabs-center .nav-tabs {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    text-align: center;
}
.tabs-navigation {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tabs-navigation .nav-tabs > li {
    margin-bottom: 1px;
}
.tabs-navigation .nav-tabs > li a {
    color: #777777;
    line-height: 120%;
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
}
.tabs-navigation .nav-tabs > li a::before {
    content: "";
    font-family: FontAwesome;
    left: 15px;
    position: absolute;
    top: 15px;
}
.tabs-navigation .nav-tabs > li a .fa {
    margin-left: 4px;
}
.tabs-navigation .nav-tabs > li:first-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tabs-navigation .nav-tabs > li.active a, .tabs-navigation .nav-tabs > li.active a:hover, .tabs-navigation .nav-tabs > li.active a:focus {
    border-right-color: #eeeeee;
}
.tabs-navigation .nav-tabs > li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tab-pane-navigation {
    display: none;
}
.tab-pane-navigation.active {
    display: block;
}
.tabs.tabs-simple .nav-tabs {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    margin-bottom: 10px;
}
.tabs.tabs-simple .nav-tabs > li {
    margin-bottom: 20px;
    margin-left: 0;
}
.tabs.tabs-simple .nav-tabs > li a, .tabs.tabs-simple .nav-tabs > li a:hover, .tabs.tabs-simple .nav-tabs > li a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #eeeeee;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: 0;
    color: #777777;
    font-size: 16px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
}
.tabs.tabs-simple .tab-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
@media (max-width: 479px) {
.tabs .nav.nav-tabs.nav-justified li {
    display: block;
    margin-bottom: -5px;
}
.tabs .nav.nav-tabs.nav-justified li a {
    border-bottom-width: 0 !important;
    border-top-width: 3px !important;
}
.tabs .nav.nav-tabs.nav-justified li:first-child a, .tabs .nav.nav-tabs.nav-justified li:first-child a:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tabs .nav.nav-tabs.nav-justified li:last-child a, .tabs .nav.nav-tabs.nav-justified li:last-child a:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li {
    margin-bottom: 0;
    margin-top: -5px;
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
    border-bottom-width: 3px !important;
    border-top-width: 0 !important;
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
}
.toggle {
    clear: both;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    position: relative;
}
.toggle .toggle {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}
.toggle > input {
    cursor: pointer;
    height: 45px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.toggle > label {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f4f4f4;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right-color: #cccccc;
    border-right-style: solid;
    border-right-width: 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #cccccc;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: 400;
    min-height: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 12px;
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: ease-out;
}
.toggle > label i.fa-minus {
    display: none;
}
.toggle > label i.fa-plus {
    display: inline;
}
.toggle > label::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 6px;
    border-right-color: inherit;
    border-right-style: solid;
    border-right-width: 6px;
    border-top-color: rgba(0, 0, 0, 0);
    border-top-style: solid;
    border-top-width: 6px;
    content: "";
    left: 4px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
}
.toggle > label:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f5f5f5;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.toggle > label + p {
    color: #999999;
    display: block;
    height: 25px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.toggle > label i {
    font-size: 0.7em;
    margin-left: 8px;
    position: relative;
    top: -1px;
}
.toggle > .toggle-content {
    display: none;
}
.toggle > .toggle-content > p {
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
.toggle.active i.fa-minus {
    display: inline;
}
.toggle.active i.fa-plus {
    display: none;
}
.toggle.active > label {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f4f4f4;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
    border-right-color: #cccccc;
    border-top-color: #cccccc;
}
.toggle.active > label::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 6px;
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: solid;
    border-right-width: 6px;
    border-top-color: #ffffff;
    border-top-style: solid;
    border-top-width: 6px;
    left: 10px;
    margin-top: -3px;
}
.toggle.active > p {
    white-space: normal;
}
.toggle > p.preview-active {
    height: auto;
    white-space: normal;
}
.toggle.toggle-sm .toggle > label {
    font-size: 0.9em;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 6px;
}
.toggle.toggle-sm .toggle > .toggle-content > p {
    font-size: 0.9em;
}
.toggle.toggle-lg .toggle > label {
    font-size: 1.1em;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
}
.toggle.toggle-lg .toggle > .toggle-content > p {
    font-size: 1.1em;
}
.toggle.toggle-simple .toggle > label {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: 0;
    color: #1d2127;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: -10px;
    padding-right: 32px;
}
.toggle.toggle-simple .toggle > label::after {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #cccccc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    content: "";
    display: block;
    height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 0;
    top: 23px;
    width: 24px;
    z-index: 1;
}
.toggle.toggle-simple .toggle > label::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    color: #ffffff;
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    left: auto;
    margin-top: 0;
    right: 7px;
    top: 12px;
    z-index: 2;
}
.toggle.toggle-simple .toggle.active > label {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #1d2127;
}
.toggle.toggle-simple .toggle.active > label::before {
    content: "";
}
.owl-carousel {
    margin-bottom: 20px;
}
.owl-carousel .thumbnail {
    margin-left: 1px;
}
.owl-carousel .item-video {
    height: 300px;
}
.owl-carousel .owl-nav {
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    display: inline-block;
    height: 30px;
    position: absolute;
    width: 30px;
}
.owl-carousel .owl-nav .owl-prev {
    right: -5px;
}
.owl-carousel .owl-nav .owl-prev::before {
    content: "";
    font-family: FontAwesome;
    position: relative;
    right: -1px;
    top: 1px;
}
.owl-carousel .owl-nav .owl-next {
    left: -5px;
}
.owl-carousel .owl-nav .owl-next::before {
    content: "";
    font-family: FontAwesome;
    position: relative;
    right: 2px;
    top: 1px;
}
.owl-carousel.stage-margin .owl-stage-outer {
    margin-left: 40px !important;
    margin-right: 40px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.owl-carousel.show-nav-hover .owl-nav {
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
}
.owl-carousel.show-nav-hover .owl-nav .owl-prev {
    right: -20px;
}
.owl-carousel.show-nav-hover .owl-nav .owl-next {
    left: -20px;
}
.owl-carousel.show-nav-hover:hover .owl-nav {
    opacity: 1;
}
.owl-carousel.show-nav-title .owl-controls .owl-nav {
    left: 0;
    margin-top: -45px;
    top: 0;
    width: auto;
}
.owl-carousel.show-nav-title .owl-controls .owl-nav [class*="owl-"], .owl-carousel.show-nav-title .owl-controls .owl-nav [class*="owl-"]:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    font-size: 18px;
    width: 18px;
}
.owl-carousel.show-nav-title .owl-controls .owl-nav .owl-prev {
    right: -45px;
}
.owl-carousel.rounded-nav .owl-controls .owl-nav [class*="owl-"], .owl-carousel.rounded-nav .owl-controls .owl-nav [class*="owl-"]:hover {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #999999 !important;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-image-outset: 0 0 0 0 !important;
    border-image-repeat: stretch stretch !important;
    border-image-slice: 100% 100% 100% 100% !important;
    border-image-source: none !important;
    border-image-width: 1 1 1 1 !important;
    border-left-color: #999999 !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
    border-right-color: #999999 !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-top-color: #999999 !important;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-style: solid !important;
    border-top-width: 1px !important;
    color: #999999;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
}
.owl-carousel.nav-bottom .owl-controls .owl-nav {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: static;
    width: auto;
}
.owl-carousel.nav-bottom .owl-controls .owl-nav .owl-prev, .owl-carousel.nav-bottom .owl-controls .owl-nav .owl-next {
    position: static;
}
.owl-carousel.nav-inside .owl-controls {
    bottom: 2px;
    margin-top: 10px;
    position: absolute;
    right: 6px;
}
.owl-carousel.full-width .owl-controls .owl-nav, .owl-carousel.big-nav .owl-controls .owl-nav {
    margin-top: -30px;
}
.owl-carousel.full-width .owl-controls .owl-nav [class*="owl-"], .owl-carousel.full-width .owl-controls .owl-nav [class*="owl-"]:hover, .owl-carousel.big-nav .owl-controls .owl-nav [class*="owl-"], .owl-carousel.big-nav .owl-controls .owl-nav [class*="owl-"]:hover {
    height: auto;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
}
.owl-carousel.full-width .owl-controls .owl-nav .owl-prev, .owl-carousel.big-nav .owl-controls .owl-nav .owl-prev {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
}
.owl-carousel.full-width .owl-controls .owl-nav .owl-next, .owl-carousel.big-nav .owl-controls .owl-nav .owl-next {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
}
.owl-carousel.top-border {
    border-top-color: #dbdbdb;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 18px;
}
.owl-carousel-spaced {
    margin-right: -5px;
}
.owl-carousel-spaced .owl-item > div {
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}
.owl-carousel.testimonials img {
    display: inline-block;
    height: 70px;
    width: 70px;
}
@media (max-width: 479px) {
.owl-carousel-spaced {
    margin-right: 0;
}
}
section.video {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    position: relative;
    width: 100%;
}
section.video .container {
    position: relative;
    z-index: 3;
}
section.video .video-overlay {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/video-overlay.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
html.boxed section.video > div:first-child {
    z-index: 0 !important;
}
html.boxed section.video > div:first-child video {
    z-index: 0 !important;
}
.popup-inline-content {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    display: none;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 1170px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    position: relative;
    text-align: right;
}
.mfp-wrap .popup-inline-content {
    display: block;
}
.mfp-close, .mfp-close-btn-in .mfp-close {
    color: #838383;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 22px;
    font-weight: 600;
}
.mfp-no-margins img.mfp-img {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.mfp-no-margins .mfp-figure::after {
    bottom: 0;
    top: 0;
}
.mfp-no-margins .mfp-container {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0.001;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    transform: scale(0.8);
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-bg {
    opacity: 0.001;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-out;
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: translateY(0px) perspective(600px) rotateX(0deg);
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0.01;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}
.dialog {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 600px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    position: relative;
    text-align: left;
}
.dialog.dialog-xs {
    max-width: 200px;
}
.dialog.dialog-sm {
    max-width: 400px;
}
.dialog.dialog-md {
    max-width: 600px;
}
.dialog.dialog-lg {
    max-width: 900px;
}
.white-popup-block {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 600px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    position: relative;
    text-align: left;
}
.white-popup-block.white-popup-block-xs {
    max-width: 200px;
}
.white-popup-block.white-popup-block-sm {
    max-width: 400px;
}
.white-popup-block.white-popup-block-md {
    max-width: 600px;
}
.white-popup-block.white-popup-block-lg {
    max-width: 900px;
}
body.lightbox-opened.sticky-menu-active #header {
    padding-right: 17px;
}
.pull-left {
    float: right !important;
}
.pull-right {
    float: left !important;
}
.push-bottom {
    margin-bottom: 35px;
}
.push-top {
    margin-top: 35px;
}
.align-center, .center {
    text-align: center !important;
}
.align-left {
    text-align: right !important;
}
.align-right {
    text-align: left !important;
}
.bold {
    font-weight: bold;
}
.inverted {
    color: #ffffff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
h1 .inverted {
    padding-left: 10px;
    padding-right: 10px;
}
h2 .inverted {
    padding-left: 7px;
    padding-right: 7px;
}
h3 .inverted {
    padding-left: 2px;
    padding-right: 2px;
}
h4 .inverted {
    padding-left: 4px;
    padding-right: 4px;
}
h5 .inverted {
    padding-left: 2px;
    padding-right: 2px;
}
h6 .inverted {
    padding-left: 2px;
    padding-right: 2px;
}
.cur-pointer {
    cursor: pointer;
}
.clearfix {
    display: inline-block;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #cccccc;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
    border-right-color: #cccccc;
    border-top-color: #cccccc;
}
.read-more, .learn-more {
    display: inline-block;
    white-space: nowrap;
}
.offset-anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
@media (max-width: 991px) {
.offset-anchor {
    top: 0;
}
}
.show-grid [class*="col-md-"] .show-grid-block {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #eeeeee;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ffffff;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ffffff;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ffffff;
    border-top-style: solid;
    border-top-width: 1px;
    display: block;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
}
.alert .fa {
    font-size: 1.1em;
    margin-right: 8px;
}
.alert ul {
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 0;
    margin-top: 7px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.alert ul li {
    font-size: 0.9em;
}
.alert.alert-sm {
    font-size: 0.9em;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}
.alert.alert-lg {
    font-size: 1.2em;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.alert.alert-default {
    background-color: #f2f2f2;
    border-bottom-color: #eaeaea;
    border-left-color: #eaeaea;
    border-right-color: #eaeaea;
    border-top-color: #eaeaea;
    color: #727272;
}
.alert.alert-default .alert-link {
    color: #4c4c4c;
}
.alert.alert-dark {
    background-color: #333a44;
    border-bottom-color: #07080a;
    border-left-color: #07080a;
    border-right-color: #07080a;
    border-top-color: #07080a;
    color: #ced3db;
}
.alert.alert-dark .alert-link {
    color: #fafbfb;
}
.embed-responsive.embed-soundcloud {
    padding-bottom: 19.25%;
}
.embed-responsive.embed-responsive-borders {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #dddddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #dddddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #dddddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #dddddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
}
.content-grid {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.content-grid .content-grid-item {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    position: relative;
}
.content-grid .content-grid-item::before, .content-grid .content-grid-item::after {
    content: "";
    position: absolute;
}
.content-grid .content-grid-item::before {
    border-left-color: #dadada;
    border-left-style: solid;
    border-left-width: 1px;
    height: 100%;
    left: -1px;
    top: 0;
}
.content-grid .content-grid-item::after {
    border-bottom-color: #dadada;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    bottom: -1px;
    height: 0;
    left: 0;
    top: auto;
    width: 100%;
}
.content-grid .content-grid-item .img-responsive {
    display: inline-block;
}
.content-grid.content-grid-dashed .content-grid-item::before {
    border-left-color: #dadada;
    border-left-style: dashed;
    border-left-width: 1px;
}
.content-grid.content-grid-dashed .content-grid-item::after {
    border-bottom-color: #dadada;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}
.alert-admin {
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
}
.alert-admin img {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: -50px;
}
.alert-admin .btn {
    margin-bottom: -15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.alert-admin p {
    color: #444444;
}
.alert-admin h4 {
    color: #111111;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}
.alert-admin .warning {
    color: #b20000;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #dbdbdb, rgba(0, 0, 0, 0));
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    height: 1px;
    margin-bottom: 22px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 22px;
}
hr.short {
    margin-bottom: 11px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 11px;
}
hr.tall {
    margin-bottom: 44px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 44px;
}
hr.taller {
    margin-bottom: 66px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 66px;
}
hr.solid {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #dbdbdb;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
hr.light {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
}
hr.invisible {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.divider {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #dbdbdb, rgba(0, 0, 0, 0));
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    clear: both;
    height: 1px;
    margin-bottom: 44px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 44px;
    position: relative;
    text-align: center;
}
.divider.taller {
    margin-bottom: 66px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 66px;
}
.divider .fa {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    color: #a9a9a9;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-bottom: 0;
    margin-left: -25px;
    margin-right: auto;
    margin-top: 0;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 50px;
    z-index: 1;
}
.divider.divider-solid {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #dbdbdb;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.divider.divider-icon-sm .fa {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-left: -16px;
    top: -15px;
    width: 30px;
}
.divider.divider-icon-lg {
    margin-bottom: 86px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 86px;
}
.divider.divider-icon-lg .fa {
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    margin-left: -30px;
    top: -30px;
    width: 60px;
}
.divider.divider-icon-lg.taller {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}
.divider.divider-xs {
    width: 35%;
}
.divider.divider-sm {
    width: 67%;
}
.divider.divider-left .fa {
    left: 0;
    margin-left: 0;
    margin-right: 0;
    right: auto;
}
.divider.divider-right .fa {
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: 0;
}
.divider.divider-style-2 .fa {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f4f4f4;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #a9a9a9;
}
.divider.divider-style-3 .fa {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #cecece;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #cecece;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #cecece;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #cecece;
    border-top-style: solid;
    border-top-width: 1px;
}
.divider.divider-style-4 .fa {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #cecece;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #cecece;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #cecece;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #cecece;
    border-top-style: solid;
    border-top-width: 1px;
}
.divider.divider-style-4 .fa::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #f4f4f4;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #f4f4f4;
    border-left-style: solid;
    border-left-width: 3px;
    border-right-color: #f4f4f4;
    border-right-style: solid;
    border-right-width: 3px;
    border-top-color: #f4f4f4;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-style: solid;
    border-top-width: 3px;
    box-sizing: initial;
    content: "";
    display: block;
    height: 100%;
    left: -4px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    position: absolute;
    top: -4px;
    width: 100%;
}
.divider.divider-small {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
}
.divider.divider-small hr {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #555555;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 3px;
    width: 50px;
}
.divider.divider-small.divider-small-center {
    text-align: center;
}
.divider.divider-small.divider-small-center hr {
    margin-left: auto;
    margin-right: auto;
}
.divider.divider-small.divider-small-right {
    text-align: right;
}
.divider.divider-small.divider-small-right hr {
    margin-left: auto;
}
.divider.divider-small.divider-light hr {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #dddddd;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.divider.divider-small.divider-small-sm hr {
    height: 1px;
}
.divider.divider-small.divider-small-lg hr {
    height: 6px;
}
.divider.divider-small.tall {
    margin-bottom: 34px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 34px;
}
.divider.divider-small.taller {
    margin-bottom: 46px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 46px;
}
hr.dashed, .divider.dashed {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    position: relative;
}
hr.dashed::after, .divider.dashed::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #dbdbdb;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #dbdbdb;
    border-left-style: dashed;
    border-left-width: 1px;
    border-right-color: #dbdbdb;
    border-right-style: dashed;
    border-right-width: 1px;
    border-top-color: #dbdbdb;
    border-top-style: dashed;
    border-top-width: 1px;
    content: "";
    display: block;
    height: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
}
hr.pattern, .divider.pattern {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    position: relative;
}
hr.pattern::after, .divider.pattern::after {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/patterns/worn_dots.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    content: "";
    display: block;
    height: 15px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 100%;
}
hr.pattern.pattern-2::after, .divider.pattern.pattern-2::after {
    background-image: url("../img/patterns/az_subtle.png");
}
.sort-source-wrapper {
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
    position: relative;
}
.sort-source-wrapper .nav {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -100px;
}
.sort-source-wrapper .nav > li > a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #ffffff;
}
.sort-source-wrapper .nav > li > a:hover, .sort-source-wrapper .nav > li > a:focus {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.sort-source-wrapper .nav > li.active > a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.sort-source-wrapper .nav > li.active > a:hover, .sort-source-wrapper .nav > li.active > a:focus {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.sort-source {
    clear: both;
}
.sort-destination {
    overflow-x: hidden;
    overflow-y: hidden;
}
.sort-destination.full-width {
    position: relative;
}
.sort-destination.full-width .isotope-item {
    float: right;
    width: 20%;
}
.sort-destination.full-width .isotope-item.w2 {
    width: 40%;
}
.sort-destination.full-width .isotope-item .img-thumbnail, .sort-destination.full-width .isotope-item a, .sort-destination.full-width .isotope-item .thumb-info img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.sort-source-wrapper + .sort-destination.full-width {
    margin-bottom: -81px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    top: -51px;
}
@media (max-width: 991px) {
.sort-destination.isotope {
    height: auto !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}
.sort-destination.isotope.full-width {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
.isotope-hidden {
    display: none !important;
}
}
@media (max-width: 767px) {
.isotope-item {
    margin-left: auto;
    margin-right: auto;
    position: static !important;
    text-align: center;
    transform: none !important;
    width: 100%;
}
.isotope-item.product {
    position: relative !important;
}
.sort-source-wrapper {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #171717;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    clear: both;
    margin-top: -35px;
}
.sort-source-wrapper .nav {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.sort-destination {
    height: auto !important;
}
.sort-destination, .isotope-item {
    margin-left: auto !important;
    margin-right: auto !important;
}
.sort-destination.full-width, .sort-source-wrapper + .sort-destination.full-width {
    margin-bottom: -30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-width: none;
    top: 0;
}
.sort-destination.full-width .isotope-item, .sort-source-wrapper + .sort-destination.full-width .isotope-item {
    max-width: none;
}
}
@media (max-width: 479px) {
.sort-destination, .isotope-item {
    margin-left: auto !important;
    margin-right: auto !important;
}
.sort-destination.full-width .isotope-item, .sort-source-wrapper + .sort-destination.full-width .isotope-item {
    clear: both;
    float: none;
    position: static !important;
    width: auto;
}
}
.pricing-table {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    text-align: center;
}
.pricing-table ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.pricing-table li {
    border-top-color: #dddddd;
    border-top-style: solid;
    border-top-width: 1px;
    color: #777777;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
.pricing-table h3 {
    background-color: #eeeeee;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 50px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.pricing-table h3 .desc {
    color: #777777;
    display: block;
    font-size: 0.7em;
    font-style: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: none;
}
.pricing-table h3 span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #ffffff;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ffffff;
    border-left-style: solid;
    border-left-width: 5px;
    border-right-color: #ffffff;
    border-right-style: solid;
    border-right-width: 5px;
    border-top-color: #ffffff;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-top-style: solid;
    border-top-width: 5px;
    box-shadow: 0 5px 20px #dddddd inset, 0 3px 0 #999999 inset;
    color: #777777;
    display: block;
    font-family: Georgia,serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 25px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
    margin-bottom: -65px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 100px;
}
.pricing-table .most-popular {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #cccccc;
    border-left-style: solid;
    border-left-width: 3px;
    border-right-color: #cccccc;
    border-right-style: solid;
    border-right-width: 3px;
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 3px;
    box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    top: -10px;
    z-index: 2;
}
.pricing-table .most-popular h3 {
    background-color: #666666;
    color: #ffffff;
    padding-top: 30px;
    text-shadow: 0 1px #555555;
}
.pricing-table .most-popular h3 .desc {
    color: #ffffff;
}
.pricing-table .plan-ribbon-wrapper {
    height: 88px;
    left: -3px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    top: -5px;
    width: 85px;
}
.pricing-table .plan-ribbon {
    background-color: #bfdc7a;
    background-image: linear-gradient(to bottom, #bfdc7a, #8ebf45);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: #333333;
    font-size: 14px;
    padding-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 7px;
    position: relative;
    right: -5px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    top: 15px;
    transform: rotate(-45deg);
    width: 120px;
}
.pricing-table .plan-ribbon::before {
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 3px;
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: solid;
    border-right-width: 3px;
    bottom: -3px;
    content: "";
    position: absolute;
    right: 0;
}
.pricing-table .plan-ribbon::after {
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 3px;
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: solid;
    border-right-width: 3px;
    bottom: -3px;
    content: "";
    left: 0;
    position: absolute;
}
.pricing-table [class*="col-md-"] {
    padding-left: 0;
    padding-right: 0;
}
.pricing-table .plan {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #dddddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #dddddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #dddddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #dddddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    color: #333333;
    margin-bottom: 35px;
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    position: relative;
    text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}
.pricing-table .btn {
    margin-top: 5px;
}
.pricing-table.pricing-table-sm h3 .desc {
    font-size: 0.7em;
}
.pricing-table.pricing-table-sm h3 span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ffffff;
    border-left-style: solid;
    border-left-width: 3px;
    border-right-color: #ffffff;
    border-right-style: solid;
    border-right-width: 3px;
    border-top-color: #ffffff;
    border-top-style: solid;
    border-top-width: 3px;
    box-shadow: 0 5px 20px #dddddd inset, 0 3px 0 #999999 inset;
    font-family: Georgia,serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 19px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-weight: bold;
    height: 70px;
    line-height: 65px;
    margin-bottom: -65px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 70px;
}
.pricing-table.pricing-table-sm .most-popular {
    padding-bottom: 30px;
}
.pricing-table.princig-table-flat .plan {
    margin-bottom: -1px;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
    padding-left: 0;
    padding-right: 0;
}
.pricing-table.princig-table-flat .plan h3 {
    background-color: #666666;
    color: #ffffff;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: -20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    text-shadow: 0 1px #555555;
}
.pricing-table.princig-table-flat .plan h3 .desc {
    color: #ffffff;
}
.pricing-table.princig-table-flat .plan h3 span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #666666;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: 0;
    box-shadow: none;
    color: #ffffff;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.5em;
    height: auto;
    line-height: 38px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
}
.pricing-table.princig-table-flat .plan ul {
    margin-bottom: -15px;
    margin-top: 0;
}
.pricing-table.princig-table-flat .plan ul li {
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
}
.pricing-table.princig-table-flat .plan.most-popular ul li {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
.pricing-table.spaced [class*="col-md-"] {
    padding-left: 2px;
    padding-right: 2px;
}
.pricing-table.no-borders .plan {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-bottom-color: -moz-use-text-color !important;
    border-bottom-style: none !important;
    border-bottom-width: 0 !important;
    border-image-outset: 0 0 0 0 !important;
    border-image-repeat: stretch stretch !important;
    border-image-slice: 100% 100% 100% 100% !important;
    border-image-source: none !important;
    border-image-width: 1 1 1 1 !important;
    border-left-color: -moz-use-text-color !important;
    border-left-style: none !important;
    border-left-width: 0 !important;
    border-right-color: -moz-use-text-color !important;
    border-right-style: none !important;
    border-right-width: 0 !important;
    border-top-color: -moz-use-text-color !important;
    border-top-style: none !important;
    border-top-width: 0 !important;
}
html.boxed .pricing-table .plan, html.boxed .pricing-table h3 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
@media (max-width: 767px) {
.pricing-table {
    margin-right: 0;
}
.pricing-table .plan {
    margin-left: 0;
}
html.boxed .pricing-table {
    margin-right: 0;
}
}
.icon-featured {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 40px;
    height: 110px;
    line-height: 110px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    position: relative;
    text-align: center;
    width: 110px;
    z-index: 1;
}
.icon-featured::after {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.featured-box {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, #ffffff 1%, #fcfcfc 98%);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #dfdfdf;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #ececec;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ececec;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.featured-box .box-content {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-color: #cccccc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-style: solid;
    border-top-width: 4px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    position: relative;
    top: -1px;
}
.featured-box .learn-more {
    display: block;
    margin-top: 10px;
}
.featured-box-text-left {
    text-align: left;
}
.featured-boxes-flat .featured-box {
    box-shadow: none;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}
.featured-boxes-flat .featured-box .box-content {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-top: 65px;
}
.featured-boxes-flat .featured-box .icon-featured {
    display: inline-block;
    font-size: 38px;
    height: 90px;
    line-height: 90px;
    margin-bottom: -15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -100px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    top: -37px;
    width: 90px;
}
.featured-boxes-style-2 .featured-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    box-shadow: none;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}
.featured-boxes-style-2 .featured-box .box-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.featured-boxes-style-2 .featured-box .icon-featured {
    display: inline-block;
    font-size: 30px;
    height: 75px;
    line-height: 75px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 75px;
}
.featured-boxes-style-3 .featured-box {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}
.featured-boxes-style-3 .featured-box .icon-featured {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #cccccc;
    border-left-style: solid;
    border-left-width: 3px;
    border-right-color: #cccccc;
    border-right-style: solid;
    border-right-width: 3px;
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 3px;
    color: #cccccc;
    display: inline-block;
    font-size: 30px;
    height: 75px;
    line-height: 68px;
    margin-top: -35px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 75px;
}
.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    box-shadow: none;
}
.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box .box-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.featured-boxes-style-4 .featured-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    box-shadow: none;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}
.featured-boxes-style-4 .featured-box .box-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.featured-boxes-style-4 .featured-box .icon-featured {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #cccccc;
    display: inline-block;
    font-size: 40px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 45px;
}
.featured-boxes-style-5 .featured-box, .featured-boxes-style-6 .featured-box, .featured-boxes-style-7 .featured-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    box-shadow: none;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}
.featured-boxes-style-5 .featured-box .box-content, .featured-boxes-style-6 .featured-box .box-content, .featured-boxes-style-7 .featured-box .box-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.featured-boxes-style-5 .featured-box .box-content h4, .featured-boxes-style-6 .featured-box .box-content h4, .featured-boxes-style-7 .featured-box .box-content h4 {
    color: #2e353e;
}
.featured-boxes-style-5 .featured-box .icon-featured, .featured-boxes-style-6 .featured-box .icon-featured, .featured-boxes-style-7 .featured-box .icon-featured {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #dfdfdf;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #dfdfdf;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #dfdfdf;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #dfdfdf;
    border-top-style: solid;
    border-top-width: 1px;
    color: #777777;
    display: inline-block;
    font-size: 30px;
    height: 75px;
    line-height: 73px;
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 75px;
}
.featured-boxes-style-6 .featured-box .icon-featured {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #cecece;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #cecece;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #cecece;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #cecece;
    border-top-style: solid;
    border-top-width: 1px;
    color: #777777;
}
.featured-boxes-style-6 .featured-box .icon-featured::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #f4f4f4;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #f4f4f4;
    border-left-style: solid;
    border-left-width: 5px;
    border-right-color: #f4f4f4;
    border-right-style: solid;
    border-right-width: 5px;
    border-top-color: #f4f4f4;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-style: solid;
    border-top-width: 5px;
    box-sizing: initial;
    content: "";
    display: block;
    height: 100%;
    left: -6px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    position: absolute;
    top: -6px;
    width: 100%;
}
.featured-boxes-style-7 .featured-box .icon-featured {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #dfdfdf;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #dfdfdf;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #dfdfdf;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #dfdfdf;
    border-top-style: solid;
    border-top-width: 1px;
    color: #777777;
}
.featured-boxes-style-8 .featured-box .icon-featured {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    color: #777777;
    display: inline-block;
    font-size: 30px;
    height: 75px;
    line-height: 73px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: -15px;
    margin-top: -15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 75px;
}
.featured-boxes-style-8 .featured-box .icon-featured::after {
    display: none;
}
.featured-boxes .featured-box {
    margin-bottom: 30px;
    margin-top: 45px;
}
.featured-box-effect-1 .icon-featured::after {
    box-shadow: 0 0 0 3px #ffffff;
    left: -7px;
    opacity: 0;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
    top: -7px;
    transform: scale(1);
    transition-delay: 0s, 0s;
    transition-duration: 0.2s, 0.2s;
    transition-property: transform, opacity;
    transition-timing-function: ease, ease;
}
.featured-box-effect-1:hover .icon-featured::after {
    opacity: 1;
    transform: scale(0.8);
}
.featured-box-effect-2 .icon-featured::after {
    box-shadow: 0 0 0 3px #ffffff;
    left: -7px;
    opacity: 0;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
    top: -7px;
    transform: scale(0.8);
    transition-delay: 0s, 0s;
    transition-duration: 0.2s, 0.2s;
    transition-property: transform, opacity;
    transition-timing-function: ease, ease;
}
.featured-box-effect-2:hover .icon-featured::after {
    opacity: 1;
    transform: scale(0.95);
}
.featured-box-effect-3 .icon-featured::after {
    box-shadow: 0 0 0 10px #ffffff;
    left: 0;
    opacity: 0;
    top: 0;
    transform: scale(0.9);
    transition-delay: 0s, 0s;
    transition-duration: 0.2s, 0.2s;
    transition-property: transform, opacity;
    transition-timing-function: ease, ease;
}
.featured-box-effect-3:hover .icon-featured {
    color: #ffffff !important;
}
.featured-box-effect-3:hover .icon-featured::after {
    opacity: 0.8;
    transform: scale(1);
}
.featured-box-effect-4 .icon-featured {
    transform: scale(1);
    transition-delay: 0s, 0s;
    transition-duration: 0.2s, 0.2s;
    transition-property: transform, transform;
    transition-timing-function: ease, ease;
}
.featured-box-effect-4:hover .icon-featured {
    transform: scale(1.15);
}
.featured-box-effect-5 .icon-featured {
    overflow-x: hidden;
    overflow-y: hidden;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
}
.featured-box-effect-5:hover .icon-featured {
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: toRightFromLeft;
    animation-play-state: running;
    animation-timing-function: ease;
}
@keyframes toRightFromLeft {
49% {
    transform: translate(100%);
}
50% {
    opacity: 0;
    transform: translate(-100%);
}
51% {
    opacity: 1;
}
}
@keyframes toRightFromLeft {
49% {
    transform: translate(100%);
}
50% {
    opacity: 0;
    transform: translate(-100%);
}
51% {
    opacity: 1;
}
}
.featured-box-effect-6 .icon-featured::after {
    transition-delay: 0s, 0s;
    transition-duration: 0.2s, 0.2s;
    transition-property: all, transform;
    transition-timing-function: ease, ease;
}
.featured-box-effect-6:hover .box-content .icon-featured::after {
    transform: scale(1.1);
}
.featured-box-effect-7 .icon-featured::after {
    box-shadow: 3px 3px #d5d5d5;
    left: 0;
    opacity: 0;
    top: -1px;
    transform: rotate(-90deg);
    transition-delay: 0s, 0s;
    transition-duration: 0.2s, 0.2s;
    transition-property: opacity, transform;
    transition-timing-function: ease, ease;
}
.featured-box-effect-7:hover .icon-featured::after {
    opacity: 1;
    transform: rotate(0deg);
}
.featured-box-effect-7 .icon-featured::before {
    opacity: 0.7;
    transform: scale(0.8);
    transition-delay: 0s, 0s;
    transition-duration: 0.2s, 0.2s;
    transition-property: transform, opacity;
    transition-timing-function: ease, ease;
}
.featured-box-effect-7:hover .icon-featured::before {
    opacity: 1;
    transform: scale(1);
}
.feature-box {
    clear: both;
}
.feature-box .feature-box-icon {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #cccccc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    color: #ffffff;
    display: inline-block;
    float: right;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 35px;
}
.feature-box .feature-box-info {
    padding-right: 50px;
}
.feature-box.feature-box-style-2 h4 {
    color: #1d2127;
}
.feature-box.feature-box-style-2 .feature-box-icon {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 50px;
    width: 50px;
}
.feature-box.feature-box-style-2 .feature-box-icon i.fa {
    font-size: 28px;
}
.feature-box.feature-box-style-2 .feature-box-info {
    padding-right: 60px;
}
.feature-box.feature-box-style-3 h4 {
    color: #1d2127;
}
.feature-box.feature-box-style-3 .feature-box-icon {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #cccccc;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #cccccc;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 1px;
    line-height: 32px;
}
.feature-box.feature-box-style-3 .feature-box-icon i.fa {
    color: #cccccc;
}
.feature-box.feature-box-style-4 h4 {
    color: #1d2127;
}
.feature-box.feature-box-style-4 .feature-box-icon {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    float: none;
    height: auto;
    padding-bottom: 10px;
    width: auto;
}
.feature-box.feature-box-style-4 .feature-box-icon i.fa {
    font-size: 38px;
}
.feature-box.feature-box-style-4 .feature-box-info {
    clear: both;
    padding-right: 0;
}
.feature-box.feature-box-style-5 h4 {
    color: #1d2127;
}
.feature-box.feature-box-style-5 .feature-box-icon {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 74px;
    width: 74px;
}
.feature-box.feature-box-style-5 .feature-box-icon i.fa {
    font-size: 44px;
}
.feature-box.feature-box-style-5 .feature-box-info {
    padding-right: 84px;
}
.feature-box.feature-box-style-6 h4 {
    color: #1d2127;
}
.feature-box.feature-box-style-6 .feature-box-icon {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #cecece;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #cecece;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #cecece;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #cecece;
    border-top-style: solid;
    border-top-width: 1px;
    line-height: 32px;
}
.feature-box.feature-box-style-6 .feature-box-icon::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #f4f4f4;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #f4f4f4;
    border-left-style: solid;
    border-left-width: 3px;
    border-right-color: #f4f4f4;
    border-right-style: solid;
    border-right-width: 3px;
    border-top-color: #f4f4f4;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-style: solid;
    border-top-width: 3px;
    box-sizing: initial;
    content: "";
    display: block;
    height: 100%;
    left: -4px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    position: absolute;
    top: -4px;
    width: 100%;
}
.feature-box.feature-box-style-6 .feature-box-icon i.fa {
    color: #a9a9a9;
}
@media (min-width: 991px) {
.feature-box.reverse {
    text-align: left;
}
.feature-box.reverse .feature-box-info {
    padding-left: 50px;
    padding-right: 0;
}
.feature-box.reverse .feature-box-icon {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}
.feature-box.reverse.feature-box-style-2 .feature-box-info {
    padding-left: 60px;
}
.feature-box.reverse.feature-box-style-4 .feature-box-info {
    padding-left: 0;
}
.feature-box.reverse.feature-box-style-5 .feature-box-info {
    padding-left: 84px;
}
}
.featured-boxes-full {
    width: 100%;
}
.featured-boxes-full > [class*="col-"] {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.featured-boxes-full .featured-box-full {
    padding-bottom: 55px;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 55px;
    text-align: center;
}
.featured-boxes-full .featured-box-full .fa, .featured-boxes-full .featured-box-full h1, .featured-boxes-full .featured-box-full h2, .featured-boxes-full .featured-box-full h3, .featured-boxes-full .featured-box-full h4, .featured-boxes-full .featured-box-full h5, .featured-boxes-full .featured-box-full h6, .featured-boxes-full .featured-box-full p, .featured-boxes-full .featured-box-full a {
    color: #ffffff;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.featured-boxes-full .featured-box-full .fa {
    font-size: 55px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.featured-boxes-full .featured-box-full p {
    opacity: 0.8;
    padding-top: 12px;
}
.thumb-info {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    backface-visibility: hidden;
    background-color: #ffffff;
    border-bottom-color: #dddddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #dddddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #dddddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #dddddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    display: block;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    transform: translate3d(0px, 0px, 0px);
}
.thumb-info .thumb-info-wrapper {
    backface-visibility: hidden;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 4px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
}
.thumb-info .thumb-info-wrapper::after {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    bottom: -4px;
    color: #ffffff;
    content: "";
    display: block;
    left: -4px;
    opacity: 0;
    position: absolute;
    right: -4px;
    top: -4px;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    z-index: 1;
}
.thumb-info .thumb-info-action-icon {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #cccccc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    left: -100px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: -100px;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    width: 50px;
    z-index: 2;
}
.thumb-info .thumb-info-action-icon i {
    color: #ffffff;
    font-size: 24px;
    position: relative;
    right: 3px;
    top: -4px;
}
.thumb-info .thumb-info-inner {
    display: block;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
}
.thumb-info .thumb-info-inner em {
    display: block;
    font-size: 0.8em;
    font-style: normal;
    font-weight: normal;
}
.thumb-info .thumb-info-title {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(36, 27, 28, 0.9);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    bottom: 10%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
    max-width: 90%;
    padding-bottom: 9px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 9px;
    position: absolute;
    right: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    z-index: 2;
}
.thumb-info .thumb-info-type {
    background-color: #cccccc;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: -15px;
    margin-left: -2px;
    margin-right: -2px;
    margin-top: 8px;
    padding-bottom: 2px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 2px;
    text-transform: none;
    z-index: 2;
}
.thumb-info img {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    width: 100%;
}
.thumb-info:hover .thumb-info-wrapper::after {
    opacity: 1;
}
.thumb-info:hover .thumb-info-action-icon {
    left: 0;
    top: 0;
}
.thumb-info:hover .thumb-info-title {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #000000;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.thumb-info:hover img {
    transform: scale(1.1, 1.1);
}
.thumb-info.thumb-info-no-zoom:hover img {
    transform: scale(1, 1);
}
.thumb-info.thumb-info-lighten .thumb-info-wrapper::after {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(36, 27, 28, 0.65);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper::after {
    display: none;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action {
    bottom: auto;
    height: 40px;
    left: 3px;
    margin-top: -20px;
    opacity: 0;
    position: absolute;
    right: auto;
    text-align: center;
    top: 40%;
    transition-delay: 0s;
    transition-duration: 0.1s;
    transition-property: top;
    transition-timing-function: ease;
    width: 100%;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    bottom: auto;
    height: 40px;
    left: auto;
    line-height: 33px;
    margin-right: 3px;
    position: relative;
    right: auto;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0.1s;
    transition-property: all;
    transition-timing-function: ease;
    width: 40px;
    z-index: 2;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
    font-size: 18px;
    position: static;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
    transform: scale(1.15, 1.15);
}
.thumb-info.thumb-info-centered-icons:hover .thumb-info-action {
    opacity: 1;
    top: 50%;
}
.thumb-info.thumb-info-centered-icons:hover .thumb-info-action-icon {
    position: relative;
}
.thumb-info.thumb-info-centered-info .thumb-info-title {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    left: 5%;
    opacity: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
    top: 30%;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    width: 90%;
}
.thumb-info.thumb-info-centered-info .thumb-info-type {
    float: none;
}
.thumb-info.thumb-info-centered-info:hover .thumb-info-title {
    opacity: 1;
    top: 45%;
}
.thumb-info.thumb-info-bottom-info .thumb-info-title {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    bottom: -100px;
    color: #777777;
    left: 0;
    max-width: 100%;
    opacity: 0;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    text-shadow: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    width: 100%;
}
.thumb-info.thumb-info-bottom-info .thumb-info-type {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    float: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
    bottom: 0;
    opacity: 1;
}
.thumb-info.thumb-info-bottom-info:hover img {
    transform: translateY(-18px);
}
.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to top, rgba(36, 27, 28, 0.8) 0px, rgba(0, 0, 0, 0) 100%);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #ffffff;
}
.thumb-info.thumb-info-push-hor img {
    max-width: none;
    transform: translateX(-18px);
    width: calc(100% + 19px);
}
.thumb-info.thumb-info-push-hor:hover img {
    transform: translateX(0px);
}
.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper::after {
    opacity: 0.65;
}
.thumb-info.thumb-info-hide-info-hover .thumb-info-title {
    opacity: 1;
    top: 40%;
}
.thumb-info.thumb-info-hide-info-hover .thumb-info-type {
    float: none;
}
.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper::after {
    opacity: 0.1;
}
.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
    opacity: 0;
}
.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.thumb-info.thumb-info-no-borders .thumb-info-wrapper::after {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
html.webkit .thumb-info .thumb-info-wrapper {
    margin-bottom: 3px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 4px;
}
html.webkit .full-width .thumb-info .thumb-info-wrapper, html.webkit .masonry-item .thumb-info .thumb-info-wrapper, html.webkit .thumb-info-no-borders .thumb-info-wrapper {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.full-width .thumb-info img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.thumb-info-caption {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
    display: block;
    font-size: 0.9em;
    line-height: 20px;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
.thumb-info-social-icons {
    border-top-color: #dddddd;
    border-top-style: dotted;
    border-top-width: 1px;
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
}
.thumb-info-social-icons a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #cccccc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.thumb-info-social-icons a:hover {
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
.thumb-info-social-icons a span {
    display: none;
}
.thumb-info-social-icons a i {
    color: #ffffff;
    font-size: 0.9em;
    font-weight: normal;
}
@media (max-width: 991px) {
.thumb-info .thumb-info-title {
    font-size: 14px;
}
.thumb-info .thumb-info-more {
    font-size: 11px;
}
}
section.timeline {
    float: right;
    margin-bottom: 0;
    margin-left: 12.5%;
    margin-right: 12.5%;
    margin-top: 50px;
    padding-bottom: 120px;
    position: relative;
    width: 75%;
}
section.timeline::after {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: -moz-linear-gradient(center top , rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    content: "";
    display: block;
    height: 100%;
    margin-right: -2px;
    opacity: 0.35;
    position: absolute;
    right: 50%;
    top: -60px;
    width: 3px;
    z-index: 0;
}
section.timeline .timeline-date {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #e5e5e5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #e5e5e5;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e5e5e5;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #e5e5e5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    clear: both;
    display: block;
    height: 45px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    position: relative;
    text-shadow: 0 1px 1px #ffffff;
    width: 200px;
    z-index: 1;
}
section.timeline .timeline-date h3 {
    color: #757575;
    display: block;
    font-size: 0.9em;
    line-height: 32px;
    text-align: center;
}
section.timeline .timeline-title {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f4f4f4;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
}
section.timeline .timeline-title h4 {
    color: #171717;
    font-size: 1.4em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
section.timeline .timeline-title a {
    color: #171717;
}
section.timeline .timeline-title .timeline-title-tags {
    color: #b1b1b1;
    font-size: 0.9em;
}
section.timeline .timeline-title .timeline-title-tags a {
    color: #b1b1b1;
    font-size: 0.9em;

}
section.timeline .timeline-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #e5e5e5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #e5e5e5;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e5e5e5;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #e5e5e5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    float: right;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: relative;
    width: 45.7%;
    z-index: 1;
}
section.timeline .timeline-box.left {
    clear: both;
}
section.timeline .timeline-box.left::before {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e5e5e5;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #e5e5e5;
    content: "";
    display: block;
    height: 7px;
    left: -6.8%;
    margin-left: -5px;
    position: absolute;
    top: 22px;
    width: 8px;
}
section.timeline .timeline-box.left::after {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-left-color: #e5e5e5;
    border-left-style: solid;
    border-left-width: 1px;
    border-top-color: #e5e5e5;
    border-top-style: solid;
    border-top-width: 1px;
    content: "";
    display: block;
    height: 14px;
    left: -8px;
    position: absolute;
    top: 20px;
    transform: rotate(-45deg);
    width: 14px;
    z-index: 0;
}
section.timeline .timeline-box.right {
    clear: left;
    float: left;
    left: -1px;
    margin-top: 40px;
}
section.timeline .timeline-box.right::before {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e5e5e5;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #e5e5e5;
    content: "";
    display: block;
    height: 7px;
    margin-right: -5px;
    position: absolute;
    right: -7.2%;
    top: 32px;
    width: 8px;
}
section.timeline .timeline-box.right::after {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #e5e5e5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-color: #e5e5e5;
    border-right-style: solid;
    border-right-width: 1px;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: -8px;
    top: 30px;
    transform: rotate(-45deg);
    width: 14px;
    z-index: 0;
}
section.timeline .timeline-box .owl-carousel {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: 0;
    box-shadow: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
@media (max-width: 991px) {
section.timeline .timeline-box {
    clear: both;
    float: none;
    left: auto;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    max-width: 70%;
    right: auto;
    width: auto;
}
section.timeline .timeline-box.right {
    clear: both;
    float: none;
    left: auto;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    max-width: 70%;
    right: auto;
    width: auto;
}
section.timeline .timeline-box.left::after, section.timeline .timeline-box.right::after, section.timeline .timeline-box.left::before, section.timeline .timeline-box.right::before {
    display: none;
}
}
@media (max-width: 479px) {
section.timeline {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: auto;
}
section.timeline .timeline-box {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    max-width: 90%;
}
section.timeline .timeline-box.right {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    max-width: 90%;
}
article.post-large {
    margin-right: 0;
}
article.post-large .post-image, article.post-large .post-date {
    margin-right: 0;
}
}
.testimonial {
    margin-bottom: 20px;
}
.testimonial blockquote {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #cccccc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-style: none;
    border-top-width: 0;
    color: #666666;
    font-family: Georgia,serif;
    font-style: italic;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    position: relative;
}
.testimonial blockquote::before {
    color: #ffffff;
    content: "”";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 0;
}
.testimonial blockquote::after {
    bottom: -0.5em;
    color: #ffffff;
    content: "“";
    font-size: 80px;
    font-style: normal;
    left: 10px;
    line-height: 1;
    position: absolute;
}
.testimonial blockquote p {
    color: #ffffff;
    font-family: Georgia,serif;
    font-size: 1.2em;
    font-style: italic;
    line-height: 1.3;
}
.testimonial .testimonial-arrow-down {
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 15px;
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: solid;
    border-right-width: 15px;
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 15px;
    height: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 17px;
    margin-top: 0;
    width: 0;
}
.testimonial .testimonial-author {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px;
}
.testimonial .testimonial-author::before, .testimonial .testimonial-author::after {
    content: " ";
    display: table;
}
.testimonial .testimonial-author::after {
    clear: both;
}
.testimonial .testimonial-author .testimonial-author-thumbnail {
    float: right;
    margin-left: 10px;
    width: auto;
}
.testimonial .testimonial-author img {
    max-width: 55px;
}
.testimonial .testimonial-author strong {
    color: #111111;
    display: block;
    margin-bottom: -5px;
    padding-top: 10px;
}
.testimonial .testimonial-author span {
    color: #666666;
    display: block;
    font-size: 12px;
}
.testimonial .testimonial-author p {
    color: #999999;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 25px;
    margin-top: 0;
    text-align: right;
}
.testimonial.testimonial-style-2 {
    text-align: center;
}
.testimonial.testimonial-style-2 blockquote {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
}
.testimonial.testimonial-style-2 blockquote::before, .testimonial.testimonial-style-2 blockquote::after {
    display: none;
}
.testimonial.testimonial-style-2 blockquote p {
    color: #777777;
}
.testimonial.testimonial-style-2 .testimonial-arrow-down {
    display: none;
}
.testimonial.testimonial-style-2 .testimonial-author {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 6px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.testimonial.testimonial-style-2 .testimonial-author img {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
.testimonial.testimonial-style-2 .testimonial-author p {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
}
.testimonial.testimonial-style-3 blockquote {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: #f2f2f2 !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
}
.testimonial.testimonial-style-3 blockquote::before {
    color: #777777;
    font-size: 35px;
    top: 5px;
}
.testimonial.testimonial-style-3 blockquote::after {
    bottom: -5px;
    color: #777777;
    font-size: 35px;
}
.testimonial.testimonial-style-3 blockquote p {
    color: #777777;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1em;
    font-style: normal;
}
.testimonial.testimonial-style-3 .testimonial-author {
    margin-right: 8px;
}
.testimonial.testimonial-style-3 .testimonial-arrow-down {
    border-top-color: #f2f2f2 !important;
    border-top-style: solid !important;
    border-top-width: 10px !important;
    margin-right: 20px;
}
.testimonial.testimonial-style-4 {
    border-bottom-color: #dfdfdf;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #ececec;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ececec;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #dfdfdf;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.testimonial.testimonial-style-4 blockquote {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
}
.testimonial.testimonial-style-4 blockquote::before {
    color: #777777;
    font-size: 35px;
    top: 5px;
}
.testimonial.testimonial-style-4 blockquote::after {
    bottom: -5px;
    color: #777777;
    font-size: 35px;
}
.testimonial.testimonial-style-4 blockquote p {
    color: #777777;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1em;
    font-style: normal;
}
.testimonial.testimonial-style-4 .testimonial-arrow-down {
    display: none;
}
.testimonial.testimonial-style-4 .testimonial-author {
    margin-bottom: 15px;
    margin-right: 30px;
}
.testimonial.testimonial-style-5 {
    text-align: center;
}
.testimonial.testimonial-style-5 blockquote {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
}
.testimonial.testimonial-style-5 blockquote::before, .testimonial.testimonial-style-5 blockquote::after {
    display: none;
}
.testimonial.testimonial-style-5 blockquote p {
    color: #777777;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.2em;
    font-style: normal;
}
.testimonial.testimonial-style-5 .testimonial-arrow-down {
    display: none;
}
.testimonial.testimonial-style-5 .testimonial-author {
    border-top-color: #f2f2f2;
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 12px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
}
.testimonial.testimonial-style-5 .testimonial-author img {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
.testimonial.testimonial-style-5 .testimonial-author p {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
}
.testimonial.testimonial-style-6 {
    text-align: center;
}
.testimonial.testimonial-style-6 blockquote {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    border-bottom-color: -moz-use-text-color;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: none;
    border-top-width: 0;
    padding-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0;
}
.testimonial.testimonial-style-6 blockquote::before, .testimonial.testimonial-style-6 blockquote::after {
    display: none;
}
.testimonial.testimonial-style-6 blockquote i.fa-quote-left {
    font-size: 34px;
    position: relative;
    right: -5px;
}
.testimonial.testimonial-style-6 blockquote p {
    color: #777777;
    font-size: 24px;
    line-height: 30px;
}
.testimonial.testimonial-style-6 blockquote span {
    color: #999999;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    right: -5px;
}
.testimonial.testimonial-style-6 .testimonial-arrow-down {
    display: none;
}
.testimonial.testimonial-style-6 .testimonial-author {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 6px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.testimonial.testimonial-style-6 .testimonial-author img {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
.testimonial.testimonial-style-6 .testimonial-author p {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
}
.testimonial.testimonial-with-quotes blockquote::before {
    color: #777777;
    content: "”";
    display: block !important;
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 0;
}
.testimonial.testimonial-with-quotes blockquote::after {
    bottom: -0.5em;
    color: #777777;
    content: "“";
    display: block !important;
    font-size: 80px;
    font-style: normal;
    left: 10px;
    line-height: 1;
    position: absolute;
}
.testimonial.testimonial-with-quotes blockquote p {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0;
}
.section-text-light .testimonial.testimonial blockquote::before, .section-text-light .testimonial.testimonial blockquote::after, .section-text-light .testimonial.testimonial blockquote p {
    color: #ffffff;
    opacity: 0.9;
}
.section-text-light .testimonial.testimonial .testimonial-author span, .section-text-light .testimonial.testimonial .testimonial-author strong {
    color: #ffffff;
    opacity: 0.6;
}
ul.social-icons {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: auto;
}
ul.social-icons li {
    background-image: url("../images/social-sprites.png");
    background-position: 0 100px;
    background-repeat: no-repeat;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 1px;
    margin-right: 0;
    margin-top: -1px;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
}
ul.social-icons li a {
    display: block;
    height: 30px;
    text-align: center;
    width: 30px;
}
ul.social-icons li a:hover {
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
ul.social-icons li a i[class^="icon-"] {
    color: #444444;
    position: relative;
    top: 3px;
}
ul.social-icons li a:active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset, 0 0 10px rgba(0, 0, 0, 0.3) inset;
}
ul.social-icons li[class] a {
    text-indent: -9999px;
}

ul.social-icons li:active, ul.social-icons li a:active {
	border-radius: 100%;
}

ul.social-icons li.telegram {
	background-position: 0 0;
}

ul.social-icons li.telegram:hover {
	background-position: 0 -30px;
}

ul.social-icons li.farsi {
	background-position: 0 -60px;
}

ul.social-icons li.farsi:hover {
	background-position: 0 -90px;
}

ul.social-icons li.facebook {
	background-position: 0 -120px;
}

ul.social-icons li.facebook:hover {
	background-position: 0 -150px;
}

ul.social-icons li.english {
	background-position: 0 -180px;
}

ul.social-icons li.english:hover {
	background-position: 0 -210px;
}

ul.social-icons li.aparat {
	background-position: 0 -240px;
}

ul.social-icons li.aparat:hover {
	background-position: 0 -270px;
}

ul.social-icons li.googleplus {
	background-position: 0 -300px;
}

ul.social-icons li.googleplus:hover {
	background-position: 0 -330px;
}

ul.social-icons li.html5 {
	background-position: 0 -360px;
}

ul.social-icons li.html5:hover {
	background-position: 0 -390px;
}

ul.social-icons li.icloud {
	background-position: 0 -420px;
}

ul.social-icons li.icloud:hover {
	background-position: 0 -450px;
}

ul.social-icons li.lastfm {
	background-position: 0 -480px;
}

ul.social-icons li.lastfm:hover {
	background-position: 0 -510px;
}

ul.social-icons li.linkedin {
	background-position: 0 -540px;
}

ul.social-icons li.linkedin:hover {
	background-position: 0 -570px;
}

ul.social-icons li.myspace {
	background-position: 0 -600px;
}

ul.social-icons li.myspace:hover {
	background-position: 0 -630px;
}

ul.social-icons li.paypal {
	background-position: 0 -660px;
}

ul.social-icons li.paypal:hover {
	background-position: 0 -690px;
}

ul.social-icons li.picasa {
	background-position: 0 -720px;
}

ul.social-icons li.picasa:hover {
	background-position: 0 -750px;
}

ul.social-icons li.pinterest {
	background-position: 0 -780px;
}

ul.social-icons li.pinterest:hover {
	background-position: 0 -810px;
}

ul.social-icons li.reddit {
	background-position: 0 -840px;
}

ul.social-icons li.reddit:hover {
	background-position: 0 -870px;
}

ul.social-icons li.rss {
	background-position: 0 -900px;
}

ul.social-icons li.rss:hover {
	background-position: 0 -930px;
}

ul.social-icons li.skype {
	background-position: 0 -960px;
}

ul.social-icons li.skype:hover {
	background-position: 0 -990px;
}

ul.social-icons li.stumbleupon {
	background-position: 0 -1020px;
}

ul.social-icons li.stumbleupon:hover {
	background-position: 0 -1050px;
}

ul.social-icons li.tumblr {
	background-position: 0 -1080px;
}

ul.social-icons li.tumblr:hover {
	background-position: 0 -1110px;
}

ul.social-icons li.twitter {
	background-position: 0 -1140px;
}

ul.social-icons li.twitter:hover {
	background-position: 0 -1170px;
}

ul.social-icons li.vimeo {
	background-position: 0 -1200px;
}

ul.social-icons li.vimeo:hover {
	background-position: 0 -1230px;
}

ul.social-icons li.wordpress {
	background-position: 0 -1260px;
}

ul.social-icons li.wordpress:hover {
	background-position: 0 -1290px;
}

ul.social-icons li.yahoo {
	background-position: 0 -1320px;
}

ul.social-icons li.yahoo:hover {
	background-position: 0 -1350px;
}

ul.social-icons li.youtube {
	background-position: 0 -1380px;
}

ul.social-icons li.youtube:hover {
	background-position: 0 -1410px;
}

ul.social-icons li.github {
	background-position: 0 -1440px;
}

ul.social-icons li.github:hover {
	background-position: 0 -1470px;
}

ul.social-icons li.behance {
	background-position: 0 -1500px;
}

ul.social-icons li.behance:hover {
	background-position: 0 -1530px;
}

ul.social-icons li.yelp {
	background-position: 0 -1560px;
}

ul.social-icons li.yelp:hover {
	background-position: 0 -1590px;
}

ul.social-icons li.mail {
	background-position: 0 -1620px;
}

ul.social-icons li.mail:hover {
	background-position: 0 -1650px;
}

ul.social-icons li.instagram {
	background-position: 0 -1680px;
}

ul.social-icons li.instagram:hover {
	background-position: 0 -1710px;
}

ul.social-icons li.foursquare {
	background-position: 0 -1740px;
}

ul.social-icons li.foursquare:hover {
	background-position: 0 -1770px;
}

ul.social-icons li.zerply {
	background-position: 0 -1800px;
}

ul.social-icons li.zerply:hover {
	background-position: 0 -1830px;
}

ul.social-icons li.vk {
	background-position: 0 -1860px;
}

ul.social-icons li.vk:hover {
	background-position: 0 -1890px;
}
.social-icons-list {
    display: block;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.social-icons-list a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #cccccc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.social-icons-list a:hover {
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
.social-icons-list a span {
    display: none;
}
.social-icons-list a i {
    color: #ffffff;
    font-size: 0.9em;
    font-weight: normal;
}
.arrow {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/arrows.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline-block;
    height: 120px;
    position: relative;
    width: 47px;
}
.arrow.vtl {
    background-position: -101px 0;
    height: 96px;
    width: 47px;
}
.arrow.vtr {
    background-position: 0 0;
    height: 96px;
    width: 47px;
}
.arrow.vbl {
    background-position: -101px -144px;
    height: 96px;
    width: 47px;
}
.arrow.vbr {
    background-position: 0 -144px;
    height: 96px;
    width: 47px;
}
.arrow.hlt {
    background-position: -353px 0;
    height: 47px;
    width: 120px;
}
.arrow.hlb {
    background-position: -353px -101px;
    height: 47px;
    width: 120px;
}
.arrow.hrt {
    background-position: -209px 0;
    height: 47px;
    width: 120px;
}
.arrow.hrb {
    background-position: -209px -101px;
    height: 47px;
    width: 120px;
}
@media (max-width: 479px) {
.arrow {
    display: none;
}
}
.call-to-action {
    clear: both;
    min-height: 125px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
}
.call-to-action::before, .call-to-action::after {
    content: " ";
    display: table;
}
.call-to-action::after {
    clear: both;
}
.call-to-action h3 {
    color: #1d2127;
    margin-bottom: 9px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-transform: none;
}
.call-to-action p {
    font-size: 1.2em;
}
.call-to-action .call-to-action-content {
    margin-right: 3%;
    padding-top: 35px;
    text-align: center;
    width: 70%;
}
.call-to-action .call-to-action-btn {
    left: 25px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: -18px;
    position: absolute;
    right: auto;
    text-align: center;
    top: 50%;
    width: 22%;
}
.call-to-action.call-to-action-default {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f2f2f2;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.call-to-action.call-to-action-dark {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #2e353e;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.call-to-action.call-to-action-dark h3, .call-to-action.call-to-action-dark p {
    color: #ffffff;
}
.call-to-action.with-borders {
    border-bottom-color: #dfdfdf;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #ececec;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ececec;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #dfdfdf;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
.call-to-action.with-full-borders {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #cccccc;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #cccccc;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 2px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
.call-to-action.featured {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, #ffffff 1%, #fcfcfc 98%);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #dfdfdf;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #ececec;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ececec;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.call-to-action.featured.featured-primary {
    border-top-color: #cccccc;
}
.call-to-action.featured.featured-secondary {
    border-top-color: #e36159;
}
.call-to-action.featured.featured-tertiary {
    border-top-color: #2baab1;
}
.call-to-action.featured.featured-quaternary {
    border-top-color: #2e353e;
}
.call-to-action.with-button-arrow .call-to-action-btn {
    top: 30%;
}
.call-to-action.button-centered .call-to-action-content {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 35px;
    text-align: center;
    width: 100%;
}
.call-to-action.button-centered .call-to-action-btn {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    position: static;
    text-align: center;
    width: auto;
}
.call-to-action.call-to-action-in-footer {
    margin-bottom: -50px !important;
    margin-top: 30px;
    padding-bottom: 50px;
    padding-top: 50px;
}
.call-to-action.call-to-action-in-footer::before {
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 20px;
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: solid;
    border-right-width: 20px;
    border-top-color: #ffffff;
    border-top-style: solid;
    border-top-width: 20px;
    content: "";
    display: block;
    height: 20px;
    margin-right: -20px;
    position: absolute;
    right: 50%;
    top: -5px;
    width: 20px;
}
.call-to-action.no-top-arrow::before {
    display: none;
}
.call-to-action.call-to-action-in-footer-margin-top {
    margin-top: 60px;
}
.container .call-to-action {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
@media (max-width: 767px) {
.call-to-action .call-to-action-content, .call-to-action .call-to-action-btn {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: static;
    width: auto;
}
}
.circular-bar {
    margin-bottom: 25px;
    text-align: center;
}
.circular-bar .circular-bar-chart {
    position: relative;
}
.circular-bar strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    position: absolute;
    right: 10%;
    text-align: center;
    top: 35%;
    width: 80%;
}
.circular-bar label {
    display: block;
    font-size: 17px;
    font-weight: 100;
    line-height: 20px;
    position: absolute;
    right: 10%;
    text-align: center;
    top: 50%;
    width: 80%;
}
.circular-bar.only-icon .fa {
    display: block;
    font-size: 38px;
    font-weight: 600;
    line-height: 30px;
    position: absolute;
    right: 10%;
    text-align: center;
    top: 40%;
    width: 80%;
}
.circular-bar.single-line strong {
    top: 40%;
}
.circular-bar.circular-bar-sm label {
    font-size: 14px;
    top: 36%;
}
.circular-bar.circular-bar-lg strong {
    font-size: 20px;
    top: 40%;
}
.progress {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fafafa;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    overflow-x: visible;
    overflow-y: visible;
}
.progress.progress-border-radius {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.progress.progress-border-radius .progress-bar {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.progress.progress-no-border-radius {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.progress.progress-no-border-radius .progress-bar {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.progress.progress-sm {
    height: 10px;
}
.progress.progress-sm .progress-bar {
    line-height: 10px;
}
.progress.progress-lg {
    height: 35px;
}
.progress.progress-lg .progress-bar {
    font-size: 13px;
    line-height: 35px;
}
.progress-bar {
    background-color: #cccccc;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    box-shadow: none;
    position: relative;
}
.progress-bar-tooltip {
    background-color: #333333;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 11px;
    left: 5px;
    line-height: 15px;
    opacity: 0;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    position: absolute;
    top: -28px;
}
.progress-bar-tooltip::after {
    border-bottom-color: #333333;
    border-bottom-style: solid;
    border-bottom-width: 0;
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 5px;
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: solid;
    border-right-width: 5px;
    border-top-color: #333333;
    border-top-style: solid;
    border-top-width: 5px;
    bottom: -5px;
    content: "";
    display: block;
    position: absolute;
    right: 13px;
    width: 0;
}
.progress-bar-primary {
    background-color: #cccccc;
    color: #ffffff;
}
.progress-bar-success {
    background-color: #47a447;
    color: #ffffff;
}
.progress-bar-warning {
    background-color: #ed9c28;
    color: #ffffff;
}
.progress-bar-danger {
    background-color: #d2322d;
    color: #ffffff;
}
.progress-bar-info {
    background-color: #5bc0de;
    color: #ffffff;
}
.progress-bar-dark {
    background-color: #1d2127;
    color: #ffffff;
}
.counters .counter {
    text-align: center;
}
.counters .fa {
    display: block;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 5px;
}
.counters strong {
    display: block;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
}
.counters label {
    display: block;
    font-size: 20px;
    font-weight: 100;
    line-height: 20px;
}
.counters .counter-side-icon .fa, .counters .counter-side-icon strong {
    display: inline-block;
}
.counters .counter-with-unit strong {
    display: inline-block;
}
.counters.with-borders .counter {
    border-bottom-color: #dfdfdf;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #ececec;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ececec;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #dfdfdf;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
}
.counters.counters-sm .fa {
    font-size: 25px;
    line-height: 25px;
}
.counters.counters-sm strong {
    font-size: 35px;
    line-height: 35px;
}
.counters.counters-sm label {
    font-size: 15px;
    line-height: 15px;
}
.counters.counters-lg .fa {
    font-size: 45px;
    line-height: 45px;
}
.counters.counters-lg strong {
    font-size: 60px;
    line-height: 60px;
}
.counters.counters-lg label {
    font-size: 25px;
    line-height: 25px;
}
.counters.counters-text-light .counter {
    color: #ffffff !important;
}
.counters.counters-text-light .counter .fa, .counters.counters-text-light .counter strong, .counters.counters-text-light .counter label {
    color: #ffffff !important;
}
.counters.counters-text-dark .counter {
    color: #2e353e !important;
}
.counters.counters-text-dark .counter .fa, .counters.counters-text-dark .counter strong, .counters.counters-text-dark .counter label {
    color: #2e353e !important;
}
.word-rotate {
    display: inline-block;
    line-height: 22px;
    max-height: 22px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    text-align: center;
}
.word-rotate .word-rotate-items {
    display: inline-block;
    position: relative;
    top: 0;
    width: 0;
}
.word-rotate .word-rotate-items span {
    display: inline-block;
    white-space: nowrap;
}
.word-rotate .word-rotate-items span:not(:first-child) {
    display: none;
}
.word-rotate.active .word-rotate-items {
    position: relative;
}
.word-rotate.active .word-rotate-items span {
    display: inline-block;
}
h1.word-rotator-title .inverted {
    min-height: 56px;
}
h1.word-rotator-title .word-rotate {
    line-height: 46px;
    margin-bottom: -9px;
    max-height: 46px;
}
h2.word-rotator-title .inverted {
    min-height: 46px;
}
h2.word-rotator-title .word-rotate {
    line-height: 42px;
    margin-bottom: -9px;
    max-height: 42px;
}
h3.word-rotator-title .inverted {
    min-height: 25px;
}
h3.word-rotator-title .word-rotate {
    line-height: 24px;
    margin-bottom: -2px;
    max-height: 24px;
}
h4.word-rotator-title .inverted {
    min-height: 32px;
}
h4.word-rotator-title .word-rotate {
    line-height: 27px;
    margin-bottom: -6px;
    max-height: 27px;
}
h5.word-rotator-title .inverted {
    min-height: 18px;
}
h5.word-rotator-title .word-rotate {
    line-height: 18px;
    margin-bottom: -4px;
    max-height: 18px;
}
h6.word-rotator-title .inverted {
    min-height: 20px;
}
h6.word-rotator-title .word-rotate {
    line-height: 18px;
    margin-bottom: -4px;
    max-height: 18px;
}
p .inverted {
    min-height: 24px;
}
p .word-rotate {
    line-height: 22px;
    margin-bottom: -6px;
    max-height: 22px;
}
html .scroll-to-top {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #404040;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    bottom: 0;
    color: #ffffff;
    display: block;
    height: 9px;
    left: 10px;
    min-width: 49px;
    opacity: 0;
    padding-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 13px;
    position: fixed;
    text-align: center;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    z-index: 1040;
}
html .scroll-to-top:hover {
    opacity: 1;
}
html .scroll-to-top.visible {

    opacity: 0.75;
}
html .scroll-to-top span {
    display: inline-block;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
}
html.ie11 .scroll-to-top {
    left: 25px;
}
@media (max-width: 991px) {
html .scroll-to-top.hidden-mobile {
    display: none !important;
}
}
@keyframes animateLoader {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(220deg);
}
}
@keyframes animateLoader {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(220deg);
}
}
@keyframes animateLoaderAfterWhite {
0% {
    box-shadow: 0 0 0 6px #ffffff inset;
    transform: rotate(-140deg);
}
50% {
    box-shadow: 0 0 0 2px #ffffff inset;
}
100% {
    box-shadow: 0 0 0 6px #ffffff inset;
    transform: rotate(140deg);
}
}
@keyframes animateLoaderAfterWhite {
0% {
    box-shadow: 0 0 0 6px #ffffff inset;
    transform: rotate(-140deg);
}
50% {
    box-shadow: 0 0 0 2px #ffffff inset;
}
100% {
    box-shadow: 0 0 0 6px #ffffff inset;
    transform: rotate(140deg);
}
}
@keyframes animateLoaderAfterBlack {
0% {
    box-shadow: 0 0 0 6px #999999 inset;
    transform: rotate(-140deg);
}
50% {
    box-shadow: 0 0 0 2px #999999 inset;
}
100% {
    box-shadow: 0 0 0 6px #999999 inset;
    transform: rotate(140deg);
}
}
@keyframes animateLoaderAfterBlack {
0% {
    box-shadow: 0 0 0 6px #999999 inset;
    transform: rotate(-140deg);
}
50% {
    box-shadow: 0 0 0 2px #999999 inset;
}
100% {
    box-shadow: 0 0 0 6px #999999 inset;
    transform: rotate(140deg);
}
}
.loading-overlay-showing {
    overflow-x: hidden;
    overflow-y: hidden;
}
.loading-overlay-showing > .loading-overlay {
    opacity: 1;
    visibility: visible;
}
.loading-overlay {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition-delay: 0.5s, 0s;
    transition-duration: 0s, 0.5s;
    transition-property: visibility, opacity;
    transition-timing-function: ease-in-out, ease-in-out;
    visibility: hidden;
}
.loading-overlay .loader {
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 1s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-name: animateLoader;
    animation-play-state: running;
    animation-timing-function: linear;
    clip: rect(0px, 30px, 30px, 15px);
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 30px;
}
.loading-overlay .loader::after {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    clip: rect(0px, 30px, 30px, 15px);
    content: "";
    height: 30px;
    position: absolute;
    width: 30px;
}
html:not(.dark) .loading-overlay .loader::after {
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 1s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-name: animateLoaderAfterBlack;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
}
body > .loading-overlay {
    position: fixed;
    z-index: 999999;
}
.portfolio-title {
    margin-bottom: -10px;
}
.portfolio-title a {
    display: inline-block;
}
.portfolio-title .fa {
    font-size: 2.5em;
}
.portfolio-title .portfolio-nav, .portfolio-title .portfolio-nav-all {
    margin-top: 11px;
}
.portfolio-title .portfolio-nav {
    text-align: left;
}
.portfolio-title .portfolio-nav a {
    width: 40%;
}
.portfolio-title .portfolio-nav-all .fa {
    font-size: 2.7em;
}
.portfolio-title .fa-angle-right {
    text-align: left;
}
.portfolio-title .portfolio-nav-prev {
    float: left;
    margin-right: 15px;
    text-align: right;
}
.portfolio-info {
    float: left;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2px;
}
.portfolio-info ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.portfolio-info ul li {
    border-left-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    color: #b1b1b1;
    display: inline-block;
    font-size: 0.9em;
    margin-left: 8px;
    padding-left: 8px;
}
.portfolio-info ul li:last-child {
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    margin-left: 0;
    padding-left: 0;
}
.portfolio-info ul li a {
    color: #b1b1b1;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
.portfolio-info ul li a:hover .fa-heart {
    color: #e53f51;
}
.portfolio-info ul li .fa {
    margin-left: 4px;
}
ul.portfolio-list {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
ul.portfolio-list .portfolio-item {
    margin-bottom: 35px;
}
ul.portfolio-details {
    font-size: 0.9em;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 45px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
ul.portfolio-details > li {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
ul.portfolio-details p {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
ul.portfolio-details blockquote {
    color: #999999;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 0;
}
ul.portfolio-details .list-icons {
    margin-right: 0;
}
ul.portfolio-details .list-icons > li {
    margin-left: 10px;
    padding-right: 18px;
}
ul.portfolio-details .list-icons > li .fa {
    top: 7px;
}
@media (max-width: 991px) {
.portfolio-nav, .portfolio-nav-all {
    display: none;
}
}
ul.team-list {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
ul.team-list .team-item {
    margin-bottom: 35px;
}
ul.team-list .team-item .thumb-info-social-icons {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
}
@media (max-width: 991px) {
ul.team-list .team-item {
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 270px;
}
}
ul.history {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
ul.history li {
    clear: both;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
ul.history li h4 {
    margin-bottom: -27px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
ul.history li p {
    margin-right: 53px;
}
ul.history li .thumb {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/history-thumb.png");
    background-origin: padding-box;
    background-position: 0 -200px;
    background-repeat: no-repeat;
    background-size: auto auto;
    float: right;
    height: 160px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 227px;
}
ul.history li .thumb img {
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    height: 145px;
    margin-bottom: 7px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 7px;
    width: 145px;
}
ul.history li .featured-box {
    margin-bottom: 50px;
    margin-right: 225px;
    min-height: 115px;
    text-align: right;
}
ul.history li .featured-box .box-content {
    border-top-color: #cccccc;
}
@media (max-width: 479px) {
ul.history li .thumb {
    display: none;
}
ul.history li .featured-box {
    margin-right: 0;
}
}
.search-results {
    min-height: 300px;
}
.google-map {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e5e3df;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 400px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -35px;
    width: 100%;
}
.google-map.small {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    clear: both;
    height: 250px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.google-map img {
    max-width: 9999px;
}
.google-map-borders {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #dddddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #dddddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #dddddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #dddddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
}
