/*
1.  Google Fonts Integrate.



2.  Body



3.  Page Loader



4.  Header



5.  Navigation



6.  Banners



7.  Callout Text



8.  Features Section



9.  Projects



10. Scroll to Top Button



11. Tabs Section



12. Parallax Section



13. Testmonials



14. Clients Section



15. Footer Section



16. About Section



17. Team Section



18. Testimonials Version2



19. Blog



20. Widget Section



21. Projects



22. Services



23. Contact Us Section



24. Cart page



25. Checkout



26. Products



27. Product Details



28. Related Products



29. Team Section



30. 404 Page



31. Password Protected Page



32. Coming Soon



33. Pricing Tables







-------------------------------------------------------------------*/
/* Google Fonts Integrate



============================ */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@font-face {
    font-family: 'CenturyGothic';
    src: url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('fonts/CenturyGothic.woff') format('woff'), url('fonts/CenturyGothic.ttf') format('truetype'), url('fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Body



======================= */

body {
    /*font-family: 'Montserrat', sans-serif;



    font-family: 'CenturyGothic';



    font-family: 'Roboto', sans-serif;*/

    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #000;
    margin: 0px;
    padding: 0px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
p {
    color: #8c8c8c;
}
ul {
    margin: 0px;
    padding: 0px;
    margin-right: 15px;
    margin-left: 15px;
}
ul.circle {
    list-style-type: circle;
}
ul.square {
    list-style-type: square;
}
ol.upper-roman {
    list-style-type: upper-roman;
}
ol.lower-alpha {
    list-style-type: lower-alpha;
}
li {
    list-style-type: none;
}
.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter {} a,
a:hover {
    text-decoration: none !important;
}
*:focus {
    outline: none !important;
}
.wrapper {
    /*float: left;*/

    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.wrapper.slide_left {
    margin-left: -285px;
}
.box_layout {
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    display: table;
    overflow: hidden;
    margin: 0 auto;
    width: 1280px;
}
.wide_layout {
    background-color: #fff;
    float: left;
    overflow: hidden;
    width: 100%;
}
/* Page Loader



======================= */

.loading {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
.loading img {
    -webkit-animation: 1.5s linear 0s normal none infinite running preloader_5;
    animation: 1.5s linear 0s normal none infinite running preloader_5;
    position: absolute;
    top: 400px;
    left: 50%;
    margin-left: -15px;
}
#preloader5 {
    -webkit-animation: 1.5s linear 0s normal none infinite running preloader_5;
    animation: 1.5s linear 0s normal none infinite running preloader_5;
    background: #E05B14 none repeat scroll 0 0;
    border-radius: 50px;
    height: 30px;
    /*position: relative;*/

    width: 30px;
    position: absolute;
    top: 400px;
    left: 50%;
    margin-left: -15px;
}
#preloader5::after {
    -webkit-animation: 1.5s linear 0s normal none infinite running preloader_5_after;
    animation: 1.5s linear 0s normal none infinite running preloader_5_after;
    border-color: #F78F1E transparent;
    border-radius: 50px;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 70px;
    left: -20px;
    position: absolute;
    top: -20px;
    width: 70px;
}
@keyframes preloader_5 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        background: #BC680F none repeat scroll 0 0;
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes preloader_5_after {
    0% {
        border-bottom: 10px solid #F78F1E;
        border-top: 10px solid #F78F1E;
    }
    50% {
        border-bottom: 10px solid #E05B14;
        border-top: 10px solid #E05B14;
    }
    100% {
        border-bottom: 10px solid #F78F1E;
        border-top: 10px solid #F78F1E;
    }
}
@keyframes preloader_5 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        background: #BC680F none repeat scroll 0 0;
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes preloader_5_after {
    0% {
        border-bottom: 10px solid #F78F1E;
        border-top: 10px solid #F78F1E;
    }
    50% {
        border-bottom: 10px solid #E05B14;
        border-top: 10px solid #E05B14;
    }
    100% {
        border-bottom: 10px solid #F78F1E;
        border-top: 10px solid #F78F1E;
    }
}
/* Header



======================= */

header#header {
    float: left;
    padding: 0px;
    width: 100%;
}
.top-strip {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    float: left;
    padding: 15px 20px;
    width: 100%;
}
.header-v2 .top-strip {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.header-v2 {
    /*background-color: #313131;*/
    /*background-color: #3C3C3C;*/

    background-color: #474747;
}
.header-v2 .social-icons ul li a {
    /* color: #5d5d5d;*/

    color: #C5C5C5;
}
.header-v3 .top-strip {
    background-color: #fff;
    padding: 0px;
}
.header-v3#header {
    padding: 0 0 30px;
}
.header-v3 .social-icons {
    padding: 15px 20px 15px 0;
}
.social-icons {
    float: left;
}
.social-icons ul {
    margin-bottom: 0px;
    float: left;
}
.social-icons ul li {
    float: left;
}
.social-icons ul li a {
    color: #c5c5c5;
    float: left;
    font-size: 20px;
    padding: 0 15px;
}
.social-icons ul li:first-child a {
    padding-left: 0px;
}
.contact-info {
    float: right;
    width: 100%;
}
.top-strip .contact-info {
    float: right;
    width: auto;
}
.contact-info ul {
    float: right;
    margin: 0;
    width: 100%;
}
.contact-info ul > li {
    color: #a7a7a7;
    float: left;
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
    margin-left: 30px;
    text-transform: capitalize;
}
.header-v3 .contact-info ul > li {
    /*border-left: 1px solid #f5f5f5;*/

    color: #a7a7a7;
    float: left;
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
    margin-left: 0px;
    padding: 15px 20px;
    text-transform: capitalize;
}
.header-v3 .contact-info ul > li:last-child {
    padding-right: 0;
}
.contact-info ul > li > i {
    float: left;
    font-size: 25px;
    margin-right: 10px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}
.bottom-header {
    float: left;
    padding: 31px 20px 48px;
    width: 100%;
}
.header-v3 .bottom-header {
    padding-bottom: 0px;
}
.logo {
    float: left;
}
header#header.header-v3 {
    padding-bottom: 0px;
}
.cart-icon {
    float: right;
    margin: 5px 0 0 30px;
}
body .nopadding-top {
    padding-top: 0px;
}
body .nopadding {
    padding: 0px;
}
/*.tabs-section.nopadding-top {



    border-bottom: 1px solid #dedede;



}*/
/* Navigation



==================== */

nav.navigation {
    float: right;
    /*position: relative;*/
}
nav.menu-slide {
    background-color: #232323;
    /* overflow: hidden; */

    padding: 30px;
    position: fixed;
    right: -100%;
    width: 285px;
    z-index: 999;
    -webkit-box-shadow: 7px 0px 5px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 7px 0px 5px rgba(0, 0, 0, 0.4) inset;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
nav.menu-slide::before {
    border-color: transparent #232323;
    border-style: solid;
    border-width: 24px 11px 24px 0;
    content: "";
    left: -11px;
    position: absolute;
    top: 94px;
}
nav.menu-slide.animated {
    right: 0px;
}
a.buynow {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 56px;
    line-height: 56px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
a.buynow:hover {
    color: #fff;
}
button.login {
    font-family: 'Montserrat', sans-serif;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-size: 20px;
    height: 56px;
    line-height: 56px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
button.login:hover {
    color: #fff;
}
.menu-slide ul {
    float: left;
    width: 100%;
}
.menu-slide ul li {
    float: left;
    position: relative;
    width: 100%;
}
.menu-slide ul li a {
    color: #fff;
    float: left;
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
    padding: 14px 0;
    text-align: left;
    width: 100%;
}
.menu-slide ul ul li a {
    background-image: url("assets/images/arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #dfdfdf;
    font-size: 20px;
    padding: 6px 0 6px 32px;
}
.menu-slide ul ul li:hover > a {
    background-image: url("assets/images/arrow-hvr.png");
}
.menu-slide ul ul {
    display: none;
}
a#menu-toggle {
    position: relative;
    float: right;
    width: 40px;
    top: 10px;
    height: 30px;
}
a#menu-toggle span {
    position: relative;
    height: 3px;
    float: right;
    width: 100%;
}
a#menu-toggle span::before {
    content: '';
    height: 3px;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 11px;
}
a#menu-toggle span::after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 22px;
}
#hamburger {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    height: 45px;
    float: right;
    right: 0;
    position: relative;
    top: 0px;
    width: 70px;
    z-index: 2;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
    background-color: #000;
    content: "";
    display: block;
    height: 5px;
    right: 20px;
    position: absolute;
    width: 30px;
}
#hamburger:before {
    top: 10px;
}
#hamburger span {
    top: 20px;
}
#hamburger:after {
    top: 30px;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
    transition-delay: 0.5s;
    transition-duration: 0.5s;
    transition-property: transform, top, bottom, right, opacity;
    transition-timing-function: ease;
}
html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after {
    top: 20px;
}
html.mm-opening #hamburger span {
    right: -50px;
    opacity: 0;
}
html.mm-opening #hamburger:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
html.mm-opening #hamburger:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header.sticky #hamburger::before,
header.sticky #hamburger::after,
header.sticky #hamburger span {
    background-color: #fff;
}
.menu-slide ul li.menu-item-has-children > a::before {
    content: "";
    height: 3px;
    margin-top: -2px;
    position: absolute;
    right: 0px;
    top: 32px;
    width: 15px;
}
.menu-slide ul li.menu-item-has-children > a::after {
    content: "";
    height: 15px;
    margin-top: -7px;
    position: absolute;
    right: 6px;
    top: 31px;
    width: 3px;
}
.menu-slide ul li.menu-item-has-children > a.active-nav::after {
    display: none;
}
.header-v2 .navigation {
    right: 120px;
}
#header.header-v2 .cart-icon.cart-contents::before {
    left: -26px;
    top: 0;
}
#header.header-v2 .cart-icon.cart-contents i {
    margin-top: 5px;
}
/* Header 3 */

.header-v3 .menu {
    float: left;
    padding-left: 40px;
    position: relative;
    width: 71%;
}
#header .cart-icon.cart-contents {
    font-size: 30px;
    height: auto;
    position: relative;
}
/* #header .cart-icon.cart-contents::before {
    background-color: #e1e1e1;
    content: "";
    height: 35px;
    position: absolute;
    left: -40px;
    top: -5px;
    width: 1px;
} */

.header-v3 .menu-item-has-children > ul {
    left: 0;
    position: absolute;
    top: 150%;
    width: 200px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header-v3 .menu ul li {
    float: left;
    position: relative;
}
.header-v3 .menu ul li.menu-item-has-children:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.header-v3 .menu ul li a {
    border-bottom: 3px solid transparent;
    color: #555;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 11px 10px 40px;
    text-transform: uppercase;
}
.header-v3 .menu ul ul li a {
    color: #fff !important;
}
.header-v3 .menu ul ul li:hover > a {
    background-color: #fff;
}
.header-v3 .menu ul ul li a {
    padding: 10px 15px;
}
.header-v3 .menu ul ul li,
.menu ul ul li a {
    float: left;
    width: 100%;
}
.header-v3 .menu-item-has-children > ul > li > ul {
    left: 100%;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -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-v3 .menu ul ul li.menu-item-has-children:hover > ul {
    top: 0px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
a.drop-menu-toggle {
    display: none;
    float: right;
    height: 35px;
    padding: 2px;
    width: 40px;
}
a.drop-menu-toggle > span {
    background-color: #d1d1d1;
    float: left;
    height: 3px;
    position: relative;
    width: 100%;
}
a.drop-menu-toggle > span::after {
    background-color: #d1d1d1;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 22px;
    width: 100%;
}
a.drop-menu-toggle > span::before {
    background-color: #d1d1d1;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 100%;
}
.menu > ul {
    float: right;
    margin: 0;
    padding-right: 35px;
}
/* Banners



====================== */

.banner {
    background-image: url("assets/images/pattern.jpg");
    float: left;
    position: relative;
    max-height: 700px;
    overflow: hidden;
    width: 100%;
   /* border-bottom: 1px solid #e5e5e5;*/
}
.absolute {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.one-half {
    float: left;
    width: 50%;
}
.banner .flexslider ul li > .one-half {
    float: right;
}
.slider_caption h2 {
    font-size: 50px;
    text-transform: uppercase;
}
.slider_caption {
    float: left;
    padding: 130px 20px 0px 0px;
    width: 100%;
}
.banner.simple .slider_caption {
    background-image: url("theme/assets/images/pattern.jpg");
    margin-top: 120px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    padding: 40px 50px 50px;
}
.box_layout .banner.simple .slider_caption {
    margin-top: 30px;
    padding: 15px 41px 30px;
}
.slider_caption > p {
    font-size: 18px;
    line-height: 28px;
    color: #777777;
}
/* .banner.simple .slider_caption {



    background-image: url("assets/images/pattern.jpg");



    margin-top: 90px;



    padding: 40px 50px 50px;



}



.simple.banner .one-half {



    width: 65%;



}



.simple.banner .one-half .slider_caption h2.caption-title {



    padding-right: 0;



} */

.flexslider .slides > li {
    max-height: 700px;
}
.slider_caption h2 {
    font-size: 46px;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: normal;
    margin-bottom: 32px;
    margin-top: 0px;
    padding-bottom: 32px;
    padding-right: 30px;
    position: relative;
    text-transform: capitalize;
}
.slider_caption h2::before {
    background-color: #ccc;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 62px;
}
.caption-target > ul {
    margin-left: -20px;
}
.caption-target > ul > li {
    float: left;
    margin-left: 20px;
}
.caption-target > ul > li:first-of-type > a {
    color: #fff !important;
}
/*.caption-target > ul > li:first-of-type > a:hover {



    background-color: #000;



    border-color: #000;



}*/

.caption-target > ul > li a {
    border: 2px solid;
    border-radius: 4px;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    height: 58px;
    line-height: 44px;
    min-width: 177px;
    padding: 5px 30px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    z-index: 9999;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.caption-target > ul > li a:hover {
    color: #fff !important;
}
.caption-target > ul > li a:hover::before {
    width: 100%;
}
.caption-target > ul > li a::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.caption-target > ul > li:first-of-type > a::before {
    background-color: #000 !important;
    border-color: #000 !important;
}
.caption-target > ul > li:first-of-type > a:hover {
    background-color: transparent !important;
    border-color: #000 !important;
}
.caption-target > ul > li:first-of-type > a:hover::before {
    width: 100%;
}
.caption-target {
    float: left;
    padding-top: 25px;
    width: 100%;
}
.flex-direction-nav {
    left: 50%;
    margin-left: 0;
    margin-top: -102px;
    position: absolute;
    top: 40%;
    width: 102px;
}
.flex-direction-nav li {
    float: left;
    width: 100%;
}
.banner.banner-v2 .flex-direction-nav li.flex-nav-next {
    float: right;
}
.banner.banner-v2 .flex-direction-nav li {
    width: 100px;
}
.banner.banner-v2 .flex-direction-nav {
    left: 0;
    width: 100%;
}
body .banner .flex-direction-nav li a,
body .flex-direction-nav li a.flex-next,
body .flex-direction-nav li a.flex-prev {
    /*background-image: url("assets/images/pattern.jpg");*/

    background-color: rgba(0, 0, 0, 0.8);
    float: left;
    height: 102px;
    left: 0;
    margin: 0;
    opacity: 1;
    text-indent: -140%;
    position: relative;
    top: 0;
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 1;
    filter: alpha(opacity=100);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.banner .flex-direction-nav li a:hover {
    width: 120px;
}
.banner .flex-direction-nav li a.flex-prev {
    background-image: none;
}
.banner .flexslider:hover .flex-direction-nav .flex-prev,
.banner .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.banner.banner-v2 .flexslider:hover .flex-direction-nav .flex-prev,
.banner.banner-v2 .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    filter: alpha(opacity=70);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}
a.cross-menu {
    display: none;
}
.banner .flex-direction-nav li a.flex-next {
    text-indent: 99999px;
    float: right;
}
.banner.banner-v2 .flex-direction-nav li a.flex-next {
    background-color: #000;
    background-image: none;
}
.banner .flexslider:hover .flex-direction-nav li a.flex-next {
    /* left: auto;
    right: 0px; */
}
.banner .flexslider:hover .flex-direction-nav li a.flex-prev {
    left: 0px;
}
.banner .flex-direction-nav li a::before,
.banner .flex-direction-nav li a.flex-next::before {
    background-image: url("assets/images/arrow-left.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner .flex-direction-nav li a.flex-next::before {
    background-image: url("assets/images/arrow-right.png");
}
.banner.banner-v2 .slider_caption {
    background-image: url("assets/images/pattern.jpg");
    margin-top: 60px;
    padding: 30px 40px 40px;
    opacity: 0.50;
    filter: alpha(opacity=60);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}
.banner .flex-control-nav {
    bottom: 30px;
    left: 0;
    margin-left: 0;
    padding-left: 17px;
    width: auto;
}
.banner .flex-control-paging li a {
    background-color: #c3c3c3;
    border-radius: 0;
    box-shadow: none;
    height: 4px;
    width: 46px;
}
.banner .flexslider > .absolute > .container {
    position: relative;
    z-index: 999999;
}
.banner .flexslider > .absolute {
    bottom: 0;
    top: auto;
}
.banner .flexslider .flex-control-nav li {
    margin: 0 10px 0 0;
}
.banner.inner .absolute {
    height: 100%;
}
.banner.inner .absolute .container {
    display: table;
    height: 100%;
    vertical-align: middle;
}
.page-title {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.page-title > h1 {
    color: #000;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
}
.banner .page-title > h1 {
    display: inline-block;
}
.banner.inner {
    min-height: 259px;
}
.banner.inner.banner-image::before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner .fw-container {
    display: table;
    height: 100%;
    position: relative;
    z-index: 999;
}
.banner.inner.banner-image .page-title > h1 {
    color: #fff;
}
.banner.two-col .flex-direction-nav {
    left: 50%;
    width: 100px;
}
.banner.two-col .flex-direction-nav > li {
    height: 100%;
    width: 100%;
}
.top-strip .contact-info ul > li > i {
    font-size: 17px;
    line-height: 24px;
}
.vc_col-sm-4 article.price-table .title::before {
    border-width: 0 179px 15px;
}
.team-section.team-v2 article.team:hover .post-title > a {
    color: #fff;
}
.social-network ul li a i.icon {
    margin-left: 0;
}
.single-services .post-title::before {
    display: none;
}
.single-services .post-title {
    margin-bottom: 0;
    margin-top: 20px;
}
article.services-post figure img {
    height: auto;
    width: 100%;
}
/* Breadcrumnbs



========================= */

.breadcrumbs {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    float: left;
    text-transform: uppercase;
    width: 100%;
}
.breadcrumbs ul {
    float: left;
    margin: 0;
    width: 100%;
}
.breadcrumbs ul li {
    color: #616161;
    float: left;
    font-size: 12px;
    padding: 20px 14px;
    position: relative;
}
.breadcrumbs ul li:first-child {
    padding-left: 0;
}
.breadcrumbs ul li a {
    color: #a7a7a7;
}
.content a {
    color: #292929;
}
#bd {
    background: white url(images/body-bg.gif) repeat-y center center;
    padding: 0 11px;
    width: 985px;
    margin: auto;
    text-align: left;
}
#bd .borderless {
    padding: 0px 0px
}
#bd-content,
.bd-content {
    padding: 15px;
}
/* D1scout */
/*p,p.black,p.link{color:#000000;}
li.black{color:#000000;font-family:verdana;font-size:9px;font-weight:bold;}
h1{font-size:182% !important;}
h2{font-size:138.5% !important;}
h3{font-size:108% !important;}
h4{font-size:93% !important;}
h5{font-size:77% !important;}
h6{font-size:61% !important;}
h1,h2,h3,h4,h5,h6{font-weight:bold !important;}
.x-top-banner,.x-top-banner TD,.x-top-banner TH{background-image:url('/images/topbanner.png') norepeat;font-weight:bold;font-size:12px;}
.x-top-menu table{height:30px;width:985px;}
.x-top-menu .background{background-image:url('/images/top-menu-bg.png');font-weight:bold;font-size:12px;text-align:center;vertical-align:middle;}
.x-top-menu .selected{background-image:url('/images/top-menu-bg-selected.png');border-left:1px solid #333333;border-right:1px solid #333333;color:#333333;font-size:12px;}.x-top-menu .selected a:link{color:#FFFFFF;text-shadow:#666666 5px 5px 5px;height:1em;font-weight:bold;font-family:Verdana,Arial ;font-size:12px;}
.x-top-menu img{display:block;}
.x-top-menu a,.x-top-menu a:link,.x-top-menu a:visited{text-decoration:none;color:white;text-shadow:#666666 5px 5px 5px;height:1em;font-weight:bold;font-family:Verdana,Arial ;font-size:12px;}
.x-top-menu a:hover{color:333333;text-shadow:#FFFFFF 5px 5px 5px;}
.x-forms-Input{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px ;background-color:#ffffff;color:DarkSlateGrey;border:1px solid #000000;text-decoration:none;}
.x-forms-InputReSchedule{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px ;background-color:#ffffff;color:orange;border:1px solid #000000;text-decoration:none;}
.x-forms-InputCanceled{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px ;background-color:#ffffff;color:#ff0000;border:1px solid #000000;text-decoration:none;}
.x-forms-button-InputButton{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px ;background-color:#dddddd;color:#000000;border:2px solid #333333;border-style:inset;border-color:#999999;text-decoration:none;text-align:center;}
.x-forms-Input2{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px ;background-color:#dddddd;color:#000000;border:2px solid #333333;border-style:inset;border-color:#999999;text-decoration:none;text-align:left;}.x-forms-Input2:hover{background-color:#fafafa;}
.x-forms-InputRed{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;font-weight:bold;background-color:#ffffff;color:#666666;border:3px solid #666666;}
.x-form-InputError{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;font-weight:bold;background-color:#ffffff;color:#666666;border:1px solid crimson;}
.x-form-selectbox{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;color:DarkSlateGrey;}
.x-form-textarea{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;color:DarkSlateGrey;border:1px solid #999999;border-color:#999999;}
.x-form-button-style1-on,.x-form-button-style1-off{font-family:Verdana, Arial;font-size:11px;font-weight:bold;padding-left:5px;padding-right:5px;padding-top:2px;padding-bottom:2px;background-color:#a4cd17;cursor:pointer;border:1px solid #83983d;}
.x-form-button-style1-on{color:#222222;}
.x-form-button-style1-off{color:#F2F2F2;}
.x-form-button-style2-on,.x-form-button-style2-off{font-family:Verdana, Arial;font-size:11px;font-weight:bold;padding-left:5px;padding-right:5px;padding-top:2px;padding-bottom:2px;cursor:pointer;border:1px solid #83983d;}
.x-form-button-style2-off{background-color:#ddd3c2;color:#222222;}
.x-form-button-style2-on{color:#F2F2F2;background-color:#9fc179;}
.x-form-input-textbox{border:1px solid #b4b7ab;font-size:11px;height:18px;width:auto;}
.x-form-sidebuttons-on{font-weight:bold;background:url("/images/forms/button_simple.png");background-repeat:no-repeat;padding:5px;}
.x-form-sidebuttons-off{font-weight:bold;background:url("/images/forms/button_simple.png");background-repeat:no-repeat;padding:5px;}
.x-form-sidebuttons-on span{color:gray;padding:5px;font-size:11px;font-family:Verdana, Arial;letter-spacing:1px;}
.x-form-sidebuttons-off span{color:white;padding:5px;font-size:11px;font-family:Verdana, Arial;letter-spacing:1px;}
.x-form-sidebuttons-blue-off{font-weight:bold;background:url("/images/forms/button_blue.png");background-repeat:no-repeat;padding:5px;}
.x-form-sidebuttons-blue-off span{color:Darkslategray;padding:5px;font-size:11px;font-family:Verdana, Arial;letter-spacing:1px;}
.x-form-sidebuttons-blue-on{font-weight:bold;background:url("/images/forms/button_blue.png");background-repeat:no-repeat;padding:5px;}
.x-form-sidebuttons-blue-on span{color:white;padding:5px;font-size:11px;font-family:Verdana, Arial;letter-spacing:1px;}
.x-form-sidebuttons-green-off{font-weight:bold;background:url("/images/forms/button_green.png");background-repeat:no-repeat;padding:5px;}
.x-form-sidebuttons-green-off span{color:white;padding:5px;font-size:11px;font-family:Verdana, Arial;letter-spacing:1px;}
.x-form-sidebuttons-green-on{font-weight:bold;background:url("/images/forms/button_green.png");background-repeat:no-repeat;padding:5px;}
.x-form-sidebuttons-green-on span{color:DarkGreen;padding:5px;font-size:11px;font-family:Verdana, Arial;letter-spacing:1px;}
.x-form-sidebuttons-lightgreen100-off{font-weight:bold;background:url("/images/forms/button_lightgreen_100.png");background-repeat:no-repeat;padding:5px;}
.x-form-sidebuttons-lightgreen100-off span{color:white;padding:5px;font-size:11px;font-family:Verdana, Arial;letter-spacing:1px;}
.x-form-sidebuttons-lightgreen100-on{font-weight:bold;background:url("/images/forms/button_lightgreen_100.png");background-repeat:no-repeat;padding:5px;}
.x-form-sidebuttons-lightgreen100-on span{color:DarkGreen;padding:5px;font-size:11px;font-family:Verdana, Arial;letter-spacing:1px;}
.x-form-sidebuttons-lightgreen-off{font-weight:bold;background:url("/images/forms/button_lightgreen.png");background-repeat:no-repeat;padding:5px;}
.x-form-sidebuttons-lightgreen-off span{color:white;padding:5px;font-size:11px;font-family:Verdana, Arial;letter-spacing:1px;}
.x-form-sidebuttons-lightgreen-on{font-weight:bold;background:url("/images/forms/button_lightgreen.png");background-repeat:no-repeat;padding:5px;}
.x-form-sidebuttons-lightgreen-on span{color:DarkGreen;padding:5px;font-size:11px;font-family:Verdana, Arial;letter-spacing:1px;}
.x-ul-style,.x-ul-li-style,.x-ul-style-seagreen,.x-ul-style-green,.x-ul-style-yellow,.x-ul-style-orange{font-size:10px;}
.x-ul-style{list-style-image:url(/images/rightarrow_10.png);padding-top:2px;}
.x-ul-li-style{padding:2px;list-style:disc;list-style-type:disc;}
.x-ul-style-arrow{list-style-image:url(/images/arrowDot.png);font-size:8px;}
.x-ul-style-seagreen{list-style-image:url(/images/marker_dot_seagreen.png);}
.x-ul-style-green{list-style-image:url(/images/marker_dot_green.png);}
.x-ul-style-yellow{list-style-image:url(/images/marker_star_yellow.png);}
.x-ul-style-orange{list-style-image:url(/images/marker_dot_orange.png);}
.x-text-highlight-green,.x-text-highlight-green a,.x-text-highlight-green a:active,.x-text-highlight-green a:link{color:#8cad14;}
.x-text-highlight-olive,.x-text-highlight-olive a,.x-text-highlight-olive a:active,.x-text-highlight-olive a:link{color:Olive;}
.x-text-highlight-SlateGray,.x-text-highlight-SlateGray a,.x-text-highlight-SlateGray a:active,.x-text-highlight-SlateGray a:link{color:SlateGray;}
.x-text-highlight-DarkSlateGray,.x-text-highlight-DarkSlateGray a,.x-text-highlight-DarkSlateGray a:active,.x-text-highlight-DarkSlateGray a:link{color:#4f5e6e;}
.x-text-highlight-DarkGreen,.x-text-highlight-DarkGreen a,.x-text-highlight-DarkGreen a:active,.x-text-highlight-DarkGreen a:link{color:#4e6108;}
.x-text-highlight-orange,.x-text-highlight-orange a,.x-text-highlight-orange a:active,.x-text-highlight-orange a:link{padding-top:2pt;color:#fb8722;}
.x-text-highlight-lightgreen,.x-text-highlight-lightgreen a,.x-text-highlight-lightgreen a:active,.x-text-highlight-lightgreen a:link{padding-top:2pt;color:#d5f9bc;}
.x-text-highlight-blue,.x-text-highlight-blue a,.x-text-highlight-blue a:active,.x-text-highlight-blue a:link{color:#156282;}
.x-text-highlight-lightblue,.x-text-highlight-lightblue a,.x-text-highlight-lightblue a:active,.x-text-highlight-lightblue a:link{color:#c1e3f1;}
.x-text-simple{font-weight:normal;color:DarkSlateGrey;font-size:11px;}
.x-text-answertext{color:#4b5a5e;font-size:11px;font-weight:normal;}
.x-text-questiontext{color:#51524d;font-size:11px;font-weight:bold;}
.x-text-errortext{color:Crimson;}
.x-text-contentFAQ{position:relative;color:black;left:12px;top:8px;padding-right:12px;over-flow:auto;overflow:auto;z-position:1;z-index:1;}
.x-text-instructionsText{font-family:Verdana;font-size:10px;font-style:italic;}
.x-text-boldServiceSmall{font-family:verdana;font-size:10px;color:#1688D3;font-style:normal;font-weight:bold;text-indent:7px;background-color:#ffffff;}
.x-text-boldServiceSmall a{font-family:Verdana;text-decoration:none;font-size:10px;text-align:left;font-weight:bold;}.x-text-boldServiceSmall a:link,.x-text-boldServiceSmall a:hover{color:#1688D3;}
.x-text-boldServiceSmall a:visited{color:black;}
.x-text-boldServiceLink{font-family:verdana;font-size:10px;color:#000000;font-style:normal;font-weight:bold;text-indent:7px;}
.x-text-boldServiceLink A:link{font-family:Verdana;text-decoration:none;color:#1688D3;font-weight:bold;font-size:10px;text-align:left;}
.x-text-boldServiceLink A:visited{font-family:Verdana;text-decoration:none;font-weight:bold;font-size:10px;text-align:left;color:Black;}
.x-text-boldServiceLink A:hover{font-family:Verdana;text-decoration:none;color:#1688D3;font-weight:bold;font-size:10px;text-align:left;}
.x-text-boldServiceLarge{font-family:verdana;font-size:16px;color:#1688D3;font-style:normal;font-weight:bold;text-indent:7px;background-color:#ffffff;}
.x-text-boldServiceLarge A:link{font-family:Verdana;text-decoration:none;color:#1688D3;font-weight:bold;font-size:16px;text-align:left;}
.x-text-boldServiceLarge A:visited{font-family:Verdana;text-decoration:none;font-weight:bold;font-size:16px;text-align:left;color:Black;}
.x-text-boldServiceLarge A:hover{font-family:Verdana;text-decoration:none;color:#1688D3;font-weight:bold;font-size:16px;text-align:left;}
.x-text-boldServiceLeft{font-family:verdana;font-size:14px;font-style:normal;font-weight:bold;text-indent:7px;background-color:#cccccc;vertical-align:middle;}
.x-text-boldServiceNewLink,.x-text-boldServiceNewLink a,.x-text-boldServiceNewLink a:link{font-family:verdana;color:white;font-size:14px;text-indent:15px;background-color:#f55300;vertical-align:middle;font-weight:bold;white-space:nowrap;}
.x-text-calendar-daystitle-special{font-size:11px;padding:1px;color:darkgreen;background-color:#cddde2;}
.x-text-calander-daystitle{font-size:11px;padding:1px;color:darkgreen;}
.x-text-rosternumber{font-family:Arial;font-size:17px;font-weight:bold;padding-bottom:12px;color:#555555;}
.x-headings-heading1-background{background:url(/images/heading1_background.png) no-repeat;background-position:top left;height:22px;}
.x-headings-heading1-style{font-family:Verdana, Arial;font-size:16px;font-weight:bold;padding-bottom:12px;color:#536317;}
.x-headings-heading1-simplebackground{background:url(/images/heading_bottom_border.png) repeat-x;}
.x-headings-boldTitleMT{font-family:Verdana, Arial;font-size:14px;color:#1688D3;font-style:normal;font-weight:bold;}
.x-headings-TeamTitle{font-family:Verdana;font-size:16px;font-weight:bold;}
.x-headings-boldTitle{font-family:Verdana, Arial;font-size:14px;font-style:normal;font-weight:bold;}
.x-headings-boldTitleST{font-family:Verdana, Arial;font-size:10px;color:#1688D3;font-style:normal;font-weight:bold;}
.x-headings-boldTitleST a,.x-headings-boldTitleST a:active,.x-headings-boldTitleST a:link{font-family:Verdana, Arial;font-size:10px;color:#1688D3;font-style:normal;font-weight:bold;}
.x-headings-boldTitleST a:hover{font-family:Verdana, Arial;font-size:10px;color:#000000;font-style:normal;font-weight:bold;}
.x-headings-boldTitleDT{font-family:Verdana, Arial;font-size:8px;color:#000000;font-style:normal;font-weight:bold;}
.x-headings-boldTitleDT a,.x-headings-boldTitleDT a:active,.x-headings-boldTitleDT a:link{font-family:Verdana, Arial;font-size:8px;color:#000000;font-style:normal;font-weight:bold;}
.x-headings-boldTitleDT a:hover{font-family:Verdana, Arial;font-size:8px;color:#1688D3;font-style:normal;font-weight:bold;}
.x-headings-boldTitleSmall,.x-headings-boldTitleSmall a,.x-headings-boldTitleSmall a:active,.x-headings-boldTitleSmall a:link{font-family:Verdana, Arial;font-size:12px;font-style:normal;font-weight:bold;background-color:#ffffff;color:DarkSlateGray;}
.x-headings-boldTitle11pt,.x-headings-boldTitle11pt a,.x-headings-boldTitle11pt a:active,.x-headings-boldTitle11pt a:link{font-family:Verdana, Arial;font-size:11px;font-style:normal;font-weight:bold;background-color:#ffffff;color:DarkGreen;test-decoration:none;}
.x-instructions-dashed-box{border:1px dashed #343434;padding:2px;color:black;width:200px;height:125px;left:-27px;top:5px;over-flow:none;overflow:none;z-position:1;z-index:1;}
.x-box-leftMenuBox{position:relative;margin-right:5px;color:black;width:719px;left:10px;top:2px;over-flow:auto;overflow:auto;z-position:1;z-index:1;}
.x-box-contentbox{position:relative;color:black;width:700px;left:10px;top:5px;over-flow:auto;overflow:auto;z-position:1;z-index:1;}
.x-box-newsContentbox{position:relative;color:black;width:590px;height:320px;left:24px;top:5px;over-flow:auto;overflow:auto;z-position:1;z-index:1;}
.x-box-mainContentBox{position:relative;color:black;width:590px;height:320px;left:24px;top:5px;over-flow:auto;overflow:auto;z-position:1;z-index:1;}
.x-box-bannerBuildBox{position:relative;color:black;width:770px;height:460px;left:0px;top:2px;over-flow:auto;overflow:auto;z-position:1;z-index:1;}
.x-box-homelink{border:1px thin #656565;}
.x-table-displaybox{border:1px solid #656565;font-family:Verdana, Arial;padding:2px;}
.x-table-displaybox-style2{border:1px solid #c4c4c4;font-family:Verdana, Arial;padding:2px;}
.x-tr-displaybox,.x-tr-displaybox tr,.x-tr-displaybox td{color:white;background-color:#88b1be;text-align:center;font-size:11px;font-family:Verdana, Arial;font-weight:bold;}
.x-tr-displaybox-o,.x-tr-displaybox-o tr,.x-tr-displaybox-o td{color:black;background-color:#e0d6ca;text-align:center;font-size:11px;font-family:Verdana, Arial;font-weight:bold;}
.x-tr-displaybox-green,.x-tr-displaybox-green tr,.x-tr-displaybox-green td{color:ivory;background-color:#6ab508;text-align:center;font-size:11px;font-family:Verdana, Arial;font-weight:bold;}
.x-tr-style1-green,.x-tr-style1-green tr,.x-tr-style1-green td{color:seagreen;background-color:#eaf6da;text-align:center;font-size:10px;font-family:Verdana, Arial;}
.x-tr-style2-green,.x-tr-style2-green tr,.x-tr-style2-green td{color:darkgreen;background-color:#c4d8aa;text-align:center;font-size:10px;font-family:Verdana, Arial;}
.x-tr-style1,.x-tr-style1 tr,.x-tr-style1 td{color:#696e6f;background-color:#e4f1f8;text-align:center;font-size:10px;font-family:Verdana, Arial;}
.x-tr-style2,.x-tr-style2 tr,.x-tr-style2 td{color:#696e6f;background-color:#d1dde3;text-align:center;font-size:10px;font-family:Verdana, Arial;}
.x-tr-displaybox-orange,.x-tr-displaybox-orange tr,.x-tr-displaybox-orange td{color:white;background-color:#e0aa04;text-align:center;font-size:11px;font-family:Verdana, Arial;font-weight:bold;}
.x-tr-titlerow-orange,.x-tr-titlerow-orange tr,.x-tr-titlerow-orange td{color:#696e6f;background-color:#000000;text-align:center;font-size:10px;font-family:Verdana, Arial;}
.x-tr-style1-orange,.x-tr-style1-orange tr,.x-tr-style1-orange td{color:#696e6f;background-color:#fdf7e5;text-align:center;font-size:10px;font-family:Verdana, Arial;}
.x-tr-style2-orange,.x-tr-style2-orange tr,.x-tr-style2-orange td{color:#696e6f;background-color:#ece6d4;text-align:center;font-size:10px;font-family:Verdana, Arial;}
a.a1{text-decoration:none;color:#000000;}
.a12{font-family:Arial Narrow;font-size:12px;font-style:normal;}
.a24{font-family:Arial Narrow;font-size:24px;font-style:normal;}
.x-anchor-style1-linkover{text-decoration:underline;}
.x-anchor-style1-linkout{text-decoration:none;}
A{text-decoration:none;}
.x-grid-contentMatrix{position:relative;margin-right:5px;color:black;width:719px;left:10px;top:2px;over-flow:auto;overflow:auto;z-position:1;z-index:1;}
.x-nav-currentpage,.x-nav-currentpage a,.x-nav-currentpage a:active,.x-nav-currentpage a:link{background:url(/images/current-page-background.png);background-repeat:repeat-x;}
.x-nav-otherpage,.x-nav-otherpage a,.x-nav-otherpage a:active,.x-nav-otherpage a:link{background:url(/images/other-page-background.png);background-repeat:repeat-x;}
.x-graypanel .top-center,.x-graypanel .bottom-center{height:10px;}
.x-graypanel .top-center{background:url(../../commonTemplates/intermediate/commonImages/forms/form_top_line.png);}
.x-graypanel .bottom-center{background:url(../../commonTemplates/intermediate/commonImages/forms/form_bottom_line.png);}
.x-graypanel .center-left,.x-graypanel .center-right{width:10px;}
.x-graypanel .center-left{background:url(../../commonTemplates/intermediate/commonImages/forms/form_left_line.png);}
.x-graypanel .center-right{background:url(../../commonTemplates/intermediate/commonImages/forms/form_right_line.png);}
.x-ad-cnt{border:1px solid gray;padding:5px;text-align:left;display:block;}.x-ad-cnt img{display:block;}
.x-ad-cnt .title a{color:white;font-weight:bold;font-size:14px;padding-bottom:5px;}
.x-title-white{color:white;font-weight:bold;vertical-align:middle;azimuth:center;font-size:14px;font-family:verdana;}
.x-title-black{color:black;font-weight:bold;vertical-align:middle;azimuth:center;font-size:10px;font-family:verdana;}
.x-title-Blue-Button{color:Blue;font-weight:bold;vertical-align:middle;azimuth:center;font-size:14px;font-family:verdana;}
.x-headings-HomeTitle{font-family:Verdana;font-size:18px;font-weight:bold;color:#660000;}
.x-headings-HomeTitleTM{font-family:Verdana;font-size:14px;font-weight:bold;color:#0e89bc;}
.x-headings-HomeTitleNew{font-family:Verdana;font-size:22px;font-weight:bold;color:#0e89bc;}
.x-headings-HomeTitleWhite{font-family:Verdana;font-size:22px;font-weight:bold;color:#FFFFFF;text-shadow:#000000 5px 5px 5px;vertical-align:middle;}
.x-sport-white{color:white;font-weight:bold;vertical-align:middle;azimuth:center;font-size:12px;font-family:verdana;}
.x-sport-black{color:black;font-weight:bold;vertical-align:middle;azimuth:center;font-size:12px;font-family:verdana;}*/
/*----------------------------------------------------- */

.breadcrumbs ul li a::before {
    background-image: url("theme/assets/images/breadcrumb-arrow.png");
    background-repeat: no-repeat;
    content: "";
    height: 7px;
    margin-top: -4px;
    position: absolute;
    right: -5px;
    top: 50%;
    width: 10px;
}
/* Callout Text



========================= */

.content {
    float: left;
    padding: 80px 0 80px;
    width: 100%;
    margin-left: 15px;
}
.callout-text {
    border-bottom: 1px solid #e5e5e5;
    float: left;
    margin-bottom: 80px;
    padding: 0 0 80px;
    position: relative;
    text-align: center;
    width: 100%;
}
.callout-text::before {
    background-color: #e5e5e5;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.callout-text > h3 {
    display: inline-block;
    float: left;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 48px;
    margin: 0;
    vertical-align: top;
}
a.os_btn {
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 18px;
    font-weight: bold;
    height: 48px;
    letter-spacing: -0.5px;
    line-height: 24px;
    margin-left: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
    min-width: 167px;
}
.callout-text a.os_btn {
    color: #fff;
}
a.os_btn:hover {
    background-color: #000 !important;
}
/* Features Section



======================= */

.features_columns {
    float: left;
    margin-bottom: 50px;
    margin-left: -30px;
}
.features_columns.padding {
    padding: 80px 0 0;
}
.columns {
    float: left;
    margin-bottom: 30px;
    margin-left: 30px;
    overflow: hidden;
    width: 360px;
}
.services-v2.services .columns {
    width: 46.7%;
}
.services {
    float: left;
    width: 100%;
}
.thumb_img {
    float: left;
    overflow: hidden;
    width: 100%;
}
.thumb_img img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.services .thumb_img img {
    height: auto;
    width: 100%;
}
.details {
    float: left;
    margin-top: -60px;
    padding: 0px 15px;
    text-align: center;
    position: relative;
    width: 100%;
}
.inner_column {
    background-color: #fff;
    float: left;
    padding: 15px;
    width: 100%;
}
h3.post-title > a {
    color: #000;
}
.post-title {
    font-size: 20px;
    line-height: 40px;
    margin: 0 0 16px;
    padding-bottom: 12px;
    position: relative;
}
.post-title::before {
    background-color: #e5e5e5;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}
a.readmore {
    color: #8c8c8c;
    font-weight: bold;
}
.inner_column > p {
    color: #8f8f8f;
    line-height: 22px;
}
.thumb_img > img {
    -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;
}
.thumb_img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/* Projects



======================== */

.projects {
    float: left;
    padding: 80px 0;
    width: 100%;
    background-color: #f7f7f7;
}
.featured {
    float: left;
    position: relative;
    width: 570px;
}
.posts {
    float: left;
    margin-left: 30px;
    width: 540px;
}
.posts article {
    float: left;
    margin-bottom: 33px;
    position: relative;
    width: 100%;
}
.posts article figure {
    float: left;
    width: 100%;
}
.posts article:last-child {
    margin-bottom: 0;
}
.projects .owl-controls.clickable {
    position: absolute;
    right: 0;
    top: -80px;
}
.project_slider {
    float: left;
    position: relative;
    width: 100%;
}
.project_slider .owl-buttons {
    position: absolute;
    right: 0;
    top: -100px;
}
.project_slider.homepage .owl-carousel.owl-theme {
    position: static;
}
.homepage.project_slider .owl-buttons {
    position: absolute;
    right: 0;
    top: 85px;
    width: 56px;
}
.posts img {
    max-width: none;
}
.border-top {
    border-top: 1px solid #dedede;
}
.owl-controls .owl-buttons div {
    background-image: url("assets/images/projects-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    color: #bfbfbf;
    float: left;
    font-size: 38px;
    height: 35px;
    left: 35px;
    text-align: right;
    width: 28px;
}
.owl-controls .owl-buttons div:hover {
    background-image: url("assets/images/projects-arrow-hvr.png");
}
.owl-controls .owl-buttons div.owl-next {
    background-image: url("assets/images/projects-arrow-right.png");
    background-position: right center;
}
.owl-controls .owl-buttons div.owl-next:hover {
    background-color: #bfbfbf;
    background-image: url("assets/images/projects-arrow-right-hvr.png");
}
.project_slider .owl-controls .owl-buttons div.owl-next:hover {
    background-color: transparent;
}
.section-title > h2 {
    display: inline-block;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 40px;
    margin-top: 0;
    padding-bottom: 30px;
    position: relative;
}
.section-title > h2::before {
    background-color: #e5e5e5;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 40px;
}
.posts figcaption,
.featured figure figcaption {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.posts figure figcaption a.os_btn,
.featured figure figcaption a.os_btn {
    left: 50%;
    margin-left: -83px;
    margin-top: -24px;
    position: absolute;
    text-align: center;
    top: 50%;
}
.posts figure figcaption a.os_btn {
    color: #fff !important;
}
.posts figure figcaption a.os_btn:hover,
.featured figure figcaption a.os_btn:hover {
    background-color: #fff !important;
}
.posts figure:hover > figcaption,
.featured figure:hover > figcaption {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.blog-section.list-view {
    padding: 0 15px;
}
/* Scroll to Top Button



============================== */

a.scrollToTop {
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid transparent;
    bottom: 20px;
    color: #fff;
    right: -100%;
    font-size: 21px;
    font-weight: bold;
    padding: 10px 10px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 999999;
    height: 50px;
    line-height: 24px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a.scrollToTop:focus,
a.scrollToTop:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
a.scrollToTop.left {
    opacity: 0.8;
    right: 20px;
}
a.scrollToTop.right {
    opacity: 0;
    right: 0;
}
/* Tabs Section



========================= */

.tabs-section {
    float: left;
    padding: 30px 0;
    width: 100%;
}
.tab-content .tab-pane figure {
    float: left;
    margin-left: -100%;
    width: 50%;
    -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;
}
.tab-content .tab-pane.active figure {
    margin: 0;
}
.tabs_details {
    float: left;
    margin-left: 100%;
    padding-left: 45px;
    width: 50%;
    -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;
}
.tab-pane.active .tabs_details {
    margin: 0;
}
.tab-content {
    float: left;
    /*padding: 60px 0px 0px;*/
    width: 100%;
}
.tabs-section .owl-buttons {
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    width: 100%;
}
.tabs-section .owl-controls .owl-buttons div.owl-next {
    float: right;
}
.tabs-section .owl-controls .owl-buttons div {
    background-color: rgba(255, 255, 255, 0.8);
    height: 90px;
    width: 50px;
}
.listing {
    float: left;
    width: 100%;
}
.listing ul {
    float: left;
    margin: 0px;
    width: 100%;
}
.listing ul li {
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    padding-left: 30px;
    width: 50%;
    position: relative;
}
.listing ul li::before {
    font-family: 'fontAwesome';
    content: '\f00c';
    position: absolute;
    left: 0px;
    top: 0px;
}
@media screen and (max-width: 600px) {
    .listing ul li {
        float: left;
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        padding-left: 20px;
        width: 100%;
        position: relative;
    }
}
.listing img {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}
.tabs_details > h3 {
    color: #000;
    font-size: 35px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
    position: relative;
}
.tabs_details > h3::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 60px;
    background-color: #e5e5e5;
}
.tabs_details > p {
    line-height: 25px;
    margin-bottom: 20px;
}
.tabs-section .nav.nav-tabs {
    float: left;
    position: relative;
    width: 100%;
}
/*.tabs-section .nav.nav-tabs::before {
    border: 1px solid #e9e9e9;
    content: "";
    height: 73px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}*/
.tabs-section .nav-tabs > li {
    width: 20%;
    margin: 0px;
    position: relative;
}
.tabs-section .nav-tabs > li > a {
    border-left: 1px solid #e9e9e9;
    border-radius: 0;
    color: #000;
    text-align: center;
    line-height: 50px;
    margin: 0;
    padding: 10px 10px;
}
.tabs-section .nav-tabs > li:first-child > a {
    border-color: transparent;
}
.tabs-section .nav-tabs > li.active > a {
    border: 1px solid transparent;
}
.tabs-section .nav-tabs > li.active > a::before,
.tabs-section .nav-tabs > li.active > a:focus::before {
    border: 1px solid;
    content: "";
    height: 104%;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 102%;
    z-index: 9;
}
.tabs-section .nav-tabs > li > a:hover::before {
    border: 1px solid;
    content: "";
    height: 104%;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 102%;
    z-index: 9;
}
.tabs-section .nav > li > a:hover {
    background-color: rgba(255, 161, 66, 0.05);
    border-color: transparent;
    position: relative;
}
.tabs-section .nav-tabs > li.active > a,
.tabs-section .nav-tabs > li.active > a:hover,
.tabs-section .nav-tabs > li.active > a:focus,
.tabs-section .nav > li > a:hover,
.tabs-section .nav > li > a:focus {
    background-color: rgba(255, 161, 66, 0.05);
    border-color: transparent;
    position: relative;
}
.tabs-section .nav-tabs > li.active > a::after,
.tabs-section .nav-tabs > li.active > a:focus::after {
    border-style: solid;
    border-width: 0 10px 10px;
    bottom: -11px;
    content: "";
    left: 50%;
    margin-left: -6px;
    position: absolute;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}
.tabs-section .nav-tabs > li.active::after,
.tabs-section .nav-tabs > li.active:focus::before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 10px 10px;
    bottom: -9px;
    content: "";
    left: 50%;
    opacity: 0.96;
    filter: alpha(opacity=96);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=96);
    margin-left: -6px;
    position: absolute;
    z-index: 9;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}
.services article figure img {
    height: auto;
    width: 100%;
}
/* Parallax Section



======================== */

.parallax {
    float: left;
    position: relative;
    width: 100%;
}
body .vc_parallax,
.vc_row-fluid {
    float: left;
    width: 100%;
}
.parallax::before {
    background-color: #453c2f;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.parallax h2 {
    color: #fff;
    display: block;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 40px;
    margin: 0 0 40px;
    position: relative;
    text-align: center;
}
.middle-area {
    float: left;
    padding: 130px 0;
    text-align: center;
    width: 100%;
}
a.buynow_btn {
    font-family: 'Montserrat', sans-serif;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 23px;
    font-weight: bold;
    height: 58px;
    line-height: 47px;
    padding: 5px 20px;
    position: relative;
    text-transform: uppercase;
    width: 177px;
}
a.buynow_btn:hover {
    background-color: #fff;
    opacity: 1;
}
button.login_btn {
    font-family: 'Montserrat', sans-serif;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 58px;
    line-height: 41px;
    padding: 5px 20px;
    position: relative;
    text-transform: uppercase;
    width: 177px;
}
button.login_btn:hover {
    background-color: #fff !important;
    opacity: 1;
}
.middle-area h2 span {
    font-weight: normal;
}
/* Testmonials



======================== */

.testimonial-slider .owl-carousel .owl-wrapper-outer {
    margin: 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.testimonials .testimonial-slider .owl-item .item .wrap-article {
    margin-left: -30px;
}
.testimonial-slider .item article {
    background-image: url("theme/assets/images/testi_pattern.jpg");
    float: left;
    margin-left: 15px;
    padding: 20px;
}
.testimonials .owl-buttons {
    position: absolute;
    right: -10px;
    top: -80px;
}
.woocommerce .star-rating span.rating > span,
.rating > span {
    background-image: url("theme/assets/images/ratings.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    padding: 0px;
    width: 94px;
}
.rating > span > span {
    background-image: url("theme/assets/images/ratings.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    width: 94px;
}
.testimonials {
    float: left;
    padding: 80px 0;
    width: 100%;
}
.testimonials .testimonial-slider .owl-item .item {
    float: left;
    margin-left: 0px;
    padding: 0;
    width: 100%;
}
.testimonials .item > ul {
    margin: 0 0 0 -30px;
}
.testimonials .item > ul > li {
    float: left;
    margin: 0 0 30px 30px;
    width: 47.4%;
}
.testimonials .testimonial-slider .item article figure {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    float: left;
    padding: 7px;
    text-align: center;
    position: relative;
    width: 149px;
}
.testimonials .testimonial-slider .item article figure::before {
    background-color: #ebebeb;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    bottom: -5px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}
.testimonials .testimonial-slider .item article figure::after {
    background-color: #ebebeb;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    bottom: -8px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}
.testi_text {
    float: left;
    padding-left: 31px;
    position: relative;
    width: 340px;
}
.testi_text p::before {
    color: #c9c9c9;
    content: "“";
    float: left;
    font-family: Georgia;
    font-size: 50px;
    font-style: italic;
    left: -6px;
    line-height: 9px;
    position: relative;
    top: 23px;
}
.testi_text p::after {
    bottom: 0;
    color: #c9c9c9;
    content: "“";
    display: inline-block;
    font-family: Georgia;
    font-size: 50px;
    font-style: italic;
    line-height: 9px;
    position: relative;
    right: -11px;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}
.testi_text > p {
    color: #000;
    font-size: 16px;
    font-style: italic;
    line-height: 32px;
    margin: 0;
}
.testimonials .item article figure figcaption h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin: 10px 0 5px;
}
p.country {
    color: #b8b8b8;
    font-size: 12px;
    line-height: 18px;
}
.testimonials article figure figcaption::before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0px 66px 16px;
    content: "";
    left: 0;
    position: absolute;
    top: -26px;
}
.testimonials article figure figcaption {
    position: relative;
}
.rating {
    float: left;
    padding: 0 20px;
    text-align: left;
    width: 100%;
}
/* Clients Section



======================== */

.clients {
    /*border-top: 1px solid #e5e5e5;*/

    float: left;
    padding: 20px 0 20px;
    width: 100%;
}
.clients-slider {
    float: left;
    padding: 0 50px;
    width: 100%;
}
img {
    max-width: 100%;
}
.clients .clients-slider .owl-controls .owl-buttons div {
    left: -50px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
}
.clients .clients-slider .owl-controls .owl-buttons div.owl-next {
    right: -50px;
    left: auto;
    margin-top: -21px;
    position: absolute;
    top: 50%;
}
/* Footer Section



======================== */

footer#footer {
    background-image: url("assets/images/footer-bg.jpg");
    float: left;
    padding: 80px 0px 0px;
    width: 100%;
}
#footer .footer-widgets .widget-section {
    border-left: 1px solid #1f1f1f;
    display: table-cell;
    float: none;
    padding: 0px 30px 0;
}
#footer .footer-widgets .widget-section:nth-child(4) {
    padding-right: 0;
}
.map-area > img {
    width: 100%;
}
#footer .footer-widgets .widget-section:first-child {
    border: 0 none;
    padding-left: 15px;
}
h3.widget-title {
    color: #fff;
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0 0 20px;
    position: relative;
}
h2.widget-title::before {
    background-color: #414141;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 25px;
}
#footer .widget ul li a,
.custom_links ul li a {
    color: #8f8f8f !important;
    font-weight: bold;
    line-height: 39px;
}
#footer .widget ul li.buynow-btn > a,
.custom_links ul li.buynow-btn > a {
    text-transform: uppercase;
}
#footer .widget ul li a:hover,
.custom_links ul li a:hover {
    color: #fff;
}
.map-area {
    float: left;
    position: relative;
    width: 100%;
}
.caption_info {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
}
.caption_info > p {
    bottom: 0;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 20px;
    position: absolute;
}
.footer-widgets .textwidget a {
    text-decoration: underline;
}
.footer-widgets .social-icons {
    margin-top: 50px;
    width: 100%;
}
.footer-widgets .social-icons ul li a {
    color: #414141;
    float: left;
    font-size: 26px;
    height: 30px;
    padding: 0;
    width: 50px;
}
#footer .footer-widgets {
    float: left;
    margin-bottom: 50px;
    padding-top: 70px;
    width: 100%;
}
.recentcomments {
    color: #8f8f8f;
    font-size: 15px;
    line-height: 24px;
    /* margin-bottom: 50px; */
}
.textwidget p {
    color: #8f8f8f;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 50px;
}
.newsletter {
    background-image: url("theme/assets/images/footer-pattern.jpg");
    float: left;
    width: 100%;
}
.newsletter form {
    float: left;
    position: relative;
    width: 100%;
}
.newsletter > .fw-container {
    position: relative;
}
.newsletter input[type="text"] {
    background-color: transparent;
    border: medium none;
    color: #616161;
    /* font-family: "Montserrat",sans-serif; */

    font-size: 35px;
    line-height: 132px;
    width: 100%;
}
.newsletter .search-btn-area {
    height: 100%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.newsletter .search-btn-area img {
    border-left: 1px solid #212121;
    float: left;
    margin-top: 45px;
    padding: 10px 0 10px 40px;
    text-align: right;
    width: auto;
}
.newsletter input[type="submit"] {
    height: 100%;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.copyrights {
    float: left;
    padding: 30px 0 20px;
    width: 100%;
}
.left_section {
    float: left;
    width: 50%;
}
.right_section {
    float: right;
    max-width: 50%;
    text-align: right;
}
.copyrights p {
    color: #fff;
}
.right_section > p {
    color: #5f5f5f;
}
.contact_info {
    float: left;
    padding: 30px 0 0;
    width: 100%;
}
.contact_info li {
    color: #fff;
    line-height: 28px;
}
.contact_info ul li a {
    color: #fff;
}
.contact_info ul li i.fa-phone {
    position: relative;
    top: 3px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}
.contact_info ul li i {
    color: #444444;
    font-size: 18px;
    line-height: 27px;
    margin-right: 10px;
    width: 31px;
}
/* About Section



==================== */

.about-inner > p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
}
.spacer {
    background-color: #dedede;
    height: 1px;
    margin: 80px 0;
    width: 100%;
}
/* Team Section



===================== */

.team .team-slider .item > ul {
    float: left;
    margin-bottom: 0;
    margin-left: -30px;
}
.team .team-slider .item > ul > li {
    float: left;
    margin-left: 30px;
    padding-bottom: 5px;
    width: 255px;
}
.team .team-slider article {
    background-image: none;
    border: 2px solid #f7f7f7;
    float: left;
    padding: 35px 40px;
    text-align: center;
    width: 100%;
}
.team .team-slider article:hover {
    border: 2px solid;
}
.team .post-title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0px;
    text-transform: none;
}
.team .post-title::before {
    display: none;
}
h4.designation {
    color: #8c8c8c;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    text-transform: none;
}
.team .team-slider article figure {
    border: 2px solid;
    border-radius: 100%;
    display: inline-block;
    height: 150px;
    overflow: hidden;
    padding: 7px;
    width: 150px;
}
.team .team-slider article figure img {
    border-radius: 100%;
    height: 100%;
    width: 100%;
}
.team-slider .owl-buttons {
    position: absolute;
    right: 0;
    top: -75px;
}
.team {
    float: left;
    padding: 80px 0;
    width: 100%;
}
.social-network ul li {
    display: inline-block;
}
.social-network ul li a {
    color: #ccc;
    display: inline-block;
    font-size: 22px;
    line-height: 50px;
    width: 40px;
}
iframe {
    width: 100%;
}
/* Testimonials Version2



================================ */

.testimonial.v2 {
    float: left;
    padding: 80px 0 75px;
    position: relative;
    width: 100%;
}
.testimonials-sliderv2 .owl-carousel {
    position: relative;
    text-align: center;
    z-index: 9;
}
.testimonial.v2 .testimonials-sliderv2 #sync2.owl-carousel .owl-wrapper-outer {
    display: inline-block;
    min-height: 153px;
    padding-top: 28px;
    width: 105%;
}
.testimonials-text > p {
    color: #fff;
    font-size: 21px;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 36px;
    margin-bottom: 50px;
    padding: 0 160px;
}
.testimonial.v2 .item > img {
    border-radius: 100%;
    cursor: pointer;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.testimonials-text > span {
    font-size: 150px;
    line-height: 140px;
}
.testimonials-text > img {
    margin-bottom: 36px;
}
.testimonials-sliderv2 #sync2.owl-carousel {
    margin: 0 auto;
    width: 45%;
}
#sync2 .owl-controls.clickable {
    float: left;
    width: 100%;
}
#sync2 .owl-buttons {
    float: left;
    width: 100%;
}
/*#sync2.owl-carousel .owl-item.synced {



    min-width: 133px;



}*/

#sync2.owl-carousel .owl-item.synced img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}
#sync2.owl-carousel .owl-item.synced {
    margin-top: 0px;
}
#sync2.owl-carousel .owl-controls .owl-buttons > div.owl-prev {
    bottom: 60px;
    left: -40px;
    position: absolute;
}
#sync2.owl-carousel .owl-controls .owl-buttons > div.owl-next {
    background-color: transparent;
    bottom: 60px;
    left: auto;
    position: absolute;
    right: -70px;
}
/* Blog



======================= */

.blog-section {
    float: left;
    width: 100%;
}
article.blogpost {
    float: left;
    position: relative;
    margin-bottom: 80px;
    width: 100%;
}
article.blogpost figure {
    float: left;
    max-width: 50%;
    position: relative;
    width: 100%;
}
.blog-post-details {
    float: left;
    max-width: 50%;
    padding-left: 30px;
    width: 100%;
}
.blog-section h3.post-title {
    font-size: 28px;
    margin-bottom: 20px;
    padding: 0;
    text-transform: none;
}
.blog-section h3.post-title:before {
    display: none;
}
.category-section {
    float: left;
    color: #aeaeae;
    max-width: 50%;
}
.social-sharing {
    float: right;
    max-width: 50%;
}
.post-options {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.category-section > a {
    color: #aeaeae;
    text-transform: uppercase;
}
.social-sharing > ul {
    float: left;
    margin: 0;
}
.social-sharing ul li {
    float: left;
}
.social-sharing ul li a {
    color: #aeaeae;
    float: left;
    font-size: 22px;
    width: 40px;
}
.post-text > p {
    font-size: 18px;
    line-height: 33px;
}
.post-text {
    float: left;
    width: 100%;
}
a.readmore::before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 0px;
    z-index: -1;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
a.readmore {
    border: 1px solid;
    border-radius: 4px;
    float: left;
    font-size: 15px;
    height: 58px;
    line-height: 35px;
    margin-top: 18px;
    padding: 10px 20px;
    text-align: center;
    width: 177px;
    position: relative;
    z-index: 999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a.readmore:hover::before {
    width: 100%;
}
body a.readmore:hover,
.blog-section .post-text > a.readmore:hover {
    color: #fff !important;
}
article.blogpost figure figcaption {
    bottom: 0;
    left: 0;
    padding: 40px;
    position: absolute;
    width: 100%;
}
.thumb-img,
.thumb-img img {
    border-radius: 100%;
    float: left;
    overflow: hidden;
}
.thumb-img {
    margin-right: 20px;
}
.author > h3,
.author > h3 a {
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    margin: 0;
    text-transform: none;
}
.author > p {
    color: #fff;
    margin-top: -10px;
}
.author > p a {
    color: #fff;
}
article.blogpost:nth-child(2n) figure,
article.blogpost:nth-child(2n) .blog-post-details {
    float: right;
}
article.blogpost:nth-child(2n) .blog-post-details {
    padding: 0px 30px 0px 0px;
}
/*.blog-post-details .post-title {



    display: none;



}*/

.blog-section.blog_details article.blogpost {
    margin-bottom: 0;
}
/* Pagination



===================== */

body .pagination {
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    float: left;
    margin: 0;
    width: 100%;
}
.pagination {
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
}
.pagination .nav-links {
    margin: 0;
}
.nav-links a.prev {
    border-right: 1px solid #e9e9e9;
    float: left;
    height: 62px;
    line-height: 62px;
    width: 152px;
}
.nav-links a,
.pagination span.current {
    color: #000;
    display: inline-block;
    position: relative;
    vertical-align: top;
    line-height: 62px;
    width: 48px;
}
.page-numbers.dots {
    display: inline-block;
    height: 62px;
    line-height: 62px;
    width: 48px;
}
.nav-links a.next {
    border-left: 1px solid #e9e9e9;
    float: right;
    height: 62px;
    line-height: 62px;
    width: 152px;
}
.nav-links a.prev:hover,
.nav-links a.next:hover {
    background-color: #f3f3f3;
    /* width: 100%; */
}
/* .nav-links > ul > li > a.prev, .nav-links > ul > li > a.next {



    width: 100%;



} */

.nav-links a.prev:hover::before,
.nav-links a.next:hover::before {
    display: none;
}
.nav-links a::before,
.pagination span.current:before {
    bottom: 0;
    display: none;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    width: 24px;
}
.nav-links a:hover::before,
.pagination span.current:before {
    display: block;
}
/* Blog Grid */

.blog-section.grid-view {
    margin-left: -30px;
    width: auto;
}
.blog-section.grid-view article.blogpost {
    display: inline-block;
    float: none;
    margin-left: 30px;
    vertical-align: top;
    width: 30%;
}
.blog-section.grid-view article.blogpost figure {
    max-width: 100%;
}
.blog-section.grid-view article.blogpost figure figcaption {
    padding: 20px;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-section.grid-view article.blogpost figure:hover figcaption {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.blog-section.grid-view .blog-post-details {
    margin-top: -80px;
    max-width: 100%;
    padding: 0 20px;
    position: relative;
    text-align: center;
    z-index: 9999;
}
.blog-post-details.full-post {
    max-width: 100%;
}
.blog-section.grid-view h2.post-title {
    background-color: #fff;
    display: inline-block;
    padding: 27px 29px;
}
.blog-section.grid-view h2.post-title::before {
    display: block;
}
.blog-section.grid-view article.blogpost:nth-child(2n) .blog-post-details {
    padding: 0 20px;
}
.blog-section.grid-view h2.post-title {
    background-color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: normal;
    padding: 20px 25px;
}
.blog-section.grid-view .author > p {
    color: #fff;
}
.blog-section.grid-view article.blogpost figure::before {
    background-image: url("assets/images/blog-grid-overlay.png");
    background-repeat: no-repeat;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.blog-section.grid-view .post-text > p {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 20px;
    padding: 0 24px;
}
.post-text > a {
    color: #8c8c8c;
    font-weight: bold;
    text-transform: capitalize;
}
/* Blog Listing */

.blog-section.blog-listing article.blogpost figure {
    max-width: 100%;
}
.blog-section.blog-listing .blog-post-details {
    max-width: 100%;
    padding: 30px 0;
}
.blog-section.blog-listing h3.post-title {
    margin-bottom: 22px;
}
.blog-section.blog-listing .post-options {
    margin-bottom: 23px;
}
.blog-section .post-text > a.readmore:hover {
    color: #fff;
}
.blog-section.blog-listing article.blogpost {
    margin-bottom: 30px;
}
.blog-section article.blogpost figure.no-image {
    background-color: #323232;
    margin-bottom: 30px;
    min-height: 160px;
    padding: 40px;
    max-width: 100%;
}
.blog-section.blog-listing article.blogpost:nth-child(2n) .blog-post-details {
    padding: 30px 0;
}
.no-image > a {
    float: right;
    position: relative;
    top: 20px;
}
.blog-section.blog-listing {
    padding-right: 30px;
}
.blog-section.blog-listing .author > p {
    color: #fff;
}
.inner_column > a {
    color: #999;
    font-weight: bold;
}
.blog-slider .flexslider .flex-direction-nav {
    left: 0;
    width: 100%;
}
.blog-slider .flexslider .flex-direction-nav li {
    height: 102px;
    width: 102px;
}
.blog-slider .flexslider .flex-direction-nav li.flex-nav-next {
    float: right;
}
.blog-slider .flexslider .flex-direction-nav li.flex-nav-next {
    float: right;
}
.blog-slider .flexslider .flex-direction-nav li a.flex-next {
    text-indent: 999999px;
}
.blog-slider .flexslider:hover .flex-direction-nav a {
    left: 0;
    opacity: 1;
}
.blog-slider .flexslider .flex-direction-nav a {
    background-image: url("theme/assets/images/arrow-left.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #222;
    text-indent: -99999px;
}
.blog-slider .flexslider .flex-direction-nav a.flex-next {
    background-image: url("theme/assets/images/arrow-right.png");
}
.blog-slider .flexslider .flex-direction-nav a:hover {
    background-color: #fff;
    background-image: url("theme/assets/images/arrow-left-hvr.png");
}
.blog-slider .flexslider .flex-direction-nav a.flex-next:hover {
    background-image: url("theme/assets/images/arrow-right-hvr.png");
}
.video-area {
    float: left;
    position: relative;
    width: 100%;
}
.video-area > iframe {
    float: left;
    height: 455px;
    width: 100%;
}
/* Blog Detail Page



============================== */

.blog-section.blog_details figure {
    float: left;
    position: relative;
    width: 100%;
}
.blog-section.blog_details figure figcaption {
    bottom: 40px;
    left: 40px;
    position: absolute;
    width: 100%;
}
.blog-section.blog_details figure figcaption .author > p {
    color: #fff;
}
.blog-section.blog_details h1.page-title,
.blog-section.blog_details h2.page-title {
    color: #000;
    float: left;
    font-size: 35px;
    line-height: normal;
    margin-bottom: 30px;
    text-align: left;
    text-transform: none;
    width: 100%;
}
.blog-section.blog_details .category-section > a {
    padding: 0 10px;
}
.category-section > a:first-child {
    padding-left: 0;
}
.blog-section.blog_details .post-text > p {
    margin-bottom: 30px;
}
.blog-section.blog_details article > .social-sharing {
    float: left;
}
.comments {
    background-color: #f4f4f4;
    float: left;
    margin-top: 60px;
    /*padding: 80px 0 42px;*/

    padding: 50px 0 62px;
    width: 100%;
}
.comments .fw-container > h2 {
    color: #d5d5d5;
}
ol.comment-list li {
    border: 1px solid #e9e9e9;
    margin: -1px 0 0;
    padding: 20px;
}
.col-lg-8.col-md-8.col-sm-8.col-xs-12 .comments {
    background-color: transparent;
    margin-top: 0;
}
.col-lg-8.col-md-8.col-sm-8.col-xs-12 li.comment article > .comment-meta {
    width: 77%;
}
.col-lg-8.col-md-8.col-sm-8.col-xs-12 li.comment ul.children ul.children article > .comment-meta {
    width: 75%;
}
.col-lg-8.col-md-8.col-sm-8.col-xs-12 li.comment ul.children ul.children ul.children article > .comment-meta {
    width: 73%;
}
.col-lg-8.col-md-8.col-sm-8.col-xs-12 li.comment ul.children ul.children ul.children ul.children article > .comment-meta {
    width: 70%;
}
ol.comment-list {
    float: left;
    padding: 0;
    width: 100%;
}
ol.comment-list > li {
    float: left;
    margin-bottom: 30px;
    padding-right: 7px;
    width: 100%;
}
body.single.single-post ol.comment-list li {
    border: medium none;
    margin: 0;
    padding: 0;
}
.review-area ol.comment-list > li {
    margin-bottom: 0;
}
ol.comment-list article figure {
    border-radius: 100%;
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
ol.comment-list article figure img {
    border-radius: 100%;
    width: 100%;
    float: left;
}
.comment-meta {
    background-color: #fff;
    float: left;
    padding: 20px;
    position: relative;
    width: 86%;
}
.comment-meta::before {
    border-color: transparent #fff;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    content: "";
    left: -10px;
    position: absolute;
    top: 30px;
}
.comment-author.vcard {
    float: left;
}
ol.comment-list .comment-metadata > a {
    color: #aeaeae;
    float: right;
    font-size: 13px;
    font-weight: normal;
    margin-right: 10px;
}
.reply {
    float: right;
}
.comment-metadata {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.comment-content {
    float: left;
    width: 100%;
}
ol.comment-list a {
    font-weight: bold;
}
.comment-content > p {
    line-height: 24px;
}
.woocommerce #reviews #comments h2,
body.woocommerce #reviews h3,
.woocommerce-tabs .panel > h2 {
    font-weight: bold;
    letter-spacing: -1px;
    padding: 0;
    text-transform: capitalize;
    display: inline-block;
    font-size: 35px;
    margin-bottom: 40px;
    margin-top: 0;
    position: relative;
}
.review-area #comments {
    background-color: #f4f4f4;
    float: left;
    margin-top: 60px;
    padding: 80px 0 42px;
    width: 100%;
}
.review-area #comments {
    background-color: transparent;
    margin-top: 0px;
    padding: 0;
}
/* Widget Section



============================== */

.sidebar .widget {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.sidebar .widget ul {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%
}
.sidebar .widget ul li {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    float: left;
    line-height: 62px;
    padding: 0 30px;
    text-align: right;
    width: 100%;
    position: relative;
}
.sidebar .widget ul li:last-child {
    border-bottom: 1px solid #e9e9e9;
}
.sidebar .widget ul.children li {
    border-left: medium none;
    border-right: medium none;
}
.sidebar .widget ul li:hover {
    background-color: #fffaf5;
}
.sidebar .widget ul li a {
    color: #000;
    float: left;
    line-height: 22px;
    padding: 16px 0px;
    text-align: left;
}
.sidebar .widget ul li a.url {
    float: none;
}
.sidebar .widget ul.children li:last-child {
    border-bottom: medium none;
}
.sidebar .widget ul li::before {
    bottom: -1px;
    content: "";
    display: none;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.sidebar .widget ul li:hover::before {
    display: block;
}
.sidebar h2.widget-title {
    background-color: #e9e9e9;
    color: #000;
    line-height: 62px;
    margin: 0;
    padding: 0 30px;
}
.sidebar h2.widget-title::before {
    display: none;
}
/* widget Image



======================= */

.widget.custom_image_widget article figure {
    float: left;
    position: relative;
    width: 100%;
}
.widget.custom_image_widget figcaption {
    bottom: 0;
    padding: 20px 25px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.detail_text {
    background-color: rgba(255, 255, 255, 0.95);
    float: left;
    padding: 40px 35px;
    width: 100%;
}
.detail_text > h3 {
    margin-top: 0;
}
.widget.custom_image_widget > article {
    float: left;
    width: 100%;
}
.widget.custom_image_widget figcaption .social-sharing {
    max-width: 100%;
    width: 100%;
}
.widget.custom_image_widget .social-sharing ul {
    width: 100%;
}
.widget.custom_image_widget .social-sharing ul li {
    border: none;
    display: inline-block;
    float: none;
    line-height: normal;
    padding: 0;
    text-align: inherit;
    width: auto;
}
.widget.custom_image_widget .social-sharing ul li a {
    color: #aeaeae;
    line-height: normal;
    width: 50px;
}
.widget.custom_image_widget .social-sharing ul li:hover {
    background-color: transparent;
}
.widget.custom_image_widget .social-sharing ul li:hover::before {
    display: none;
}
.detail_text > p {
    margin-bottom: 15px;
}
.widget.custom_image_widget img {
    width: 100%;
}
/* Widget Search



========================= */

.widget-section.widget_search,
.widget.widget_search form,
.sidebar aside.widget.widget_search form#searchform {
    position: relative;
}
.widget-section.widget_search input[type="text"],
.sidebar aside.widget.widget_search form#searchform input[type="text"] {
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    font-size: 20px;
    height: 64px;
    line-height: 37px;
    padding: 5px 40px 5px 20px;
    width: 100%;
}
.sidebar .widget.widget_search form#searchform i {
    color: #444444;
    font-size: 18px;
    height: 62px;
    line-height: 60px;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 1px;
}
.widget-section.widget_search form i {
    color: #444444;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 85px;
}
.widget.widget_search input[type="submit"] {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.widget-section.widget_search input[type="submit"] {
    cursor: pointer;
    height: 62px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 63px;
    width: 39px;
}
/* Widget Newsletter



======================== */

.newsletter_section {
    background-image: url("assets/images/mail-img.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
    padding: 50px 30px 0;
    text-align: center;
    width: 100%;
}
.newsletter_section > h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}
.newsletter_section input[type="text"] {
    border: medium none;
    font-size: 15px;
    height: 64px;
    margin-bottom: 32px;
    padding: 5px 15px;
    text-align: center;
    width: 100%;
}
.newsletter_section input[type="submit"] {
    border: medium none;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 58px;
    text-transform: uppercase;
    width: 177px;
}
.newsletter_section > p {
    margin-bottom: 15px;
}
/* Ad Widget



=========================== */

.ad_section img {
    width: 100%;
}
/* Tags Widget



=========================== */

.tagcloud {
    border: 1px solid #e9e9e9;
    float: left;
    padding: 28px 30px;
    width: 100%;
}
.tagcloud > a {
    border: 1px solid #d2d2d2;
    color: #d2d2d2;
    float: left;
    font-size: 15px !important;
    line-height: 33px;
    margin: 4px;
    padding: 0 15px;
}
/* Flickr Widget / Popular Videos



==================================== */

.sidebar .widget.widget_popular_videos,
.sidebar .widget.widget_flickr {
    background-image: url("theme/assets/images/pattern.jpg");
}
.sidebar .popular-videos-widget > ul,
.sidebar .flickr-widget > ul {
    padding: 20px 30px;
}
.sidebar .widget .popular-videos-widget li {
    border: none;
    float: left;
    padding: 0px;
    width: 100%;
}
.sidebar .widget .flickr-widget li {
    border: none;
    padding: 0;
    width: 50%;
}
.popular-videos-widget ul li a,
.popular-videos-widget ul li img,
.flickr-widget ul li a,
.flickr-widget ul li img {
    float: left;
    width: 100%;
}
.sidebar .widget.widget_popular_videos h2.widget-title,
.sidebar .widget.widget_flickr h2.widget-title {
    background-color: transparent;
    line-height: 30px;
    margin-top: 26px;
}
.flickr-widget,
.popular-videos-widget {
    float: left;
    padding: 20px 30px;
    width: 100%;
}
.popular-videos-widget .owl-buttons,
.flickr-widget .owl-buttons {
    float: right;
    position: absolute;
    right: 0;
    top: -50px;
    width: 76px;
}
.popular-videos-widget .owl-controls .owl-buttons div,
.flickr-widget .owl-controls .owl-buttons div {
    background-color: #fff;
    background-size: 10px auto;
    height: 33px;
    margin-left: 2px;
    width: 36px;
}
.sidebar .widget .popular-videos-widget li:hover::before,
.sidebar .widget .flickr-widget li:hover::before {
    display: none;
}
.sidebar .widget .popular-videos-widget li a::before,
.sidebar .widget .flickr-widget li a::before {
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url(images/zoomer-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.sidebar .widget .popular-videos-widget li:hover > a::before,
.sidebar .widget .flickr-widget li:hover > a::before {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.sidebar .widget .popular-videos-widget li a::before {
    background-image: url("assets/images/play-icon.png");
}
/* Widget Latest Posts



================================== */

.widget.latest-posts .post-text {
    padding-left: 20px;
    width: 76%;
}
.post-section {
    float: left;
    border: 1px solid #e9e9e9;
    padding: 20px 29px;
}
.post-section > article {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.post-section > article figure {
    float: left;
    position: relative;
    width: 84px;
}
.widget.latest-posts .post-text {
    padding-left: 20px;
    width: 216px;
}
.widget.latest-posts .post-section article h3.post-title {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-transform: none;
    margin: 0px;
    padding: 0px;
}
.widget.latest-posts .post-section article h3.post-title > a {
    color: #000;
}
.post-section > article:first-child {
    margin-top: 0px;
}
.date {
    font-size: 12px;
    color: #cacaca;
}
.widget.latest-posts .post-section article h3.post-title::before {
    display: none;
}
.widget.latest-posts .post-section.no-img .post-text {
    padding: 0px;
    width: 100%;
}
.post-section.no-img > article {
    border-top: 1px solid #dedede;
    padding-top: 30px;
}
.post-section.no-img > article:first-child {
    padding-top: 0px;
    border-top: none;
}
.post-section > article figure::before {
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.post-section > article:hover > figure::before {
    background-color: rgba(0, 0, 0, 0.5);
}
.post-section > article figure.gallery::before {
    background-image: url("assets/images/gallery-icon.png");
}
.post-section > article figure.video::before {
    background-image: url("assets/images/video-icon.png");
}
/* Meta Widget



============================ */

.sidebar .widget.widget_meta ul {
    border: 1px solid #e9e9e9;
    padding: 20px 30px;
}
.sidebar .widget.widget_meta ul li {
    border: none;
    line-height: 22px;
    padding: 0px;
}
.sidebar .widget.widget_meta ul li a {
    line-height: 30px;
}
.sidebar .widget.widget_meta ul li:hover {
    background-color: transparent;
}
.sidebar .widget.widget_meta ul li:hover:before {
    display: none;
}
/* Popular Videos Widget



============================== */
/* Instagram Widget



============================== */

.widget.widget_instagram {
    border: 1px solid #e9e9e9;
}
.widget.widget_instagram > h3 {
    font-size: 20px;
    padding: 5px 29px;
}
#carousel {
    height: 180px;
    position: relative;
    width: 100%;
}
.carousel-image {
    border: 0;
    display: block;
}
.carousel-feature {
    position: absolute;
    top: -1000px;
    left: -1000px;
    cursor: pointer;
}
.carousel-feature .carousel-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000;
}
.carousel-feature .carousel-caption p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: white;
}
.tracker-summation-container {
    position: absolute;
    color: white;
    right: 48px;
    top: 230px;
    padding: 3px;
    margin: 3px;
    background-color: #000;
}
.tracker-individual-container,
.tracker-summation-container {
    display: none !important;
}
.instagram_post_section {
    float: left;
    padding: 29px 29px 10px;
    position: relative;
    width: 100%;
}
#carousel-left {
    background-image: url("theme/assets/images/projects-arrow.png");
    background-repeat: no-repeat;
    background-size: 13px auto;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 50px;
    top: -35px;
    width: 19px;
}
#carousel-right {
    background-image: url('images/projects-arrow-right.png');
    background-repeat: no-repeat;
    background-size: 13px auto;
    position: absolute;
    height: 25px;
    width: 19px;
    top: -35px;
    right: 20px;
    cursor: pointer;
}
#carousel-left:hover {
    background-image: url('images/projects-arrow-hvr.png');
}
#carousel-right:hover {
    background-image: url('images/projects-arrow-right-hvr.png');
}
/* Projects



============================== */

.projects_section {
    float: left;
    overflow: hidden;
    width: 100%;
}
article.project-post {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
article.project-post:nth-child(2n) .featured {
    float: right;
    width: 540px;
}
article.project-post:nth-child(2n) .featured img {
    height: 403px;
}
article.project-post:nth-child(2n) .posts {
    margin-left: 0;
    margin-right: 30px;
    width: 570px;
}
/* Filterables



=================== */

.filters {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}
.filters ul {
    display: inline-block;
    position: relative;
    width: 100%;
}
.filters ul.filternav::before {
    border: 1px solid #e9e9e9;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.filters ul li {
    float: left;
    position: relative;
    text-align: center;
    width: 16.66%;
}
.filters ul li a {
    border-bottom: 1px solid transparent;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    color: #000;
    cursor: pointer;
    float: left;
    font-size: 14px;
    line-height: 50px;
    padding: 10px 23px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.filters ul li a:hover,
.filters ul li.active a {
    background-color: #fffaf5;
    border: 1px solid;
    font-weight: bold;
}
ul.image-grid {
    margin-left: -30px;
    display: inline-block;
    position: relative;
}
li.mix {
    display: none;
    float: left;
    margin-bottom: 30px;
    margin-left: 30px;
    width: 47.4%;
}
.filters ul li > a::before,
.filters ul li.active > a::before {
    border-style: solid;
    border-width: 0 10px 10px;
    bottom: -10px;
    content: "";
    left: 50%;
    margin-left: -6px;
    position: absolute;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}
.filters ul li > a::after,
.filters ul li.active > a::after {
    border-color: transparent transparent #fffaf5;
    border-style: solid;
    border-width: 0 9px 9px;
    bottom: -9px;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}
.filters ul li > a::before,
.filters ul li > a::after {
    display: none;
}
.filters ul li.active > a::before,
.filters ul li.active > a::after,
.filters ul li > a:hover::before,
.filters ul li > a:hover::after {
    display: block;
}
ul.image-grid li article figure {
    position: relative;
}
ul.image-grid li article figure figcaption {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    color: #fff;
    left: 0;
    padding: 110px 80px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
ul.image-grid li article:hover figure figcaption {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
ul.image-grid li article figure figcaption .page-title {
    display: inline-block;
    width: 100%;
}
ul.image-grid li article figure figcaption h3 {
    color: #fff;
    margin-bottom: 20px;
    text-transform: none;
}
ul.image-grid li article figure figcaption p {
    color: #d3d3d3;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
}
ul.image-grid li article figure figcaption a.reaadmore {
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    font-weight: bold;
    height: 52px;
    line-height: 52px;
    text-transform: uppercase;
    width: 167px;
}
ul.image-grid li article figure figcaption a.reaadmore:hover {
    background-color: #fff !important;
}
/* Projects Detail page



=========================== */

.projects_details article {
    float: left;
    margin-bottom: 82px;
    width: 100%;
}
.projects_details article figure {
    float: left;
    margin-right: 30px;
    width: 570px;
}
.project-details {
    float: left;
    width: 540px;
}
.projects_details article:nth-child(2n) figure {
    float: right;
    margin: 0 0 0 30px;
    width: 540px;
}
.projects_details article:nth-child(2n) .project-details {
    width: 570px;
}
h3.project-title {
    margin: 0 0 23px;
    padding: 0 0 23px;
    position: relative;
}
h3.project-title::before {
    background-color: #e5e5e5;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 60px;
}
.project-details > p {
    color: #8f8f8f;
    line-height: 29px;
    margin-bottom: 20px;
}
.projects_details .flex-direction-nav {
    left: 0;
    width: 100%;
}
.projects_details .flex-direction-nav li {
    width: 100px;
}
.projects_details .flex-direction-nav li.flex-nav-next {
    float: right;
}
.projects_details .flexslider .flex-direction-nav li a {
    background-color: #000;
    background-image: url("theme/assets/images/projects-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    "images/
 text-indent: 1e+9px;
}
.projects_details .flexslider .flex-direction-nav li a.flex-next {
    background-image: url("assets/images/projects-arrow-right.png");
}
.projects_details .flexslider .flex-direction-nav li a:hover {
    background-image: url("assets/images/projects-arrow-hvr.png");
}
.projects_details .flexslider .flex-direction-nav li a.flex-next:hover {
    background-image: url("assets/images/projects-arrow-right-hvr.png");
}
.projects_details .flexslider:hover .flex-direction-nav li a {
    left: 0px;
}
.project-features {
    float: left;
    margin-bottom: 80px;
    margin-top: 50px;
    width: 80%;
}
.project-features > ul {
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    float: left;
    width: 100%;
}
.project-features li {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    float: left;
    padding: 20px 15px;
    width: 50%;
}
.project-features li:hover {
    background-color: #BFC9FF;
    /*background-color: #ff9000;*/

    cursor: pointer;
}
.project-features li i {
    color: #757575;
    font-size: 23px;
    margin-right: 20px;
}
.project-features img {
    float: left;
    margin-right: 10px;
}
.project-features p {
    color: #616161;
    display: inline-block;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
    max-width: 82%;
    width: 100%;
}
.project-slides {
    float: left;
    width: 100%;
}
.project-slides li {
    background-color: #453c2f;
    float: left;
    text-align: center;
    width: 50%;
    position: relative;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.project-slides a {
    float: left;
    width: 100%;
}
div.caption {
    color: #fff;
    height: 100%;
    left: 0;
    padding: 100px 60px;
    position: absolute;
    top: 0;
    width: 100%;
}
.project-slides a > img {
    float: left;
    width: 100%;
    opacity: 0.1;
    filter: alpha(opacity=10);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=10);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=10)';
}
div.caption > h3 {
    letter-spacing: -1px;
    margin-bottom: 25px;
    text-transform: none;
}
.project-features p strong {
    color: #616161;
}
/* Services



============================ */

.services .features_columns {
    margin-bottom: 0;
}
.services .features_columns .columns {
    margin-bottom: 41px;
}
.services .tabs-section {
    padding: 0;
}
/* Vertical Services



========================== */

.services.services-v2 .tabs-section .left-section {
    float: left;
    margin-right: 30px;
    width: 200px;
}
.services.services-v2 .tabs-section ul.nav-tabs > li {
    width: 100%;
}
.services.services-v2 .tabs-section ul.nav.nav-tabs > li a {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}
.services.services-v2 .tabs-section ul.nav.nav-tabs > li:last-child a {
    border-bottom: 1px solid transparent;
}
.services.services-v2 .tabs-section .nav-tabs > li.active::after,
.services.services-v2 .tabs-section .nav-tabs > li.active:focus::before {
    border-color: transparent #fff;
    border-width: 10px 10px 10px 0;
    bottom: auto;
    left: auto;
    margin-left: 0;
    margin-top: -10px;
    right: -9px;
    top: 50%;
}
.services.services-v2 .tab-content {
    padding: 0;
    width: 79%;
}
.services.services-v2 .features_columns .columns {
    width: 30%;
}
.services.services-v2 .tabs-section .nav-tabs > li.active > a::after,
.services.services-v2 .tabs-section .nav-tabs > li.active > a:focus::after {
    border-width: 10px 10px 10px 0;
    bottom: auto;
    left: auto;
    margin-top: -10px;
    right: -11px;
    top: 50%;
}
.services.services-v2 .tabs-section .nav.nav-tabs {
    margin-bottom: 25px;
}
.services.services-v2 .tabs-section .nav-tabs > li.active > a::before,
.services.services-v2 .tabs-section .nav-tabs > li.active > a:focus::before,
.services.services-v2 .tabs-section .nav-tabs > li > a:hover::before {
    width: 101%;
    height: 103%;
}
.services.services-v2 .tabs-section .nav-tabs > li.active > a::before,
.services.services-v2 .tabs-section .nav-tabs > li.active > a:focus::before {
    height: 103%;
}
.fullwidth-section {
    float: left;
    padding: 60px 0 0px;
    width: 100%;
}
.services.services-v2 .fullwidth-section {
    padding-top: 30px;
}
.fullwidth-section > p {
    line-height: 24px;
    margin-bottom: 20px;
}
/* Contact Us Section



============================== */

.map-section {
    float: left;
    position: relative;
    width: 100%;
}
.map-section iframe {
    border: medium none;
    pointer-events: none;
    width: 100%;
}
.map-section .contact-info {
    background-color: #fff;
    height: 402px;
    left: 30px;
    padding: 40px;
    overflow: hidden;
    position: absolute;
    top: 30px;
    width: 367px;
}
.contact-info-title {
    float: left;
    width: 100%;
}
.contact-info-title > h3 {
    float: left;
    margin: 0 0 30px;
    padding-bottom: 20px;
    position: relative;
    text-transform: none;
}
.contact-info-title > h3::before {
    background-color: #e5e5e5;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 40px;
}
.contact-info-title .social-network {
    float: right;
}
.contact-info-title .social-network ul li {
    margin: 0;
}
.contact-info-title .social-network ul li a {
    line-height: 35px;
    text-align: right;
    width: 30px;
}
.content .information {
    float: left;
    width: 100%;
}
.content .information li {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 30px;
    padding-left: 55px;
    position: relative;
    width: 100%;
}
.content .information ul li i {
    color: #c7c7c7;
    font-size: 27px;
    height: 30px;
    left: 0;
    line-height: normal;
    opacity: 1;
    position: absolute;
    top: 4px;
    width: 30px;
    filter: alpha(opacity=100);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.content .information li span {
    font-weight: normal;
    line-height: 25px;
}
.contact_us .information ul li span {
    color: #484848;
}
.contact_us .information ul li i.fa.fa-envelope {
    font-size: 30px;
}
.contact_us .information ul li i.fa.fa-phone {
    font-size: 35px;
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    transform: rotate(12deg);
}
.contact_us .information ul li a {
    color: #484848;
}
.contact_us .information ul li:last-child span {
    line-height: 40px;
}
.content .information li:hover i {
    color: #f78f1e;
}
.content .information li:hover a {
    color: #f78f1e;
}
.content .information li:hover span {
    color: #f78f1e;
}
/*comment form start */

.comment-form textarea {
    border: 1px solid #e9e9e9;
    color: #b0b0b0;
    font-family: "Lato", sans-serif;
    height: 300px;
    padding: 15px 25px;
    resize: vertical;
    width: 100%;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="tel"] {
    border: 1px solid #e9e9e9;
    color: #b0b0b0;
    height: 64px;
    line-height: 34px;
    padding: 15px 25px;
    width: 100%;
}
.comment-form input[type="submit"] {
    border: medium none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 58px;
    line-height: 58px;
    text-transform: uppercase;
    width: 100%;
}
.comment-form p {
    float: left;
    margin-top: 30px;
    width: 50%;
}
.comment-form p.comment-form-author,
.comment-form p.comment-form-url {
    padding-right: 10px;
}
.comment-form p.comment-form-email,
.comment-form p.comment-form-phone {
    padding-left: 10px;
}
.comment-form p.comment-form-comment,
.comment-form p.form-submit {
    width: 100%;
}
.comment-form p.form-submit {
    margin-bottom: 40px;
    margin-top: 5px;
}
/*comment form start */

.contact-form .section-title {
    float: left;
    margin: 60px 0 0;
    width: 100%;
}
.contact-form .section-title > h2 {
    margin-bottom: 0px;
    padding-bottom: 20px;
    text-transform: none;
}
.contact-form > form {
    float: left;
    width: 100%;
}
.contact-form ul li {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.contact-form ul li input[type="text"],
.contact-form ul li input[type="email"],
.contact-form ul li input[type="tel"],
.contact-form ul li select {
    border: 1px solid #e9e9e9;
    color: #b0b0b0;
    height: 64px;
    line-height: 34px;
    padding: 15px 25px;
    width: 100%;
}
.contact-form ul li input.osm-error[type="text"],
.contact-form ul li input.osm-error[type="email"],
.contact-form ul li input.osm-error[type="tel"] {
    border-color: #ff0000;
    color: #ff0000;
}
/*.contact-form form ul li:last-of-type {



    margin-bottom: 30px;



    margin-top: 15px;



    width: 100%;



}*/

.contact-form ul li.osm-full {
    padding: 0 !important;
    width: 100%;
}
/*.contact-form ul li:nth-child(1), .contact-form ul li:nth-child(3) {



    padding-right: 15px;



}*/
/*.contact-form ul li:nth-child(2), .contact-form ul li:nth-child(4) {



    padding-left: 15px;



}*/

.contact-form ul li:nth-child(5),
.contact-form ul li:nth-child(6) {
    width: 100%;
}
.contact-form ul li textarea {
    border: 1px solid #e9e9e9;
    color: #b0b0b0;
    font-family: "Lato", sans-serif;
    height: 164px;
    padding: 15px 25px;
    resize: vertical;
    width: 100%;
}
.contact-form ul li input[type="text"]:focus,
.contact-form ul li input[type="email"]:focus,
.contact-form ul li input[type="tel"]:focus,
.contact-form ul li textarea:focus {
    border: 1px solid #000;
    color: #000;
}
.contact-form input[type="submit"],
.contact-form ul li input[type="submit"] {
    border: medium none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 58px;
    line-height: 58px;
    text-transform: uppercase;
    width: 100%;
}
.contact-form input[type="submit"]:hover,
.contact-form ul li input[type="submit"]:hover {
    background-color: #000 !important;
}
.contact-form .section-title img {
    float: right;
    margin-top: 10px;
}
.contact_us.contact-v2 .contact-info {
    background-image: url("theme/assets/images/contact-info-pattern.jpg");
    height: 450px;
    padding: 40px;
    width: 100%;
}
.contact-v2 .contact-info-title > h3 {
    color: #fff;
}
.contact-v2 .contact-info-title > h3:before {
    background-color: #383838;
}
.contact_us .social-network ul li {
    margin: 0;
}
.contact_us.contact-v2 .information ul li span,
.contact_us.contact-v2 .information ul li span a,
.contact_us.contact-v2 .information ul li i {
    color: #fff;
}
.contact_us.contact-v2 .social-network ul li a {
    text-align: center;
    width: 67px;
}
.contact_us .social-network ul li:first-child a {
    text-align: left;
}
.contact_us.contact-v2 .social-network ul li:last-child a {
    text-align: right;
}
.contact_us.contact-v2 .social-network ul li:nth-child(2) a {
    padding-right: 15px;
}
.contact_us.contact-v2 .social-network ul li:nth-child(3) a {
    padding-left: 15px;
}
.contact_us.contact-v2 .information li:hover i,
.contact_us.contact-v2 .information li:hover span,
.contact_us.contact-v2 .information li:hover span a {
    color: #f78f1e;
}
.contact_us.contact-v2 .contact-form ul li:nth-child(1),
.contact_us.contact-v2 .contact-form ul li:nth-child(2),
.contact_us.contact-v2 .contact-form ul li:nth-child(3),
.contact_us.contact-v2 .contact-form ul li:nth-child(4) {
    margin-top: 20px;
    padding: 0;
    width: 100%;
}
.contact_us.contact-v2 .contact-form ul li input[type="text"],
.contact_us.contact-v2 .contact-form ul li input[type="email"],
.contact_us.contact-v2 .contact-form ul li input[type="tel"],
.contact_us.contact-v2 .contact-form ul li textarea {
    background-color: #fcfcfc;
}
.contact_us.contact-v2 .contact-form ul li textarea {
    height: 235px;
}
.contact-v3.contact_us .map-section {
    margin-bottom: 60px;
}
.contact-v3.contact_us .contact-form .section-title {
    margin: 0;
}
.contact-v3.contact_us .contact-info {
    border: 1px solid #000;
    margin-bottom: 30px;
}
.content .information li {
    margin-bottom: 35px;
    margin-left: 0px;
    width: 100%;
}
.contact-v3 .contact-info-title {
    padding: 40px 40px 0;
}
.contact_us.contact-v3 .information {
    padding: 10px 40px 0;
}
.contact_us.contact-v3 .social-network {
    border-top: 1px solid #d9d9d9;
    float: left;
    padding: 30px;
    width: 100%;
}
.contact_us.contact-v3 .social-network ul li a {
    color: #000000;
    font-size: 30px;
    height: 40px;
    line-height: 54px;
    width: 69px;
}
.contact_us.contact-v3 .social-network ul li:last-child a {
    text-align: right;
}
.contact_us.contact-v3 .social-network ul li:nth-child(2) a {
    padding-left: 10px;
}
.contact_us.contact-v3 .social-network ul li:nth-child(3) a {
    padding-left: 25px;
}
.blog-section h2.post-title {
    font-size: 28px;
    margin-bottom: 20px;
    padding: 0;
    text-transform: none;
}
.details-product .regular-price span.amount {
    font-size: 17px;
    font-weight: bold;
}
/* Cart page



======================== */

.right_buttons {
    float: right;
}
.shop_table tr td.actions input.button,
a.button,
button.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #464646;
    border-radius: 4px;
    color: #fff;
    float: left;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    margin-left: 20px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    width: 227px;
}
.woocommerce button.button,
.woocommerce input.button {
    margin-left: 20px;
}
a.button:hover,
button.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
a.button:focus,
button.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: #fff !important;
}
.cart_section {
    float: left;
    width: 100%;
}
table.shop_table.cart {
    border: 1px solid #e9e9e9;
    float: left;
    margin: 0px;
    width: 100%;
}
.cart_section table.cart thead {
    border-bottom: 1px solid #e9e9e9;
}
body .woocommerce .cart_section table thead th {
    font-size: 18px;
    padding: 15px;
}
body .woocommerce .cart_section table.shop_table.cart tbody td {
    border-bottom: 1px solid #e9e9e9;
    padding: 15px;
}
.cart_section table tbody td.product-name > a {
    color: #000;
}
body .woocommerce a.remove {
    background-color: #e9e9e9;
    border-radius: 100%;
    color: #959595 !important;
    display: inline-block;
    font-size: 22px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
}
body .woocommerce a.remove:hover {
    background-color: #464646;
    color: #fff;
}
.cart_section table tbody td.product-thumbnail {
    text-align: center;
}
span.amount {
    font-size: 15px;
}
.product-details .price .regular-price span.amount {
    font-size: 37px;
}
.shop_table tr td.actions input.button {
    border: none;
    float: right;
}
.cart_totals > table {
    background-color: #f3f3f3;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    float: left;
    padding: 20px 22px;
    width: 100%;
}
.cart_totals > h2 {
    display: none;
}
.cart_totals > table {
    float: left;
    width: 100%;
}
.cart-subtotal > th {
    width: 50%;
}
.cart_section .cart_totals table tbody td {
    border: none;
    padding: 5px 15px;
    text-align: right;
}
.cart_section .cart_totals table tbody td form {
    display: none;
}
body .woocommerce .cart-collaterals .cart_totals table tr th {
    padding: 20px 22px 0;
}
.cart_page .section-title > h2::before {
    display: none;
}
.cart_page .section-title > h2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.cart_page .section-title {
    margin-bottom: 39px;
}
body .woocommerce .cart-collaterals .cart_totals table tr:last-child th {
    padding-bottom: 20px;
}
.coupon > label {
    display: none;
}
.coupon {
    float: left;
}
.wc-proceed-to-checkout {
    float: left;
    padding: 30px 0;
    width: 100%;
}
body.woocommerce-cart .woocommerce .coupon input.input-text {
    border: 1px solid #e9e9e9;
    border-radius: 4px 0 0 4px;
    float: left;
    height: 48px;
    padding: 0 18px;
    width: 252px;
}
body.woocommerce-cart .woocommerce .coupon input.button,
.wc-proceed-to-checkout .coupon input.button {
    background-color: #f3f3f3 !important;
    border: 1px solid #e9e9e9;
    border-radius: 0 3px 3px 0;
    color: #464646;
    font-size: 12px;
    margin-left: -1px;
    width: 143px;
}
body.woocommerce .quantity input[type="number"] {
    background-color: #f8f8f8;
    border: 1px solid #e9e9e9;
    line-height: 57px;
    padding: 0 0 0 15px;
    width: 130px;
}
.action-btns {
    float: right;
}
.cart_section .cart_totals table tbody tr.shipping > td,
.cart_section .cart_totals table tbody tr.order-total > td {
    font-weight: bold;
}
/* Checkout Page



===================== */

.woocommerce .woocommerce-info {
    color: #fff;
    float: left;
    font-size: 18px;
    line-height: 62px;
    padding-left: 20px;
    width: 100%;
}
a.showlogin {
    background-color: #fff;
    border-right: 1px solid;
    border-top: 1px solid;
    float: right;
    padding: 0 40px;
}
.checkout-section form.login {
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    float: left;
    margin-bottom: 40px;
    padding: 30px 34px;
    width: 100%;
}
.checkout-section form.login > p {
    color: #8f8f8f;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 25px;
}
.checkout-section form.login > p.form-row.form-row-first {
    float: left;
    padding-right: 15px;
    width: 50%;
}
.checkout-section form.login > p.form-row.form-row-last {
    float: left;
    padding-left: 15px;
    width: 50%;
}
.checkout-section form.login > p.form-row input {
    border: 1px solid #e9e9e9;
    line-height: 64px;
    padding: 0 20px;
    width: 100%;
}
.checkout-section form.login > p.form-row input:focus {
    border-color: #000;
    color: #000;
}
.checkout-section form.login > p.form-row label {
    display: none;
}
.checkout-section form.login > p.form-row input[type="submit"] {
    float: right;
    height: 48px;
    line-height: normal;
    width: 148px;
}
.lost_password > a {
    float: right;
    font-size: 12px;
    line-height: 48px;
}
.woocommerce .woocommerce-info:nth-of-type(2) {
    background-color: #f3f3f3;
    border: 1px solid #e9e9e9;
    color: #010101;
    margin-bottom: 50px;
}
a.showcoupon {
    background-color: #fff;
    float: right;
    line-height: 62px;
    padding: 0 30px;
}
.woocommerce-billing-fields > h3::before,
.woocommerce-shipping-fields label.checkbox::before {
    background-color: #e5e5e5;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields label.checkbox {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: -2px;
    margin: 0 0 30px;
    padding: 0 0 20px;
    position: relative;
    text-transform: none;
}
.woocommerce-billing-fields label,
.woocommerce-shipping-fields label {
    display: none;
}
.woocommerce-billing-fields .select2-container {
    height: 64px;
    min-width: 100%;
}
.woocommerce-billing-fields .select2-selection.select2-selection--single,
.woocommerce-shipping-fields .select2-selection.select2-selection--single {
    border-radius: 0;
    height: 100%;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 64px;
    padding-left: 20px;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: -13px;
    right: 15px;
    top: 50%;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow b,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent;
}
.woocommerce-cart table.cart input.input-text {
    border: 1px solid #e9e9e9;
    color: #a3a3a3;
    line-height: 34px;
    padding: 0 0 0 20px;
    text-align: left;
    width: 100px;
}
.input-text:focus {
    border-color: #000;
    color: #000;
}
p#billing_first_name_field {
    float: left;
    padding-right: 15px;
    width: 50%;
}
p#billing_last_name_field {
    float: left;
    padding-left: 15px;
    width: 50%;
}
.woocommerce-shipping-fields label.checkbox {
    display: inline-block;
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 20px;
    position: relative;
    text-transform: none;
}
.woocommerce-shipping-fields > h3 {
    margin: 0;
}
.woocommerce-shipping-fields #order_comments_field textarea {
    background-color: #f3f3f3;
    height: 64px;
    line-height: 64px;
    overflow: hidden;
    resize: none;
}
.woocommerce-shipping-fields input[type="checkbox"] {
    float: right;
    position: relative;
    margin-left: 30px;
    top: 10px;
}
#customer_details {
    margin-bottom: 40px;
}
.checkout.woocommerce-checkout > h3#order_review_heading::before {
    background-color: #e5e5e5;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}
.checkout.woocommerce-checkout > h3#order_review_heading {
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 30px;
    padding: 0 0 20px;
    position: relative;
}
.woocommerce-checkout-review-order {
    float: left;
    width: 100%;
}
table.shop_table {
    border: 1px solid #e9e9e9;
    float: left;
    width: 100%;
}
.woocommerce-checkout-review-order table thead th {
    font-size: 18px;
    padding: 17px 30px;
    text-transform: uppercase;
}
.woocommerce-checkout-review-order thead {
    border-bottom: 1px solid #e9e9e9;
}
body.page .woocommerce-checkout-review-order table tbody td {
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 15px;
}
.woocommerce-checkout-review-order tfoot th,
.woocommerce-checkout-review-order tfoot td {
    padding: 15px 30px 0;
}
.woocommerce-checkout-review-order tfoot tr:last-child th {
    padding-bottom: 15px;
}
.woocommerce-checkout-review-order tfoot {
    background-color: #f3f3f3;
}
.woocommerce-checkout-payment {
    float: left;
    margin-top: 40px;
    width: 100%;
}
.payment_box.payment_method_bacs {
    background-color: #f3f3f3;
    border: 1px solid #e9e9e9;
    float: left;
    margin-bottom: 25px;
    margin-top: 15px;
    padding: 15px;
    position: relative;
    width: 100%;
}
.payment_box.payment_method_bacs::before {
    border-color: transparent transparent #f3f3f3;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -10px;
}
.payment_box.payment_method_bacs::after {
    border-color: transparent transparent #e9e9e9;
    border-style: solid;
    border-width: 0 12px 12px;
    content: "";
    left: 18px;
    position: absolute;
    top: -12px;
    z-index: -1;
}
.payment_box.payment_method_bacs > p {
    margin: 0;
}
.payment_method_paypal img {
    margin: 0 20px;
    width: 120px;
}
input.input-radio {
    margin-right: 5px;
}
.about_paypal {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
}
input#place_order {
    border: medium none;
    border-radius: 4px;
    height: 64px;
    margin: 20px 0 0;
    width: 100%;
}
/* Team Section



========================== */

.team-section .team {
    padding: 0;
}
.team-section .team .team-slider ul {
    margin-left: -30px;
}
.team-section .team .team-slider li {
    float: left;
    margin-bottom: 30px;
    margin-left: 30px;
    width: 252px;
}
.team-section .team .team-slider ul li .social-network > ul {
    margin: 0;
}
.team-section .team .team-slider li .social-network ul li {
    display: inline-block;
    float: none;
    margin: 0;
    width: auto;
}
.team .social-network ul li a {
    width: 35px;
}
/* Team V2 */

.team-section.team-v2 .team .team-slider > ul > li {
    background-color: #f5f5f5;
    position: relative;
    margin-bottom: 60px;
    margin-top: 60px;
    width: 30%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.team-section.team-v2 .team .team-slider > ul > li::after {
    border-color: transparent #fff;
    border-style: solid;
    border-width: 50px 176px 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
}
.team-section.team-v2 .team .team-slider > ul > li::before {
    border-color: transparent #fff;
    border-style: solid;
    border-width: 0 176px 50px;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}
.team-section.team-v2 .team .team-slider article figure {
    background-color: #f1f1f1;
    border: 8px solid #f5f5f5 !important;
    margin-bottom: 8px;
    margin-top: -93px;
    padding: 0;
    position: relative;
    z-index: 999;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.team ul li:hover .post-title {
    color: #fff;
}
.team-section.team-v2 .team h3.post-title {
    margin-bottom: 25px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.team-section.team-v2 .team-slider .text-section > p {
    color: #757575;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.team-section.team-v2 .team-slider .text-section {
    margin-bottom: 30px;
}
.team-section.team-v2 .team-slider .text-section .social-network ul li a {
    border: 1px solid #a2a3a4;
    color: #a2a3a4;
    font-size: 17px;
    height: 29px;
    line-height: 29px;
    margin: 0 8px;
    width: 29px;
}
.team-section.team-v2 .team-slider .text-section .social-network ul li a:hover {
    background-color: #fff;
    color: #ffa800 !important;
}
.team-section.team-v2 .team-slider .social-network {
    margin-top: 20px;
}
.team-section.team-v2 .team .team-slider li> article {
    border: none;
}
.team-section.team-v2 .team .team-slider li:hover h3.post-title,
.team-section.team-v2 .team .team-slider li:hover p,
.team-section.team-v2 .team .team-slider li:hover .social-network ul li a {
    color: #fff;
}
.team-section.team-v2 .team .team-slider li:hover .social-network ul li a {
    border-color: #fff;
}
/* 404 Page



===================== */

.error-404 {
    float: left;
    text-align: center;
    width: 100%;
}
.error-text > p {
    color: #a6a6a6;
    font-size: 25px;
    margin: 30px 0 40px;
}
.error-navigation {
    float: left;
    margin-top: 40px;
    width: 100%;
}
.error-navigation > h3 {
    color: #faa026;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    margin: 0px;
    text-align: left;
    text-transform: none;
    vertical-align: top;
    width: 180px;
}
.error-navigation > ul {
    display: inline-block;
    padding-left: 100px;
    text-align: left;
    vertical-align: top;
    width: 60%;
}
.error-navigation ul li {
    float: left;
    width: 33.3%;
}
.error-navigation ul li a {
    color: #3c3c3c;
    font-size: 18px;
    line-height: 30px;
}
.error-navigation ul li a:hover {
    color: #FAA026;
}
.fb-page.fb_iframe_widget,
.fb-page.fb_iframe_widget span,
.fb-page.fb_iframe_widget span iframe {
    width: 100% !important;
}
.rate {
    width: 80%;
}
.search-form input.search-field {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    color: #a8a8a8;
    font-weight: 300;
    height: 78px;
    line-height: 45px;
    padding: 5px 20px;
    width: 520px;
}
span.screen-reader-text {
    display: none;
}
input.search-submit.screen-reader-text {
    border: medium none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 58px;
    line-height: 59px;
    margin-left: -86px;
    position: relative;
    text-transform: uppercase;
    top: 1px;
    width: 160px;
}
form.search-form {
    margin-bottom: 40px;
    position: relative;
}
.post-options .category-section span a {
    color: #000;
}
.search-results .content article.blogpost {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 40px;
    padding-bottom: 50px;
}
.category-section time {
    margin-right: 11px;
}
.post-password-required .blog-post-details {
    max-width: 100%;
}
.password-form br {
    display: none;
}
body a {
    color: #000;
}
.navigation.post-navigation {
    width: 100%;
}
.nav-previous {
    float: left;
    padding-right: 5px;
    max-width: 50%;
    width: 100%;
}
.nav-next {
    float: right;
    padding-left: 5px;
    max-width: 50%;
    text-align: right;
    width: 100%;
}
.meta-nav {
    display: block;
    text-transform: uppercase;
}
.nav-links .post-title {
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.nav-links .post-title::before {
    display: none;
}
h2.screen-reader-text {
    display: none;
}
.children {
    float: left;
    margin-top: 40px;
    padding: 0px 0 20px 45px;
    width: 100%;
}
.comment-respond {
    float: left;
    margin-top: 50px;
    width: 100%;
}
/* Password Protected Page



=========================== */

.password-protected {
    /*background-image: url("assets/images/pattern.jpg");*/

    float: left;
    padding: 100px 0 120px;
    text-align: center;
    width: 100%;
}
.password-protected .password-section h3 {
    font-family: "montserrat";
    font-size: 50px;
    font-weight: bold;
    margin: 53px 0;
}
.password-form input[type="password"],
.error-navigation input[type="text"],
form#searchform input[type="text"] {
    background-color: #fcfcfc;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    height: 78px;
    line-height: 78px;
    padding: 5px 20px;
    width: 60%;
}
.password-form input[type="submit"],
.error-navigation input[type="submit"],
form#searchform input[type="submit"] {
    border: medium none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 58px;
    margin-left: -80px;
    margin-top: 10px;
    text-transform: uppercase;
    vertical-align: top;
    width: 177px;
}
.error-navigation input[type="text"],
form#searchform input[type="text"] {
    border: 1px solid #dfdfdf;
    color: #d1d1d1;
    float: left;
    font-size: 24px;
    font-weight: 300;
    padding: 5px 50px 5px 25px;
    width: 96%;
}
.error-navigation form i,
form#searchform i {
    color: #fff;
    font-size: 26px;
    margin-top: -13px;
    position: absolute;
    right: 16px;
    top: 50%;
    z-index: 99999999;
}
.error-navigation input[type="submit"],
form#searchform input[type="submit"] {
    position: absolute;
    right: 0;
    width: 60px;
    z-index: 9999999;
}
.password-protected.pp-v2 {
    background-image: url("assets/images/pp-img.jpg");
    background-size: cover;
}
.password-protected.pp-v2 .password-section h3 {
    color: #fff;
}
.password-protected.pp-v2 .password-form input[type="submit"] {
    border-radius: 0 5px 5px 0;
    height: 78px;
    margin-left: -3px;
    margin-top: 0;
    position: relative;
}
.password-protected.pp-v2 .password-form input[type="password"] {
    border-radius: 5px 0 0 5px;
    position: relative;
    width: 77%;
}
.error-navigation > form,
.password-protected.pp-v2 .password-form > form {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 70%;
}
.page-content > form#searchform {
    display: inline-block;
    max-width: 60%;
    position: relative;
    width: 100%;
}
.password-protected.pp-v2 .password-form form::before {
    border-style: solid;
    border-width: 35px 39px 0 40px;
    content: "";
    position: absolute;
    right: 158px;
    top: 21px;
    z-index: 9999;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/* Coming Soon



============================ */

.comingsoon {
    background-image: url("assets/images/coming-soon.jpg");
    float: left;
    padding: 80px 0;
    text-align: center;
    width: 100%;
    background-size: cover;
}
.comingsoon .section-title {
    display: inline-block;
    width: 71%;
    float: none;
    margin-top: 57px;
}
.comingsoon .section-title > h2 {
    color: #fff;
    font-weight: bold;
    font-family: "Montserrat";
    font-size: 50px;
    margin-bottom: 10px;
}
.comingsoon .section-title > p {
    color: #fff;
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 36px;
}
.comingsoon .section-title > h2::before {
    display: none;
}
.comingsoon .logo {
    text-align: center;
    width: 100%;
    padding: 20px 0;
    position: relative;
}
.countdown {
    float: left;
    text-align: center;
    position: relative;
    width: 100%;
}
.countdown.view2::before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.countdown_names {
    text-transform: uppercase;
    font-size: 70px;
    line-height: 80px;
}
.fw-container > div#getting-started {
    display: inline-block;
    margin-bottom: 35px;
    margin-top: 39px;
    vertical-align: top;
    position: relative;
    width: 100%;
}
.fw-container > div#getting-started span {
    display: block;
    font-size: 25px;
}
#getting-started ul li {
    display: inline-block;
    padding: 20px;
    height: 180px;
    width: 200px;
    margin: 0px 15px 20px;
    text-align: center;
    background-color: #fff;
}
/* Pricing Tables



============================ */

article.price-table {
    border: 2px solid #464646;
    float: left;
    margin: 0px 0px 30px;
    text-align: center;
    width: 100%;
}
article.price-table .title {
    background-color: #464646;
    color: #fff;
    margin: 0 0 35px;
    padding: 10px;
    position: relative;
}
article.price-table .title::before {
    border-color: transparent transparent #464646;
    border-style: solid;
    border-width: 0 125px 15px;
    bottom: -15px;
    content: "";
    left: 0;
    position: absolute;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}
article.price-table .price {
    border-bottom: 1px solid #e5e5e5;
    font-size: 40px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
/*article.price-table .options > ul {
    margin-bottom: 50px;
}*/
article.price-table .options li {
    color: #8c8c8c;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
article.price-table a.selection_btn {
    background-color: #464646;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    height: 58px;
    line-height: 58px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 85%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
article.price-table a.selection_btn:hover {
    border-color: #464646;
    background-color: transparent;
    color: #000 !important;
}
article.price-table.featured a.selection_btn:hover {
    background-color: transparent;
}
body .content article.price-table.featured a.selection_btn:hover {
    background-color: #fff !important;
}
/* View 2 */

article.price-table.price-v2 .title::before {
    display: none;
}
article.price-table.price-v2 .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    margin: 0;
    padding: 5px;
}
article.price-table.price-v2 .price {
    background-color: #464646;
    position: relative;
    width: 100%;
}
article.price-table.price-v2 .price::before {
    border-color: transparent transparent #464646;
    border-style: solid;
    border-width: 0 15px 10px;
    bottom: -10px;
    content: "";
    left: 50%;
    margin-left: -15px;
    position: absolute;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}
article.price-table.price-v2.featured .price {
    color: #fff !important;
}
/* View 3 */

article.price-table.price-v3 .title::before {
    display: none;
}
.content article.price-table.price-v3 .title {
    background-color: transparent;
    color: #b2b2b2;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
    /* padding: 27px 0 0;*/
}
article.price-v3.price-table .price {
    border: medium none;
    margin-bottom: 10px;
    padding: 0;
}
article.price-table.price-v3 {
    padding: 20px 10px 31px;
    width: 100%;
}
.password-section i {
    font-size: 150px;
}
#calendar_wrap {
    float: left;
    width: 100%;
}
article.price-table.featured .title {
    color: #fff !important;
}
.content article.price-table.price-v3 .title {
    background-color: transparent !important;
    color: #b2b2b2 !important;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 27px 0;
}
table#wp-calendar {
    float: left;
    text-align: center;
    width: 100%;
}
table#wp-calendar caption {
    text-align: center;
}
table#wp-calendar thead th,
table#wp-calendar tbody td,
table#wp-calendar tfoot td {
    border: 1px solid #dfdfdf;
    line-height: 26px;
    padding: 5px;
    text-align: center;
}
table#wp-calendar caption {
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}
.sidebar .widget.widget_meta ul li a {
    line-height: normal;
    padding: 5px 0;
}
.widget select {
    border: 1px solid #dfdfdf;
    height: 50px;
    line-height: 30px;
    margin: 20px 0px;
    padding: 5px 25px;
    width: 100%;
}
.screen-reader-text {
    display: none;
}
.col-lg-8.col-md-8.col-sm-8.col-xs-12 .fw-container {
    width: 100%;
}
.blog-section.blog_details .tagcloud {
    border: medium none;
    padding: 20px 0;
}
.blog-section.blog_details .tagcloud > a:first-of-type {
    margin-left: 0;
}
.nav-links {
    float: left;
    margin-top: 25px;
    width: 100%;
}
.nav-previous > a {
    background-image: url("assets/images/nav-left.png");
    background-position: 20px 20px;
    background-repeat: no-repeat;
    border: 1px solid #e9e9e9;
    float: left;
    font-size: 20px;
    height: 64px;
    line-height: 62px;
    padding-left: 85px;
    width: 100%;
}
.nav-next > a {
    background-image: url("assets/images/nav-right.png");
    background-position: 95% 20px;
    background-repeat: no-repeat;
    border: 1px solid #e9e9e9;
    float: left;
    font-size: 20px;
    height: 64px;
    line-height: 62px;
    padding-right: 85px;
    width: 100%;
}
.nav-previous > a:hover {
    background-color: #f3f3f3;
    background-image: url("assets/images/nav-left-hvr.png");
}
.nav-next > a:hover {
    background-color: #f3f3f3;
    background-image: url("assets/images/nav-right-hvr.png");
}
.blog-section.grid-view article.post-password-required .blog-post-details {
    margin-top: 0;
}
article.blogpost.post-password-required .password-protected {
    /*background-image: none;*/

    padding: 50px 0;
}
article.blogpost.post-password-required .password-protected i {
    color: #000;
    font-size: 60px;
    height: auto;
    text-align: center;
    width: 39px;
}
article.blogpost.post-password-required .password-protected h3 {
    color: #000;
}
.blog-section.grid-view article.blogpost.post-password-required .password-protected h3 {
    font-size: 35px;
    margin-bottom: 0;
    margin-top: 40px;
}
.blog-section.grid-view article.blogpost.post-password-required,
.blog-section.list-view article.blogpost.post-password-required {
    background-image: url("theme/assets/images/pattern.jpg");
}
.blog-section.list-view article.blogpost.post-password-required {
    padding: 20px 30px;
}
.blog-section.grid-view article.post-password-required h2.post-title {
    background-color: transparent;
}
.blog-section.grid-view article.post-password-required h2.post-title::before {
    background-color: #fff;
}
.blog-section.grid-view article.post-password-required .password-section {
    float: left;
    width: 100%;
}
.blog-section.list-view article.blogpost {
    margin-bottom: 80px;
}
article.post-password-required .social-sharing ul li a {
    color: #000;
}
.blog-section.list-view article.post-password-required .category-section > a {
    color: #000;
}
.blog-section.list-view article.blogpost.post-password-required .password-protected h3 {
    font-size: 45px;
    margin-bottom: 30px;
    margin-top: 40px;
}
.blog-section.list-view .post-title::before {
    display: none;
}
.col-lg-8 .blog-section.list-view article.blogpost figure,
.col-lg-8 .blog-section.list-view article.blogpost .blog-post-details {
    max-width: 100%;
    padding: 0;
}
.col-lg-8 .blog-section.list-view article.blogpost figure {
    margin-bottom: 30px;
}
.col-lg-8 .blog-section.list-view article.blogpost figure img {
    height: auto;
    width: 100%;
}
.col-lg-8 .blog-section.grid-view article.blogpost {
    margin-bottom: 40px;
    width: 45%;
}
.wpb_wrapper > p {
    font-size: 16px;
    line-height: 25px;
}
.white-text p {
    color: #fff;
}
body .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    margin: 0;
}
.wpb_single_image a,
.wpb_single_image img {
    float: left;
    width: 100%;
}
.wpb_single_image .vc_single_image-wrapper {
    width: 100%;
}
.vc_toggle_title {
    line-height: 50px;
    padding: 0 30px;
}
body .vc_toggle {
    background-color: #f2f2f2;
    margin-bottom: 5px;
    padding-left: 20px;
}
.vc_toggle_content .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}
.wpb_single_image a {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    padding: 5px 5px 1px;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title > h4 {
    line-height: 27px;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt > p {
    color: #333;
    line-height: 24px;
}
.vc_gitem-zone.vc_gitem-zone-c {
    background-color: transparent !important;
}
body.woocommerce .woocommerce-ordering select {
    border: 1px solid #dfdfdf;
    color: #a7a7a7;
    display: inline-block;
    font-weight: 300;
    height: 35px;
    line-height: 35px;
}
body.archive .post-title::before {
    display: none;
}
.pagination.navigation {
    border: 1px solid #dfdfdf;
}
body.woocommerce.archive .woocommerce-info {
    background-color: #f7f6f7;
    border: 0 none;
    color: #313131;
    height: 64px;
    line-height: 28px;
}
body.woocommerce.archive .woocommerce-info::before {
    color: #b1b1b1;
    top: 18px;
}
p.cart-empty {
    line-height: 30px;
    margin-bottom: 30px;
}
p.return-to-shop .button.wc-backward {
    margin-bottom: 30px;
    margin-left: 0;
}
.col-lg-8.col-md-8.col-sm-8.col-xs-12 .blog-section article.blogpost figure {
    margin-bottom: 30px;
    max-width: 100%;
}
.col-lg-8.col-md-8.col-sm-8.col-xs-12 .blog-section article.blogpost figure img {
    height: auto;
    width: 100%;
}
.col-lg-8.col-md-8.col-sm-8.col-xs-12 .blog-section article.blogpost .blog-post-details {
    padding: 0px;
    max-width: 100%;
}
.sidebar .widget ul li.recentcomments > a {
    line-height: 21px;
    max-width: 60%;
    text-align: left;
}
.box_layout .banner.simple .slider_caption {
    margin-top: 30px;
}
.blog-post-details .post-title::before {
    display: none;
}
.sidebar .widget ul li.recentcomments {
    line-height: normal;
    padding: 20px 30px;
}
body .wpb_row,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li,
body .last_toggle_el_margin,
.wpb_button {
    margin-bottom: 0px;
}
.team-slider {
    float: left;
    /*padding: 70px 0 45px;*/

    width: 100%;
}
/*body .vc_separator.wpb_content_element.vc_separator_align_center.vc_sep_width_100.vc_sep_pos_align_center.vc_separator_no_text.vc_sep_color_grey {



    margin: 70px 0;



}*/

.box_layout .margin-left.wpb_column.vc_column_container.vc_col-sm-6 {
    padding-left: 84px;
}
.box_layout .margin-right.wpb_column.vc_column_container.vc_col-sm-6 {
    padding-right: 84px;
}
.vc_row.wpb_row.vc_row-fluid.container {
    margin: 0 auto;
    padding: 0px;
}
body .woocommerce.widget_shopping_cart a.remove {
    background-color: transparent;
    line-height: 40px;
    padding: 7px;
    text-align: center;
}
.woocommerce.widget_shopping_cart ul.cart_list li.mini_cart_item img {
    float: left;
    margin-right: 20px;
}
.woocommerce.widget_shopping_cart ul.cart_list li.mini_cart_item img {
    float: left;
    margin-right: 20px;
}
.services .tab-pane .tabs_details {
    float: left;
    padding: 0;
    width: 46%;
}
.services .tab-content .tab-pane figure {
    margin: 0 30px 40px 0;
}
.services.services-list .tab-content .tab-pane figure {
    margin-bottom: 0;
}
.services .tab-content .tab-pane .tabs_details h3.post-title::before {
    left: 55%;
}
.services.services-list .tab-content .tab-pane .tabs_details h3.post-title::before {
    left: 0;
    margin: 0;
}
/* .tab-content > .tab-pane.active#all {
    margin-left: -30px;
} */

.box_layout .slider_caption h2 {
    margin-top: 0;
}
.menu-wrapper {
    float: right;
}
.header-v3 .menu-item-has-children:last-child > ul > li > ul {
    left: -100%;
}
.woocommerce-cart table.cart th.product-thumbnail {
    padding-left: 30px;
}
body.home .tabs-section .nav-tabs > li:first-child > a[href="#all"] {
    display: none;
}
.home-services .services {
    padding: 80px 0;
}
.newsletter form #newsletter_mess_4862479 {
    color: #d43030;
    position: absolute;
    text-transform: capitalize;
    top: 10px;
}
.newsletter div.osm-status {
    color: #ff0000;
    left: 5px;
    position: absolute;
    text-transform: capitalize;
    top: 10px;
}
.vc_separator.wpb_content_element.vc_separator_align_center.vc_sep_width_100.vc_sep_border_width_2.vc_sep_pos_align_center.vc_separator_no_text.vc_sep_color_chino {
    margin-bottom: 20px;
}
.tabs-section .nav-tabs > li.active:first-of-type::after,
.tabs-section .nav-tabs > li.active:first-of-type:focus::before {
    display: none;
}
.parallax {
	background-image:url(assets/images/parallax-banner.jpg);
    background-attachment: fixed !important;
    background-size: cover;
    float: left;
    margin: 0 0 80px;
    position: relative;
    width: 100%;
}
.taxonomy-description {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 40px;
    padding: 0 0 20px;
}
.taxonomy-description > p {
    font-size: 18px;
    line-height: 33px;
}
.single-fw-portfolio .content {
    padding-bottom: 0;
}
.flex-direction-nav {
    left: 0;
    margin: 0;
    width: 100%;
}
.flex-direction-nav > li {
    float: left;
    height: 80px;
    width: 80px;
}
.flex-direction-nav > li:last-child {
    float: right;
}
.fw-main-row.parallax {
    z-index: 999;
}
.page.woocommerce-page.woocommerce-checkout .entry-content .woocommerce {
    float: none;
    margin: 0 auto;
    width: 1170px;
}
time.icon {
    font-size: 0.8em;
    /* change icon size */

    display: block;
    position: relative;
    width: 7em;
    height: 7em;
    background-color: #fff;
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
}
time.icon * {
    display: block;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}
time.icon strong {
    position: absolute;
    top: 0;
    padding: 0.4em 0;
    color: #fff;
    background-color: #777	;
    border-bottom: 1px dashed #fff;
    box-shadow: 0 2px 0 #777;
}
time.icon em {
    position: absolute;
    bottom: 0.3em;
    color: #777;
}
time.icon span {
    font-size: 2.8em;
    letter-spacing: -0.05em;
    padding-top: 0.8em;
    color: #777;
}