/*----------------------------------------------*/
/*	Visual Composer Global Styles
/*----------------------------------------------*/

.wpb_row {
    margin-left: 0;
    margin-right: 0;
}

/* Buttons
------------------------------------------------*/

.vc_btn {
    text-transform: uppercase;
}

/* Rounded
------------------------------------------------*/

.vc_btn.vc_btn_xs.vc_btn_rounded {
    background: #333;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 7px 17px!important;
    border: 2px solid;
    border-radius: 30px!important;
    -moz-transition: background .3s linear, color .3s linear, border .3s linear;
    -o-transition: background .3s linear, color .3s linear, border .3s linear;
    -webkit-transition: background .3s linear, color .3s linear, border .3s linear;
    transition: background .3s linear, color .3s linear, border .3s linear;
    color: #fff;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

.vc_btn.vc_btn_xs.vc_btn_rounded:hover {
    background-color: #999;
    border: 2px solid #999;
    color: #fff;
}

.vc_btn.vc_btn_sm.vc_btn_rounded {
    background: #333;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 8px 18px!important;
    border: 2px solid;
    border-radius: 30px!important;
    -moz-transition: background .3s linear, color .3s linear, border .3s linear;
    -o-transition: background .3s linear, color .3s linear, border .3s linear;
    -webkit-transition: background .3s linear, color .3s linear, border .3s linear;
    transition: background .3s linear, color .3s linear, border .3s linear;
    color: #fff;
    font-size: 11px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

.vc_btn.vc_btn_sm.vc_btn_rounded:hover {
    background-color: #999;
    border: 2px solid #999;
    color: #fff;
}

.vc_btn.vc_btn_md.vc_btn_rounded {
    background: #333;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 20px!important;
    border: 2px solid;
    border-radius: 30px!important;
    -moz-transition: background .3s linear, color .3s linear, border .3s linear;
    -o-transition: background .3s linear, color .3s linear, border .3s linear;
    -webkit-transition: background .3s linear, color .3s linear, border .3s linear;
    transition: background .3s linear, color .3s linear, border .3s linear;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

.vc_btn.vc_btn_md.vc_btn_rounded:hover {
    background-color: #999;
    border: 2px solid #999;
    color: #fff;
}

.vc_btn.vc_btn_lg.vc_btn_rounded {
    background: #333;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 12px 22px!important;
    border: 2px solid;
    border-radius: 30px!important;
    -moz-transition: background .3s linear, color .3s linear, border .3s linear;
    -o-transition: background .3s linear, color .3s linear, border .3s linear;
    -webkit-transition: background .3s linear, color .3s linear, border .3s linear;
    transition: background .3s linear, color .3s linear, border .3s linear;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

.vc_btn.vc_btn_lg.vc_btn_rounded:hover {
    background-color: #999;
    border: 2px solid #999;
    color: #fff;
}

/* Square
------------------------------------------------*/

.vc_btn.vc_btn_xs.vc_btn_square {
    background: #333;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 7px 17px!important;
    border: 2px solid;
    border-radius: 3px!important;
    -moz-transition: background .3s linear, color .3s linear, border .3s linear;
    -o-transition: background .3s linear, color .3s linear, border .3s linear;
    -webkit-transition: background .3s linear, color .3s linear, border .3s linear;
    transition: background .3s linear, color .3s linear, border .3s linear;
    color: #fff;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

.vc_btn.vc_btn_xs.vc_btn_square:hover {
    background-color: #999;
    border: 2px solid #999;
    color: #fff;
}

.vc_btn.vc_btn_sm.vc_btn_square {
    background: #333;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 8px 18px!important;
    border: 2px solid;
    border-radius: 3px!important;
    -moz-transition: background .3s linear, color .3s linear, border .3s linear;
    -o-transition: background .3s linear, color .3s linear, border .3s linear;
    -webkit-transition: background .3s linear, color .3s linear, border .3s linear;
    transition: background .3s linear, color .3s linear, border .3s linear;
    color: #fff;
    font-size: 11px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

.vc_btn.vc_btn_sm.vc_btn_square:hover {
    background-color: #999;
    border: 2px solid #999;
    color: #fff;
}

.vc_btn.vc_btn_md.vc_btn_square {
    background: #333;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 20px!important;
    border: 2px solid;
    border-radius: 3px!important;
    -moz-transition: background .3s linear, color .3s linear, border .3s linear;
    -o-transition: background .3s linear, color .3s linear, border .3s linear;
    -webkit-transition: background .3s linear, color .3s linear, border .3s linear;
    transition: background .3s linear, color .3s linear, border .3s linear;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

.vc_btn.vc_btn_md.vc_btn_square:hover {
    background-color: #999;
    border: 2px solid #999;
    color: #fff;
}

.vc_btn.vc_btn_lg.vc_btn_square {
    background: #333;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 12px 22px!important;
    border: 2px solid;
    border-radius: 3px!important;
    -moz-transition: background .3s linear, color .3s linear, border .3s linear;
    -o-transition: background .3s linear, color .3s linear, border .3s linear;
    -webkit-transition: background .3s linear, color .3s linear, border .3s linear;
    transition: background .3s linear, color .3s linear, border .3s linear;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

.vc_btn.vc_btn_lg.vc_btn_square:hover {
    background-color: #999;
    border: 2px solid #999;
    color: #fff;
}

/* Parallax Background Overlay
------------------------------------------------*/

.bg-parallax:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url(../img/pattern.png);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url(../img/pattern.png);
    background-image: linear-gradient(rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url(../img/pattern.png);
    position: absolute;
    z-index: 40000;
}