@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300&display=swap);

/* 01. Typography

   ---------------------------------------------------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl.metadata dt,
.contact-form label,
.price-shop,
blockquote .bold-quote {
    font-family: 'Open-Sans', sans-serif;
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 3em;
    line-height: 1em;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.8em;
}

h5,
blockquote .bold-quote {
    font-size: 1.3em;
}

h6 {
    font-size: 1.1em;
}

p {
    color: #010101;
    line-height: 1.6em;
    font-size: 1.1em;
}

section .container p {
    font-size: 18px;
    line-height: 32px;
}

section .container li {
    font-size: 16px;
    line-height: 30px;
}

p:last-child {
    margin-bottom: 0;
}

p.lead {
    /* font-size: 1.2em; */
    font-size: 20px !important;
    font-weight: 500 !important;
}

p.lead.x2 {
    font-size: 1.7em;
    font-weight: 200;
}

p.lead:last-child {
    margin-bottom: 0;
}

blockquote {
    padding: 20px;
}

blockquote .bold-quote {
    padding-top: 0;
}

blockquote .bold-quote {
    margin-bottom: .5em;
}

blockquote.theme {
    border: none;
}

.upper {
    text-transform: uppercase;
}


/* General Rules

   ---------------------------------------------------------------------------*/

html,
body {
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
}

body .page {
    position: relative;
    height: 100%;
}

body.boxed-layout .page {
    height: auto;
    margin: 0 auto;
}

body.boxed-layout .page .local-1 .sl-slider-wrapper {
    height: 600px;
    overflow: hidden;
    position: relative;
}

#footer ul.widget-address li {
    color: #fff;
}

a {
    transition: all 0.5s ease 0s;
}

li {
    color: #000;
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

iframe {
    border: none;
}

.lighter,
.darker {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

section#features h5 {
    background-color: rgba(141, 193, 46, 0.6);
    padding: 10px 5px;
    font-size: 22px;
    color: #010101;
    margin-bottom: 0;
}

section#features ul.checklist {
    padding: 10px 0;
}

section#features ul.checklist li {
    list-style: none;
    text-align: center;
    padding: 5px 0;
    font-size: 17px;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
}

.slide-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}

.slide-container .slide-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10%;
}

.local-1 .sl-slide .deco,
.local-2 .sl-slide .deco {
    width: 200px;
    height: 200px;
    border: 0;
    border-radius: 0;
    margin: 0 0 20px 0;
    position: relative;
    left: auto;
    bottom: auto;
}

.local-1 .sl-slide .main-title,
.local-2 .sl-slide .main-title {
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none;
    font-size: 3.4em;
    text-shadow: none;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}

.local-1 .sl-slide blockquote,
.local-2 .sl-slide blockquote {
    border: 0;
    height: auto;
    margin: 0;
    position: relative;
    font-size: 1em;
    padding: 0;
}

.local-1 .sl-slide blockquote p,
.local-2 .sl-slide blockquote p {
    font-size: 2em;
    margin-bottom: 40px;
}

.local-1 .sl-slide blockquote p:before,
.local-2 .sl-slide blockquote p:before {
    content: "";
}

.local-1 .sl-slide .btn,
.local-2 .sl-slide .btn {
    margin: 0 12px;
}

.local-2 .sl-slider h2 {
    font-size: 70px;
    padding-top: 0;
}

.local-2 .sl-slider blockquote {
    padding-top: 0;
    margin: auto;
}

.video-background-content .section-shade {
    position: relative;
}

.swiper-wrapper {
    height: auto !important;
}

.swiper-slide {
    width: 380px;
}

.owl-theme .owl-controls {
    margin-top: 25px;
}

.owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.owl-theme .owl-controls .owl-page.active span {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.page-title-line h1,
.page-title-line h2,
.page-title-line h3,
.page-title-line h4,
.page-title-line h5,
.page-title-line h6 {
    margin: 0;
}

.page-title-line .order-content .order-title {
    margin: 0 20px 0 0;
}

.page-title-line .filter-content {
    margin: 0 25px 0 0;
}

.page-title-line .filter-content form .filter_price_content {
    float: left;
    width: 230px;
    margin: 0 20px 0 0;
}

.page-title-line .filter-content form .filter_price_content .filter-title {
    margin: 0 0 4px 0;
}

.filter-button {
    border-radius: 5px;
}

#home {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
}

.bordered-right {
    padding-right: 40px;
}

.bordered-left {
    padding-left: 40px;
}

.nav-arrows span {
    z-index: 2;
}

.sl-slide-inner {
    background-position: 50% 50%;
}

.sl-slide-horizontal .sl-slide-inner {
    background-size: cover !important;
}

section {
    position: relative;
}

.section-title .icon-box,
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
    margin: 0 0 30px 0;
}

.section-title {
    font-size: 70%;
}

.checkbox-list ul li {
    display: block;
    list-style-type: none;
    color: #fff;
    font-size: 19px;
    padding: 5px 0;
}

.checkbox-list ul {
    padding: 0;
}

.section-title .small-space {
    margin: 0 0 4px 0;
}

.section-gray {
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2) inset;
    border-bottom: 1px solid #D9D9D9;
}

.section-gray .indicator .indicator-line {
    background-color: transparent;
}

.col-content {
    margin: 0 0 20px 0;
    padding: 10px 3px;
    font-size: 90%;
    text-align: center;
}

.call-to-action .action-title {
    margin: 20px 0;
    padding: 0;
    font-size: 80%;
}

.fading-title {
    overflow: hidden;
}

.fading-title .section-title {
    margin-top: 0;
    margin-bottom: 0;
    opacity: 1;
}

.parallax {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.filler {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
}

hr.slim {
    margin: 0;
    padding: 0;
}

.img-responsive {
    display: inline-block;
}

.spinner {
    width: 100px;
}

.spinner input {
    text-align: right;
}

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

.input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
}

.input-group-btn-vertical>.btn:first-child {
    border-top-right-radius: 4px;
}

.input-group-btn-vertical>.btn:last-child {
    margin-top: -2px;
    border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
    position: absolute;
    top: 0;
    left: 4px;
}

.jumbotron.slider-texts font b {
    font-size: 20px;
    line-height: initial;
}

#about .row.sep-top-md .col-md-12 {
    font-size: 16px;
}

@media only screen and (max-width: 991px) {
    a#wvid img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .img-responsive {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .jumbotron.slider-texts font b {
        line-height: 26px;
    }
}

@media screen and (max-width: 600px) {
    section .container p {
        font-size: 16px;
        line-height: 30px;
    }
    section .container li {
        font-size: 14px;
        line-height: 28px;
    }
}


/* Padding modifiers

   ---------------------------------------------------------------------------*/

.sep-top-xs {
    padding-top: 1.5em;
}

.sep-top-sm {
    padding-top: 2.2em;
}

.sep-top-md {
    padding-top: 3em;
}

.sep-top-lg {
    padding-top: 4.3em;
}

.sep-top-2x {
    padding-top: 6.5em;
}

.sep-top-3x {
    padding-top: 9.4em;
}

.sep-top-4x {
    padding-top: 11.5em;
}

.sep-top-5x {
    padding-top: 16em;
}

.sep-top-6x {
    padding-top: 20em;
}

.sep-bottom-xs {
    padding-bottom: 1.5em;
}

.sep-bottom-sm {
    padding-bottom: 2.2em;
}

.sep-bottom-md {
    padding-bottom: 3em;
}

.sep-bottom-lg {
    padding-bottom: 4.3em;
}

.sep-bottom-2x {
    padding-bottom: 6.5em;
}

.sep-bottom-3x {
    padding-bottom: 9.4em;
}

.sep-bottom-4x {
    padding-bottom: 11.5em;
}

.sep-bottom-5x {
    padding-bottom: 16em;
}

.sep-bottom-6x {
    padding-bottom: 20em;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}


/* Tables

   ---------------------------------------------------------------------------*/

.table {
    margin: 0;
}

.table .evidence td {
    padding: 14px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 1px;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 10px;
}


/* Buttons

   ---------------------------------------------------------------------------*/

#filters .btn {
    border-color: transparent;
    box-shadow: none;
    background: none;
    font-weight: 600;
}

#filters .btn:focus {
    outline: none;
}

.button-group .btn {
    margin: 0 10px 0 0;
}

.btn {
    padding: 10px 40px;
    border-radius: 4px;
    border: 2px solid;
}

.btn-lg {
    padding: 12px 48px;
}

.btn-sm {
    padding: 8px 25px;
}

.btn-xs {
    padding: 5px 20px;
    font-size: 0.9em;
}

.btn-link {
    border-color: transparent;
}

.btn-group>.btn.btn-bordered:first-child {
    border-right: 0;
}

.btn-group>.btn.btn-bordered:last-child {
    border-left: 0;
}

.content-custom-button {
    padding: 25px;
}


/* UI Elements

   ---------------------------------------------------------------------------*/


/* Bootstrap-Touchspin

   ---------------------------------------------------------------------------*/

.bootstrap-touchspin .btn {
    padding: 6px 10px;
    font-size: 20px;
}

.bootstrap-touchspin input.qty {
    height: 42px;
    width: 40px;
    text-align: center;
    box-shadow: none;
    border-width: 1px 0;
    padding: 0;
    font-size: 1.1em;
}

.bootstrap-touchspin .input-group-addon,
.bootstrap-touchspin .input-group-btn {
    width: auto;
}


/* Progress Bar

   ---------------------------------------------------------------------------*/

.progress {
    height: 32px;
    box-shadow: none;
}

.progress .progress-bar {
    text-align: left;
    padding: 0 0 0 13px;
    line-height: 32px;
    box-shadow: none;
}

.progress.minimal {
    margin-bottom: 7px;
    background: none;
}

.indicator {
    position: relative;
    overflow: hidden;
    margin-top: 12px;
}

.indicator .indicator-line {
    display: block;
    height: 10px;
    background-size: 9.99% 10px;
    background-position: 0 0;
}

.indicator .middle {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}


/* Accordion

   ---------------------------------------------------------------------------*/

.accordion-group .accordion-item {
    position: relative;
    padding: 20px 0 20px 40px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

.accordion-group .accordion-item .accordion-heading {
    font-size: 1.1em;
}

.accordion-group .accordion-item .accordion-icon {
    border-radius: 20px;
    float: left;
    line-height: 23px;
    margin-left: -35px;
    margin-top: -2px;
    padding-top: 2px;
    text-align: center;
    width: 25px;
}

.accordion-group .accordion-item .accordion-body {
    font-size: 13px;
}

.accordion-group .accordion-item .accordion-body p {
    margin-top: 10px;
}


/* Panels

   ---------------------------------------------------------------------------*/

.panel-group .panel,
.panel {
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin: 0;
}

.panel-heading {
    padding: 18px;
    border-radius: 0;
    border: 0;
}

.panel-heading a:focus {
    outline: none;
}

.panel-heading a small {
    font-style: italic;
    text-transform: none;
    font-weight: 400;
    font-size: 80%;
    padding: 0 0 0 10px;
}

.panel-heading a i {
    padding: 0 0 0 10px;
}

.panel-naked {
    background: none;
}

.panel-naked .panel-heading {
    padding: 0;
}

.panel-naked .panel-body {
    padding: 30px 0 0 0;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border: 0;
}

.panel-body {
    padding: 30px;
}


/* Main Navigation

   ---------------------------------------------------------------------------*/

.navbar-header {
    position: relative;
    z-index: 100;
}

.yamm .dropdown {
    position: relative;
}

.yamm .yamm-fw {
    position: static;
}

.navbar {
    border: 0;
    margin: 0;
    padding: 0;
    transition: all .4s;
}

.navbar .navbar-brand>img {
    transition: all .4s;
    width: 280px;
}

.navbar .search_button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 6px;
    z-index: 1;
}

.navbar .search_button:focus {
    outline: none;
}

.navbar .search_button:after {
    position: absolute;
    top: -60px;
    right: -60px;
    height: 100px;
    width: 100px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.navbar .dropdown-submenu {
    position: relative;
}

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

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

.navbar .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    margin-top: -4px;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.navbar .dropdown-submenu.pull-left {
    float: none;
}

.navbar .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 0;
}

.navbar .dropdown-menu {
    min-width: 220px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    border-left: 6px solid transparent;
}

.navbar .dropdown-menu>li {
    padding: 0 15px;
}

.navbar .dropdown-menu>li>a {
    padding: 0 10px 0 0;
    font-size: 0.9em;
    line-height: 35px;
    text-transform: none;
    position: relative;
}

.navbar .dropdown-menu>li>a:hover,
.navbar .dropdown-menu>li>a:focus {
    background: transparent;
}

.navbar .dropdown-menu>li:last-of-type {
    border: 0;
}

.navbar .dropdown-menu.widget-box {
    padding: 20px;
    width: 280px;
}

.navbar .dropdown-menu>.active>a,
.navbar .dropdown-menu>.active>a:hover,
.navbar .dropdown-menu>.active>a:focus {
    background: transparent;
}

.navbar-toggle {
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 16px 20px 0;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background: none;
}

.navbar-nav>li>a {
    line-height: 2.5;
    text-transform: none;
    /* font-size: 0.8em; */
    font-size: 16px !important;
    font-weight: 600;
    padding: 25px 4px 28px;
    border-top: 3px solid transparent;
    background: none;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    background: #F5F5F5;
}

.nav .open>a:hover,
.nav .open>a:focus,
.nav .open>a {
    background: none;
}

.nav .open .dropdown-toggle:hover,
.nav .open .dropdown-toggle:focus,
.nav .open .dropdown-toggle {
    background-color: transparent;
    opacity: 1;
}

.opaque .navbar-nav>li>a {
    padding: 18px 10px 20px;
}

.opaque .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
}

.opaque .navbar-brand>img {
    height: auto;
    width: 260px;
}

.opaque .navbar-toggle {
    margin-top: 20px;
}

.navbar-collapse.collapse {
    border: none;
    display: block;
    position: fixed;
    z-index: 50;
    left: -100%;
    top: 0;
    bottom: 0;
    padding-top: 55px;
    width: 100%;
    max-height: none;
    transition: left 0.5s ease;
}

.navbar-collapse.collapse.in {
    left: 15px;
}


/* Standard Navigation

   ---------------------------------------------------------------------------*/

.navbar-standard {
    background: transparent;
}

.navbar-standard .navbar-brand .logo-white {
    display: block;
}

.navbar-standard .navbar-brand .logo-dark {
    display: none;
}

.navbar-standard.opaque .navbar-brand .logo-white {
    display: none;
}

.navbar-standard.opaque .navbar-brand .logo-dark {
    display: block;
}


/* Light Navigation

   ---------------------------------------------------------------------------*/

.navbar-light .navbar-brand .logo-white {
    display: none;
}

.navbar-light .navbar-brand .logo-dark {
    display: block;
}


/* Dark Navigation

   ---------------------------------------------------------------------------*/

.navbar-dark .navbar-brand .logo-white {
    display: block;
}

.navbar-dark .navbar-brand .logo-dark {
    display: none;
}


/* Semi-dark Navigation

   ---------------------------------------------------------------------------*/

.navbar-semidark .navbar-brand .logo-white {
    display: block;
}

.navbar-semidark .navbar-brand .logo-dark {
    display: none;
}


/* Primary-color Navigation

   ---------------------------------------------------------------------------*/

.navbar-primary .navbar-brand .logo-white {
    display: block;
}

.navbar-primary .navbar-brand .logo-dark {
    display: none;
}

.social-icon {
    padding-left: 0;
    margin: 0;
}

.social-icon .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.social-icon .dropdown-menu {
    margin: 7px 0 0 0;
}

.social-icon .dropdown-menu li {
    padding: 0;
    display: block;
}

.social-icon li {
    display: inline-block;
    padding: 0 10px 0 0;
    vertical-align: middle;
}

.social-icon li:last-of-type {
    padding: 0;
}

.social-icon li .fa-lg {
    vertical-align: 0;
}

.social-icon li.maxi a {
    padding: 2px 6px;
    border-radius: 4px;
}

.social-icon a {
    display: inline-block;
    font-size: 2em;
}

.social-icon a small {
    font-size: 80%;
}

.social-icon a.pill {
    border-radius: 50%;
    text-align: center;
    padding: 15px;
    width: 50px;
}

.blog-article .social-icon li {
    padding: 0 0 0 20px;
    margin: 5px 0 0 0;
}

.info-card .info-card-details .info-card-detail .social a {
    border-radius: 40px;
    display: inline-block;
    margin: 0 5px;
    min-width: 40px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-align: center;
}

a.social-icon {
    box-shadow: 0px 0px 1px #333333;
    box-shadow: 0px 0px 1px rgba(51, 51, 51, 0.7);
}


/* Widgets

   ---------------------------------------------------------------------------*/

.widget-title {
    margin: 0;
}

.widget-title-bordered {
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
}

.widget {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: block;
    overflow: hidden;
}

.widget .btn {
    border-radius: 4px;
}

.widget.widget-media .media:last-of-type {
    margin: 0;
    padding: 0;
    border: 0;
}

.widget.widget-media .media .media-object {
    max-width: 72px;
}

.widget.widget-media.rounded .media-body {
    margin-top: 10px;
}

.widget.widget-project {
    margin: 0 -9px -9px 0;
}

.widget.widget-project li {
    width: 30%;
    float: left;
    margin: 0 9px 9px 0;
}

.widget .media-bordered {
    padding-bottom: 15px;
    margin: 0 0 15px 0;
}

.widget .media a {
    display: block;
    color: inherit;
}

.widget .media .product-detail {
    margin: 0;
}

.widget .media .product-detail .rate {
    margin: 8px 0 4px 0;
}

.widget .media .product-detail .rate .fa {
    padding: 0 3px 0 0;
}

.widget .cat-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.widget .cat-item a {
    display: block;
}

.widget .cat-item:last-of-type {
    padding: 0;
    margin: 0;
    border-bottom: 0;
}

.filter_price_content .slider.slider.slider-horizontal {
    width: 100%;
}

.filter_price_content .slider .slider-track .slider-handle {
    opacity: 1;
    filter: alpha(opacity=100);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.filter_price_content .slider .slider-track .slider-selection {
    box-shadow: none;
}


/* Twitter

   ---------------------------------------------------------------------------*/

.twitter-post .post p {
    margin: 30px 30px 0 30px;
    font-size: 2.4em;
}


/* Forms

   ---------------------------------------------------------------------------*/

.form-control {
    box-shadow: none;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
}

.form-control.input-lg {
    resize: none;
    font-size: 15px !important;
}

.form-control.rounded {
    border-radius: 4px;
}

label {
    font-weight: normal;
}

label.error {
    font-size: 0.9em;
    margin: 5px 0 0 0;
}

.form-inline button {
    margin: 0 10px 0 0;
}

.newsletter-form {
    position: relative;
}

.newsletter-form input {
    border: 0;
    height: 72px;
    border-radius: 40px;
}

.newsletter-form input.input-lg {
    font-size: 1.4em;
}

.newsletter-form input:focus {
    box-shadow: none;
}

.newsletter-form button {
    position: absolute;
    right: 24px;
    top: 24px;
    border: 0;
    background: none;
}

.h_search_form {
    overflow: hidden;
    height: 0;
}

.h_search_form .h_search_form_wrapper {
    position: relative;
    padding: 10px 0;
}

.h_search_form .btn {
    background: transparent;
    border: none;
    padding-left: 12px;
    padding-right: 12px;
}

.h_search_form .form-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.h_search_form .h_search_close {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 54px;
    z-index: 2;
}

.theme-form-group {
    padding: 2px;
    border-radius: 30px;
    line-height: 42px;
}

.theme-form-group .btn {
    padding-left: 12px;
    padding-right: 12px;
}

.theme-form-group .form-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.theme-form-group .form-control:first-child,
.theme-form-group .input-group-addon:first-child,
.theme-form-group .input-group-btn:first-child>.btn,
.theme-form-group .input-group-btn:first-child>.dropdown-toggle {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.theme-form-group .form-control:last-child,
.theme-form-group .input-group-addon:last-child,
.theme-form-group .input-group-btn:last-child>.btn,
.theme-form-group .input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}


/* Pagination

   ---------------------------------------------------------------------------*/

.pager {
    margin: 0;
}

.pager li {
    padding: 0 3px;
}

.pager li>a,
.pager li>span {
    padding: 0 10px;
    margin: 0;
    min-width: 36px;
    height: 36px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 1em;
    border-radius: 4px;
}

.pager.circle li>a,
.pager.circle li>span {
    padding: 0;
    width: 36px;
    border-radius: 50%;
}

.pager.custom li {
    display: inline-block;
    vertical-align: middle;
}

.pager.custom li>a,
.pager.custom li>span {
    padding: 0 45px;
    border: 0;
    background: none;
    height: auto;
    line-height: 1;
    width: auto;
    min-width: auto;
}


/* Footer

   ---------------------------------------------------------------------------*/

#footer small {
    display: block;
    /* font-size: 90%; */
    font-size: 15px;
}

#footer p {
    font-size: 18px;
}

#footer .logo {
    margin-top: 2em
}

#footer .widget-title {
    margin: 0;
}

#footer ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

#footer .widget-post li {
    position: relative;
    padding: 0 0 20px 50px;
}

#footer .widget-post li .date-post {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: block;
    padding: 7px;
    line-height: 13px;
}

#footer .widget-post li .date-post small {
    display: block;
    font-size: 70%;
}

#footer .widget-post li .title-post {
    display: block;
}

#footer .widget-address li {
    position: relative;
    padding: 0 0 15px 32px;
}

#footer .widget-address li i {
    position: absolute;
    top: 5px;
    left: 0;
    width: 25px;
    display: block;
    text-align: center;
}

#footer .widget-address li {
    position: relative;
    padding: 0 0 15px 32px;
}

#footer .widget-address li i {
    position: absolute;
    top: 5px;
    left: 0;
    width: 25px;
    display: block;
    text-align: center;
}

.widget-address li {
    position: relative;
    padding: 0 0 15px 32px;
}

.widget-address li i {
    position: absolute;
    top: 5px;
    left: 0;
    width: 25px;
    display: block;
    text-align: center;
}

.widget-address {
    list-style-type: none;
    padding: 0
}

#footer .widget-tag {
    margin: 0 -5px -5px 0;
}

#footer .widget-tag .btn {
    margin: 0 5px 5px 0;
    border-width: 1px;
}

#footer .widget_archive li {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

#footer .widget_archive li:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

#footer .flickr_container {
    margin: 0 -15px -15px 0;
}

#footer .flickr_container .flickr_badge_image {
    float: left;
    margin: 0 15px 15px 0;
}

#footer .flickr_container .flickr_badge_image a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#footer .form-control {
    font-size: 0.9em;
}

#footer .form-control:focus {
    box-shadow: none;
}

@media screen and (max-width: 600px) {
    #footer small {
        font-size: 15px;
        line-height: 24px;
    }
    #footer p {
        font-size: 16px;
    }
}


/* Error Pages

   ---------------------------------------------------------------------------*/

.error-404:before,
.error-500:before {
    font-size: 650px;
    font-weight: bold;
    left: -150px;
    position: absolute;
    top: -300px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    z-index: 0;
}

.error-404:before {
    content: "404";
}

.error-500:before {
    content: "500";
}


/* Floating elements

   ---------------------------------------------------------------------------*/

#back_to_top {
    display: none;
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 40px;
}

#back_to_top a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    outline: none;
    border-radius: 50%;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#back_to_top a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#load {
    background-color: #ffffff;
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.browsehappy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    padding: 30px;
    margin: 0;
    text-align: center;
}

.browsehappy a {
    text-decoration: underline;
}

.browsehappy a:hover {
    text-decoration: none;
}


/* Video Enlarge */

#vid {
    width: 375px;
    margin-top: 8em;
    margin-left: 0;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width 0 ease-in;
    cursor: pointer;
    border: 6px solid #fff;
    border-radius: 4px;
    position: absolute;
    -webkit-box-shadow: 0px 23px 11px -18px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 23px 11px -18px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 23px 11px -18px rgba(0, 0, 0, 0.25);
}

.large {
    width: 640px !important;
    position: absolute !important;
    left: 55%;
    z-index: 11;
}


/* Video Enlarge */

.mock-up {
    margin-top: 20px;
    position: absolute;
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    /*dim the background*/
}


/* Logos Section */

.logos {
    background-color: transparent;
    padding: 20px 0 20px 0;
    border-radius: 3px;
    border: none;
}

.logos img {
    display: inline-block;
    margin-left: 5%;
    margin-right: 5%
}

.logos img:hover {
    opacity: 0.7
}

@media (max-width:560px) {
    .logos img {
        width: 100px
    }
}


/* Logos Section */

.service-nav {
    margin-top: 28px;
    -webkit-transition: margin .3s ease-in-out;
    -moz-transition: margin .3s ease-in-out;
    transition: margin .3s ease-in-out
}

.opaque .service-nav {
    margin-top: 21px;
}

.btn-secondary {
    background-color: #E84545;
    border-color: #E84545;
    color: #fff;
    font-size: 1.6em
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #D02727;
    border-color: #D02727;
    color: #fff;
}

.btn-primary.phone {
    font-size: 1.1em;
    padding: 4px 26px;
    background-color: #E84545;
    border-color: #E84545;
}

.btn-primary.phone:hover,
.btn-primary.phone:focus,
.btn-primary.phone:active {
    background-color: #D02727;
    border-color: #D02727;
}

.how-box {
    background: transparent;
}

img.low-img {
    max-width: 35%;
}

.how-content {
    padding: 110px 30px;
    margin-bottom: 20px;
    text-align: justify;
    font-size: 1.1em;
    height: 550px;
    background-color: #FFFFFF;
    border: 1px solid #F7F7F7;
    -webkit-box-shadow: 0px 15px 14px -16px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 15px 14px -16px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 15px 14px -16px rgba(0, 0, 0, 0.28);
}

.how-content h3 {
    text-align: center
}

.how-icon {
    border-radius: 260px;
    width: 250px;
    height: 250px;
    display: table;
    margin: 0 auto -100px;
}

.how-icon img {
    width: 100%;
}

.lead {
    margin-top: -10px;
    /* text-transform: uppercase */
}

.widget hr {
    width: 100%;
    margin-left: 0;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.6)
}

.next-owl {
    cursor: pointer;
    position: absolute;
    font-size: 3.2em;
    right: -30px;
    background: url(../img/next.png) no-repeat;
    background-size: 25px;
}

.next-owl,
.prev {
    width: 25px;
    height: 25px;
}

.next-owl:hover,
.prev:hover {
    color: #19ACDA;
}

.prev {
    cursor: pointer;
    position: absolute;
    left: -50px;
    font-size: 3.2em;
    background: url(../img/prev.png) no-repeat;
    background-size: 25px;
}

.buttons-control {
    position: absolute;
    top: 45%;
    z-index: 999;
}

.blog-item p {
    margin-top: 10px;
    padding-right: 15px;
}

.blog-item h5 {
    margin-bottom: 0
}

.blog-item img {
    width: 200px
}

.blog-item .date {
    font-size: 0.8em;
    text-transform: uppercase
}

.owl-carousel .owl-item {
    margin: 0;
}

.action-title h2 {
    font-size: 2.8em
}

.header-section hr {
    width: 100%;
    border-top: 3px solid #FFF
}

#wvid img {
    width: 100%;
}


/* Video */

#fullvid video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -100;
    background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

#fullvid {
    height: 600px;
    overflow: hidden;
    z-index: 0;
}

#fullvid h1 {
    font-size: 6em;
    font-weight: 300;
    text-transform: none
}

.stopfade {
    opacity: .8;
}

i#pause {
    position: absolute;
    bottom: 20px;
    opacity: 0.7;
    right: 20px;
    border: none;
    font-size: 3.4em;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s background;
}

button:focus {
    outline: none
}


/* Video */

.head-vid {
    z-index: 1;
    overflow: hidden
}

.pattern-bg {
    background: url(../img/print-bg.png);
    border-top: 2px solid #FAFAFA;
}

.video-head {
    display: table;
}

.video-head img {
    width: 340px
}

.sub-page .col-md-6 {
    padding: 10px 0
}

.sub-page p {
    font-size: 1.3em;
}

.sub-content p {
    text-align: left
}

h4.checkmark {
    text-align: left;
    font-weight: 400;
    border-bottom: 2px solid #64AC2A;
    padding: 0 0 10px 30px;
    background-image: url(../img/checkmark.png);
    background-repeat: no-repeat;
    background-size: 25px;
}

svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.demo {
    position: relative;
    overflow: hidden;
    height: 360px;
}

.contract {
    position: absolute;
    right: 0;
    width: 900px;
    z-index: -1;
    opacity: 0.6;
    margin-top: -8em
}

#contact-form {
    z-index: -2;
    position: relative;
    border-top: 2px solid #FAFAFA
}

hr {
    border-color: #69AD2D;
}


/*** Portfolio ***/

.portfolio-brand {
    background: #f1f1f1;
    padding: 0;
    width: 100%;
    height: 160px;
    border: 1px solid #E8E8E8;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.portfolio-brand img {
    max-width: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    padding: 10px;
}

.portfolio-brand .portfolio-image {
    position: relative;
    overflow: hidden;
    height: 165px;
}

.portfolio-details {
    background: #fff;
    border: 1px solid #E8E8E8;
    border-bottom: 2px solid #9A9A9A;
    border-top: 0;
    padding: 4px 8px 12px;
}

.portfolio-details h5 {
    font-size: 18px;
    color: #282828;
    margin: 6px 0 2px 0;
    padding: 0;
    font-weight: bold;
    padding-top: 2px;
    line-height: 1.3;
}

.portfolio-details p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    color: #282828;
}

.portfolio-item {
    margin: 0 auto;
    display: table;
    width: 100%;
    padding: 10px;
}

.portfolio-brand.other .portfolio-image {
    height: 90px;
}

.portfolio-brand.other .portfolio-image img {
    height: 70px;
}

.portfolio-brand.other2 .portfolio-image {
    height: 42px;
}

.portfolio-brand.other2 .portfolio-image img {
    height: 20px;
}


/*** Portfolio ***/

.section-title ul,
.section-title p {
    font-size: 14px;
}

h4.checkmark {
    margin-top: 30px;
}

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

h1.contact-page {
    color: #000 !important;
}

.other-video-head {
    margin-top: 5px !important;
}

.process .section-shade {
    padding: 7em 0;
}

.left {
    left: 0
}


/* Google Map */

#googleMap {
    width: 100%;
    height: 520px;
    overflow: hidden;
    padding: 20px;
}

.map-content ul {
    list-style-type: none
}

.amazon a {
    font-size: 0;
}


/* Google Map */

.jumbotron.slider-texts {
    padding: 20px 20px;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.jumbotron.slider-texts h3.text-black-50 {
    margin-bottom: 0;
}

.button-module {
    position: fixed;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: auto;
    width: 210px;
    opacity: 0.9;
    display: none;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition: transform 200ms ease-in;
    -moz-transition: transform 200ms ease-in;
    transition: transform 200ms ease-in;
    z-index: 100000;
}

.button-wrap {
    background: #d02727;
    position: relative;
    display: block;
    padding: 13px 40px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(178, 178, 178, 0.20);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(178, 178, 178, 0.20);
    box-shadow: inset 0px 1px 0px 0px rgba(178, 178, 178, 0.20);
    border-radius: 40px 40px 0 0 !important;
}

.button-wrap img {
    margin: auto;
    text-align: center;
}

@media (max-width: 958px) {
    .button-module {
        display: block;
    }
    .navbar .dropdown-menu > li > a {
    color: #ffffff !important;
}
}