/*
Theme Name:         Ultron
Theme URI:          http://theme.crumina.net/ultron/
Description:        Multipurpose creative theme
Version:            1.5
Author:             Crumina
Text Domain:        crum
Author URI:         http://crumina.net/
Tags:               one-column, two-columns, right-sidebar,  custom-menu, editor-style, featured-images, microformats, post-formats,  translation-ready
License:            GPL v2
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ----------------------------------------------------
  
	File Name: style.css
	Template Name: Ultron
	Created By: Template Visual
	http://themeforest.net/user/templatevisual

	1. IMPORT
	2. SKELETON
	3. PORTFOLIO
	4. SHOP
	5. SECTION
	6. MODULES
	7. HEADER
	8. BLOG PAGE
	9. FOOTER
	10. SLIDESHOW
	11. COLORS
	12. RESPONSIVE
	13. OTHERS
	14. BOXED VERSION

------------------------------------------------------- */

/* ----------------------------------------------------
	IMPORT	
------------------------------------------------------- */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* ----------------------------------------------------
	SKELETON	
------------------------------------------------------- */

body {
    background: #fff;
    color: #535353;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.3px;
    font-weight: 400;
    padding:0;
    font-family: "Lekton", Consolas, Monaco, monospace;
}

canvas, select {max-width: 100%}

body.frame-enabled {
    margin: 30px;
}

h1,h2,h3,h4,h5,h6{
    letter-spacing:0;
    font-family: "Abel", "Roboto Condensed", sans-serif;
    font-weight:normal;
    font-style: normal;
    position: relative;
    margin-top: 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    line-height:1.8;
    color:#030303;
}

h1{
    font-size: 40px;
}

h2{
    font-size: 30px;
    letter-spacing: 0.2em;
}

h3{
    font-size: 18px;
}

h4{
    font-size: 16px;
}

h5{
    font-size: 14px;
}

h6{
    font-size: 14px;
}

a {
    color:#696969;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    text-decoration:none !important;
}

.customh4 {
    font-size: 30px;
    line-height: 50px;
    color:#030303;
    text-transform: none;
}

img.aligncenter{
    display:block;
    text-align:center;
    margin:0 auto 20px auto;
    padding:0px;
    border:0px;
    background:none;
}

.alignleft{
    float:left;
    margin: 6px 20px 6px 0;
    display:block;
    border:0px;
    background:none;
    padding:0;
}

.alignright{
    padding:0;
    float:right;
    margin: 6px 0 6px 20px;
    border:0px;
    display:block;
    background:none;
}

::selection {
    background: #f84b4a; /* Safari */
    color:#fff;
}

::-moz-selection {
    background: #f84b4a; /* Firefox */
    color:#fff;
}

.border-radius {
    border-radius: 500px;
}

blockquote {
    font-size:16px;
    line-height: 32px;
    font-family: 'Droid Serif', Georgia, "Times New Roman", serif;
    font-weight:normal;
    font-style:italic;
    position:relative;
    width:auto;
}

blockquote small {
    display: block;
    margin-top: 20px;
}

pre {
    line-height:18px;
    margin-bottom:18px;
}

.btn, a, .social a i,
.header-widget, .style_2 i, .style_3 i,
.style_4 i, .style_5 i {
    outline:0 !important;
    text-decoration: none !important;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

a:hover,
a:focus {
    color:#535353;
    text-decoration: none;
}

.post-edit-link,
.vc_inline-link {
    color: #030303;
}

.post-edit-link:hover,
.vc_inline-link:hover {
    text-decoration: none;
    color: #030303;
}

.demos a img {
    opacity: 1;
    margin-top:0;
    text-decoration: none !important;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.demos {
    margin-bottom: 30px;
}

.demos h4 {
    letter-spacing: 0.1em;
    font-size: 18px;
}

.smalllight {
    color:#ffffff !important;
    font-style: italic;
}

.biglight {
    letter-spacing: 0.1em;
    font-size: 48px;
    margin-top: 30px;
    color:#ffffff;
}

.demos a img:hover {
    opacity: 0.6;
}

ins {
    text-decoration:none;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

p{
    padding:0 0 20px 0;
}

article img {
    max-width: 100%;
    height: auto;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {border-top: inherit}

.check li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    color:#242424;
    padding-right:5px;
    position: relative;
    top: 2px;
}

.check li {
    font-size:14px;
    list-style:none;
    margin-bottom:4px;
}

.check {
    margin-left:0;
    padding-left:0
}
mark {
    padding:0 0.2em;
    line-height: 1;
}
.italic {
    font-style: italic;
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 1px;
}

.makeborder-top,
.makeborder-bottom,
.makeborder-right,
.makeborder-left {
    background: #fff;
    position: fixed;
    z-index: 9999;
}
.admin-bar .makeborder-top {
    top: 32px;
}
.makeborder-top {
    width: 100%;
    top: 0;
    left: 0;
    padding: 15px;
}

.makeborder-bottom {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
}

.makeborder-left {
    width: 30px;
    left: 0;
    height: 100%;
}

.makeborder-right {
    width: 30px;
    right: 0;
    height: 100%;
}
.dropcaps  {
    color: #030303;
    display: block;
    float: left;
    font-family: Lekton, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 75px;
    line-height: 60px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 14px 14px 4px;
}

.dropcaps-s1 {
    background: #eae9e9;
}

.dropcaps-s2 {
    background: #faf476;
}

.dropcaps-s3 {
    font-family: Georgia, serif;
    font-size: 50px;
    padding: 10px 15px;
    background: #eae9e9;
}

.dropcaps-s4 {
    font-family: Georgia, serif;
    font-size: 50px;
    padding: 10px 15px;
    background: #faf476;
}

.dropcaps-s5 {
    padding: 10px 20px;
    font-family: Georgia, serif;
    font-size: 60px;
    background: #faf476;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    }

.dropcaps.full {
    background: #eae9e9 none repeat scroll 0 0 !important;
    color: #030303;
    margin-right: 15px;
    padding: 20px;
    font-size: 36px;
    font-family: Lekton;
}

.yvideo {
    width:100%;
    border:1px solid #fafafa;
}
.slidervideo {
    width:100%;
    height:100%;
}

.video-poster {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover !important;
    z-index: -2;
}

/* ----------------------------------------------------
	PORTFOLIO	
------------------------------------------------------- */

.share-post {
    margin: 40px 0 20px;
    display: block;
    position: relative;
 }
.share-post .share {
    margin-top: 10px;
}
.share-post h4 {
    font-size: 18px;
    position: relative;
    top: 3px;
    display: inline-block;
    margin: 0 20px 0 0;
    padding-bottom: 0;
    float: left;
   }
.single-portfolio-sidebar h3 {
    padding-top:0;
    margin-top: 0
}

.portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 20px auto 50px;
    display: block;
    position: relative;
    cursor: default;
}

.portfolio-filter ul li {
    text-transform: uppercase;
    font-weight: 400;
}

.portfolio-filter ul li:after {
    content: "/";
    padding:0 0 0 15px;
    color:#aaaaaa;
}

.portfolio-filter ul li:last-child:after{
    display: none !important;
}

.portfolio-filter ul li a {
    color:#aaaaaa;
    letter-spacing: 2px;
}
.faqsfilter ul li a,
.portfolio-filter ul li a:hover,
.portfolio-filter ul li a.active {
    color:#030303 !important;
}
.faqsfilter ul li a {
    font-size: 18px;
    font-weight: 400;
}
.portfolio-filter ul {
    list-style: none;
    padding-left: 0 !important;
}

.fourcol .box img {
    width: 100%;
    padding:0 10px 10px 0
}

.nopaddingtop,
.nopaddingbottom .box img {
    padding: 0!important;
}

.nopaddingbottom .magnifier {
    bottom:0 !important;
    right: 0 !important;
}

.magnifier i {
    color:#030303 !important;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border:1px solid #030303;
    border-radius: 40px;
}

.item-h2,
.item-h1 {
    height: 100% !important;
    height: auto !important;
}

.isotope-item {
    z-index: 2;
    padding:0;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    transition-property:         transform, opacity;
}

.archive .portfolio {
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.archive .portfolio-media {
    padding-bottom: 33px;
}

.portfolio {
    position: relative;
    margin: 0 auto;
    padding-bottom: 0;
    list-style: none;
    text-align: center;
}

.entry {
    position:relative;
    padding:0 !important;
    margin-bottom:0;
}

.portfolio-single-images .entry {
    margin-bottom: 30px;
}

.entry img {
    width:100%;
}

.magnifier {
    position:absolute;
    top:0;
    background-color: rgba(223,74,67,0.9);
    left:0;
    bottom:0;
    right:0;
    z-index: 1;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}

.fourcol .magnifier {
    bottom:10px;
    right: 10px;
}

.teammembers:hover {
    cursor: pointer;
}

.teammembers .magnifier p {
    padding-bottom: 10px;
}


.blog-image:hover .magnifier,
.teammembers:hover .magnifier,
.entry:hover .magnifier {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.visible-buttons{
    visibility: hidden;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    bottom:0;
    left:0;
    right: 0;
    position: absolute;
    text-align: center;
}

.visible-buttons p {
    font-style: italic;
    color:#545454;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.visible-buttons h4 {
    padding:0;
    margin:0;
    font-size: 18px;
    letter-spacing: 2px;
}

.visible-buttons h4 a {
    color:#030303;
}

.blog-image:hover .visible-buttons,
.teammembers:hover .visible-buttons,
.entry:hover .visible-buttons {
    opacity: 1;
    bottom:50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    visibility: visible;
}

.entry:hover .border-radius .visible-buttons {
    bottom: 44%;
}

.entry:hover .border-radius .visible-buttons h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.entry:hover .border-radius .visible-buttons  .social a {
    margin: 0 !important;
}

.entry .border-radius .visible-buttons  .social a i{
    webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.entry:hover .border-radius .visible-buttons  .social a i{
    margin: 0 2px !important;
    webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.teambuttons p {
    padding:0 30px 20px;
    color:#030303 !important;
}

.teambuttons a {
     margin: 0;
     color:#030303 !important;
 }

.teambuttons a i{
    margin-bottom: 12px !important;

}

.teamdesc {
    padding:30px;
    background-color: #eae9e9;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.teamdesc2 {
    background-color: #ffffff;
}

.teamdesc h4 {
    padding:0;
    margin: 0;
    font-size: 18px;
    letter-spacing:2px;
}

.teamdesc p {
    font-style: italic;
    color:#545454;
    padding-bottom: 0;
}

.teamdesc2 p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.darkmagnifier small {
    color:#ffffff;
    font-size: 24px;
}
.darkmagnifier .visible-buttons {
    bottom:50% !important;
}

#withdesc .box {
    padding:15px !important
}

#withdesc .box .darkmagnifier {
    top:15px;
    left: 15px;
    bottom:15px;
    right:15px !important;
}

#withpagination .visible-desc h4 a,
#withpagination .visible-desc h4,
#withdesc .visible-desc h4 a,
#withdesc .visible-desc h4 {
    font-size: 18px;
    color:#030303;
    letter-spacing: 0.1em;
    padding-top:20px;
    padding-bottom: 0;
}

#withpagination .box {
    margin-bottom: 30px;
}

/* ----------------------------------------------------
	SHOP	
------------------------------------------------------- */

.shop_bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.landing_bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.shop_bg {
    padding:20rem 0 4rem !important;
}

#shop-layout .box {
    margin-bottom: 30px;
}

.product_title.entry-title {
    font-size: 24px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 10px;
    letter-spacing: 0.2em;
    text-transform: none;
}


.woocommerce #main div.product form.cart .variations {

    margin: 2em 0;
}
.woocommerce #main div.product p.price {
    font-size: 30px;
    font-family: Abel;
    padding-top:20px;
    color:#030303;
}
.woocommerce #main div.product .woocommerce-product-rating {
    color:#030303;
    font-size: 18px;
    margin: -2px;
}
.woocommerce #main div.product p.price del{
    opacity: .5;
    display: inline;
    font-size: 65%;
    margin-right: 15px;
}

.product_meta strong {
    font-family: Abel;
    font-size: 16px;
    color:#030303;
    letter-spacing: 0.1em;
}
.product_meta {
    font-size: 16px;
}

.woocommerce #main .quantity {

    height:42px;
    line-height: 38px;
}

.sp-minus {
    width:39px;
    height:42px;
    border:1px solid #eae9e9;
    float:left;
    text-align:center;
}

.woocommerce #main .quantity .qty {
    height:40px;
    border:1px solid #eae9e9;
    background-color: #eae9e9;
    border-left:0;
    float:left;
}

.sp-plus {
    width:43px;
    color:#030303 !important;
    height:40px;
    border:1px solid #eae9e9;
    border-left:0;
    float:left;
    text-align:center;
}

.woocommerce #main .quantity input {
    border: medium none;
    color: #242424;
    font-size: 12px;
    height: 34px;
    background-color: #eae9e9;
    line-height:36px;
    text-align: center;
    width:80px;
}

.woocommerce #main .quantity input:focus {
    border: none;
    background-color: #eae9e9 !important;
    border:0 !important;
}

.sp-minus a, .sp-plus a {
    color: #030303;
    background-color: #eae9e9;
    display: block;
    font-size: 18px;
    height: 100%;
    text-decoration: none;
    width: 100%;
}

.single-shop-image {
}

.single-shop-image img {
    width: 100%;
}
div.thumbnails{padding-top:10px;zoom:1}
div.thumbnails span img{border:1px solid #f7f7f7;float:left;width:30.33333%!important;margin:5px;}
#shop-content h3 {
    font-size: 30px;
    letter-spacing: 0.1em;
}
#shop-content label {
    color: #030303;
    font-family: Abel;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2em;
}

#shop-content .form-control {
    border-color:#f0f0f0;
    margin:10px 0 20px;
    height: 45px;
}
#shop-content textarea {
    border-color:#f0f0f0;
    margin:10px 0 20px;
    min-height: 145px;
}
.shoptable .table > thead > tr > th,
.shop_table.table > thead > tr > th{
    background: #0b0b0b none repeat scroll 0 0;
    color: #fff !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.shoptable .product-name img {
    margin: 0 30px 0 0;
    max-width: 80px !important;
}

.shoptable #coupon_code {
    display: inline-block;
    width: 200px;
    margin-right: 40px;
}
.shoptable .product-remove { width: 40px; }
.shoptable .table > tbody > tr > td, .shoptable .table > tbody > tr > th, .shoptable .table > tfoot > tr > td, .shoptable .table > tfoot > tr > th, .shoptable .table > thead > tr > td, .shoptable .table > thead > tr > th {
    color: #0b0b0b;
    font-family: Abel;
    padding: 20px;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight:400;
}
.shop-widget img {
    max-width: 50px;
}
.shop-widget .rating i {
    font-size: 11px;
    margin: 0 !important;
}
.shop-widget .alignleft {
    margin: 0 20px 0 0;
}
.shop-widget li {
    display: inline-block;
    margin-bottom: 14px !important;
    width: 100%;
}
.woocommerce #myTab{
    margin-top: 90px;
}
#main  .woocommerce  td.product-name dl.variation {
    margin: 5em 0;
    display: inherit;
    padding: .5em 0;
}

.woocommerce .tab-content > .tab-pane {
    border: 1px solid #ddd;
    padding: 20px;
}
.totalprice ul {
    list-style: none;
    padding:30px 0 !important;
}

.totalprice li, .totalprice div {
    letter-spacing: 0.1em;
    font-size: 16px;
    margin-bottom: 30px;
}
.totalprice small {
    font-size: 100%;
}
.totalprice p {
    padding: 0;
    margin: 0;
}


#main ul.products.columns-1 li.product{
    width:100%;
    margin-right:0
}
#main ul.products.columns-2  li.product {
    width:48%
}
#main ul.products.columns-3  li.product {
    width:30.75%
}
#main ul.products.columns-5  li.product {
    width:16.95%
}
#main ul.products.columns-6  li.product {
    width:13.5%
}
#main .onsale-bage {
    color: #fff;
    background: #535353;
    z-index: 9999;
    position: absolute;
    top: -15px;
    right: -15px;
    border-radius: 100%;
    width: 60px;
    line-height: 60px;
    text-align: center;

}
.add_to_cart_button.loading {
    opacity: .3;
}
.add_to_cart_button.added {
    display: none;
}
.added_to_cart {
    font-size: 16px;
}
#main .products .star-rating {
    margin: 1em auto;
}

#main #payment .custom2:after {
    display: none;
}
#main #payment .custom2 p {
    margin: 0;
    padding: 0;
}
#main #payment .custom2  {
    display: block;
    width: 100% !important;
    background-color: #fcfcfc;
    padding:10px 20px;
    margin: 0;
    margin-top:20px;
    color:#8e8e8e;
    font-size: 14px;
    font-weight: 400;
}

#main #payment li{
    margin-bottom:30px;
    font-family: Abel;
    color:#030303;
    letter-spacing: 0.15em;
}
#main #payment label {
    display: inline;
    cursor: pointer;
    font-weight: normal;
}
#main .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    margin: 0;border: none;
}
#main .woocommerce-checkout #payment {
    background: none;
    border-radius: 0;
    padding: 40px 0 0 0;
}
#shop-content h3 label {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.1em;
    cursor: pointer;
    margin-bottom: 0;
}
#main .checkout_coupon{
    margin: 0;
    border: none;
}
#main .checkout_coupon .btn{
    margin-left: 20px;
    padding: 17px 30px 12px !important;
}

.shopform .form-control::-moz-placeholder {
    color: #535353;
    opacity: 1;
}
.shopform .form-control:-ms-input-placeholder {
    color: #535353;
}
.shopform .form-control::-webkit-input-placeholder {
    color: #535353;
}

.checkbox input {
    background-color: #f0f0f0;
}

.box2 .price small {
    background-color: #eae9e9;
    padding: 10px 20px;
    border:1px solid #ecf0f1;
    min-width: 120px;
    display: inline-block;
}
.box2 .price span {
    background-color: #fff;
    padding: 10px;
    text-align: left;
    display: inline-block;
}
.box2 .form-row {
    padding: 0 !important;
    margin: 0!important;
}
.box2 .form-control {
    font-family: Abel;
    font-style: normal;
    color: #030303;
}
.box2 .form-control::-moz-placeholder {
    color: #030303;
    opacity: 1;
}
.box2 .form-control:-ms-input-placeholder {
    color: #030303;
}
.box2 .form-control::-webkit-input-placeholder {
    color: #030303;
}

/* ----------------------------------------------------
	SECTIONS	
------------------------------------------------------- */

.to-left-animate-bg {
    animation: animatedBackground 666s linear infinite;
    -moz-animation: animatedBackground 666s linear infinite;
    -webkit-animation: animatedBackground 666s linear infinite;
    -ms-animation: animatedBackground 666s linear infinite;
    -o-animation: animatedBackground 666s linear infinite;
}

@keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -31000px 0; }
}
@-moz-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -31000px 0; }
}
@-webkit-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -31000px 0; }
}
@-ms-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -31000px 0; }
}
@-o-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position:-31000px 0; }
}

.to-right-animate-bg {
    animation: animatedBackground2 666s linear infinite;
    -moz-animation: animatedBackground2 666s linear infinite;
    -webkit-animation: animatedBackground2 666s linear infinite;
    -ms-animation: animatedBackground2 666s linear infinite;
    -o-animation: animatedBackground2 666s linear infinite;
}

@keyframes animatedBackground2 {
    0% { background-position: 0 0; }
    100% { background-position: 31000px 0; }
}
@-moz-keyframes animatedBackground2 {
    0% { background-position: 0 0; }
    100% { background-position: 31000px 0; }
}
@-webkit-keyframes animatedBackground2 {
    0% { background-position: 0 0; }
    100% { background-position: 31000px 0; }
}
@-ms-keyframes animatedBackground2 {
    0% { background-position: 0 0; }
    100% { background-position: 31000px 0; }
}
@-o-keyframes animatedBackground2 {
    0% { background-position: 0 0; }
    100% { background-position:31000px 0; }
}


.general-content {
    display: table;
    height: 100%;
    left:15%;
    position: relative;
    text-align: left;
    width: 100%;
}
.general-text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.home-text-wrapper{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.home-content{
    position: relative;
}
.home-message{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.light-color .services-1 i,
.light-color .services-1 h4,
.light-color h2 {
    color:#ffffff;
}

.light-color .services-1 p {
    color:#e7e7e7 !important;
}

.service-2 h4 {
    font-size: 24px;
    text-transform: none
}

.service-2 .count {
    font-size: 18px;
    color:#fff;
    background-color: #030303;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
    margin: 0 auto 20px;
    border-radius: 48px;
}

.clients {
    background-color: #eae9e9;
    padding:60px 0;
    display: block;
    position: relative;
}

.clients-logo-slider .image-center img {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    opacity: 0.2;
    cursor: pointer;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.clients-logo-slider .image-center:hover img {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.section {
    padding:160px 0;
    position: relative;
    display: block;
    z-index: 10;
    overflow: hidden;
    margin: 0;
}

.margin-disabled .section {
    padding: 0;
}

.relative {
    z-index: 11;
    position: relative;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #030303;
    background-color: rgba(3, 3, 3, 0.7);
}
.lightoverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #030303;
    background-color: rgba(255, 255, 255, 0.7);
}
.newsletter .btn-wrapper {
    margin-top: 30px;
}
.light {
    background-color:#fff;
}

.captcha.form-control{
    margin-bottom: 0;
    height: 40px;
}

.form-inline p {
    display: inline;
}

.form-inline .form-control {
    border-color: #fff;
    border-radius: 10px;
    box-shadow: none !important;
    display: inline-block;
    height: 41px;
    min-width: 320px;
    font-style: italic;
    padding-left: 20px;
    margin:0 20px 0 0;
    vertical-align: middle;
    width: auto;
}
.form-control:focus {
    border-color: #f9f9f9 !important;
    outline: 0;
    box-shadow: none;
    background-color: #f9f9f9;
}
.form-control::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #aaa;
}
.form-control::-webkit-input-placeholder {
    color: #aaa;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #eae9e9;
    border-radius: 4px;
    box-shadow: none;
    color: #d2d2d2;
    display: block;
    font-size: 14px;
    font-style: italic;
    height: 55px;
    line-height: 1.42857;
    margin-bottom: 36px;
    padding: 6px 12px;
    width: 100%;
}
.newsletter{
    position: relative;
    display: block;
    z-index: 10;
    overflow: hidden;
    margin: 0;
}
#comingsoon .lead,
#home .newsletter .lead {
    font-style: italic;
    color:#fff;
    font-size: 18px;
}
#comingsoon .lead {
    letter-spacing: 0.09em;
    line-height: 38px;
}

.transparent-input .newsletter .form-control {
    background-color: rgba(255,255,255,0.3);
    border:none;
    min-width: 380px;
}

.newsletter .form-inline {
    margin: 20px auto 40px
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #030303;
    background-color: rgba(3, 3, 3, 0.7);
}

#comingsoon .parallax-text-22,
#home .parallax-text-22 {
    font-size: 48px;
    color:#ffffff;
    line-height: 70px;
    letter-spacing: 0.2em;
    font-family: Dosis;
    text-transform: uppercase;
}
.lead.dark-color,
.parallax-text-22.dark-color {
    color:#030303 !important;
}
#comingsoon .parallax-text-22 {
    font-size: 60px;
    font-family: Abel;
}

.tagline h2 {
    font-size: 24px;
}
.grey {
    background-color: #f0f0f0;
}
.grey1 {
    background-color: #eae9e9;
}
.grey.nopadding {
    padding-top:0;
}
.grey.nopadding .fourcol .box img {
    padding: 25px 10px 0px;
    width: 100%;
}

.grey.nopadding .fourcol .magnifier {
    bottom: 0px !important;
    left: 10px;
    right: 10px !important;
    top: 25px;
}

.grey.nopadding .btn-normal {
    background-color: #181818;
    border-color: #181818;
    color:#ffffff !important;
}

.grey .btn-normal {
    background-color: #ffffff;
    border-color: #ffffff;
}
.white {
    background-color: #ffffff;
}
.dark {
    background-color: #181818;
}

.dark .custom-title h2 {
    color:#fff;
}

.pattern2 .form-control {
    background-color: #eae9e9;
}
.pattern p {
    color:#a2a2a2 !important;
}

.pattern .count p {
    color:#ffffff !important;
}

.border-top {
    border-top:1px solid #f0f0f0;
}

.nopadding .portfolio-filter {
    padding-top: 0 !important;
    margin: 80px 0 40px !important;
}


.line {
    margin: 40px 0;
    display: block;
    position: relative;
  }
.line1 {
    margin: 30px 0;
    display: block;
    position: relative;
}

.crum-vc-icon-title {
    font-size: 18px;
    padding:0;
    margin: 12px 0;
    letter-spacing: 2px;
}

.why-us-right,
.why-us {
    background: #eae9e9;
    margin: 15px 0 35px;
    padding: 28px 20px;
    letter-spacing: 0.4px;
    border-radius: 5px;
    position: relative;
    webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.why-us-right h4,
.why-us h4 {
    letter-spacing: 2px;
    font-size: 18px !important;
    padding-bottom: 0 !important;
    margin-bottom: 5px !important;
}

.why-us-right p {
    padding: 0;
    margin: 0;
}

.why-us-right .crum-icon {
    margin: 0 !important;
}

.why-us:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(250, 249, 249, 0);
    border-left-color: #eae9e9;
    border-width: 15px;
    margin-top: -15px;
    webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

}
.why-us-right:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(250, 249, 249, 0);
    border-right-color: #eae9e9;
    border-width: 15px;
    margin-top: -15px;
    webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.why-us-right i,
.why-us i {
    width: 53px;
    height: 53px;
    line-height: 53px;
    border-radius: 3px;
    margin: 13px 0 0;
    text-align: center;
    color:#030303;
    font-size: 24px;
    background-color: #ffffff;
    webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.why-us i.alignleft,
.why-us-right i.alignleft {
    margin-right: 30px;
}
.why-us i.alignright,
.why-us-right i.alignright {
    margin-left: 30px;
}

.contact-details .why-us-right:after {
    display: none;
}
.contact-details.portfolio-details i {
    font-size: 24px;
    margin-right: 15px;
}

.mapsection h2 {
    letter-spacing: 1.2em;
    font-size: 18px;
    color:#030303;
    cursor: pointer;
    line-height: 24px;
    padding: 0;
    margin: 0;
}
.contact-details .why-us-right {
    background-color: #ffffff !important;
    border: 1px solid #eae9e9;
    margin: 0 0 20px;
  }
.contact-details .why-us-right i {
    font-size: 34px;
 }
.contact-details .why-us-right:hover i {
    background-color: #ffffff !important;
}

/* ----------------------------------------------------
	MODULES	
------------------------------------------------------- */

.pricing-box i {
    color:#030303;
    margin: 60px 0 30px;
    font-size: 44px;
}
.pricing-box {
    cursor: pointer;
    background-color: #fff;
}

.pricing-box hr {
    margin-bottom: 0 !important
}

.pricing-box .pricing-box-bottom,
.pricing-box {
    background-color: #eae9e9;
}

.pricing-box:hover,
.pricing-box.dark {
    background-color: #030303;
}

.pricing-box:hover ul li,
.pricing-box:hover h2,
.pricing-box:hover h3,
.pricing-box:hover i,
.pricing-box.dark ul li,
.pricing-box.dark h2,
.pricing-box.dark h3,
.pricing-box.dark i {
    color:#fff;
}
.pricing-box ul {
    list-style: none;
    padding:0 0 15px;
}
.pricing-box ul li {
    margin: 15px 0
}

.pricing-box h2 sub {
    font-size: 18px;
}
.pricing-box h2 {
    font-size: 48px;
    margin:0;
    letter-spacing: 0.1em;
    padding: 0;
    color:#030303;
}
.pricing-box h3 {
    font-size: 18px;
    letter-spacing: 0.1em;
    color:#030303;
}

.pricing-box-bottom h3, .pricing-box-bottom h3 a {
    color: #030303;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 50px;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}

.panel-heading h3 i {
    background-color: #030303 ;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 30px;
    letter-spacing: 0;
    margin: 0 15px 0 15px;
    text-align: center;
    width: 30px;
    vertical-align: middle;
}
.panel-heading h3 {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 32px;
    font-family: "Abel", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color:#383c4b;
    margin: 0;
    padding: 0;
}
.panel-group .panel + .panel {
    margin:-2px 0;
}
.panel-title {
    line-height: 16px;
}
.panel-heading {
    background-color: #fff;
    border-radius: 0 !important;
    padding: 14px 15px;
}

.accordion-toggle-2 .panel-heading {
    background-color: #fff;
    border: 1px solid #f3f3f3;
}

.accordion-toggle-2 .panel:last-child {
    border-bottom:0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0 none;
}
.panel p {
    padding-bottom: 0;
}
.panel-default {
    border-color: #f5f5f5;
    border-radius: 0 !important;
    box-shadow: none;
    margin-bottom: 10px !important;
    background-color: #eae9e9;
}

.panel-body {
    background-color: #eae9e9;
    border-color: #eae9e9;
    padding:20px 30px;
}
#countdown1 {
    margin-bottom: 60px;
}
.ClassyCountdown-wrapper > div {
    display: inline-block;
    position: relative;
    width: calc(17% - 20px);
    margin: 20px;
}

.ClassyCountdown-wrapper .ClassyCountdown-value {
    width: 100%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    display: block;
}

.tab-pane h3 {
    font-size: 30px !important;
    padding:0 0 20px !important;
    text-transform: none;
}

#customtab i {
    font-size: 52px;
}

#customtab .nav-tabs > li a {
    border:0 !important;
    color:#dfdfdf;
    background: none !important;
    background-color: transparent !important;
}
#customtab .nav-tabs {
    border-bottom: 0 !important;
}
#customtab .nav-tabs > li{
    float:none;
    border:0 !important;
    display:inline-block;
    *display:inline; /* ie7 fix */
    zoom:1; /* hasLayout ie7 trigger */
}

#customtab .nav-tabs {
    text-align:center;
}

.nav-tabs {
    border-bottom: 0 none;
    padding: 0;
}

.nav-tabs > li.active > a{
background-color: #EEE;

}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a {
    border-radius: 0 !important;
    border-color:#f0f0f0 !important;
    letter-spacing: 0.1em;
    font-size: 14px;
    text-transform: none !important;
    color: #030303 !important;
}

.tab-wrapper > div {
    border: 1px solid #f0f0f0;
    padding: 20px;
   }

.tab-wrapper > div {
    padding-bottom: 20px;
}

.tab-wrapper > div > .wpb_content_element {
    margin: 0;
}

#customtab 	.tab-content {
    border: 0 solid #dedfe1;
    padding: 20px;
}

.tab-pane .media-body h3 {
    text-align: left;
    font-size: 18px !important;
    padding-bottom: 0 !important;
}


.testi-item img {
    width: 67px;
    margin-top: 20px;
}
.testi-item h4 {
    color:#ffffff;
    font-size: 18px;
    letter-spacing: 1px;
    padding-bottom: 0;
    padding-top: 20px;
    padding-top: 6px;
    margin-bottom: 0;
}
.white .owl-custom .owl-controls .owl-dot span {
    border-color:#e9e9e9;
}
.white .testi-item p {
    color:#535353;
}

.white .testi-item small,
.white .testi-item h4 {
    color: #030303
}
.testi-item small {
    font-size: 14px;
    font-style: italic;
}
.testi-item p {
    letter-spacing: 3px;
    font-size: 18px;
    font-style: italic;
    color:#ffffff;
    line-height: 40px;
}
.count p {
    font-size: 36px;
    color:#030303;
    font-weight: bold;
    padding-bottom: 0;
}
.slider-carousel p {
    letter-spacing: 1px;
    font-style: italic;
    margin-bottom: 0;
    padding-bottom: 0;
}

.slider-carousel h2 {
    font-size:30px;
    letter-spacing: 2px;
}

.count span.title {
    font-style: italic;
    display: block;
}
.custom-module p {
    margin: 0;
    padding: 30px 0 0;
}

.images-container img {
    width: auto;
    margin: 0;
}
.image-center img {
    width: auto;
    margin: 0 auto;
}
.images-container .holder1 {
    left: 52%;
    position: absolute;
    top: 53%;
    width:150px;
}
.images-container .holder2 {
    left: 19%;
    position: absolute;
    top: 30%;
    width:150px;
}
.images-container .holder3 {
    left: 68%;
    position: absolute;
    top: 81%;
    width:150px;
}
a.plus-x {
    background-color: #030303;
    background-position: center center;
    background-repeat: no-repeat;
    border: 5px solid #dfdfdf;
    border-radius: 100%;
    display: block;
    height: 20px;
    outline: 0 none;
    position: absolute;
    width: 20px;
}
.readmore-icon:hover, a.plus-x:hover {
    background-color: #313131;
}

.tooltip-inner {
    color:#030303 !important;
    text-transform: none !important;
    font-size: 14px !important;
    font-style: italic;
    border-radius: 0 !important;
    padding:15px 25px !important;
}

.tooltip.left .tooltip-arrow {
    display: none !important
}
.lead {
    font-size: 18px !important;
    line-height: 40px;
    margin-bottom: 20px;
    color: #535353;
}
.tooltip.left:after {
    left: 97%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #88b7d5;
    border-width: 7px;
    margin-top: -7px;
}
.btn, .vc_btn3 {
    text-transform: uppercase;
    color:#030303;
    letter-spacing: 1px !important;
    line-height: 13px !important;
        }

.vc_btn3-size-lg {
    padding: 20px 66px 16px !important;
}

.vc_btn3-size-md {
    padding: 15px 30px 11px !important;
    font-size: 13px !important;
}

.vc_btn3-size-sm {
    padding: 10px 20px 7px !important;
}

.vc_btn3-size-xs {
    padding: 8px 15px 4px !important;
}

.vc_general.vc_btn3.vc_btn3-color-secondary_color:hover {
    background-color: #faf476;
    color: #030303 !important;
}

.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 2px !important;
}

.vc_btn3.vc_btn3-style-classic,
.vc_btn3.vc_btn3-style-modern, .btn {
    border: none !important;
}

.vc_btn3-container.pull-left{
    margin-right: 40px;
}

.btn-normal {
    background: #f0f0f0;
    padding: 15px 30px 11px !important;
    line-height: 1 !important;
}

.vc_general.vc_btn3.vc_btn3-color-primary_color {
    background-color: #faf476;
    color: #030303;
}

.vc_general.vc_btn3.vc_btn3-color-primary_color:hover {
    color: #030303;
}

.vc_general.vc_btn3.vc_btn3-color-secondary_color {
    background-color: #030303;
}


.vc_btn3.vc_btn3-color-secondary_color {
    color: #fff  !important;
}

.home-message .btn-normal {
    background: #ffffff;
}

.home-message .btn-normal.btn-primary,
.btn-primary {
    background-color: #030303;
    border-color:#030303;
    color:#fff;
}
.icongrid {
    background: #f9f9f9;
    float: left;
    font-size: 14px;
    line-height: 36px;
    margin-bottom: 5px;
    margin-right: 1%;
    padding: 10px 0 6px 3%;
    width: 49%;
}
.signature {
    margin-left: 40px;
}

.custom-module h2 {
    padding-top: 0 !important;
    margin-top:0 !important;
}

.custom-title .btn {
    margin-top: 10px;
}

.custom-title h2 {
    letter-spacing: 2px;
    padding-top: 0 !important;
    margin-top:0 !important;
}
.custom-title p {
    letter-spacing: 1px;
    font-style: italic;
    color:#535353;
    padding-bottom: 0;
}
ul.styled-list {
    padding:0;
    list-style: none;
}
ul.styled-list li i {
    padding-right: 10px;
}
ul.styled-list li {
    margin-bottom: 5px;
}

.skills {
    display: block;
    overflow:hidden;
    position: relative;
}
.skills p {
    color: #030303;
    font-size: 14px;
    letter-spacing: 2px;
    margin-left: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}
.progress {
    height: 2px;
    background-color: #f0f0f0;
    border-radius: 0;
    margin: 0;
    box-shadow:none;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    overflow:visible;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #030303;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 1.1s ease;
    -o-transition: width 1.1s ease;
    transition: width 1.1s ease;
}

.progress {
    overflow:initial;
    position: relative;
}

.progress .progress-bar {
    position: absolute;
    z-index:10;
    line-height: 20px;
}

.progress .progressbar-back-text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.progress .progressbar-front-text {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
}

.progress-bar span {
    color: #030303 !important;
    display: block;
    font-size: 14px;
    overflow: visible;
    text-align:center;
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 9999;
}
.btn-normal:hover,
.btn-normal:focus {
    color:#030303 !important;
}

#message {
    display: none;
    position:relative;
    text-align:left;
    padding:20px;
}

#map{
    height:607px;
    width:100%;
    position: relative;
    z-index: 10;
}

#backto {
    position: relative !important;
    display: block;
    z-index: 99
}
.backtotop {
    background-color: #030303;
    bottom: auto;
    display: block;
    height: 76px;
    border-radius: 5px;
    line-height: 76px;
    text-align: center;
    color: #030303;
    left: 0;
    margin: -36px auto;
    position: absolute;
    font-size: 18px;
    right: 0;
    top: auto;
    width: 47px;
    cursor: pointer;
    z-index: 100;
}
#map img{
    max-width:inherit
}

.map{
    position:relative
}

.map .row{
    position:relative
}


.vc_row.color-changed h1,
.vc_row.color-changed h2,
.vc_row.color-changed h3,
.vc_row.color-changed h4,
.vc_row.color-changed h5,
.vc_row.color-changed h6,
.vc_row.color-changed i,
.vc_row.color-changed div,
.vc_row.color-changed p,
.vc_row.color-changed a,
.vc_row.color-changed .count p,
.vc_row.color-changed .custom-title p
{
    color: inherit;
}

.letter-spacing{
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.infobox img {
    width:100% !important;
}

.map .searchmodule {
    padding:18px 10px
}

.infobox {
    display: inline-block;
    padding: 5px;
    position: relative;
    width: 270px;
}

.infobox img {
    width:80px !important;
    padding-right:10px
}

.infobox .title {
    font-size:13px;
    font-weight:bold;
    margin-top:0;
    margin-bottom:0;
    text-transform:uppercase;
    padding-bottom:5px;
}

.infobox .title a {
    font-weight:bold;
    color:#242424 !important;
}

/* ----------------------------------------------------
	HEADER	
------------------------------------------------------- */

.topbar {
    padding:10px 0;
    background-color: #030303;
    position: relative;
    z-index: 9999;
}
.topbar p {
    padding: 0;
    margin: 0;
}
.topbar a,
.topbar span {
    color: #9c9c9c;
    font-size: 14px;
    padding:0;
    margin:0;
    font-weight: 400 !important;
    font-family: "Lekton", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.topbar > span {
    margin-right: 5px;
    margin-left: 15px;
    position: relative;
}
.topbar .dropdown-toggle {
    padding-left: 17px;
}


.topbar i {
    padding: 0 3px;
    color:#9c9c9c;
    font-size: 14px;
}

.dark-background  .navbar-nav > li > a,
.dark-background  .social i {
    color: #a7acae;
}

.topbar .dropdown-menu li a {
    background-color: #030303;
    border-color: #030303;
    color: #9c9c9c;
}
.topbar .dropdown-menu li a:hover{
    color: #faf476;
}

.topbar .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    text-transform: none;
    min-width: 80px;
    text-align: center;
}

.navbar-brand {
    position: relative;
    z-index: 999;
    padding: 35px 15px;
   }

#searchform {
    display: inline-block;
}

.topbar .text-right .social,
.topbar .text-right .dmsearch {
    float: right;
    margin-left: 20px;
    position: relative;
}

.text-left .lang-switch-wrapper {
    margin-right: 20px;
}

.text-left .social {
    float: left;
    margin-right: 20px;
}

.lang-switch-wrapper {
    position: relative;
    float: left;
}

.dm-search-container {
    position: absolute;
    right: 0;
    height: 35px;
    width: 0;
    overflow: hidden;
    -webkit-transition: width 200ms;
    -moz-transition: width 200ms;
    transition: width 200ms;
}
.text-left .dm-search-container {
    right: auto;
    left: 0;
}
.text-left #dmsearch {
    position: relative;
    float: left;
    margin-right: 20px;
}
.dmsearch.dmsearch-open .dm-search-container {
    width: 220px;
}

input[type="submit"].dmsearch-submit  {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
    text-align: center;
    cursor: pointer;
}
.dmsearch.dmsearch-open .searchicon{
    z-index: -1;
    pointer-events: none;
}
input[type="submit"].dmsearch-submit {
    background: transparent;
    color: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    border-radius: 0;
    outline: none;
    z-index: -1;
}
.dmsearch.dmsearch-open input[type="submit"].dmsearch-submit {
    z-index: 90;
}
input[type="text"].dmsearch-input {
    outline: none;
    opacity: 0;
    position: relative;
    display: block;
    z-index: 999;
    background-color: #030303;
    border:1px solid #030303;
    width: 220px;
    color:#9c9c9c;
    font-size: 14px;
    font-weight: 400 !important;
    font-family: "Lekton", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin: 0;
    padding:0 0 0 13px;
}
.dmsearch.dmsearch-open input[type="text"].dmsearch-input {
    opacity: 1;
}
::-webkit-input-placeholder {
    color: #babbbe;
}
:-moz-placeholder {
    color: #babbbe;
}
::-moz-placeholder {
    color: #babbbe;
}
:-ms-input-placeholder {
    color: #babbbe;
}

.search-form {
    width: 100%;
    position: relative;
}
.search-form .form-control{
    border-color: #F0F0F0;
    margin: 10px 0 20px;
    height: 45px;
}
.search-form .search-submit{
    position: absolute;
    right: 5px;
    top: 20px;
    font-size: 16px;
    color: #d2d2d2;
    background: transparent;
    border: none;
    outline: none;
}

.error404 .search-form .search-submit {
    top: 10px;
}

#header {
    -webkit-transition: height 0.7s ease 0s;
    -moz-transition: height 0.7s ease 0s;
    -ms-transition: height 0.7s ease 0s;
    -o-transition: height 0.7s ease 0s;
    transition: height 0.7s ease 0s;
}
#header.scroll-to-fixed-fixed .navbar-brand, #header.scroll-to-fixed-fixed .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}
#header.scroll-to-fixed-fixed .social {
    padding: 20px 0;
}
#header .no-menu-box {
    text-align: right;
    padding: 35px 0;
}
#header.scroll-to-fixed-fixed .no-menu-box {
    padding: 20px 0;
}

#header.scroll-to-fixed-fixed #navbar .header-widget {
    margin: 15px 10px;
}

#header.scroll-to-fixed-fixed{
    border-color:#030303;
    background-color: #030303;
    margin-top: 0;
}

.transparent-header {
    position: absolute;
    right: 0;
    padding:15px 0;
    z-index: 100;
    left:0;
    margin-top: 1px;
    color: #fff;
}

.transparent-header a {
    color: #fff;
}
.normal-header {
    position: relative;
    padding: 0;
    z-index: 100;
    background-color: #ffffff;
    margin-top: 1px;
}

.dark-background {
    border-color:#030303;
    background-color: #030303;
    color: #fff;
}


.normal-header  .navbar-nav  > .open > a,
.normal-header  .navbar-nav  > .open > a:hover,
.normal-header  .navbar-nav  > .open > a:focus {
    background-color: #ffffff;
}

.topbar .container-fluid,
#header .container-fluid {
    max-width: 1380px
}

.nav,
.navbar,
.navbar-nav  {
    margin-bottom: 0 !important;
    border-radius: 0;
    border:0;
    background-color: transparent;
}
.nav > li > a {
    display: block;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 25px;
}



.navbar-nav  > li > .dropdown-menu {
    margin-top: 15px;
}

.transparent-header .nav > li > a,
.normal-header.white-color .social i,
.normal-header.white-color .nav > li > a {
    color:#ffffff;
}
 .navbar-nav  > li > a:hover,
 .navbar-nav  > li > a:focus,
 .navbar-nav  > .active > a,
 .navbar-nav  > .active > a:hover,
 .navbar-nav  > .active > a:focus {
    background-color: transparent;
}

.normal-header.dark-color .social i,
.normal-header.dark-color .nav > li > a {
    color:#909090;
}



.normal-header.dark-color .nav > li > a:hover,
.transparent-header.dark-color .social i,
.transparent-header.dark-color .nav > li > a {
    color:#030303;
}

#header.scroll-to-fixed-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    border-color:#030303;
    background-color: #030303;
}


#header.scroll-to-fixed-fixed.dark-color {
    border-color:#ffffff !important;
    background-color: #ffffff !important;
}



/* ----------------------------------------------------
	BLOG PAGE
------------------------------------------------------- */

.blog-image {
    position: relative;
}
.blog-image iframe{
    max-width: 100% !important;
}

article.post{overflow:hidden}

.wp-post-image{
    max-width: 100%;
    height: auto;
}

.blog-image .media-icon {
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid;
       }

.blog-image .owl-controls {
    position: static;
}

.blog-image .owl-carousel .owl-controls .owl-nav .owl-prev{
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: -12.5px;
    color: transparent ;
    }
.blog-image .owl-carousel .owl-controls .owl-nav i {
    display: none;
}
.blog-image .owl-carousel .owl-controls .owl-nav .owl-prev:before {
    position: absolute;
    right: 50%;
    margin-right: -1px;
    content: "\f104";
    font-family: FontAwesome;
    color: #fff;
}
.blog-image .owl-carousel .owl-controls .owl-nav .owl-next {
    top: 50%;
    bottom: auto;
    margin-top: -12.5px;
    color: transparent;
}

.blog-image .owl-carousel .owl-controls .owl-nav .owl-next:before {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    color: #fff;
    left: 50%;
    margin-left: -1px;
}
.comment-wrapper .blog-title h2 {
    letter-spacing: 0.2em;
    font-size: 30px;
}
.comment-list .media {
    margin-bottom: 30px;
}
.media.reply-comment {
    margin-left: 60px;
}
.comment-list {
    margin-top: 30px;
}
.comment-list .star-rating{
    top: 8px;
}
.comment-list time {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin:10px 0 15px;
    font-style: italic;
    font-weight: 300;
}
.comment-list h3 {
    font-size: 24px;
    text-transform: none;
    margin: 0;
    letter-spacing: 0.2em;
    padding: 0;
}
.comment-list img {
    width: 80px;
    margin-right: 30px;
}

.form-submit {
    clear: both;
    margin: 0 15px;
}
.panel hr {
    margin-top:30px;
    margin-bottom: 30px;
    border-color: #f3f3f3;
}
.panel .padding-left {
    padding-left: 200px;
    margin-top:-10px;
}
.panel.panel-info > .panel-heading {
    background-color: #faf9f8;
    border-color: #f3f3f3;
    color: #030303;
}
.panel .form-control {
    height: 45px;
    border-radius: 10px !important;
    margin:0 0 10px 0;
}
.panel {
    box-shadow: none;
    border-color: #f3f3f3 !important;
}
.panel.no-border{
    border: none;
}

.panel  .panel-body {
    background-color: #fff;
    border-color:#f3f3f3;
}

.panel .input-group-addon {
    min-width: 200px;
    background-color: #fff;
    border-color: #fff;
    text-align: left;
}

.panel .input-group-addon i {
    color:#030303;
    background-color: #eae9e9;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    font-size: 14px
}
.pageheader .header-title {
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-top: 0;
}
.pageheader * {
    color: #fff;
}
.pageheader mark {color:#000}
.pageheader .lead {
    font-size: 18px !important;
    font-style: italic;
    letter-spacing: 0.1em;
    line-height: 40px;
    margin-bottom: 0;
    padding: 0;
}
.trail-items {
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 10%;
    padding: 0;
}
.trail-items li {
    display: inline-block;
}
.trail-items > li + li:before {
    padding: 0 10px 0 5px;
    font-family: FontAwesome;
    opacity: .8;
    content: "\f105";
}
.trail-items > li a,
.trail-items > .active,
.trail-items > li {
    font-size: 14px;
}

.pageheader {
    position: relative;
    display: block;
    background-color: #030303;
    padding:60px 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 7px;
}

.pagination > li > a,
.pagination > li > span,
.crum-prev-next-post a {
    letter-spacing: 0;
    padding: 15px 15px;
    border-radius: 7px;
    text-decoration: none;
    background-color: #eae9e9 ;
    text-transform: uppercase;
    border: 1px solid #eae9e9;
    margin:0 3px;
    color: #030303 !important;
    font-size: 14px;
    font-weight: bold;
}

.grey1 .pagination > li > a,
.grey1 .pagination > li > span {
    background-color: #fff ;
}

.crum-prev-next-post a:hover,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li.current > span,
.pagination > li > span.current{
    background-color: #030303;
    border-color: #030303;
    color:#fff !important;
}

.crum-prev-next-post {
    overflow: hidden;
}

.crum-prev-next-post .left {
    float: left;
}

.crum-prev-next-post .left i {
    margin-right: 10px;
}

.crum-prev-next-post .right {
    float: right;
}

.crum-prev-next-post .right i {
    margin-left: 10px;
}

/*------------ Ajax Pagination Button --------------*/

.ajax-pagination {padding-top: 80px}

.ajax-pagination a.loading {
    position: relative;
}

.ajax-pagination a.loading:before {
    opacity: 0;
    visibility: hidden;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
    width: 16px;
    height: 20px;
    content: "\f021";
    font-family: FontAwesome;
    color: #030303;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
}

.ajax-pagination a.loading span {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.ajax-pagination a.loading:before {
    opacity: 1;
    visibility: visible;
}


.ajax-pagination a.loading:before {
    -webkit-animation: rotate .8s linear infinite;
    -moz-animation: rotate .8s linear infinite;
    -o-animation: rotate .8s linear infinite;
    animation: rotate .8s linear infinite;
}

@-webkit-keyframes rotate {

    0% {
        -webkit-transform: rotate(0deg);
    }


    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes rotate {

    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-o-keyframes rotate {

    0% {
        -o-transform: rotate(0deg);
    }


    100% {
        -o-transform: rotate(-360deg);
    }
}

@keyframes rotate {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.blog-meta a,
.blog-meta {
    font-style: italic;
    color:#535353 !important;
    padding:20px 0 0;
}

.blog-title,
.blog-title a {
    letter-spacing: 2px;
    padding:0 0 5px;
    color:#030303 !important;
    font-size: 18px;
}

.blog-title a:hover {
    color:#030303 !important;
}

.blog-wrapper {
    display: block;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.blog-wrapper .blog-image {
    margin-bottom: 10px;
}

.grid-post .blog-item {
    margin-bottom: 45px;
}

.read-more-link {
    display: block;
    clear: both;
    margin-top: 30px;
    margin-bottom: 50px;
}

.single-post .blog-title {
    font-size: 30px;
    letter-spacing: 0.2em;
}

.single-post .blog-title a {
    color:#030303;
}
.single-post .ads-banner {
    margin: 30px;
    text-align: center;
}

.modal {
     z-index:99999;
}
.modal-dialog {
    margin-top:15%;
}

#main-content .module-title{
    margin: 40px 0  20px 0;
}

.related-posts {
    overflow: hidden;
    margin-bottom: 30px;
}

.related-posts-horizontal > div {
    float: left;
    width: 33.33%;
}

.related-posts-horizontal > div .magnifier {
    padding-right: 2px;
}

.quote_post.entry-content .wrap{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.quote_post.entry-content{
    background: #f9f9f9 none repeat scroll 0 0;
    position: relative;
}
.quote_post.entry-content p, .quote_post.entry-content strong {
    color: inherit;
}

.quote-post blockquote, .quote_post blockquote {
    padding: 0;
    margin: 0;
    border: none;
    font-family: Abel;
}

.quote-post p {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 26px;
    font-style: italic;
}

.quote_post p {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 26px;
    color:#fff;
    font-style: italic;
}
.quote_post{
    padding:30px;
    position: relative;
    display: block;
    text-align: center;
}
.quote_post i {
    padding: 15px 20px 30px;
    font-size: 26px;
}
.quote_post strong {
    font-size: 14px;
    font-family: Abel;
    letter-spacing: 0.2em;
    font-weight: normal;
    font-style: normal;
}

#blogmasonry .box {
    padding:15px 15px 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
}

.grid-video-popup .wp-video, .grid-video-popup embed, .grid-video-popup iframe {
    position: absolute;
    top: 50%;
    left: 50%;
}

.sidebar-left #main-content,  .sidebar-right .sidebar-wrapper{ float: right; }

.sidebar-right #main-content,  .sidebar-left .sidebar-wrapper{ float: left; }

#main-content {
    max-width: 100%;
}


/* ----------------------------------------------------
	WIDGETS
------------------------------------------------------- */

.widget img, .widget figure, .widget canvas, select {
    max-width: 100%;
    height:auto
}

.rsswidget, .rss-date {display: block; margin-bottom: 5px;}
.rsswidget {font-weight: bold}
.widget-title .rsswidget {font-weight: normal; display: inline-block}
.widget.widget_rss li {
    margin-bottom: 20px;
}
.widget ul {
    padding: 0;
    list-style: none;
}
.widget ul li {
    margin-bottom: 10px;
}

.widget {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.widget-title h3{
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.1;
    padding-bottom: 30px;
    margin-top: 0;
    padding-top: 0;
}

.widget-image {
    margin-bottom: 30px;
}

.grey1 .pull-right .btn {
    width: 100%;
    background-color: #ffffff;
    text-align: left;
    text-transform: none;
    letter-spacing: 0.1em;
    border-color:#f0f0f0;
}

.grey1 .pull-right .btn {
    background-color: #eae9e9 !important;
}

.widget .dropdown-menu {
    width: 100%;
}

.grey1 .pull-right i,
.widget .btn-normal i {
    vertical-align: super;
}
.grey1 .pull-right .btn {
    background-color: #ffffff;
}

.sort-select{
    top: -8px;
}

/*--------- Tag Clouds -------------*/

.tagcloud a {
    background-color: #f0f0f0;
    color:#535353;
    font-size: 14px !important;
    margin:0 2px 8px 0;
    display: inline-block;
    line-height: 28px;
    padding:2px 10px;
    border-radius: 5px;
}

.tagcloud a:hover {
    background-color: #030303;
    color:#ffffff;
}

/*--------- Categories -------------*/

.widget.widget_categories ul > li ul {
    padding-left: 10px;
}

.widget.widget_categories ul li {
    margin-bottom: 10px;
    overflow: hidden;
}

.widget.widget_categories ul li a {
    display: inline-block;
 }


.widget.widget_categories ul li a:hover {
    color: #faf476;
}

.widget.widget_categories .dropdown-toggle {
    width: 100%;
    background: transparent;
    border: 1px solid #f0f0f0 !important;
}

.widget.widget_categories .dropdown-toggle:hover{
    background-color: #faf476;
    border: 1px solid #faf476 !important;;

}

.widget.widget_categories ul.count li {
    margin-bottom: 5px;
}


.widget.widget_categories ul.count li a {
    float: left;
    margin-right: 10px;
}

ul.dropdown-menu {
    background: #030303;
}

ul.dropdown-menu li:hover {
    color: #faf476;
}

ul.dropdown-menu.count li a {
    width: auto;
    float: none;
    display: inline-block;
    margin-right: 10px;
}

ul.dropdown-menu li {
    color: #fff;
}

ul.dropdown-menu li a {
    padding-left: 18px;
    color: inherit;
}

.widget.widget_categories .children {
    padding-top: 10px;
}

.widget.widget_categories .children li:last-child  {
    margin-bottom: 0;
}

.widget.widget_categories .dropdown-menu {
    padding: 15px 10px;
}

.widget_categories .dropdown-menu li > a {
    padding: 3px 0;
}

.widget.widget_categories ul.dropdown-menu  > li ul {
    padding-left: 20px;
}

/*--------- Custom Menu -------------*/

.widget.widget_nav_menu li .sub-menu{
    padding-left: 10px;
}

.widget.widget_nav_menu ul li {
    margin-bottom: 0;
}

.widget.widget_nav_menu ul li a {
    display: block;
    margin-bottom: 10px;
}


/*--------- Twitter Widget -------------*/

.widget.widget_twitter-widget .logo-wrapper {
   display: table;
    margin-bottom: 25px;
}

.widget.widget_twitter-widget img {
    margin-right: 15px;
}

.widget.widget_twitter-widget .follower {
   display: table-cell;
    vertical-align: middle;
}

.widget.widget_twitter-widget .tweets-wrapper .statistic {
    text-align: center;
    overflow: hidden;
}

.widget.widget_twitter-widget .tweets-wrapper .statistic .numder {
    font-size: 1.6em;
    color: #3f4756;
    font-weight: 300;
}

.widget.widget_twitter-widget .tweets-wrapper .statistic .title {
    font-size: .875em;
    color: #afb6bb;
}

.widget.widget_twitter-widget .tweets-wrapper .statistic > div {
    float: left;
    width: 33%;
    margin-bottom: 25px;
    line-height: 1.3;
}

.widget.widget_twitter-widget .tweets-wrapper .statistic > div > span {
    display: block;
}

.widget.widget_twitter-widget .tweet-list {
    font-size: .875em;
    color: #878783;
    line-height: 1.6;
}

.widget.widget_twitter-widget .tweet-list .tweet {
    margin-bottom: 1.5em;
}

.widget.widget_twitter-widget .tweet-list i {
    float: left;
    font-size: 20px;
    margin-right: 10px;
}

.widget.widget_twitter-widget .tweet-list .tweet .time {
    margin-top: 5px;
    color: #afb6bb;
}

.widget.widget_twitter-widget .tweet-list .tweet:last-child {
    margin-bottom: 0;
}

.widget.widget_twitter-widget .tweet-list .entry-content {
    width: auto;
    overflow: hidden;
    position: relative;
     }

.widget.widget_twitter-widget .tweet-list .entry-content a {
    color: #6ab344;
}

.widget.widget_twitter-widget .tweet-list .icon {
    float: left;
    width: 40px;
    margin-right: 20px;
    position: relative;
    top: 5px; }


/*--------- Social Buttons -------------*/

.widget_social-buttons-widget {
    overflow: hidden;
}

.widget_social-buttons-widget a:hover i,
.widget_social-buttons-widget a:focus i {
    color: #a5a5a5;
}

.widget .social a {
    font-size: 34px;
    color: #535353;
    margin-right: 7px;
    margin-bottom: 7px;
    border-color: #535353;
    display: block;
    float: left;
}

.widget .social a i {
    margin: 0;
}

/*--------- VCard_Widget -------------*/

.widget.widget_vcard_widget .avatar{
    float: left;
    margin-right: 20px
}

.widget.widget_vcard_widget .header-vcard {
    overflow: hidden;
    margin-bottom: 10px;
}

.widget.widget_vcard_widget .member-desc {
    position: relative;
    top: -6px;
}

.widget.widget_vcard_widget .job {
    margin-bottom: 5px;
}

.widget.widget_vcard_widget .content-vcard span {
    display: block;
}

/*--------- Widget Calendar -------------*/

.widget.widget_calendar #wp-calendar {
    width: 100%;
}

.widget.widget_calendar #wp-calendar caption {
    padding: 8px 0 16px;
    font-size: 16px;
}


/*--------- Widget Instagramm -------------*/

.widget_instagram .logo-wrapper {
    overflow: hidden;
    padding: 2px;
    margin-bottom: 25px;
    display: table;
}

.widget_instagram .follow {
    display: table-cell;
    vertical-align: top;
}

.widget_instagram .instagram-wrapper {
    overflow: hidden;
}

.widget_instagram .logo-wrapper img {
    width: 83px;
    height: 83px;
    float: left;
    margin-right: 15px;
}

.widget_instagram  .btn, .widget_instagram .instagram-wrapper .btn-large {
    width: auto;
    text-align: center;
    padding: 10px !important;
}

.widget_instagram .instagram-wrapper .statistic {
    text-align: center;
}

.widget_instagram .instagram-wrapper .statistic .numder {
    font-size: 1.6em;
    color: #3f4756;
    font-weight: 300;
}

.widget_instagram .instagram-wrapper .statistic .title {
    font-size: .875em;
    color: #afb6bb;
}

.widget_instagram .instagram-wrapper .statistic > div {
    float: left;
    width: 33.333%;
    margin-bottom: 25px;
    line-height: 1.3;
}

.widget_instagram .instagram-wrapper .statistic > div > span {
    display: block;
}

.widget_instagram .instagram-wrapper .photo {
    float: left;
    width: 33.333%;
    padding: 2px;
}

.widget_instagram .instagram-wrapper .photo img {
    display: block;
    width: 100%;
}


.widget_instagram a.author {
    font-size: 1.6em;
    display: block;
    margin-bottom: 10px;
}
/*--------- Tabbed recent posts -------------*/

.widget_crum_widget_tabs .nav-tabs {
    padding-bottom: 20px;
}

.widget_crum_widget_tabs .tab-content {
    padding: 0;
    border: none;
}

/*--------- Recent Comments -------------*/

.news-widget li .blog-meta a,
.news-widget li .blog-meta {
    padding:0;
}

.news-widget li, .news-widget li h4 {
    margin: 0;
    padding: 0;
}

.news-widget li .blog-title,
.news-widget li .blog-title a  {
    color: #030303 !important;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1;
    padding: 5px;
    margin-left: -5px;
}

/*--------- Widget Tabs -------------*/

.widget_crum_widget_tabs .nav-tabs > li {
    width: 50%;
    text-align: center;
}

/*--------- Widget RSS -------------*/

.widget_rss .widget-title a {
    color: #030303;
}

/*--------- Widget Archive -------------*/

.crumina_widget_archive li a:hover {
    color: #faf476;
}

.crumina_widget_archive select {
    background: #f0f0f0;
    padding: 8px 30px 7px !important;
    line-height: 1 !important;
    text-transform: uppercase;
    border: none;
    font-size: 13px;
    color: #030303;
    letter-spacing: 1px;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.crumina_widget_archive select > option {
    background: #fff;
}

.crumina_widget_archive select:hover {
    background-color: #faf476;
    }

/*--------- Widget Pages -------------*/

.widget_pages li a:hover {
    color: #faf476;
}

/*--------- Widget Meta -------------*/

.widget_meta li a:hover {
    color: #faf476;
}



/* ----------------------------------------------------
	FOOTER	
------------------------------------------------------- */

.footer {
    padding:160px 0;
    position: relative;
    display: block;
    z-index: 10;
    overflow: hidden;
    margin: 0;
}

#footer h1, #footer h2, #footer h3,
#footer h4, #footer h5, #footer h6 {
    color:inherit;
}

#footer a{
    color:inherit;
    opacity: .95;
}

#text-in-footer p {
    padding: 0;
    margin: 0;
}

#colophon {
    letter-spacing: 2px;
    color:#4f4f4f;
    padding:0;
    margin: 0;
    font-style: normal;
}

.footer.light .contact-details p {
    display: table;
}

.footer .social {
    margin: 60px 0
}

.footer .social i {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


.social a i, .social-share a i  {
    width: 38px;
    height: 38px;
    color: inherit;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    margin: 0 12px;
    border-radius: 100%;
    border: 1px solid;
}

.topbar .social a i, .header .social a i {
    width: 26px;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
    margin: 0 5px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#header .social {
    padding: 30px 0;
    margin: 0 7px;
    }

.social-share a i {
   margin: 0 2px;
}

.social-share a:hover {
    color: #faf476;
}
.footer.dark {
    background-color: #131313 !important;
}

.footer.light {
    background-color: #ffffff !important;
}

/* ----------------------------------------------------
	SLIDESHOW
------------------------------------------------------- */

.parallax-text2 {
    top:47%;
    margin:-20px auto;
    left:0;
    width: 100%;
    right:0;
    position: absolute;
}
.raindropfix, .spoiler-overflow {
    overflow: hidden;
}
#raindrop_holder{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:0;
    background-color:#fff
}

#canvas, #background{
    position:absolute;
    width:100% !important;
    height:100% !important;
    top:0;
    z-index: -1;
    left:0
}

.raindropfix .relative {
    position: relative;
    z-index: 9999 !important;
}

.home-message img {
    margin: 0 auto 60px
}
.slider-section {
    z-index: 1;
    position: relative;
}

.parallax-text-2 {
    margin-bottom: 60px !important;
}

.slider_text_radius,
.tp-caption.slider_text_radius,
.tp-caption.slider_07,
.slider_07,
.tp-caption.slider_10,
.slider_10,
.parallax-text-4,
.parallax-text-8,
.parallax-text,
.slider_01,
.slider_04,
.slider_06,
.tp-caption.slider_04,
.tp-caption.slider_06,
.tp-caption.slider_01 {
    color:#ffffff;
    text-shadow:none;
    font-weight:300;
    font-size:60px;
    line-height:70px;
    letter-spacing:0.2em;
    text-transform: uppercase;
    font-family: "Abel", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding:0px 20px;
}
.slider_text_radius,
.tp-caption.slider_text_radius {
    font-size: 36px;
    border:2px solid #ffffff;
    width: 87px;
    height: 87px;
    font-weight: 400;
    line-height: 85px;
    border-radius: 100%;
}
.slider_04 {
    font-size: 80px;
}
.parallax-text-4 {
    font-size: 70px;
    line-height: 100px;
    letter-spacing: 0.4em;
}
.parallax-text-8 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0.3em;
    color:#030303;
}
.parallax-text-2 {
    font-size: 30px;
    color:#030303;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.parallax-text-11 {
    font-size: 36px;
    margin-top: 20px;
    line-height: 70px;
    color:#fff;
    letter-spacing: 0.5em;
    text-transform: uppercase;
}
.parallax-text-9 {
    font-size: 36px;
    line-height: 36px;
    margin-top: 40px;
    color:#030303;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    font-family: "Abel", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.parallax-text-10 {
    font-size:14px;
    line-height: 30px;
    color:#030303;
    font-style: italic;
    text-transform: none;
    font-family: "Abel", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-video.light-color {
    border-color:#ffffff !important;
    color:#ffffff !important;
    margin-bottom: 40px;
}
.parallax-text-8.light-color {
    color:#ffffff !important;
}
.parallax-text-10.light-color,
.parallax-text-9.light-color {
    color:#ffffff !important;
}

.parallax-text-10.light-color {
    letter-spacing: 0.2em;
}

.general-text h1 {
    color:#ffffff;
    text-shadow:none;
    font-size:90px;
    line-height:70px;
    margin-left: 3px;
    letter-spacing:0.2em;
    text-transform: uppercase;
    font-family: "Abel", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.general-content .btn-wrapper {
    margin-left: 15px;
}

.general-text p {
    color:#ffffff;
    text-shadow:none;
    font-style: italic;
    font-weight: normal;
    font-size:18px;
    margin-left: 15px;
    margin-top: 30px;
    text-transform: none;
    line-height:32px;
    font-family: "Lekton", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.slider_09,
.tp-caption.slider_09,
.slider_08,
.tp-caption.slider_08,
.slider_05,
.tp-caption.slider_05,
.parallax-text-3,
.slider_02,
.tp-caption.slider_02 {
    color:#ffffff;
    text-shadow:none;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
    font-size:18px;
    line-height:38px;
    font-family: "Lekton", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.slider_07,
.tp-caption.slider_07 {
    font-size: 90px;
    text-transform: uppercase;
    font-style: normal;
}
.slider_06,
.tp-caption.slider_06 {
    font-size: 70px;
}

.tp-caption.slider_10,
.slider_10 {
    letter-spacing: 0.5em !important;
    font-size: 36px;
}
.slider_09,
.tp-caption.slider_09 {
    font-size: 14px;
}
.slider_06,
.tp-caption.slider_06,
.slider_05,
.tp-caption.slider_05 {
    color:#030303;
}

.slider_layer_01,
.tp-caption.slider_layer_01 {
    color:#0b0b0b;
    text-shadow:none;
    letter-spacing: 0.25em;
    padding:0 30px;
    text-transform: uppercase;
    font-size:36px;
    line-height:70px;
    background-color: #ffffff;
    font-family: "Abel", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.tp-caption.slider_11,
.slider_11 {
    font-size: 60px !important;
}

.size60,
.tp-caption.size60 {
    font-size: 60px;
    line-height: 105px;
    letter-spacing: 0.2em;
    padding:20px;
}
.slider_12,
.tp-caption.slider_12 {
    color:#ffffff;
    text-shadow:none;
    letter-spacing: 0.4em;
    padding:0 30px;
    text-transform: uppercase;
    font-size:36px;
    line-height:90px;
    font-family: "Abel", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.slider_layer_02,
.tp-caption.slider_layer_02 {
    color:#0b0b0b;
    text-shadow:none;
    letter-spacing: 0.25em;
    padding:0 30px;
    text-transform: uppercase;
    font-size:24px;
    line-height:70px;
    background-color: #ffffff;
    font-family: "Abel", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.slider_layer_03,
.tp-caption.slider_layer_03 {
    color:#030303;
    text-shadow:none;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size:30px;
    line-height:70px;
    font-family: "Abel", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.slider_layer_03 hr,
.tp-caption.slider_layer_03 hr {
    border-width: 3px;
    width: 75px;
    margin:0 0 20px;
}
.slider_layer_04,
.tp-caption.slider_layer_04 {
    color:#030303;
    text-shadow:none;
    font-size:14px;
    font-style: italic;
    line-height:70px;
    font-family: "Lekton", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}	.parallax-text-3 {
         margin-top:40px;
     }
.tp-caption.slider_02.darkbg,
.slider_02.darkbg {
    background-color:#030303;
    background-color:rgba(3,3,3,0.9);
    color:#fff;
}

.slider_layer_03.size48 {
    font-size: 48px !important;
}

.slider_layer_04.size18 {
    font-size: 18px !important;
}
.tparrows.preview3,
.tparrows.preview3::after{
    background-color:#030303;
    background-color:rgba(3,3,3,0.9);
    color:#fff !important;
    font-size: 21px !important
}

.tp-rightarrow.preview3 .tp-arr-iwrapper,
.tp-leftarrow.preview3 .tp-arr-iwrapper {
    display: none !important;
}

.tp-caption.light-color,
.tp-caption .btn-primary {
    color:#ffffff !important;
}

.boxedcontainer {
    max-width: 1280px;
    margin:auto;
    padding:0px 30px;
}


.container-boxed .vc_column_container{
    padding: 0 30px;
}

.tp-banner-container{
    width:100%;
    position:relative;
    padding:0;
    z-index: 999;
}

.tp-banner{
    width:100%;
    position:relative;
}

.tp-banner-fullscreen-container {
    width:100%;
    position:relative;
    padding:0;
}

.tp-bannertimer {
    display: none;
}

#home.slider-2 .tparrows.preview3,
#home.slider-2 .tparrows.preview3::after {
    background-color: rgba(3, 3, 3, 0) !important;
    border-radius: 100%;
    color: #fff !important;
    font-size: 21px !important;
    border: 1px solid #fff;
    width: 70px !important;
    height: 70px !important;
    line-height: 70px !important;
}
#home.slider-2 .tp-leftarrow  {
    left: 20px !important;
}
#home.slider-2 .tp-rightarrow  {
    right: 20px !important;
}
#home.slidesround .tp-leftarrow,
#home.slidesquare .tp-leftarrow  {
    left: 60px !important;
}
#home.slidesround .tp-rightarrow,
#home.slidesquare .tp-rightarrow  {
    right: 60px !important;
}
#home.slidesround .tparrows.preview3,
#home.slidesquare .tparrows.preview3 {
    background-color: rgba(255, 255, 255, 0) !important;
}
#home.slidesquare .tparrows.preview3::after {
    background-color: rgba(255, 255, 255, 1) !important;
    color:#030303 !important;
    width: 45px;
    height: 45px;
    line-height: 45px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#home.slidesquare .tparrows.preview3:hover::after {
    background-color: #333333 !important;
    color:#ffffff !important;
}

#home.normalarrow .tparrows.preview3,
#home.normalarrow .tparrows.preview3::after,
#home.slidesround .tparrows.preview3::after {
    background-color: rgba(255, 255, 255, 1) !important;
    color:#030303 !important;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    font-size: 17px !important;
}
#home.normalarrow .tparrows.preview3::after {
    border-radius: 0;
}

body.withborder #home.normalarrow .tp-rightarrow,
body.withborder #home.normalarrow .tp-rightarrow  {
    right: 30px !important;
}
body.withborder #home.normalarrow .tp-leftarrow,
body.withborder #home.normalarrow .tp-leftarrow  {
    left:30px !important;
}

#home.slidesround .tparrows.preview3:hover::after {
    background-color: #333333 !important;
    color:#ffffff !important;
}
#superslides {
    position: relative;
}

#superslides .slides-container {
    display: none;
}

#superslides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

#superslides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}

#superslides .slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top:-20px;
    width: 100%;
}

#superslides .slides-navigation a {
    position: absolute;
    display: block;
    color:#fff;
    background-color: rgb(44, 44, 44);
    background-color: rgba(44, 44, 44, 0.6);
}

#superslides .slides-navigation a.prev {
    left: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 84px;
}

#superslides .slides-navigation a.next {
    right: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 84px;
}

#superslides .slides-pagination {
    display: none;
}
.btn-video {
    border:2px solid #030303;
    color:#030303;
    background-color: transparent;
    border-radius: 100%;
    width: 75px;
    margin:0 10px 30px;
    height: 75px;
    font-size: 18px;
    line-height: 65px;
    text-align: center;
}

.custom-ads {
    position: relative;
}
.custom-ads h4 {
    position: absolute;
    top:50%;
    margin:-20px auto;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    color:#ffffff;
    font-size: 24px;
    letter-spacing: 0.3em;
    font-weight: bold;
    font-family: "Lekton", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    line-height: 40px;
}
.custom-ads .lead {
    font-style: italic;
    font-family: "Lekton", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* ----------------------------------------------------
	COLORS	
------------------------------------------------------- */

.why-us:hover:after,
.tooltip.left:after {
    border-left-color: #faf476;
}
.why-us-right:hover:after {
    border-right-color: #faf476;
}
.magnifier {
    background-color: rgba(250,244,118,0.9);
}
.lightmagnifier {
    background-color: rgba(255,255,255,0.9) !important;
}
.darkmagnifier {
    background-color: rgba(3,3,3,1) !important;
}
.home-message .btn-normal.btn-default,
.backtotop,
.background,
.btn-normal:hover,
.btn-normal:focus,
.pricing-box:hover .pricing-box-bottom,
.blog-title a:hover,
.owl-custom .owl-dots .owl-dot.active span,
.owl-custom .owl-dots .owl-dot:hover span,
.why-us:hover,
.why-us-right:hover,
.teammembers:hover .teamdesc,
.btn-default,
.tooltip-inner,
.readmore-icon:hover, a.plus-x:hover,
mark {
    background-color: #faf476;
}
.accordion-toggle h3 .fa-exclamation {
    background-color: #faf476;
    color:#030303;
}
.slider_12 span,
.tp-caption.slider_12 span,
.slider_06 span,
.tp-caption.slider_06 span,
.header .social i:hover,
.dropdown-menu li a:hover,
.quote_post strong,
.dropdown-menu li a.active,
.footer i:hover,
.widget .social a:hover,
#customtab .nav-tabs > li a:hover,
#customtab .nav-tabs > li a:focus,
#customtab .nav-tabs > li a.active,
.testi-item small {
    color:#faf476;
}

#customtab .nav-tabs > li.active > a,
#customtab .nav-tabs > li.active > a:hover,
#customtab .nav-tabs > li.active > a:focus,
.faqsfilter ul li a:hover {
    color:#faf476 !important;
}

.pricing-box:hover hr,
.pricing-box.dark hr,
.slider_layer_03 hr,
.tp-caption.slider_layer_03 hr,
.home-message .btn-normal.btn-default,
.widget .social a:hover,
#slider_carousel.owl-custom .owl-dots .owl-dot.active span,
#slider_carousel.owl-custom .owl-dots .owl-dot:hover span
.owl-custom .owl-dots .owl-dot.active span,
.owl-custom .owl-dots .owl-dot:hover span,
.white .owl-custom .owl-dots .owl-dot.active span,
.white .owl-custom .owl-dots .owl-dot:hover span,
.btn-default {
    border-color: #faf476;
}
::selection {
    background-color: #faf476; /* Safari */
    color:#fff;
}

::-moz-selection {
    background-color: #faf476; /* Firefox */
    color:#fff;
}

.why-us:hover i,
.why-us-right:hover i {
    background-color: #f1eb72;
}

/* ----------------------------------------------------
	RESPONSIVE	
------------------------------------------------------- */

@media (min-width: 1280px) {
    .container-boxed .container {
        width: 1280px;
    }
}

@media (max-width: 992px) {

    .transparent-header {
        top:0;
        border-color:#030303;
        background-color: #030303;
    }
    .transparent-header.dark-color {
        border-color:#ffffff;
        background-color: #ffffff;
    }

}
@media (max-width: 768px) {

    /*.sidebar-right #main-content, .sidebar-left .sidebar-wrapper {
        float: none;
    } */

    .vc_empty_space {
       max-height: 45px;
    }
    .vc_column_container {
        margin-bottom: 35px;
    }
    .wpb_wrapper .vc_btn3-container.vc_btn3-right {
        text-align: left;
    }
    .blog-item {
        margin-bottom: 45px;
    }

    .blog-item .blog-image.gallery-inside {
        display: block;
    }
    .trail-items {
        margin-top: 35px;
    }
    .section {
        padding: 60px 0;
    }
    .navbar-brand {
        padding: 15px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    #navbar .social {
        display: none;
    }
    .single-folio-content {
        float: none !important;
        margin-bottom: 35px;
    }
    .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
        padding: 0 15px;
    }

    #main ul.products  li.product {
        width:48% !important;
    }

    .product-name .alignleft {
        float: none;
    }
    .cart_totals .col-md-6 {
        margin-top: 35px;
    }

    .transparent-header {
        position: relative;
        margin-top: 0;
    }

}
@media (max-width: 420px) {
    .home-message img {
        width: 100%;
    }
    #main ul.products li.product{
        width:100% !important;
        margin-right:0
    }
}

/* ----------------------------------------------------
	OTHERS	
------------------------------------------------------- */

.btn-lg,
.btn-group-lg > .btn {
    padding: 20px 66px !important;
}

.btn-sm,
.btn-group-sm > .btn {

    padding: 10px 20px !important;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 5px 15px !important;
}

#preloader {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 11000;
}
.preloader {
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center / 95px 95px;
    border-radius: 50%;
    height: 95px;
    left: 1%;
    margin: 0 auto;
    position: absolute;
    right: 1%;
    top: 45%;
    width: 95px;
}
#spinner {
    animation: rotation 0.75s linear 0s normal none infinite running;
    border-radius: 100%;
    height: 95px;
    margin: 0 auto -45px;
    position: relative;
    top: 45%;
    width: 95px;
}
#spinner::before {
    border-color: rgba(0, 0, 0, 1) transparent transparent;
    border-radius: 100%;
    border-style: solid;
    border-width: 3px;
    content: "";
    display: block;
    height: 100%;
    left: -3px;
    position: absolute;
    top: -3px;
    width: 100%;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
#loader-wrapper {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#loader {
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 12px;
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    top: 50%;
    width: 129px;
    z-index: 10000;
}
#loader-wrapper .loader-section {
    background: #0b0b0b none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    top: 0;
    transform: translateX(0px);
    width: 51%;
    z-index: 9999;
}
#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}
.loaded #loader-wrapper {
    transform: translateY(-100%);
    transition: all 0.3s ease-out 1s;
    visibility: hidden;
}
.no-js #loader-wrapper {
    display: none;
}

/* ----------------------------------------------------
	BOXED	
------------------------------------------------------- */

.boxed #wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
}

.boxed .container-boxed {
    max-width: 1280px;
}
.boxed #header {
    max-width: 1280px;
}

.sticky{}
.bypostauthor{}
.wp-caption{}
.wp-caption-text{}
.gallery-caption{}



/* MENU CONFIGURATION
**********************************************************/

.navbar-toggle {
    background: #030303;
    }

.navbar-toggle .icon-bar {
    background: #fff;
}

.nav .sub-nav-item.open > a, .nav .sub-nav-item.open > a:hover,
.nav .sub-nav-item.open > a:focus,
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: transparent !important;
}

#navbar {
    position: relative;
    padding: 0;
}

.navbar-nav {
    padding: 0;
    margin: 0;
    float: right;
    list-style: none;
}
.navbar-nav  li{
    display: inline-block;
    float: left;
    position: static;
    }


.navbar-nav  a{
    outline: none;
    z-index: 10;
    }
.navbar-nav > li > a{
    padding: 35px 25px;
    font-family:  inherit;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #909090;
    text-decoration: none;
    display: inline-block;
    position: static;
    background: transparent;
}
.navbar-nav > li:hover > a,
.navbar-nav > li.active > a{
    color: #faf476;
}

.navbar-nav ul li a:hover,
.navbar-nav ul li a:focus {
    color: #faf476 !important;
    background: transparent ;
}

#navbar .header-widget {
    margin: 22px 10px;
}

#navbar .header-widget.with-icon {
    font-size: 12px;
}

/* DROPDOWN CONFIGURATION
**********************************************************/
.dropdown-menu{
    top: inherit;
}
ul.dropdown-menu,
ul.dropdown-menu li ul.dropdown-menu {
    list-style: none;
    margin: 0;
    display: none;
    position: absolute;
    z-index: 99;
    min-width: 180px;
    box-shadow: none;
    border-radius: 0;
}


.navbar-nav ul.dropdown-menu {
    padding: 30px 0;
    margin: 0;
    background: transparent;
    border: none;
    right: auto;
    left: auto;
    border-color: #030303;
    background-color: #030303;
}

.navbar-nav ul.dropdown-menu li ul.dropdown-menu{
    left: 100%;
    top: 0;
}

.navbar-nav ul.dropdown-menu > li > ul.dropdown-menu > li > ul.dropdown-menu > li > ul.dropdown-menu {
    left: auto;
    right: 100%;
}
.navbar-nav ul.dropdown-menu li{
    clear:both;
    width:100%;
    font-size: 14px;
    line-height: 26px;
    padding: 0 15px;
}


ul.dropdown-menu li a{
    position: relative;
    width:100%;
    padding: 10px 15px;
    display:inline-block;
    float:left;
    clear:both;
    text-decoration: none;
    color: #fff;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}


/* dropdowns to left side */
.navbar-nav ul.dropdown-menu li ul.dropdown.left{
    left: auto;
    right: 100%;
}

/* SUBMENU INDICATORS
**********************************************************/
.navbar-nav .indicator{
    position: relative;
    left: 5px;
    top: 0;
    font-size: 14px;
    float: right;
}
.navbar-nav ul li .indicator {
    font-size: 14px;
    top: 1px;
    left: 5px;
}

.navbar-nav ul li .indicator-sub {
    position: absolute;
    font-size: 14px;
    top: 10px;
    right: 5px;

}

.navbar-nav ul li.sub-nav-item  .indicator{
    display: none;
}

/* MEGAMENU
**********************************************************/
.navbar-nav > li > .megamenu{
    position: absolute;
    display: none;
    font-size: 14px;
    z-index: 99;
    max-width: 1024px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.megamenu .dropdown-menu {display: block !important; opacity: 1 !important;}

.navbar-nav > li > .megamenu .row{
    padding: 30px;
    border-color: #030303;
    background-color: #030303;
}

.navbar-nav > li > .megamenu ul.dropdown-menu{
    background-color: transparent;
}


/* megamenu list */
.navbar-nav li > .megamenu ul{
    margin: 0;
    float: left;
    padding: 0;
    display: block;
    position: relative;
}
.navbar-nav li > .megamenu ul li{
    width: 100%;
    padding: 0;
}

.navbar-nav li > .megamenu ul li a {
    padding: 5px 0;
    line-height: 26px;
}

.navbar-nav li > .megamenu ul li.title {
    padding: 0;
}

/* megamenu h5 */
.navbar-nav li > .megamenu h5{
    color: #ffffff;
    font-family: inherit;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.10em !important;
    line-height: 18px;
    padding: 0 0 10px 0;
}

/* megamenu links */
.navbar-nav li > .megamenu a{
    color: #fff;
    background: transparent;
    text-decoration: none;
    font-size: 14px;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

/* megamenu images */
.navbar-nav  .megamenu img{
    width: 100%;
    -webkit-transition: border 0.3s linear;
    -moz-transition: border 0.3s linear;
    -o-transition: border 0.3s linear;
    transition: border 0.3s linear;
}

/* to fix right attribute on submenus (menu aligned to left (default)) */
.navbar-nav > li.fix-sub > .megamenu,
.navbar-nav > li.fix-sub > .megamenu.half-width,
.navbar-nav > li.fix-sub > .dropdown {
    right: 0;
}


/* MEGAMENU WIDTHS
**********************************************************/
.navbar-nav > li > .megamenu.half-width{
    width: 50%;

}
.navbar-nav > li > .megamenu.full-width{
    width: 100%;
    right: 0;
}


/* RIGHT ALIGNMENT (MENU ITEM)
**********************************************************/
.navbar-nav > li.right{
    float: right;
}
.navbar-nav > li.right > .megamenu,
.navbar-nav > li.right > .megamenu.half-width,
.navbar-nav > li.right > .dropdown{
    right: 0;
}

/* to fix right attribute on submenus (menu aligned to right) */
.navbar-nav > li.jsright{
    float: right;
}
.navbar-nav > li.jsright.last > .megamenu,
.navbar-nav > li.jsright.last > .megamenu.half-width,
.navbar-nav > li.jsright.last > .dropdown{
    right: 0;
}

/* ICONS (FONT AWESOME)
**********************************************************/
.navbar-nav > li > a > i{
    line-height: 23px !important;
    margin-right: 6px;
    font-size: 18px;
    float: left;
}

/* COLLAPSIBLE MENU
**********************************************************/
.navbar-nav > li.showhide{
    display: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
}
.navbar-nav > li.showhide span.title{
    margin: 15px 0 0 25px;
    font-family: Lekton, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    float: left;
}
.navbar-nav > li.showhide span.icon{
    margin: 17px 20px;
    float: right;
}
.navbar-nav > li.showhide .icon em{
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 2px;
    background: #999;
}


/* RESPONSIVE LAYOUT
**********************************************************/
@media (max-width: 768px) {

    .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px 10px 0;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav > li{
        display: block;
        width: 100%;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }
    .navbar-nav > li > a{
        padding: 15px 25px;
    }
    .navbar-nav li > a{
        width: 100%;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }


    .navbar-nav ul.dropdown-menu,
    .navbar-nav ul.dropdown-menu li ul.dropdown-menu {
        width: 100% !important;
        left: 0;
        position: static !important;
        border: none;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }

    .navbar-nav ul.dropdown-menu > li {
        padding: 0 10px 0 15px;
    }

    .navbar-nav ul.dropdown-menu > li ul.dropdown-menu > li {
        padding: 0 0 0 15px;
    }

    .navbar-nav ul.dropdown-menu a .indicator {
        display: block;
    }

    .navbar-nav ul.dropdown-menu a .indicator-sub {
        display: none;
    }

    .navbar-nav > li > .megamenu{
        width: 100% !important;
        position: static;
        border-top: none;
    }
    .navbar-nav > li > .megamenu .row [class*="col"]{
        display: block;
        width: 100% !important;
        margin-left: 0;
        margin-top: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .navbar-nav > li > .megamenu .row:first-child  [class*="col"]:first-child {
        margin-top: 0;
    }
    .navbar-nav > li > .megamenu .row{
        margin: 0;
    }

    .navbar-nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li > a{ padding-left: 10px !important; }
    .navbar-nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li > ul.dropdown-menu > li > a{ padding-left: 20px !important; }
    .navbar-nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li > ul.dropdown-menu > li > ul.dropdown-menu > li > a{ padding-left: 30px !important; }
    .navbar-collapse.in .navbar-nav > li{
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 900px) {
    .navbar-nav > li > .megamenu{
        width: 100% !important;
        left: 0 !important;
    }


}

/* WordPress Gallery
------------------------------------------ */

.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
    text-align: center;
}

.gallery-item img {

}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container.self-hosted {
    margin-bottom: 0;
    padding-bottom: 54%;
}

.video-container iframe, .video-container object, .video-container embed, .video-container .mejs-video, .video-container .wp-video, .video-container .wp-video .mejs-layer, .video-container video.wp-video-shortcode, .video-container .wp-video-shortcode video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/* ----------------------------------------------------
	Visual Composer Components
------------------------------------------------------- */


/*--------- Progress Bar -------------*/

.vc_progress_bar {
    position: relative;
    top: 25px;
}

.vc_progress_bar .vc_single_bar {
    height: 2px;
    background-color: #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 55px !important;
}


.vc_progress_bar .vc_single_bar .vc_bar {
    background-color: #030303;
}

.vc_progress_bar .vc_single_bar .vc_label {
    top: -25px;
    color: #030303;
    font-size: 14px;
    letter-spacing: 2px;
    margin-left: 0;
    padding: 0 !important;
    text-transform: uppercase;
    text-shadow: none !important;
}

.vc_progress_bar .vc_single_bar .vc_label_units {
    color: #030303;
    display: block;
    font-size: 14px;
    overflow: visible;
    text-align: center;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: 9999;
}

.vc_progress_bar .vc_single_bar.bar_grey .vc_label,
.vc_progress_bar .vc_single_bar.bar_grey .vc_label_units {
    color: #e0e0e0;
}

.vc_progress_bar .vc_single_bar.bar_blue .vc_label,
.vc_progress_bar .vc_single_bar.bar_blue .vc_label_units {
    color: #0074CC !important;
}


.vc_progress_bar .vc_single_bar.bar_turquoise .vc_label,
.vc_progress_bar .vc_single_bar.bar_turquoise .vc_label_units {
    color: #49afcd !important;
}

.vc_progress_bar .vc_single_bar.bar_green .vc_label,
.vc_progress_bar .vc_single_bar.bar_green .vc_label_units {
    color: #5bb75b !important;
}

.vc_progress_bar .vc_single_bar.bar_orange .vc_label,
.vc_progress_bar .vc_single_bar.bar_orange .vc_label_units {
    color: #faa732 !important;
}

.vc_progress_bar .vc_single_bar.bar_red .vc_label,
.vc_progress_bar .vc_single_bar.bar_red .vc_label_units {
    color: #da4f49 !important;
}

.vc_progress_bar .vc_single_bar.bar_black .vc_label,
.vc_progress_bar .vc_single_bar.bar_black .vc_label_units {
    color: #414141 !important;
}


/*--------- Pricing Table -------------*/

.pricing-table > div {
    float: left;
    text-align: center;
    padding: 0 15px;
    }

.pricing-table > div:hover .pricing-wrapper  {
     background-color: #030303;
     color: #fff;
     cursor: pointer;
 }

.pricing-table > div:hover .price {
    color: #fff;
}

.pricing-table .pricing-title {
    display: block;
    font-size: 16px;
   }

.pricing-table .highlight-reason {
    display: block;
    font-size: 22px;
    margin-bottom: 15px;
}

.pricing-table .product-description {
    display: block;
    margin-bottom: 30px;
}


.pricing-table .price {
    font-size: 48px;
    margin: 35px 0 10px;
    letter-spacing: 0.1em;
    padding: 0;
    color: #030303;
    display: block;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
   }

.pricing-table .interval {
    display: block;
    margin-bottom: 20px;
      }

.pricing-table .price sub {
    font-size: 18px;
}

.pricing-table h3 {
    margin-top: 0;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.pricing-table > div:hover h3 {
    color: #fff;
  }

.pricing-table > div:hover .pricing-wrapper  {
    background-color: #030303;
    color: #fff;
    cursor: pointer;
}

.pricing-table > div:hover i {
    color: #fff;
    }

.pricing-table ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.pricing-table ul li {
    margin: 15px 0;
    padding: 0;
}

.pricing-table > div:hover .cta-button  {
    background-color: #faf476;
 }

.pricing-table .pricing-wrapper {
    background-color: #eae9e9;
    padding-top: 1px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}


.pricing-table i {
    display: block;
    color: #030303;
    margin: 60px 0;
    font-size: 44px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.pricing-table .cta-button {
    background-color: #eae9e9;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.pricing-table .cta-button a{
    color: #030303;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 50px;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.pricing-table.one-col > div {
    width: 100%;
    float: none;
}
.pricing-table.two-cols > div {
    width: 50%;
}
.pricing-table.three-cols > div {
    width: 33.333%;
}
.pricing-table.four-cols > div {
    width: 25%;
}
.pricing-table.five-cols > div {
    width: 20%;
}


/*--------- Team Presentation -------------*/


.crum-single-slider.owl-carousel .owl-controls .owl-dot span {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid #dadada;
}
.crum-single-slider.owl-carousel .owl-controls .owl-dot.active span {
    background-color: #faf476;
    border: 2px solid #faf476;
}
.crum-single-slider.owl-carousel .owl-controls .owl-dot:hover span {
    background-color: #faf476;
   }

.crum-single-slider.owl-carousel .owl-controls .owl-dot span {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid #dadada;
}

.clients-logo-slider.owl-carousel .members-item,
.testimonials-slider.owl-carousel .members-item,
.image-carousel.owl-carousel .members-item,
.team-members-slider.owl-carousel .members-item {
    margin: 0 15px;
}

.clients-logo-slider.owl-theme .owl-stage-outer{
    margin-top: 40px;
}

.clients-logo-slider.owl-theme .owl-stage-outer,
.testimonials-slider.owl-theme .owl-stage-outer,
.image-carousel.owl-theme .owl-stage-outer,
.team-members-slider.owl-theme .owl-stage-outer {
    margin-bottom: 40px;
}

.clients-logo-slider.owl-theme .owl-controls .owl-nav [class*='owl-'],
.testimonials-slider.owl-theme .owl-controls .owl-nav [class*='owl-'],
.image-carousel.owl-theme .owl-controls .owl-nav [class*='owl-'],
.team-members-slider.owl-theme .owl-controls .owl-nav [class*='owl-'] {
    background-color: transparent !important;
    border: 1px solid #ededed;
}

#owl-portfolio-related.owl-theme .owl-controls .owl-nav [class*='owl-'] {
    color: transparent !important;
    }


.clients-logo-slider.owl-theme .owl-controls,
.testimonials-slider.owl-theme .owl-controls,
.image-carousel.owl-theme .owl-controls,
.team-members-slider.owl-theme .owl-controls {
    position: static;
    text-align: center;
    }

.clients-logo-slider.owl-theme .owl-controls .owl-nav [class*='owl-']:hover,
.testimonials-slider.owl-theme .owl-controls .owl-nav [class*='owl-']:hover,
.image-carousel.owl-theme .owl-controls .owl-nav [class*='owl-']:hover,
.team-members-slider.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
    border: 1px solid #ededed;
    color: transparent;
}


.clients-logo-slider.owl-carousel .owl-controls .owl-nav .owl-prev,
.clients-logo-slider.owl-carousel .owl-controls .owl-nav .owl-next,
.testimonials-slider.owl-carousel .owl-controls .owl-nav .owl-prev,
.testimonials-slider.owl-carousel .owl-controls .owl-nav .owl-next,
.image-carousel.owl-carousel .owl-controls .owl-nav .owl-prev,
.image-carousel.owl-carousel .owl-controls .owl-nav .owl-next,
.team-members-slider.owl-carousel .owl-controls .owl-nav .owl-prev,
.team-members-slider.owl-carousel .owl-controls .owl-nav .owl-next {
    position: static;
    margin: 0;
    width: 30px;
    height: 30px;
    color: transparent;
}

.clients-logo-slider.owl-carousel .owl-controls .owl-nav .owl-prev i,
.testimonials-slider.owl-carousel .owl-controls .owl-nav .owl-prev i,
.image-carousel.owl-carousel .owl-controls .owl-nav .owl-prev i,
.team-members-slider.owl-carousel .owl-controls .owl-nav .owl-prev i {
    position: relative;
    top: 4px;
    color: #ededed !important;
}

.clients-logo-slider.owl-carousel .owl-controls .owl-nav .owl-next i,
.testimonials-slider.owl-carousel .owl-controls .owl-nav .owl-next i,
.image-carousel.owl-carousel .owl-controls .owl-nav .owl-next i,
.team-members-slider.owl-carousel .owl-controls .owl-nav .owl-next i {
    position: relative;
    top: 4px;
    color: #ededed !important;
 }

.content-slider.owl-carousel .owl-controls .owl-nav .owl-prev i,
.content-slider.owl-carousel .owl-controls .owl-nav .owl-next i,
.content-slider.owl-carousel .owl-controls .owl-nav .owl-prev i,
.content-slider.owl-carousel .owl-controls .owl-nav .owl-next i {
    position: relative;
    top: 2px;
}

.clients-logo-slider.owl-theme .owl-dots .owl-dot span,
.testimonials-slider.owl-theme .owl-dots .owl-dot span,
.image-carousel.owl-theme .owl-dots .owl-dot span,
.team-members-slider.owl-theme .owl-dots .owl-dot span {
    margin: 0 7px;
}

.image-carousel.owl-theme .owl-dots .owl-dot span {
    background: #d9d9db;
    border-color: #d9d9db;
}

.image-carousel.owl-theme .owl-dots .owl-dot.active span,
.image-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #aaa;
    border-color: #aaa;
}

.image-carousel.owl-carousel .owl-item img {
    width: 100%;
}

.image-carousel.owl-custom .owl-controls {
    margin-top: 40px;
}

.masonry-item-carousel .image-center img {
    width: 100%;
    max-width: 100%;
}


/*--------- Sliding Content -------------*/

.content-slider.owl-theme {
    padding-top: 40px;
}

.content-slider.owl-theme .owl-controls {
    position: static;
}

.content-slider.owl-theme .owl-controls .owl-dots{
    text-align: left;
}


/* ----------------------------------------------------
	PLUGINS
------------------------------------------------------- */


/*--------- Revolution Slider Fix -------------*/

.rev_slider .tp-caption a {
    color: inherit;
   }

.rev_slider .tp-caption a:hover {
    color: inherit;
}


/*--------- WPML -------------*/

.topbar .wpml-swither {
    float: left;
    margin-right: 15px;
    cursor: pointer;
}

.topbar .wpml-dropdown {
    background-color: #030303;
    top: 100%;
   }

.topbar .wpml-dropdown li a {
    color: #fff;
}



/*--------- info box module -------------*/

.crum-icon.circle i,
.crum-icon.square i {
    display: block;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    margin: 0 auto;
    text-align: center;
}

.crum-icon.advanced  i {
    display: block;
    text-align: center;
}

.crum-icon.circle i {
    border-radius: 100%;
}

.crum-vc-icon-box .text-wrap {
    overflow: hidden;
}

.crum-vc-icon-box .text-wrap p {
    padding: 0;
    margin: 0;
}

.crum-vc-icon-box .text-wrap h4{
    padding: 0;
    margin: 6px 0 12px;
    font-size: 18px;
    letter-spacing: 2px
}

.crum-vc-icon-box.text-center .crum-icon{
    display: block;
    margin-bottom: 15px;
}

.crum-vc-icon-box.text-left{ text-align: left; }
.crum-vc-icon-box.text-left .crum-icon { float: left; margin-right: 20px; position: relative; top: 5px; }

.crum-vc-icon-box.text-right { text-align: right; }
.crum-vc-icon-box.text-right .crum-icon { float: right; margin-left: 20px; position: relative; top: 5px; }

.crum-vc-icon-box.top-icon { text-align: center; padding: 20px 30px; position: relative; }
.crum-vc-icon-box.top-icon > div { position: relative; z-index: 5; }
.crum-vc-icon-box.top-icon:after { border-radius: 2px; background: #fff; display: block; content: ""; position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; -webkit-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; }
.crum-vc-icon-box.top-icon:hover:after { opacity: 1; margin: -10px; }
.crum-vc-icon-box.top-icon .crum-icon { float: none; margin-bottom: 30px; }

.crum-vc-icon-box.default-icon .crum-icon { display: table-cell; vertical-align: middle; }
.crum-vc-icon-box.default-icon .crum-vc-icon-description { margin-top: 15px; }
.crum-vc-icon-box.default-icon .crum-vc-icon-header { display: table-cell; vertical-align: middle; }
.crum-vc-icon-box.default-icon .crum-icon { margin-right: 15px; }


/*Hover Effects*/

/*No Zoom Effect*/

.style_1:hover .aio-icon,
.style_1:hover .img-icon {
    transform: scale(1);
}

/*Zoom Effect*/

.style_2:hover i,
.style_2:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*Bounce Up Effect*/

.style_3:hover i,
.style_3:hover img {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

/*Color Effect*/

.style_4:hover i {
    color: #faf476 !important;
    border-color: #faf476;
}


.style_5:hover i {
    color: #030303 !important;
    border-color: #030303;
}


#main .wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
    padding-top: 0;
}

/*--------- SUBSCRIBE -------------*/

.newsletter {
    text-align: center;
}

.newsletter p {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.newsletter .prepend {
    display: block;
    position: relative;
    padding: 0 0 30px 0;
    font-family: "Abel", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.8;
    color: #030303;
    letter-spacing: 2px;
}

.newsletter .sml_thankyou {
    letter-spacing: 1px;
    font-style: italic;
    color: #535353;
}

p.sml {
    width: 100%;
    margin-bottom: 25px;
}

p.sml input.form-control {
     border: 1px solid #eae9e9;
    border-radius: 4px;
}


/*--------- ACCORDION -------------*/

.vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 10px;
    border-color: #f5f5f5;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background-color: #fff !important;
}

.vc_tta.vc_general .vc_tta-panel-title {
    border: 1px solid #f3f3f3;
}


.vc_tta.vc_general .vc_tta-panel-title > a {
    font-size: 18px !important;
    line-height: 32px !important;
}

.vc_tta.vc_general .vc_tta-panel-heading h4 {
    padding: 0;
}

.vc_tta .vc_tta-controls-icon {
    display: none !important;
}

.vc_tta i {
    border-radius: 100%;
    display: block !important;
    float: left;
    margin-right: 5px;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 14px !important;
    background-color: #030303;
    color: #fff;
    text-align: center;
  }

.vc_tta.vc_general .vc_tta-panel.vc_active i {
    background-color: #faf476;
    color: #030303;
}

.vc_tta-accordion .vc_tta-panel-body {
    padding: 20px 30px !important;
    border-color: #eae9e9 !important;
    }

.vc_tta-accordion  .vc_tta-panel-body p {
    padding: 0 !important;
}

/*--------- TABS -------------*/

.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a {
    letter-spacing: .1em !important; ;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a {
    border-bottom-color: transparent !important;
}

.vc_tta-tabs .vc_tta-panels-container {
    border: 1px solid #f0f0f0 !important;
 }

.vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-body {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.vc_tta-has-pagination.vc_tta.vc_general .vc_tta-panel-body {
    padding: 14px 20px !important;
}

.vc_tta-tabs.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
    opacity: 1;
    visibility: visible;
}

.vc_tta-tabs.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body p {
    padding-bottom: 0;
}


.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
    *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
    text-align: center;
}

/*--------- MESSAGE BOX -------------*/

.vc_message_box p {padding-bottom:0;}
