/*** ======= // TABLE OF CONTENT // ============================
1. General Styling
2. Cross Browser Compatibility
3. Header Style
4. Header Style 2
5. Sticky Header
6. Responsive Header
7. Slider
8. All Services
9. Reviews
10. Fun Facts
11. Our Team
12. Why Us
13. Theme Tabs
1900
14. Testimonial Carousel
15. Contact Form
16. Map
17. Latest News
18. Awards
19. Video
20. Contact Info
21. Single Attorney
22. Case Studies
23. Get Free Consultation
24. Fancy Attorney Style
25. Laws
26. Parallax Text
27. Simple Attorney Carousel
28. Testimonial Full Carousel
29. Custom Tabs
30. Page Top
31. About Section
32. Lawyer Single
33. Awards
34. Careers
35. Blog Single Page
36. Sidebar
37. Footer
38. Experience Bar
39. Bottom Bar
40. LIGHTBOX PLUGIN STYLING
41. OWL CAROUSEL STYLING
===================================================== ***/


/*=============== General Styling ===================*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700|Rubik:300,400,400i,500,500i,700,900');

html {
    overflow-x: hidden;
}
body{
    float:left;
    width:100%;
    font-family:Roboto;
    letter-spacing:0.4px;
    color:#777777;
    position:relative;
}
h1,h2,h3,h4,h5,h6{
    font-family:Rubik;
    color:#2e2e2e;
}
p{
    font-family:Roboto;
    color:#666666;
    line-height:26px;
    font-size:15px;
    letter-spacing:0.4px;
}
ul li ,ul li a,
ol li,ol li a{
    font-family:Roboto;
    color:#666666;
    font-size:15px;
    line-height:26px;
}
a:hover,
a:focus{
    text-decoration:none;
    outline:none;
}
.theme-layout{
    float:left;
    width:100%;
}
.theme-layout.boxed{
    background:none repeat scroll 0 0 #FFFFFF;
    float:none;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    z-index:1;
    width:95%;
    
    -webkit-box-shadow:0 0 6px #747474;
    -moz-box-shadow:0 0 6px #747474;
    -ms-box-shadow:0 0 6px #747474;
    -o-box-shadow:0 0 6px #747474;
    box-shadow:0 0 6px #747474;
}
.theme-layout.boxed .block .container {
    width: 95%;
}
section{
    float:left;
    position:relative;
    width:100%;
}
.block{
    float:left;
    width:100%;
    padding:120px 0;
    position:relative;
}
.block .container{
    padding:0;
}
.container{
    padding:0;
}
.block.remove-top{
    padding-top:0;
}
.block.no-padding{
    padding:0;
}
.block.remove-bottom{
    padding-bottom:0;
}
.block.gray,.gray{
    background-color:#f4f4f4;
}
.top-margin {
    float: left;
    margin-top: -30px;
    width: 100%;
}
iframe{
    width:100%;
    border:0;
}
.parallax,.fixed-bg{
    height:100%;
    width:100%;
    margin:0;
    position:absolute;
    left:0;
    top:0;
    z-index:-2;
}
.parallax.no-parallax {
    background-size: cover !important;
    background-position: 0 0 !important;
}
.fixed-bg{
    background-attachment:fixed !important;
    background-size:cover!important;
}
.blackish:before{
    background:#090d14;
    content:"";
    height:100%;
    left:0;
    opacity:0.86;
    position:absolute;
    top:0;
    width:100%;
    z-index:-1;
}
.whitish:before{
    background: #ffffff;
    opacity: 0.92;
    content:"";
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:-1;    
}
iframe{
    border:0;
    width:100%;
    float:left;
}

/* Testimonial Sec */
.testimonials-sec {
    float: left;
    width: 100%;
}
.testimonial {
    float: left;
    text-align: center;
    width: 100%;
}
.testimonials-sec.light .testimonial > h3 {
    color: #333333;
}
.testimonials-sec.light .testimonial > h3 i {
    color: #bebebe;
}
.testimonials-sec.light .testimonial > p {
    color: #575757;
}
.testimonials-sec.light .nav.nav-tabs > li > a {
    border-color: #ffffff;
}
.testimonial > h3 {
    color: #fff;
    float: left;
    font-family: Rubik;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 14px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.testimonial > h3 > i {
    color: #52565f;
    font-size: 40px;
    margin: 0 30px;
}
.testimonial > span {
    float: left;
    width: 100%;
}
.testimonial > span {
    float: left;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
}
.testimonial > p {
    color: #c5c5c5;
    float: left;
    font-family: Roboto;
    font-size: 16px;
    font-style: italic;
    line-height: 32px;
    margin: 19px 0 0;
    width: 100%;
    padding: 0 150px;
}
.testimonials-sec .nav.nav-tabs {
    border: medium none;
    float: left;
    list-style: outside none none;
    margin: 70px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.testimonials-sec .nav.nav-tabs > li {
    display: inline-block;
    float: none;
    margin: 0;
}
.testimonials-sec .nav.nav-tabs > li > a {
    background: #282d36 none repeat scroll 0 0;
    border: 8px solid #2e323b;
    margin: 0;
    opacity: 0.6;
    overflow: hidden;
    padding: 0;
    
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}
.testimonials-sec .nav.nav-tabs > li.active > a {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/*=============== Header ===================*/
.simple-header {
    float: left;
    position: relative;
    width: 100%;
    z-index: 91 !important;
}
.simple-header.for-sticky {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 91;
}
.top-bar {
    background: #1a1a1a none repeat scroll 0 0;
    float: left;
    padding: 7px 0;
    width: 100%;
}
.simple-header.for-sticky.sticky > .top-bar {
    margin-top: -140px;
}
.contact-item {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 14px 0;
}
.contact-item > li {
    color: #b7b7b7;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 20px;
    margin-right: 37px;
}
.contact-item > li > i {
    font-size: 14px;
    margin-right: 11px;
}
.choose-language {
    float: right;
}
.choose-language > a {
    background: #424242 none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #dfdfdf;
    float: left;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-left: 1px;
    text-align: center;
    width: 35px;
    margin-top: 7px;
}
.choose-language > a:hover{
    color: #fff;
}
.menu {
    background: rgba(0, 0, 0, 0.86) none repeat scroll 0 0;
    float: left;
    min-height: 124px;
    width: 100%;
}
.simple-header.for-sticky.sticky > .menu {
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    min-height: auto;
}
.simple-header.for-sticky.sticky > .menu .logo {
    padding: 25px 0;
}
.logo {
    float: left;
    padding: 38px 0 30px;
}
.logo > a {
    float: left;
    padding-left: 45px;
    position: relative;
}
.logo > a > i {
    font-size: 34px;
    left: 0;
    position: absolute;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.logo span {
    color: #ffffff;
    float: left;
    font-family: Rubik;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.3px;
}
.logo strong {
    color: #ffffff;
    display: list-item;
    font-family: Rubik;
    font-size: 10px;
    font-weight: normal;
    list-style: outside none none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.menu nav {
    float: right;
}
.menu nav > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.menu nav > ul > li {
    float: left;
    padding: 49px 22px;
    position: relative;

}
.simple-header.for-sticky.sticky > .menu nav > ul > li {
    padding-top: 35px;
    padding-bottom: 35px;
}
.menu nav > ul > li:hover {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.menu-item-has-children > ul {
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 220px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
}
.menu-item-has-children.mega > ul {
    background: #fafafa none repeat scroll 0 0;
    overflow: hidden;
    width: 600px;
    z-index: 0;
}
header.white .menu-item-has-children.mega > ul > li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
header.white .menu-item-has-children.mega > ul > li:hover {
    background: #fff none repeat scroll 0 0;
}
.menu-item-has-children.mega > ul > li {
    float: left;
    width: 33.333%;
}
.menu-item-has-children:hover > ul {
    margin: 0;
    opacity: 1;
    visibility: visible;
}
.menu-item-has-children > ul > li {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border-bottom: 1px solid #4f4f4f;
    float: left;
    padding: 14px 30px;
    width: 100%;
    margin: 5px 0;
}
.menu-item-has-children:hover > ul li {
    margin: 0;
}
.menu-item-has-children > ul > li:hover {
    background: #0e0e0e;
}
.menu-item-has-children > ul > li:hover > a{
    color: #fff;
}
.menu-item-has-children > ul > li:last-child{
    border-bottom: none;
}
.menu-item-has-children > ul > li > a {
    float: left;
    width: 100%;
    font-family: Roboto;
    color: #e8ecec;
    font-size: 13px;
    letter-spacing: 0.5px;
    trasnition:all 0.4s ease 0s;
}




.menu nav > ul > li:hover > a{
    color: #fff;
}
.menu nav > ul > li > a {
    color: #ffffff;
    float: left;
    font-size: 14px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-family: Roboto;
}
.popup-client {
    float: right;
    margin-left: 65px;
}
.popup-client > span,
.popup-client > a > span {
    background: #353535 none repeat scroll 0 0;
    
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;

    color: #ffffff;
    float: left;
    font-family: Rubik;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.3px;
    margin: 39px 0;
    padding: 13px 30px;
    cursor: pointer;
}
.popup-client > span:hover,
.popup-client > a > span:hover{
    background: #ffffff;
}
.simple-header.for-sticky.sticky > .menu .popup-client > span,
.simple-header.for-sticky.sticky > .menu .popup-client > a > span {
    margin: 25px 0;
}
.popup-client > span i,
.popup-client > a > span i {
    font-size: 16px;
    margin-right: 4px;
}

/*=============== Inner Head ===================*/
.inner-head {
    float: left;
    padding-top: 70px;
    position: relative;
    width: 100%;
}
.inner-head.overlap {
    margin-top: -125px;
    padding-top: 190px;
}
.inner-content {
    float: left;
    padding-bottom: 66px;
    padding-left: 180px;
    position: relative;
    width: 100%;
}
.inner-content > span {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 120px;
}
.inner-content > span > i {
    color: #ffffff;
    font-size: 52px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    
    width: 100%;
}
.inner-content h2 {
    color: #ffffff;
    float: left;
    font-family: Rubik;
    font-size: 44px;
    font-weight: bold;
    margin: 66px 0 0;
    width: 100%;
}
.inner-content > ul {
    float: left;
    list-style: outside none none;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
}
.inner-content li {
    float: left;
    font-family: Rubik;
    font-size: 14px;
    padding-right: 30px;
    position: relative;
}
.inner-content li a, .inner-content li {
    color: #fff;
    float: left;
    font-family: Rubik;
}

.inner-content li:last-child::before {
    display: none;
}
.inner-content li::before {
    color: #ffffff;
    content: "/";
    font-size: 11px;
    position: absolute;
    right: 11px;
    top: 0;
}

/*=============== Blog POst ===================*/
.blog-sec {
    float: left;
    margin-top: -50px;
    width: 100%;
}
.blog-post {
    float: left;
    margin-top: 50px;
    width: 100%;
}
.post-thumb {
    float: left;
    position: relative;
    width: 100%;
}
.post-thumb > img {
    float: left;
    width: 100%;
}
.post-detail {
    background: rgba(21, 21, 21, 0.93) none repeat scroll 0 0;
    bottom: -77px;
    padding: 80px 40px;
    position: absolute;
    right: 20px;
    width: 266px;
}
.post-detail a.post-cat {
    color: #ffffff;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    padding: 7px 27px;
}
.post-detail a.post-cat:hover{
    background: #ffffff;
}
.post-detail > h2 {
    color: #fff;
    float: left;
    font-family: Rubik;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 29px;
    margin: 0 0 9px;
    width: 100%;
}
.post-detail > h2 a {
    color: inherit;
    word-wrap: break-word;
}
.post-detail > span {
    color: #c7c7c7;
    float: left;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.3px;
    margin-top: 5px;
    width: 100%;
}
.post-detail > span a {
    color: inherit;
}
.post-detail > span i {
    font-size: 14px;
    margin-right: 7px;
}
.post-detail p {
    color: #dedede;
    float: left;
    margin-top: 13px;
    width: 100%;
}
.post-admin {
    float: right;
    padding-right: 306px;
    padding-top: 20px;
    width: 100%;
}
.post-admin > a {
    float: left;
    width: 100%;
}
.post-admin img {
    float: right;
    margin-left: 12px;
    width: 57px;
}
.post-admin h5 {
    color: #2e2e2e;
    display: list-item;
    float: none;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 600;
    list-style: outside none none;
    margin: 4px 0;
    padding-bottom: 1px;
    padding-left: 0;
    padding-top: 10px;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
}
.post-admin span {
    color: #949494;
    display: list-item;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 600;
    list-style: outside none none;
    text-align: right;
    text-transform: uppercase;
}
.post-admin span i {
    font-style: normal;
}

/*=============== Footer ===================*/
footer {
    float: left;
    position: relative;
    width: 100%;
}
footer .blackish::before {
    background: rgba(11, 11, 11, 0.96) none repeat scroll 0 0;
    opacity: 0.94;
}

/* About Widget */
.about_widget {
    float: left;
    width: 100%;
}
.social-btns {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.social-btns > li {
    float: left;
    margin-right: 1px;
    padding: 7px 0;
    position: relative;
}
.social-btns > li > a {
    background: #0d0d0d none repeat scroll 0 0;
    color: #a7a7a7;
    float: left;
    font-size: 14px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    width: 39px;
}
.social-btns > li:hover > a{
    color: #fff;
}
.social-btns > li::before {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.social-btns > li:hover:before{
    height: 100%;
}
.about_widget .logo {
    float: left;
    margin-bottom: 31px;
    padding: 0;
    width: 100%;
}
.about_widget > p {
    color: #d0d0d0;
    float: left;
    margin-bottom: 31px;
    width: 100%;
}
.about_widget > .social-btns {
    margin-bottom: 30px;
}
.about_widget > span {
    color: #b8b7b7;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 27px;
    width: 100%;
    margin: 1px 0;
}
.about_widget > span > i {
    float: left;
    font-size: 14px;
    line-height: 34px;
    width: 40px;
}
footer .social-btns {
    margin-top: 24px;
}

/* Flickr Widget */
.flickr_widget {
    float: left;
    width: 100%;
}
.flickr_images {
    float: left;
    width: 100%;
}
.flickr_images > a {
    background: #000000 none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 33.333%;
}
.flickr_images > a img {
    float: left;
    width: 100%;
}
.flickr_images:hover > a img {
    opacity: 0.62;
}
.flickr_images > a:hover img {
    opacity: 1;
}
.flickr_images > span {
    color: #d0d0d0;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    margin-top: 24px;
    width: 100%;
}
.flickr_images > span a {
    font-style: italic;
}

/* Link Widget */
.menu-footer-menu-container > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.menu-footer-menu-container > ul > li {
    border-bottom: 1px solid #494748;
    float: left;
    width: 100%;
}
.menu-footer-menu-container li > a {
    color: #ffffff;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 13px 0;
    text-transform: uppercase;
    width: 100%;
}
.menu-footer-menu-container li > a i {
    color: #dedede;
    margin-right: 20px;
}
.menu-footer-menu-container li > a:hover i {
    margin-left: 20px;
}

/* Subscrib Widget */
.subscribe_widget > p {
    color: #d0d0d0;
    float: left;
    margin-bottom: 26px;
    width: 100%;
}
.subscribe_widget form {
    float: left;
    width: 100%;
}
.subscribe_widget form label {
    background: #1c1c1c none repeat scroll 0 0;
    float: left;
    height: 63px;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}
.subscribe_widget form label i {
    font-size: 14px;
    height: 63px;
    left: 0;
    line-height: 63px;
    margin-left: 29px;
    margin-right: 20px;
    position: absolute;
}
.subscribe_widget form label input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #b6b6b6;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    height: 63px;
    letter-spacing: 0.4px;
    padding: 0 0 0 67px;
    width: 100%;
}
.subscribe_widget button {
    color: #ffffff;
    float: left;
    font-family: Rubik;
    font-weight: bold;
    margin-top: 20px;
}

/* Social Widget */
.social_widget {
    float: left;
    width: 100%;
}
.social_widget > a {
    background: #f6f6f6 none repeat scroll 0 0;
    float: left;
    font-size: 22px;
    height: 70px;
    line-height: 70px;
    margin-right: 8px;
    text-align: center;
    width: 70px;
}
.social_widget > a:hover > i{
    color: #ffffff !important;
}
.social_widget > a i.fa-facebook{
    color: #596fc2;
}
.social_widget > a i.fa-google-plus{
    color: #ff1f1f;
}
.social_widget > a i.fa-twitter{
    color: #4bd7ff;
}
.social_widget > a i.fa-tumblr{
    color: #4c8fb5;
}

/* Admin Widget */
.meet_admin {
    float: left;
    position: relative;
    width: 100%;
}
.meet_admin > img {
    float: left;
    width: 100%;
}
.meet_admin::before {
    background: rgba(0, 0, 0, 0) url("../images/layer.png") no-repeat scroll 0 0 / 100% 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.admin_detail {
    bottom: 0;
    left: 0;
    padding: 40px 45px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9;
}
.admin_detail > h3 {
    color: #fff;
    float: left;
    font-family: Rubik;
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 11px;
    text-align: center;
    width: 100%;
}
.admin_detail > span {
    float: left;
    font-family: Roboto;
    font-size: 13px;
    margin-bottom: 8px;
    text-transform: uppercase;
    width: 100%;
}
.admin_detail > p {
    color: #d6d6d6;
}


/* Search Widget */
.search_widget > form {
    float: left;
    width: 100%;
    position: relative;
}
.search_widget > form input {
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    color: #5f5f5f;
    float: left;
    font-size: 13px;
    letter-spacing: 0.3px;
    padding: 21px 30px;
    width: 100%;
}
.search_widget > form button {
    border: medium none;
    color: #ffffff;
    height: 46px;
    position: absolute;
    right: 6px;
    top: 7px;
    width: 46px;
}
.search_widget > form button:hover{
    background: #333333;
}
/* Category Widget */
.category_widget > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.category_widget > ul li {
    color: #a6a6a6;
    float: left;
    font-family: Roboto;
    font-size: 12px;
    line-height: 26px;
    padding: 6px 0;
    text-align: right;
    width: 100%;
}
.category_widget > ul li a {
    color: #555555;
    float: left;
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: 0.3px;
    padding-left: 22px;
    position: relative;
}
.category_widget > ul li a::before {
    background: #f2f2f2 none repeat scroll 0 0;
    content: "";
    height: 5px;
    left: 0;
    margin-top: -2.5px;
    position: absolute;
    top: 50%;
    width: 5px;
}
.category_widget > ul li a:hover {
    padding-left: 30px;
}


.widget {
    float: left;
    margin-top: 50px;
    width: 100%;
}
footer .widget {
    margin: 0;
}
.bottom-line {
    background: #0d0d0d none repeat scroll 0 0;
    float: left;
    padding: 45px 0 40px;
    width: 100%;
}
.bottom-line span {
    color: #b0b0b0;
    float: left;
    font-family: Rubik;
    font-size: 14px;
}
.bottom-line ul {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.bottom-line ul li:last-child {
    margin-right: 0;
}
.bottom-line ul li {
    float: left;
    margin: 0 23px;
}
.bottom-line ul li > a {
    color: #ffffff;
    float: left;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/*=============== Heading 1 ===================*/
.heading1 {
    float: left;
    width: 100%;
}
.heading1 > h2 {
    color: #ffffff;
    float: left;
    font-family: Rubik;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 30px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.heading1 > h2 span{
    color: #d0d0d0;
}
.heading1 > h2::before {
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 53px;
}

/*=============== Heading 2 ===================*/
.heading2 {
    float: left;
    width: 100%;
}
.heading2 h3 {
    color: #2e2e2e;
    float: left;
    font-family: Rubik;
    font-size: 20px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 30px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-transform: uppercase;
    width: auto;
}
.heading2 h3::after {
    background: #f6f6f6 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -20px;
    top: 0;
    width: 20px;
}
.heading2 h3::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
}

/*=============== Heading 3 ===================*/
.heading3 {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}
.heading3 > h3 {
    color: #1a1a1a;
    float: left;
    font-family: Rubik;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 11px;
    width: 100%;
}
.heading3 > span {
    color: #979797;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    width: 100%;
}


/* Heading 4 */
.heading4 {
    float: left;
    margin-bottom: 35px;
    padding-bottom: 45px;
    position: relative;
    text-align: center;
    width: 100%;
}
.heading4 > h2 {
    color: #1a1a1a;
    float: left;
    font-family: Rubik;
    font-size: 31px;
    margin: -6px 0 10px;
    width: 100%;
    letter-spacing: 1px;
}
.heading4 > span {
    float: left;
    width: 100%;
}
.heading4::before {
    border-left: 1px solid;
    border-right: 1px solid;
    bottom: 0;
    content: "";
    height: 23px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    
    -webkit-transform: rotate(31deg);
    -moz-transform: rotate(31deg);
    -ms-transform: rotate(31deg);
    -o-transform: rotate(31deg);
    transform: rotate(31deg);

    width: 11px;
}
.heading4::after {
    bottom: 0;
    content: "";
    height: 23px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    
    -webkit-transform: rotate(31deg);
    -moz-transform: rotate(31deg);
    -ms-transform: rotate(31deg);
    -o-transform: rotate(31deg);
    transform: rotate(31deg);

    width: 1px;
}

/*=============== Pagination ===================*/
.pagination {
    float: left;
    margin: 90px 0 0;
    text-align: center;
    width: 100%;
}
.pagination > li {
    display: inline-block;
    float: none;
}
.pagination > li:first-child a {
    border: medium none;
    color: #736d6d;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 600;
    margin-right: 40px;
    margin-top: -53px;
    padding: 0;
    width: auto;
}
.pagination > li > a::before {
    background: #ededed none repeat scroll 0 0;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pagination > li:last-child a {
    border: medium none;
    color: #736d6d;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 600;
    margin-left: 40px;
    margin-top: -53px;
    padding: 0;
    width: auto;
}
.pagination > li:first-child a::before,
.pagination > li:last-child a::before {
    display: none;
}
.pagination > li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none;
    color: #323232;
    font-family: Rubik;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 23px 0 0;
    width: 17px;
}
.pagination > li.active > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}

/* Single Post Sec */
.single-post-sec {
    float: left;
    width: 100%;
}
.single-post-sec .blog-post {
    margin: 0;
}
.single-post-sec .blog-post .post-detail {
    bottom: 0;
    right: 0;
}
.single-post-sec .blog-post .post-detail .post-admin {
    float: left;
    padding: 0;
}
.single-post-sec .blog-post .post-detail .post-admin img {
    float: left;
    margin-left: 0;
    margin-right: 12px;
}
.single-post-sec .blog-post .post-detail .post-admin a h5 {
    color: #ffffff;
    text-align: left;
}
.single-post-sec .blog-post .post-detail .post-admin a span {
    color: #949494;
    text-align: left;
}
.single-post-sec h1 {
    color: #2e2e2e;
    float: left;
    font-family: Rubik;
    font-size: 26px;
    font-weight: bold;
    line-height: 42px;
    margin: 35px 0 19px;
    width: 100%;
}
.single-post-sec p {
    display: inline-block;
    margin-bottom: 26px;
    margin-left: 0;
    margin-right: 0;
}
blockquote {
    background-image: url("../images/blockquote.jpg");
    border: medium none;
    float: left;
    margin: 0 0 30px;
    padding: 50px 190px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
    background-size: cover;
}
blockquote::before {
    background: #f8f8f8 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.94;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.single-post-sec p {
    display: block;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}
blockquote span {
    color: #747474;
    display: inline-block;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
}
blockquote span a {
    font-family: Rubik;
}
blockquote p {
    color: #333333;
    float: left;
    font-family: Roboto;
    font-size: 19px;
    font-style: italic;
    font-weight: 600;
    line-height: 34px;
    width: 100%;
}
.post-tags {
    float: left;
    width: 100%;
}
.post-tags > span {
    color: #848484;
    float: left;
    font-family: Roboto;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 2px;
    text-transform: uppercase;
}
.post-tags > span i {
    font-size: 14px;
    margin-right: 5px;
}
.post-tags > a {
    color: #7e7e7e;
    display: inline-block;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.related-posts {
    float: left;
    margin-top: 60px;
    width: 100%;
}
.related {
    float: left;
    margin-top: -30px;
    width: 100%;
}
.post-style2 {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.post2-thumb {
    float: left;
    margin-right: 30px;
    width: 140px;
}
.post2-thumb > img {
    float: left;
    width: 100%;
}
.post-style2 > span {
    color: #777777;
    display: inline-block;
    font-family: Roboto;
    font-size: 13px;
    position: relative;
}
.post-style2 > span a {
    font-family: Rubik;
}
.post-style2:hover > span::before {
    width: 100%;
}
.post-style2 > span::before {
    background: #d6d6d6 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 100%;
    margin-left: 10px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 28px;
}
.post-style2 > h3 {
    color: #1a1a1a;
    display: block;
    font-family: Rubik;
    font-size: 20px;
    font-weight: bold;
    margin: 12px 0 14px;
}
.post-style2 > h3 a{
    color: #1a1a1a;
}
.post-style2 > p {
    display: inherit;
    margin: 0;
}


.comment-form {
    float: left;
    margin-top: 70px;
    width: 100%;
}
.comment-sec .comment-form {
    float: left;
    margin-top: 70px;
    width: 100%;
}
form.comment-form {
    margin-left: 0;
    margin-right: 0;
}
form.comment-form > div {
    float: left;
    padding: 0;
    width: 100%;
}
form.comment-form label {
    float: left;
    width: 100%;
}
.textwidget {
    float: left;
    width: 100%;
}
.textwidget .wp-caption {
    float: left;
    margin: 20px 0;
    width: 100%;
}
.comment-form > form {
    float: left;
    width: 100%;
}
.comment-form > form label {
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.comment-form form label input, .comment-form form label textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: medium none;
    color: #a7a7a7;
    float: left;
    font-family: Rubik;
    font-weight: 500;
    padding: 21px 70px;
    width: 100%;
}
.comment-form form label i {
    color: #dcdcdc;
    font-size: 14px;
    left: 40px;
    position: absolute;
    top: 24px;
}
.comment-form form label textarea {
    min-height: 180px;
}
.flat-btn, .account-user p.login-submit > input[type="submit"], .wpcf7-submit {
    border: 1px solid transparent;
    color: #fff;
    float: left;
    font-family: Rubik;
    font-size: 15px;
    padding: 11px 26px;
    border-radius: 10px;
    letter-spacing: 1px;
    color: #000000;
}

.flat-btn:hover{
    background: none;
    color: #ffffff;
}

/* Our team */
.team-sec {
    float: left;
    margin-top: -30px;
    width: 100%;
}
.team-box {
    float: left;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.team-box > img {
    float: left;
    width: 100%;
}
.team-info {
    background: #ffffff none repeat scroll 0 0;
    bottom: -162px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.team-info > i.fa {
    background: #444444 none repeat scroll 0 0;
    color: #ffffff;
    font-family: fontawesome;
    font-size: 16px;
    height: 50px;
    line-height: 52px;
    position: absolute;
    right: 0;
    top: -50px;
    width: 54px;
}
.team-info h3 {
    color: #4b4b4b;
    float: left;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    margin: 29px 0 7px;
    text-transform: uppercase;
    width: 100%;
}
.team-info h3 > i {
    font-style: normal;
}
.team-info > i {
    color: #6e6e6e;
    font-family: Roboto;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 3px;
}
.team-box:hover .team-info > i.fa {
    opacity: 0;
    right: -60px;
    top: -50px;
}
.team-box:hover .team-info {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 50%;

    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

.team-box::before {
    background: rgba(0, 0, 0, 0.87) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
}

.team-box:hover::before {
    opacity: 1;
}
.team-box:hover .team-info h3 {
    color: #ffffff;
}
.team-box:hover .team-info > i {
    color: #cfcfcf;
}
.team-info > p {
    color: #e9e9e9;
    font-size: 14px;
    margin-top: 14px;
    padding: 0 63px;
}
.team-box .social-btns li::before {
    display: none;
}
.team-box .social-btns li {
    display: inline-block;
    float: none;
    margin: 0;
}
.team-box .social-btns li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    line-height: unset;
    width: auto;
}
.team-box .social-btns li a i {
    color: #ffffff;
    height: 39px;
    line-height: 39px;
    text-align: center;
    width: 39px;
}
.team-box .social-btns li a i.fa-facebook {
    background: #5a73c4 none repeat scroll 0 0;
}
.team-box .social-btns li a i.fa-google-plus {
    background: #ff383d none repeat scroll 0 0;
}
.team-box .social-btns li a i.fa-twitter {
    background: #43c8ff none repeat scroll 0 0;
}


/* Search Found */
.search-result {
    background: #f4f4f4 none repeat scroll 0 0;
    float: left;
    padding: 50px;
    width: 100%;
}
.search-result h3 {
    color: #222222;
    float: left;
    font-family: Rubik;
    font-size: 19px;
    margin: 0 0 11px;
    width: 100%;
}
.search-result .search_widget {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.search-result > p {
    color: #767676;
    font-size: 14px;
}
.search-result .search_widget > form input {
    background: #ffffff none repeat scroll 0 0;
}

/* Gallery */
.gallery-sec {
    float: left;
    margin-top: -30px;
    width: 100%;
}
.gallery-box {
    background: #000000 none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}
.gallery-sec .gallery-box {
    margin-top: 30px;
}
.gallery-box > img {
    float: left;
    width: 100%;
}
.gallery-detail > a {
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}
.gallery-detail > a:hover{
    background: #333333;
}
.gallery-box h3 {
    color: #ffffff;
    float: left;
    font-family: Rubik;
    font-size: 18px;
    margin: 30px 0 0;
    width: 100%;
}
.gallery-box.curve::before {
    background: #fff none repeat scroll 0 0;
    bottom: 100%;
    content: "";
    height: 80px;
    left: -100px;
    margin-bottom: -17px;
    position: absolute;
    
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);

    width: 200%;
    z-index: 2;
}
.gallery-box:hover > img {
    opacity: 0.66;
}
.gallery-detail {
    margin-top: 50px;
    opacity: 0;
    padding: 0 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    visibility: hidden;
    width: 100%;
}
.gallery-box.curve::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 80px;
    margin-top: -17px;
    position: absolute;
    right: -100px;
    top: 100%;
    
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);

    width: 200%;
}
.gallery-box:hover .gallery-detail {
    margin: 0;
    opacity: 1;
    visibility: visible;
}


#wrapper { max-width: 600px; margin: 0 auto; text-align: center; } 
#gallery { overflow: hidden; }
#gallery a { display: block; float: left; }
#gallery a img { display: block; border: 0; }


/* Services */
.services-sec {
    float: left;
    width: 100%;
}
.services-sec img {
    float: left;
    width: 100%;
}
.all-services {
    float: left;
    margin-top: -50px;
    width: 100%;
}
.services-sec .all-services{
    padding-top: 170px;
}
.service {
    float: left;
    margin-top: 50px;
    width: 100%;
}
.service > h3 {
    float: left;
    font-family: Rubik;
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 17px;
    padding-bottom: 19px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.service > i {
    float: left;
    font-size: 40px;
}
.service > h3::before {
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 70px;
}
.service > p {
    float: left;
    margin: 0;
    width: 100%;
}

/* Steps Sec */
.steps-sec {
    float: left;
    width: 100%;
    z-index: 3434;
}
.step.active .step-info > span:before {
    background: #ffffff;
}
.step.active .step-info > p {
    color: #ffffff;
}
.step.active .step-info > a.flat-btn {
    background: #ffffff none repeat scroll 0 0;
    color: #000000;
}
.step.active::before {
    opacity: 0.96;
}
.step {
    float: left;
    position: relative;
    width: 100%;
    z-index: 0;
}
.step::before {
    background: #040409 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.step > img {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.steps-sec .row {
    margin: 0;
}
.steps-sec .row > div {
    padding: 0;
}
.step-info {
    float: left;
    padding: 80px 60px;
    position: relative;
    top: 50%;
    width: 100%;
    z-index: 1;
}
.step-info > span {
    color: #ffffff;
    float: left;
    font-family: Rubik;
    font-size: 80px;
    font-weight: 100;
    line-height: 53px;
    margin-bottom: 25px;
    padding-bottom: 27px;
    position: relative;
    width: 100%;
}
.step-info > span::before {
    bottom: 0;
    content: "";
    height: 4px;
    left: 2px;
    position: absolute;
    width: 45px;
}
.step-info > h3 {
    color: #fff;
    float: left;
    font-family: Rubik;
    font-size: 20px;
    margin: 12px 0 20px;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 0.30px;
}
.step-info > p {
    color: #d9d9d9;
    float: left;
    margin-bottom: 33px;
    width: 100%;
}
.steps-sec .row > div:nth-child(2n+2) > .step::before {
    opacity: 1;
}


/* Portfolio Sec */
.portfolio-sec {
    float: left;
    width: 100%;
}
.portfolio-box {
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.portfolio-box > img {
    float: left;
    width: 100%;
}
.portfolio-hover {
    height: 100%;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
}
.portfolio-box:hover .portfolio-detail{
    opacity: 1;
}
.portfolio-detail {
    background: #ffffff none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: relative;
    overflow: hidden;
}
.portfolio-info > span, .portfolio-info > span a {
    color: inherit;
    float: left;
    font-family: Rubik;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
    width: 100%;
    color: #636363;
    letter-spacing: 2px;
}
.portfolio-info > h3 {
    float: left;
    font-family: Rubik;
    font-size: 27px;
    font-weight: bold;
    line-height: 43px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 60px;
    text-transform: uppercase;
    width: 100%;
    padding-left: 30px;
}
.col-md-4 .col-md-6 .portfolio-info > h3 {
    font-size: 18px;
    padding: 0;
    line-height: 27px;
}
.col-md-3 > .mini-portfolio h3 {
    padding: 0;
}
.portfolio-info {
    left: 0;
    padding: 0 25px;
    position: absolute;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    width: 100%;
}
.portfolio-detail > a {
    bottom: -60px;
    color: #fff;
    font-size: 14px;
    height: 39px;
    line-height: 39px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 39px;
}
.portfolio-box:hover .portfolio-detail > a {
    bottom: 0;
}
.portfolio-sec > .row > div .row {
    margin-top: -30px;
}
.portfolio-sec > .row > div .row > div {
    margin-top: 30px;
}
.portfolio-box:hover .portfolio-info > h3 {
    margin-top: 9px;
    
    -webkit-transition: all 0.4s ease 0.1s;
    -moz-transition: all 0.4s ease 0.1s;
    -ms-transition: all 0.4s ease 0.1s;
    -o-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;

}
.portfolio-sec > .row > div > .portfolio-box .portfolio-info {
    padding: 0 60px;
}
.portfolio-sec > .row > .col-md-4 > .portfolio-box h3 {
    font-size: 29px;
    line-height: 39px;
}

/* About Carousel */
.about-carousal-sec {
    float: left;
    text-align: center;
    width: 100%;
}
.about-carousal-sec > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.about-carousal-sec > ul li {
    float: left;
    width: 100%;
}
.about-carousal-sec > ul li img {
    display: inline-block !important;
    float: none;
    max-width: 100% !important;
    width: auto !important;
}
.about-carousal-sec > ul li h3 {
    color: #141414;
    float: left;
    font-family: Rubik;
    font-size: 27px;
    font-weight: bold;
    margin: 50px 25px 20px;
    text-transform: uppercase;
    width: 100%;
}
.about-carousal-sec > ul li h3 {
    color: #141414;
    float: left;
    font-family: Rubik;
    font-size: 27px;
    font-weight: bold;
    margin: 40px 0 30px;
    text-transform: uppercase;
    width: 100%;
}
.about-carousal-sec > ul li p {
    display: inline-block;
    float: none;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
}
.about-carousal-sec > ul li a.flat-btn {
    display: inline-block;
    float: none;
}
.about-carousal-sec .owl-nav {
    height: 0;
    left: 0;
    position: absolute;
    text-align: left;
    top: 230px;
    width: 100%;
}
.about-carousal-sec .owl-nav > div {
    background: #d7d7d7 none repeat scroll 0 0;
    color: transparent;
    float: left;
    height: 118px;
    margin-top: -59px;
    position: relative;
    width: 44px;
}
.about-carousal-sec .owl-nav > div.owl-next {
    float: right;
}
.about-carousal-sec .owl-nav > div::before {
    color: #6f6f6f;
    content: "\f104";
    font-family: fontawesome;
    font-size: 22px;
    left: 0;
    line-height: 118px;
    position: absolute;
    text-align: center;
    width: 44px;
   font-size: 15px; 
}
.about-carousal-sec .owl-nav > div:hover:before{
    color: #fff;
}
.about-carousal-sec .owl-nav > .owl-next::before{
    content: "\f105";
}
.square-infos {
    left: 0;
    padding: 50px;
    position: absolute;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    width: 100%;
}
.square-services-sec {
    float: left;
    margin-top: -30px;
    width: 100%;
}
.square-services {
    float: left;
    margin-top: 30px;
    position: relative;
    width: 100%;
}
.square-services:hover:before{
    background: rgba(30,30,30,0.65);
}
.square-services::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.95;
}
.square-services > img {
    float: left;
    width: 100%;
}
.square-infos > i {
    float: left;
    font-size: 49px;
    margin-bottom: 16px;
    width: 100%;
}
.square-infos > h3 {
    color: #232323;
    float: left;
    font-family: Rubik;
    font-size: 21px;
    font-weight: 500;
    margin: 11px 0 16px;
    text-transform: uppercase;
    width: 100%;
}
.square-infos > a {
    border: 2px solid;
    float: left;
    font-family: Roboto;
    font-size: 19px;
    height: 47px;
    line-height: 42px;
    margin-top: 14px;
    text-align: center;
    width: 47px;
}
.square-services:hover .square-infos > a{
    color: #fff;
}
.square-services:hover .square-infos > h3 {
    color: #fff;
}
.square-services:hover .square-infos > p {
    color: #d7d7d7;
}

/* Fancy Testimonial Sec */
.fancy-testimonial-sec {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    margin-left: 10%;
    padding: 80px 70px;
    position: relative;
    width: 80%;
    z-index: 0;
}
.fancy-testimonial-sec::before {
    background-image: url("../assets/girl.jpg");
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 100%;
    opacity: 0.1;
    position: absolute;
    right: 0;
    width: 398px;
    background-size: cover;
    z-index: -1;
}
.testimonial2 {
    float: left;
    text-align: center;
    width: 100%;
}
.fancy-testimonial-sec.dark .testimonial2 > p {
    color: #333333;
}
.testimonial2 > i {
    float: left;
    font-size: 75px;
    margin-bottom: 10px;
    width: 100%;
}
.testimonial2 > p {
    float: left;
    font-family: Roboto;
    font-size: 23px;
    font-style: italic;
    line-height: 39px;
    margin: 17px 0 0;
    padding: 0 30px;
    width: 100%;
}
.fancy-testimonial-sec .nav.nav-tabs {
    border: medium none;
    float: left;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}
.fancy-testimonial-sec .nav.nav-tabs > li {
    border: medium none;
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
}
.fancy-testimonial-sec .nav.nav-tabs > li > a {
    border: medium none;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    float: left;
    margin: 0;
    padding: 0 10px;
    background: none !important;
}
.fancy-testimonial-sec .nav.nav-tabs > li > a > img {
    height: 49px;
    width: 49px;
}
.fancy-testimonial-sec .nav.nav-tabs > li > a > span {
    color: #3b3b3b;
    display: list-item;
    font-family: Rubik;
    font-size: 18px;
    font-weight: bold;
    margin-top: 13px;
    text-transform: uppercase;
    
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

}
.fancy-testimonial-sec .nav.nav-tabs > li > a > i {
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    opacity: 0;
    text-transform: uppercase;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.fancy-testimonial-sec .nav.nav-tabs > li.active > a > img {
    height: 72px;
    width: 72px;
}
.fancy-testimonial-sec .nav.nav-tabs > li.active > a > span {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.fancy-testimonial-sec .nav.nav-tabs > li.active > a > i {
    margin-top: 7px;
    opacity: 1;
}

.fancy-mockup-image {
    float: left;
    text-align: center;
    width: 100%;
}
.fancy-mockup-image > img {
    max-width: 100%;
    display: table;
    margin: 0 auto;
}
.fancy-gallery-infos {
    float: left;
    padding-top: 90px;
    width: 100%;
}
.fancy-gallery-infos > span {
    float: left;
    font-family: Roboto;
    font-size: 14px;
    margin-bottom: 9px;
    width: 100%;
}
.fancy-gallery-infos > h3 {
    float: left;
    font-family: Rubik;
    font-size: 27px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 17px;
    width: 100%;
    padding-right: 80px;
}
.fancy-gallery-infos > p {
    float: left;
    width: 100%;
}
.mini-gallery {
    float: left;
    list-style: outside none none;
    margin: 50px 0 0;
    padding: 0;
    width: 100%;
}
.mini-gallery > li {
    float: left;
    margin-right: 1px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 8px;
}
.mini-gallery > li > a {
    float: left;
    position: relative;
    width: 100%;
}
.mini-gallery > li > a::before {
    color: #fff;
    content: "\f0b2";
    font-family: fontawesome;
    height: 100%;
    left: 0;
    line-height: -moz-block-height;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.mini-gallery > li > a:hover:before{
    opacity: 0.86;
}


.team-subscribe {
    float: left;
    margin-top: -30px;
    width: 100%;
}
.subscribe-box {
    float: left;
    width: 100%;
}
.subscribe-box > i {
    float: left;
    font-size: 42px;
    margin-bottom: 21px;
    width: 100%;
}
.subscribe-box > span {
    float: left;
    font-family: Roboto;
    font-size: 17px;
    margin-bottom: 7px;
    width: 100%;
}
.subscribe-box > h4 {
    color: #393939;
    float: left;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 15px;
    width: 100%;
    margin-top: 9px;
}
.subscribe-box > form {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.subscribe-box > form > input {
    background: #f4f4f4 none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-family: Roboto;
    height: 56px;
    margin-bottom: 30px;
    padding: 0 31px;
    width: 100%;
}
.subscribe-box > p {
    float: left;
    width: 100%;
}
.team-subscribe .subscribe-box {
    margin-top: 50px;
}

/* Mini Services  */
.mini-service-sec img {
    float: left;
    width: 100%;
}
.mini-service-info {
    float: left;
    margin-top: 80px;
    position: relative;
    width: 100%;
}
.mini-service-info > span {
    float: left;
    font-family: Roboto;
    font-size: 16px;
    margin-bottom: 8px;
    width: 100%;
}
.mini-service-info > h3 {
    color: #222222;
    float: left;
    font-family: Rubik;
    font-size: 38px;
    margin: 5px 0 20px;
    width: 100%;
    font-weight: 400;
}
.mini-service-info > h3 > i {
    font-style: normal;
    font-weight: 900;
}
.mini-service-info::before {
    color: #f1f1f1;
    content: "&";
    font-family: Roboto;
    font-size: 165px;
    font-weight: 700;
    left: 80px;
    line-height: 90px;
    position: absolute;
    top: 0;
    z-index: -1;
}
.mini-service-info > p {
    float: left;
    margin: 0 0 50px;
    width: 100%;
}
.mini-service-info > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mini-service-info > ul > li {
    color: #4a4a4a;
    float: left;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 53px;
    margin-top: 25px;
    padding-right: 30px;
    text-transform: uppercase;
    width: 50%;
    letter-spacing: 3px;
}
.mini-service-info li > i {
    color: #fff;
    float: left;
    font-size: 17px;
    height: 54px;
    line-height: 54px;
    margin-right: 25px;
    text-align: center;
    width: 54px;
}
.mini-service-info li:hover > i{
    background: #333333;
}
.portfolio-mini-sec{
    float: left;
    width: 100%;
}
.portfolio-mini-sec .mini-portfolio {
    margin-top: 30px;
}
.mini-portfolio {
    float: left;
    margin-top: 30px;
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.mini-portfolio > img {
    float: left;
    width: 100%;
}
.mini-portfolio::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.mini-portfolio .portfolio-info {
    left: 0;
    padding: 0 40px;
    position: absolute;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    opacity: 0;
}
.mini-portfolio .portfolio-info > h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
    padding: 0;
    font-weight: normal;
}
.mini-portfolio .portfolio-info > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mini-portfolio .portfolio-info > ul > li {
    float: left;
}
.mini-portfolio .portfolio-info > ul > li > a {
    background: #5f5f5f none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    height: 43px;
    line-height: 43px;
    text-align: center;
    width: 43px;
}
.mini-portfolio .portfolio-info > ul > li:last-child > a {
    color: #ffffff;
    margin-left: -10px;
}
.mini-portfolio:hover::before {
    opacity: 0.95;
}
.mini-portfolio:hover .portfolio-info {
    opacity: 1;
}


.our-clients-sec {
    float: left;
    padding: 0 100px;
    position: relative;
    width: 100%;
}
.about-carousal-sec .our-clients-sec .owl-nav > div {
    margin-top: 0;
}
.carousel-client {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.our-clients-sec li a {
    opacity: 0.5;
}
.our-clients-sec li a:hover{
    opacity: 1;
}
.our-clients-sec .owl-nav {
    height: 0;
    left: 0;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.our-clients-sec .owl-nav > div {
    background: #716a6a none repeat scroll 0 0;
    color: transparent;
    float: left;
    height: 26px;
    position: relative;
    width: 26px;
}
.our-clients-sec .owl-nav > .owl-next {
    float: right;
    margin-right: -60px;
}
.our-clients-sec .owl-nav .owl-prev {
    float: left;
    margin-left: -60px;
}
.our-clients-sec .owl-nav > div::before {
    color: #fff;
    content: "\f104";
    font-family: fontawesome;
    left: 0;
    line-height: 26px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.our-clients-sec .owl-nav > .owl-next::before {
    content: "\f105";
}


/* Features List Sec */
.features-list-sec {
    float: left;
    text-align: right;
}
.feature-list {
    float: right;
    margin-top: 20px;
}
.feature-list > i {
    color: #fff;
    float: right;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 42px;
}
.feature-list > h3 {
    color: #373737;
    float: right;
    font-size: 18px;
    margin: 16px 0 7px;
    width: 100%;
}
.feature-list > p {
    float: right;
    margin-top: 5px;
    width: 100%;
}
.features-list-sec.flip {
    text-align: left;
}
.features-list-sec.flip > .feature-list > i {
    float: left;
}
.list-service-sec img {
    float: left;
    width: 100%;
}

/* Texty Style */
.texty-service-sec {
    float: left;
    margin-top: -50px;
    width: 100%;
}
.texty-style {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.texty-style > i {
    float: left;
    font-size: 40px;
    margin-bottom: 20px;
    width: 100%;
}
.texty-style > h3 {
    float: left;
    font-family: Rubik;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 19px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.texty-style > h3::before {
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 73px;
}
.contact-form-sec {
    float: left;
    width: 100%;
}
.contact-form {
    float: left;
    width: 100%;
}
.contact-form > form {
    float: left;
    width: 100%;
}
.contact-form > form .row > div {
    margin-bottom: 10px;
    position: relative;
}
.contact-form > form .row > div > input[type="text"], .contact-form > form .row > div > textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-family: Rubik;
    font-size: 15px;
    height: 68px;
    padding: 18px 80px;
    width: 100%;
}
.contact-form > form .row > div > i {
    color: #b5b5b5;
    font-size: 15px;
    left: 58px;
    line-height: 16px;
    margin-top: -7px;
    position: absolute;
    top: 34px;
}
.contact-form > form .row > div > textarea {
    min-height: 170px;
    padding-top: 25px;
}

/* Who we are */
.who-we-are-sec {
    float: left;
    text-align: center;
    width: 100%;
}
.who-we-are-sec > h3 {
    color: #1a1a1a;
    float: left;
    font-family: Rubik;
    font-size: 31px;
    margin: 0 0 11px;
    width: 100%;
    font-weight: 400;
    letter-spacing: 1px;
}
.who-we-are-sec > p {
    float: left;
    margin: 0;
    width: 100%;
}
.who-we-are-sec .service-simple-sec {
    margin-top: 60px;
}
.service-simple-sec {
    float: left;
    text-align: center;
    width: 100%;
}
.service-simple {
    float: left;
    padding-bottom: 50px;
    position: relative;
    text-align: center;
    width: 100%;
}
.service-simple > i {
    color: #ffffff;
    display: inline-block;
    float: none;
    font-size: 22px;
    height: 94px;
    line-height: 94px;
    margin-bottom: 25px;
    width: 54px;
    border-radius: 40px;
    border-radius: 40px;
}
.service-simple:hover > i{
    background: #333333;
}
.service-simple > h3 {
    color: #4a4a4a;
    float: left;
    font-family: Rubik;
    font-size: 16px;
    margin: 4px 0 14px;
    text-transform: uppercase;
    width: 100%;
}
.service-simple > p {
    float: left;
    margin: 0;
    width: 100%;
}
.service-simple::before {
    bottom: 0;
    content: "";
    height: 33px;
    left: 50%;
    position: absolute;
    width: 3px;
}
.service-simple:hover:before{
    height: 5px;
}
.who-we-are-sec > img {
    display: inline-block;
    float: none;
    margin-top: 70px;
    max-width: 100%;
}

/* Fun Fact */
.fun-fact {
    float: left;
    text-align: center;
    width: 100%;
}
.fun-fact > i {
    color: #ffffff;
    display: inline-block;
    float: none;
    font-size: 19px;
    height: 54px;
    line-height: 54px;
    width: 54px;
    background: #8f8f8f;
    box-shadow: ;
}
.fun-fact > span {
    color: #4a4a4a;
    float: left;
    font-family: Rubik;
    font-size: 27px;
    margin: 16px 0 5px;
    width: 100%;
}
.fun-fact > p {
    float: left;
    margin: 0;
    width: 100%;
}
.service-circle {
    float: left;
    position: relative;
    width: 100%;
}
.service-circle > img {
    float: left;
    width: 100%;
}
.service-circle::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 96%;
    left: 2%;
    opacity: 0.94;
    position: absolute;
    top: 2%;
    width: 96%;
}
.service-circle .service-simple {
    padding: 0 40px;
    position: absolute;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.service-circle .service-simple:before{
    display: none;
}

/* CEO Message */
.ceo-message-sec {
    float: left;
    width: 100%;
}
.ceo-message-sec img {
    float: left;
    width: 100%;
}
.ceo-message-sec .row > div{
    display: table;
}
.ceo-message {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #e4e4e4;
    display: table-cell;
    float: left;
    margin-right: -25%;
    margin-top: 50px;
    padding: 100px 50px;
    position: relative;
    vertical-align: middle;
    width: 125%;
    z-index: 1;
}
.ceo-message > span {
    float: left;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    width: 100%;
}
.ceo-message > h3 {
    color: #333333;
    float: left;
    font-family: Rubik;
    font-size: 27px;
    line-height: 37px;
    margin: 0 0 16px;
    width: 100%;
}
.ceo-message > p {
    float: left;
    width: 100%;
}
.ceo-message > a {
    margin-right: 40px;
    margin-top: 18px;
    padding: 14px 30px;
}
.square-services-sec.overlape {
    margin-top: -260px;
}
.text-block-sec {
    display: table;
    float: left;
    position: relative;
    width: 100%;
}
.text-block-sec.with-overlape img {
    display: table;
    margin: -90px auto;
}
.text-block-sec .fancy-gallery-infos > h3 {
    color: #ffffff;
}
.text-block-sec .fancy-gallery-infos > p {
    color: #dfdfdf;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

/* Branch */
.branch {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.branch-box {
    float: left;
    position: relative;
    width: 100%;
}
.branch-box:before {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-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 );
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
.branch-box > img {
    float: left;
    width: 100%;
}
.branch-detail {
    bottom: 0;
    left: 0;
    padding-bottom: 40px;
    padding-left: 45px;
    padding-right: 20px;
    position: absolute;
    width: 100%;
}
.branch-detail > a {
    color: #fff;
    float: left;
    font-size: 24px;
    height: 36px;
    text-align: center;
    width: 36px;
}
.branch-detail > a:hover{
    background: #fff;
}
.branch-box:hover .branch-detail > h3 {
    margin: 0 0 -30px;
    opacity: 0;
}
.branch-detail > h3 {
    color: #ffffff;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 19px 0 0;
    text-align: left;
    width: 100%;
}
.branch-detail > h3 a{
    color: #ffffff;
}
.branch > ul {
    float: left;
    list-style: outside none none;
    margin: 25px 0 0;
    padding: 0;
    width: 100%;
}
.branch > ul > li {
    float: left;
    padding-right: 20px;
    width: 50%;
}
.branch > ul > li > span > i {
    margin-right: 9px;
}
.branch ul li span {
    color: #333333;
    float: left;
    font-family: Rubik;
    font-size: 17px;
    margin-bottom: 7px;
  
  width: 100%;
}
.branch-sec {
    float: left;
    margin-top: -30px;
    width: 100%;
}

/* Error Sec */
.error-sec {
    display: table;
    float: left;
    width: 100%;
}
.error-not-found {
    float: left;
    margin-top: 70px;
    text-align: left;
    width: 100%;
}
.error-sec img {
    float: left;
    width: 100%;
}
.error-not-found > span {
    color: #575757;
    float: left;
    font-family: Rubik;
    font-size: 14px;
    margin-bottom: 30px;
    width: 100%;
}
.error-not-found h3 strong {
    color: #575757;
    font-size: 51px;
    margin-left: 20px;
}
.error-not-found h3 {
    float: left;
    font-size: 143px;
    font-weight: 900;
    margin: 0 0 30px;
    width: 100%;
}
.error-not-found > h5 {
    color: #575757;
    float: left;
    font-family: Rubik;
    font-size: 18px;
    line-height: 31px;
    margin: 0;
    width: 100%;
}
.error-not-found > ul {
    float: left;
    list-style: outside none none;
    margin: 40px 0 0;
    padding: 0;
    width: 100%;
}
.error-not-found > ul > li {
    float: left;
    margin-bottom: 10px;
    margin-right: 40px;
}
.error-not-found.style2 {
    margin: 0;
    text-align: center;
}
.error-not-found.style2 > ul li {
    display: inline-block;
    float: none;
}


.contact-lists-sec > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.contact-lists-sec > ul > li {
    color: #4a4a4a;
    float: left;
    font-family: Roboto;
    font-size: 17px;
    font-weight: bold;
    line-height: 53px;
    margin-bottom: 25px;
    padding-right: 30px;
    text-transform: uppercase;
    width: 33.334%;
}
.contact-lists-sec li > i {
    color: #fff;
    float: left;
    font-size: 17px;
    height: 54px;
    line-height: 54px;
    margin-right: 25px;
    text-align: center;
    width: 54px;
}

.contact-details {
    float: left;
    width: 100%;
}
.contact-details .social-btns {
    margin-bottom: 30px;
    margin-top: 20px;
}
.contact-infos > ul {
    float: left;
    list-style: outside none none;
    margin: 25px 0 0;
    padding: 0;
    width: 100%;
}
.contact-infos > ul > li {
    float: left;
    padding-right: 20px;
    width: 50%;
}
.contact-infos > ul li span {
    color: #333333;
    float: left;
    font-family: Rubik;
    font-size: 17px;
    margin-bottom: 7px;
    width: 100%;
}
.contact-infos > ul > li > span > i {
    margin-right: 9px;
}

.comming-soon-sec {
    float: left;
    width: 100%;
}
.comming-soon {
    float: left;
    padding: 150px 0;
    width: 100%;
}
.comming-soon .logo {
    float: left;
    margin-bottom: 110px;
    padding: 0;
    text-align: center;
    width: 100%;
}
.comming-soon .logo > a {
    color: #ffffff;
    float: left;
    font-family: Rubik;
    font-size: 30px;
    font-weight: bold;
    padding: 0;
    text-align: center;
    width: 100%;
}
.comming-soon .logo > a > i {
    float: left;
    font-size: 59px;
    position: static;
    text-align: center;
    width: 100%;
}
.comming-soon .logo > a > span {
    float: left;
    font-size: 49px;
    line-height: 35px;
    margin-top: -10px;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
}
.comming-soon > span {
    color: #b1b1b1;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
    padding-bottom: 50px;
    text-align: center;
    width: 100%;
}
.comming-soon > h2 {
    color: #fff;
    float: left;
    font-size: 104px;
    font-weight: 200;
    line-height: 100px;
    margin: 0;
    text-align: center;
    width: 100%;
}
.comming-soon .logo a img {
    background: #333333 none repeat scroll 0 0;
    display: inline-block;
    float: none;
    margin: 0;
    padding: 20px 50px;
}
.countdown {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 110px 0 0;
    text-align: center;
    width: 100%;
}
.countdown > li {
    color: #ffffff;
    display: inline-block;
    font-family: Rubik;
    font-size: 76px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.countdown > li p {
    float: left;
    font-weight: 600;
    line-height: 53px;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
}
.comming-soon-sec.style2 .logo a span {
    color: #333333;
}
.comming-soon-sec.style2 .logo a strong {
    color: #939393;
}
.comming-soon-sec.style2 .comming-soon > span{
    color:#646464;
}
.comming-soon-sec.style2 .comming-soon > h2 {
    color: #222222;
}
.comming-soon-sec.style2 .comming-soon > .countdown > li {
    color: #2e2e2e;
}
.event-box {
    float: left;
    position: relative;
    width: 100%;
    z-index: 0;
    margin-top: 30px;
}
.event-sec {
    float: left;
    margin-top: -30px;
    width: 100%;
}
.event-box > img {
    float: left;
    width: 100%;
}
.event-box::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;

    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-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 );
}
.event-box::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: #0c0c0c;
    opacity: 0;
}
.event-box:hover:after {
    opacity: 0.76;
}
.event-detail {
    bottom: 0;
    left: 0;
    padding: 0 30px;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.event-box:hover .event-detail {
    bottom: 70px;
}
.event-box:hover .event-detail .event-countdown {
    bottom: -15px;
    opacity: 1;
    visibility: visible;
}
.event-detail h3 {
    color: #ffffff;
    float: left;
    font-family: Rubik;
    font-size: 16px;
    margin: 0;
    width: 100%;
}
.event-detail > span {
    color: #ffffff;
    float: left;
    font-family: Roboto;
    font-size: 11px;
    margin-top: 12px;
    width: 100%;
}
.event-detail h3 a{
    color: #ffffff;
}
.event-detail > span a {
    font-weight: 600;
}
.event-detail h5 {
    color: #cdcdcd;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    margin: 22px 0 50px;
    width: 100%;
}
.event-detail h5 i {
    margin-right: 16px;
}

.event-countdown > li {
    float: left;
    margin-right: 25px;
}
.event-countdown > li > p {
    color: #ffffff;
    float: left;
    font-family: Rubik;
    font-size: 12px;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.event-countdown > li > span {
    display: table;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 12px;
}
.event-countdown {
    bottom: -10px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 0 30px;
    position: absolute;
    visibility: hidden;
    width: 100%;
}

/* FAQ */
.faq-form {
    float: left;
    width: 100%;
}
.faq-form input[type="text"] {
    border: 3px solid #e4e4e4;
    
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;

    color: #acacac;
    float: left;
    font-family: Rubik;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 19px 60px;
    width: 100%;
}
.faq-form button {
    border: medium none;
    
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;

    color: #fff;
    float: left;
    font-size: 21px;
    padding: 19px 20px;
    text-align: center;
    width: 100%;
}
.faq-sec > .faq-form {
    margin-bottom: 100px;
}


.experties {
    float: left;
    width: 100%;
}
#toggle-widget > h2 {
    border: 1px solid #f1f1f1;
    color: #222222;
    cursor: pointer;
    float: left;
    font-family: Rubik;
    font-size: 15px;
    margin: 0 0 -1px;
    padding: 22px 40px;
    position: relative;
    width: 100%;
}
.experties > .content {
    border: 1px solid #f1f1f1;
    float: left;
    margin-bottom: -1px;
    padding: 30px 40px;
    width: 100%;
}
.gallery-fancy-sec.about-sec .fancy-gallery-infos {
    padding-top: 30px;
}
.account-popup-sec.active{
    opacity: 1;
    visibility: visible;
}
.account-popup-sec {
    background: rgba(20, 20, 20, 0.81) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}
.account-popup-area {
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    width: 100%;
}
.account-popup {
    background: #ffffff none repeat scroll 0 0;
    margin-left: 50%;
    margin-top: 70px;
    
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    width: 970px;
}
.account-popup > .row {
    margin: 0;
}
.account-popup > .row > div {
    padding: 0;
}
.account-user {
    background-image: url("../images/login-bg.jpg");
    background-size: cover;
    float: left;
    height: 100%;
    padding: 110px 65px;
    position: relative;
    width: 100%;
    z-index: 0;
    text-align: center;
}
.account-user::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.44;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}
.account-user .logo {
    display: inline-block;
    float: none;
    margin-bottom: 40px;
    padding: 0;
}
.account-user > p {
    color: #cfcfcf;
    float: left;
    width: 100%;
}
.account-user > form {
    float: left;
    width: 100%;
}
.account-user > form > h4 {
    color: #ffffff;
    float: left;
    font-family: Rubik;
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px;
    text-transform: uppercase;
    width: 100%;
}
.account-user p {
    float: left;
    width: 100%;
    margin: 0;
}
.account-user p input[type="text"], .account-user p input[type="password"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 3px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    float: left;
    font-family: Rubik;
    font-size: 15px;
    height: 58px;
    margin-top: 16px;
    padding: 0 30px;
    width: 100%;
    margin-bottom: 0;
}
.account-user > form input.flat-btn {
    display: inline-block;
    float: none;
    font-size: 14px;
    margin-top: 30px;
    padding: 15px 30px;
}
.account-user > i {
    color: #c8c8c8;
    float: left;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 40px;
    margin-top: 48px;
    width: 100%;
}
.account-user > span {
    color: #c8c8c8;
    float: left;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 30px;
    width: 100%;
}
.account-user > .social-btns {
    display: inline-block;
    float: left;
    width: 100%;
}
.account-user > .social-btns > li {
    display: inline-block;
    float: none;
    margin: 0;
}
.registration-sec {
    float: left;
    padding: 120px 66px;
    text-align: center;
    width: 100%;
}
.registration-sec > h3 {
    color: #282828;
    float: left;
    font-family: Rubik;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 17px;
    text-transform: uppercase;
    width: 100%;
}

.close-popup {
    color: #ffffff;
    cursor: pointer;
    height: 40px;
    line-height: 38px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}
.close-popup:hover{
    background: #444444;
}
.registration-sec .field {
    float: left;
    width: 100%;
}
.registration-sec p input[type="text"], .registration-sec p input[type="password"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 3px solid rgba(0, 0, 0, 0.1);
    color: #666666;
    float: left;
    font-family: Rubik;
    font-size: 15px;
    height: 58px;
    margin-top: 16px;
    padding: 0 30px;
    width: 100%;
}
.registration-sec .field input[type="text"], .registration-sec .field input[type="password"], .registration-sec .field textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 3px solid rgba(0, 0, 0, 0.1);
    color: #666666;
    float: left;
    font-family: Rubik;
    font-size: 15px;
    height: 58px;
    margin-top: 16px;
    padding: 0 30px;
    width: 100%;
}
.registration-sec .field textarea {
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.account-user > h4 {
    color: #ffffff;
    float: left;
    margin-top: 30px;
    width: 100%;
}
.registration-sec > form input.flat-btn, .account-user p.login-submit > input[type="submit"] {
    display: inline-block;
    float: none;
    font-size: 14px;
    margin-top: 20px;
    padding: 15px 30px;
    text-transform: uppercase;
}
html.no-scroll {
    overflow: hidden;
}
.registration-sec .field > label {
    color: #747474;
    float: left;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    margin-right: 20px;
    margin-top: 27px;
}
.registration-sec .field > label > input {
    margin-right: 5px;
}
.registration-sec form > label {
    color: #747474;
    float: left;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    margin-right: 20px;
    margin-top: 10px;
    text-align: left;
}
.registration-sec form > label > input {
    margin-right: 5px;
}
.event-single > .event-box .event-detail > h1 {
    color: #333333;
    font-family: Rubik;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
}
.event-single > .event-box .event-detail > span {
    color: #444444;
}
.event-single .event-countdown {
    float: right;
    margin: 32px 0 0;
    opacity: 1;
    padding: 0;
    position: static;
    visibility: visible;
    width: auto;
}
.event-single .event-countdown p {
    color: #444;
}
.event-single p {
    display: inline-block;
    margin: 12px 0;
}
.post-tags {
    float: left;
    width: 100%;
}
.event-single > .event-box .event-detail {
    float: left;
    margin-top: 30px;
    padding: 0;
    position: static;
    width: auto;
}
.event-single > .event-box::before {
    display: none;
}
.event-single > .event-box::after {
    display: none;
}


.rev_slider_wrapper {
    float: left;
    width: 100%;
    position: relative;
}
.simple-header.for-sticky {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.service:hover > h3::before {
    width: 10%;
}
.service:hover > h3 {
    letter-spacing: 1.5px;
}
header.white > .menu {
    background: #ffffff;
}
header.white > .menu .logo span {
    color: #232323;
}
header.white > .menu .logo strong {
    color: #9f9f9f;
}
header.white .menu nav > ul > li > a {
    color: #333333;
}
header.white .menu nav > ul > li:hover > a {
    color: #ffffff;
}

header.white .popup-client > span:hover {
    background: #333333;
    color: #ffffff !important;
}
header.white .menu-item-has-children > ul > li {
    background: #fafafa none repeat scroll 0 0;
    border-color: #dfdfdf;
}
header.white .menu-item-has-children > ul > li > a {
    color: #434343;
}
header.white.for-sticky.sticky > .menu {
    background: #ffffff;

    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
header.white > .menu {
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.menu-toggle {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    display: none;
    float: right;
    font-size: 17px;
    height: 44px;
    line-height: 42px;
    margin: 23px 0;
    text-align: center;
    width: 52px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
header.white .menu-item-has-children > ul > li:hover {
    background: #fff none repeat scroll 0 0;
}


body.fixed-bg-boxed {
    background-image: url("../assets/boxed-layout.jpg");
    background-attachment: fixed;
    background-size: cover;
}

/* Category Sec */
.shop-services-sec {
    float: left;
    margin-top: -30px;
    width: 100%;
}
.category-box {
    float: left;
    margin-top: 30px;
    position: relative;
    width: 100%;
}
.category-box > img {
    float: left;
    width: 100%;
}
.title-infos {
    position: absolute;
    text-align: center;
}
.title-infos > h3 {
    margin: 0;
    display: list-item;
    list-style: none;
    font-family: Rubik;
    font-size: 26px;
    font-weight: bold;
    color: #2e2e2e;
    margin-bottom: 8px;
}
.title-infos > a {
    display: inline-block;
    font-family: Rubik;
    font-size: 13px;
    text-decoration: underline;
}

/* Product Sec */
.product-sec {
    float: left;
    margin-top: -30px;
    width: 100%;
}
.product-box {
    float: left;
    width: 100%;
}
.product-thumb {
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    z-index: 0;
}
.product-thumb > img {
    float: left;
    width: 100%;
}
.product-thumb a.add-to-cart {
    bottom: 20px;
    color: #ffffff;
    font-size: 14px;
    height: 45px;
    left: 20px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    width: 48px;
}
.product-box > h3 {
    color: #1b1d21;
    float: left;
    font-family: Rubik;
    font-size: 19px;
    font-weight: bold;
    margin: 22px 0 7px;
    width: 100%;
}
.product-box > h3 a {
    color: #1b1d21;
    float: left;
    font-size: 18px;
    margin-bottom: 5px;
    width: 100%;
}
.product-box span.price {
    float: left;
    font-family: Rubik;
    font-size: 15px;
}
.product-thumb::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);

    width: 100%;
}
.product-box:hover .product-thumb::before {
    opacity: 0.7;
    
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.product-box:hover .product-thumb a.add-to-cart {
    bottom: 50%;
    left: 50%;

    -webkit-transform: translateY(50%) translateX(-50%);
    -moz-transform: translateY(50%) translateX(-50%);
    -ms-transform: translateY(50%) translateX(-50%);
    -o-transform: translateY(50%) translateX(-50%);
    transform: translateY(50%) translateX(-50%);
    background: none;
    font-size: 25px;
     padding: 0;
}


/* Product Text Bar */
.product-text-bar {
    text-align: center;
    width: 100%;
}
.product-text-bar > h3 {
    color: #272727;
    float: left;
    font-family: Rubik;
    font-size: 28px;
    margin: 0 0 10px;
    width: 100%;
}
.product-text-bar a {
    display: inline-block;
    float: none;
    margin-top: 20px;
}
.product-text-bar > p {
    color: #333333 !important;
    float: left;
    margin-top: 10px;
    width: 100%;
}

/* Price Table */
.price-table {
    border: 3px solid #f7f7f7;
    float: left;
    padding: 7px;
    width: 100%;
    margin-top: 30px;
    
        
    -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;

}
.price-table > ul {
    background: none repeat scroll 0 0 #f7f7f7;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.price-table > ul > li {
    text-align: center;
}
.price-table > ul > li.price-title {
    color: #1d1923;
    float: left;
    font-family: Rubik;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 0.3px;
    padding-bottom: 40px;
    padding-top: 50px;
    width: 100%;
}
.price-table > ul > li.price-area {
    float: left;
    position: relative;
    width: 100%;
}
.price-table:hover  .price-button a{
    color:#fff;
}
.price-table .price-area h3 {
    color: #1d1923;
    font-family: Roboto;
    font-size: 70px;
    font-weight: 100;
    letter-spacing: 0.3px;
    margin: 0;
}
.price-table .price-area h3 i {
    display: inline-flex;
    font-size: 16px;
    font-weight: normal;
    margin-right: 7px;
    position: relative;
    top: -43px;
}
.price-table .price-area h3 span {
    display: inline-flex;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    font-family: Roboto;
}
.price-features {
    color: #535353;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    margin-top: 23px;
    padding-bottom: 23px;
    position: relative;
    width: 100%;
}
.price-features::before {
    background: none repeat scroll 0 0 #d2d2d2;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px;
}
.price-button img {
    float: left;
    width: 100%;
}
.price-button {
    float: left;
    margin-top: 20px;
    position: relative;
    width: 100%;
}
.price-area > i {
    font-size: 39px;
    left: 50%;
    margin-left: -120px;
    margin-top: -19px;
    position: absolute;
    top: 50%;
}
.price-button::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(247,247,247,0) 100%);
    background: -webkit-gradient(linear, top bottom, top bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(247,247,247,0)));
    background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(247,247,247,0) 100%);
    background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(247,247,247,0) 100%);
    background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(247,247,247,0) 100%);
    background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(247,247,247,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );

}
.price-button a {
    background: none repeat scroll 0 0 #fff;
    bottom: 40px;
    color: #ffffff;
    font-family: Rubik;
    font-size: 15px;
    font-weight: bold;
    height: 46px;
    left: 50%;
    line-height: 46px;
    margin-left: -74px;
    position: absolute;
    width: 148px;
    
        
    -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;

}
.price-table-sec {
    float: left;
    margin-top: -30px;
    width: 100%;
}

/* Billing Sec */
.billing-sec {
    float: left;
    width: 100%;
}
.billing-sec .field {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.billing-sec .field > label {
    color: #323232;
    float: left;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    width: 100%;
}
.billing-sec .field > label span {
    margin-left: 5px;
}
.billing-sec .field > input,
.billing-sec .field > textarea {
    background: #fafafa none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 17px 30px;
    width: 100%;
    margin-bottom: 10px;
}
.billing-sec .field > select {
    background: #fafafa none repeat scroll 0 0;
    border: medium none;
    color: #555555;
    float: left;
    font-family: Roboto;
    padding: 16px 30px;
    width: 100%;
    margin-bottom: 10px;    
}
.billing-sec .account-create {
    float: left;
    width: 100%;
}
.account-create p {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.field > textarea {
    min-height: 180px;
    padding: 30px;
}
.cart-total-box {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.cart-head-title {
    background: #444444 none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-family: Rubik;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 26px 0;
    text-align: center;
    width: 100%;
}
.cart-total-box > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.cart-total-box li {
    background: #f5f5f5 none repeat scroll 0 0;
    float: left;
    padding: 18px 60px;
    width: 100%;
}
.cart-total-box li:nth-child(2n+1) {
    background: #fcfcfc none repeat scroll 0 0;
}
.cart-total-box li > h3 {
    color: #575757;
    float: left;
    font-family: Rubik;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 0;
}
.cart-total-box li span {
    float: right;
}
.account-create a.flat-btn {
    float: right;
    margin-top: 50px;
}
#portfolio-carousel {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.owl-dots {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.owl-dots {
    float: left;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.owl-dots > .owl-dot {
    background: #555555 none repeat scroll 0 0;
    display: inline-block;
    float: none;
    height: 10px;
    margin: 0 1px;
    width: 10px;
}

.portfolio-single{
    text-align: center;
    float: left;
    width: 100%;
}
.portfolio-single > h2 {
    float: left;
    margin-bottom: 18px;
    margin-top: 40px;
    width: 100%;
}
.portfolio-single > p {
    margin: 30px 0;
}

/* Cart lists */
.cart-lists {
    float: left;
    width: 100%;
}
.cart-lists > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.cart-lists > ul > li {
    background: #f5f5f5 none repeat scroll 0 0;
    display: table;
    float: left;
    padding: 30px;
    width: 100%;
}
.cart-thumb {
    display: table-cell;
    float: left;
    position: relative;
    width: 400px;
}
.cart-thumb > span {
    float: left;
    width: 150px;
}
.cart-thumb > span > img {
    float: left;
    width: 100%;
}
.cart-thumb > a.delete-cart {
    
    -webkit-border-radius: 0 50% 50%;
    -moz-border-radius: 0 50% 50%;
    -ms-border-radius: 0 50% 50%;
    -o-border-radius: 0 50% 50%;
    border-radius: 0 50% 50%;

    color: #ffffff;
    font-size: 14px;
    height: 38px;
    left: 0;
    line-height: 38px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 38px;
    cursor: pointer;
}
.cart-lists > ul > li:hover .cart-thumb > a.delete-cart{
    opacity: 1;
}
.cart-thumb > h3 {
    display: table;
    font-family: Rubik;
    padding-left: 30px;
}
.cart-thumb > h3 a {
    color: #333333;
    font-family: Rubik;
    font-size: 21px;
    font-weight: bold;
}
.price-cart-item {
    display: block;
}
.price-cart-item span {
    float: left;
    font-family: Rubik;
    font-size: 18px;
    padding-left: 30px;
}


.c-input-number {
    display: table-cell;
    vertical-align: middle;
    width: 180px;
}
.c-input-number > span {
    float: left;
    width: 100%;
}
.c-input-number > span input.manual-adjust {
    border: medium none;
    float: left;
    font-family: Rubik;
    padding: 12px 0;
    text-align: center;
    width: 100%;
}
.c-input-number > span input.userincr-btn-dec {
    border: medium none;
    color: #ffffff;
    float: left;
    font-family: Rubik;
    padding: 6px 0;
    width: 50%;
    border-right: 1px solid #ffffff;
}
.c-input-number > span input.userincr-btn-inc {
    border: medium none;
    color: #ffffff;
    float: left;
    font-family: Rubik;
    padding: 6px 0;
    width: 50%;
}
.cart-item-quantity {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 300px;
}
.cart-item-quantity > i {
    font-size: 20px;
    margin-right: 10px;
}
.cart-thumb > p {
    display: inline-block;
    margin-top: 11px;
    padding-left: 30px;
}
.cart-lists > ul > li:nth-child(2n+1) {
    background: #fafafa none repeat scroll 0 0;
}

.coupens-area {
    float: left;
    margin-top: 40px;
    width: 100%;
}
.coupens-area .coupon {
    float: left;
    margin-right: 20px;
}
.coupens-area .coupon > label {
    float: left;
    font-family: Rubik;
    line-height: 56px;
    margin: 0 12px 0 0;
}
.coupens-area .coupon > input[type="text"] {
    border: 1px solid #e8ecec;
    float: left;
    height: 57px;
    margin-right: 6px;
    padding: 0 20px;
}
.coupens-area > input {
    background: #555555 none repeat scroll 0 0;
    margin-right: 1px;
}
.cart-total-box li > select {
    border: 1px solid #e8ecec;
    color: #909090;
    float: left;
    font-family: Roboto;
    height: 46px;
    padding: 0 20px;
    width: 100%;
}
.cart-total-box li > input[type="text"] {
    border: 1px solid #e8ecec;
    float: left;
    height: 47px;
    padding: 0 26px;
    width: 100%;
}

/* Shopping Product Tab */
.single-product-tabs {
    float: left;
    width: 100%;
}
.single-product-tabs > .tab-content {
    float: left;
    width: 100%;
}
.single-product-tabs > .tab-content img {
    float: left;
    width: 100%;
}
.single-product-tabs > .nav {
    border: medium none;
    float: left;
    margin: 30px -15px 0;
}
.single-product-tabs > .nav > li {
    float: left;
    margin: 0;
    padding: 0 15px;
    width: 33.334%;
}
.single-product-tabs > .nav > li a {
    border: medium none !important;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.single-product-infos {
    float: left;
    padding-top: 30px;
    width: 100%;
}
.single-product-infos > h2 {
    float: left;
    margin-bottom: 14px;
    margin-top: 50px;
    width: 100%;
}
.single-product-infos span.price {
    float: left;
    font-family: Roboto;
    font-size: 20px;
    margin-bottom: 13px;
    margin-top: 10px;
    width: 100%;
}
.single-product-infos .rating {
    float: left;
    margin-bottom: 16px;
    width: 100%;
}
.single-product-infos a.flat-btn {
    background: #555555 none repeat scroll 0 0;
    margin-right: 5px;
    margin-top: 60px;
}
.flat-btn > i {
    margin-right: 13px;
}
.single-product-infos a.flat-btn:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.single-product-infos a.flat-btn.add_to_cart:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.single-product-infos .c-input-number > span > input.manual-adjust {
    background: #f5f5f5 none repeat scroll 0 0;
}
.single-product-infos > p {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}



.thanks-message {
    border: 3px solid #f1efef;
    float: left;
    padding: 40px;
    position: relative;
    width: 100%;
}
.thanks-message > span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    color: #808080;
    float: left;
    font-size: 36px;
    left: 30px;
    text-align: center;
    z-index: 10000;
}
.thanks-message p {
    float: left;
    font-family: Roboto;
    font-size: 13px;
    padding-left: 20px;
}
.thanks-message h5 {
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin: 13px 0;
    padding-left: 40px;
}
.thanks-message p {
    line-height: 51px;
    margin: 0;
}


.nav.nav-tabs > li > a > img {
    max-width: none;
    width: 100%;
}


/* Light Footer */
.light-footer .social-btns > li > a {
    background: #efefef none repeat scroll 0 0;
    color: #737373;
}
.light-footer .social-btns > li > a:hover {
    color: #ffffff;
}
footer.light-footer h3, footer.light-footer h4, footer.light-footer h2 {
    color: #333333;
}
footer.light-footer h2 span {
    color: #848484;
}
footer.light-footer .logo span {
    color: #333333;
}
footer.light-footer .logo strong {
    color: #666666;
}
footer.light-footer p {
    color: #555555;
}
.light-footer .about_widget > span {
    color: #575757;
}
.light-footer .flickr_images > span {
    color: #555555;
}
.light-footer .menu-footer-menu-container li > a {
    color: #333333;
}
.light-footer .menu-footer-menu-container li > a i{
    color: #333333;
}
.light-footer .menu-footer-menu-container > ul > li {
    border-color: #e3e3e3;
}
.light-footer .subscribe_widget form label input {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #333333;
}
footer.light-footer .bottom-line {
    background: #ffffff none repeat scroll 0 0;
}
footer.light-footer .bottom-line span {
    color: #666666;
}
footer.light-footer .bottom-line a {
    color: #444444;
}


/* Cool Features */
.cool-features {
    border-bottom: 8px solid #efefef;
    border-top: 8px solid #efefef;
    float: left;
    margin-top: -8px;
    position: relative;
    width: 100%;
}
.prdct-mockup-info > h3 {
    color: #383838;
    float: left;
    font-family: Rubik;
    font-size: 39px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 50px;
    margin: 2px 0 12px;
    text-transform: uppercase;
    width: 100%;
}
.features {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.features > li {
    color: #444444;
    float: left;
    font-family: Lato;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 39px;
    margin-bottom: 13px;
    padding-left: 62px;
    position: relative;
    width: 100%;
}
.cool-features > i {
    background: none repeat scroll 0 0 #fff;
    border: 8px solid #efefef;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    
    bottom: 50px;
    font-size: 15px;
    height: 50px;
    left: 50%;
    line-height: 35px;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    width: 50px;
    z-index: 999;
}
.features > li > i {
    border: 1px solid;
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    
    font-size: 17px;
    height: 39px;
    left: 0;
    line-height: 39px;
    position: absolute;
    text-align: center;
    width: 39px;
    
    -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;
}
.prdct-mockup-info > p {
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0.6px;
    line-height: 32px;
    margin-bottom: 45px;
}
.prdct-mockup-info > span {
    float: left;
    font-family: Lato;
    font-size: 60px;
    font-weight: 100;
    line-height: 44px;
    margin-bottom: 20px;
    width: 100%;
}
.cool-features.flip > .prdct-mockup {
    float: right;
    right: 0;
}
.cool-features:before {
    background: none repeat scroll 0 0 #efeff0;
    content: "";
    height: 100%;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: 0;
    width: 8px;
    z-index:0;
}
.cool-features.flip > .prdct-mockup-info {
    float: left;
}
.prdct-mockup {
    float: left;
    left: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    top: 0;
    width: 50%;
}
.prdct-mockup-info {
    float: right;
    padding: 90px 100px 70px 70px;
    width: 50%;
}
.prdct-mockup > img {
    display: inline-block;
    width: 100%;
}

.square-services-sec > img {
    max-width: 100%;
    display: table;
    margin: 0 auto;
}
.menu-item-has-children > ul > li > a span.badge {
    float: right;
    margin: 4px 0;
}

/*=============== Cross Browser Compatibility ===================*/

/* Animation */
.choose-language > a,
.mini-gallery > li > a::before ,
.square-infos,
.event-box::after,
.event-detail,
.gallery-box > img,
.social-btns > li > a,
.social-btns > li::before,
.flickr_images > a img,
.menu-footer-menu-container li > a i,
.menu-footer-menu-container li > a,
.pagination > li > a,
.pagination > li > a::before,
.category_widget > ul li a,
.category_widget > ul li a:before,
.category_widget > ul li,
.team-info > i.fa,
.event-countdown,
.team-info,
.team-info h3,
#toggle-widget > h2,
.team-info > i,
.team-info > p,
.social-btns,
.team-box::before,
.gallery-detail,
.portfolio-detail,
.testimonials-sec .nav.nav-tabs > li > a,
.square-infos > a,
.square-infos > h3,
.square-infos > p,
.fancy-testimonial-sec .nav.nav-tabs > li > a > img,
.fancy-testimonial-sec .nav.nav-tabs > li > a > span,
.fancy-testimonial-sec .nav.nav-tabs > li > a > i,
.mini-portfolio::before,
.mini-portfolio .portfolio-info,
.our-clients-sec li a,
.our-clients-sec .owl-nav > div,
.service > h3::before,
.service > h3,
.step::before,
.step,
.flat-btn,
.portfolio-detail > a,
.portfolio-info > h3,
.about-carousal-sec .owl-nav > div,
.post-style2 > h3 a,
.post-style2 > span::before,
.bottom-line ul li > a,
.mini-service-info li > i,
.our-clients-sec li a,
.post-detail,
.post-detail > h2,
.post-detail a.post-cat,
.service-simple > i,
.service-simple::before,
.branch-detail > h3,
.branch-detail > a,
.social_widget > a,
.search_widget > form button,
.gallery-detail > a,
.close-popup,
.popup-client > span,
.square-services::before,
.top-bar,
.menu,
.logo,
.menu nav > ul > li,
.menu-item-has-children > ul,
.menu-item-has-children > ul > li,
.menu nav > ul > li > a,
.account-popup-sec,
.product-thumb::before,
.product-thumb a.add-to-cart,
.cart-thumb > a.delete-cart   {

    -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;
}

/* Border Radius */
.post-admin img,
.square-infos > a,
.fancy-testimonial-sec .nav.nav-tabs > li > a > img,
.mini-service-info li > i,
.mini-portfolio .portfolio-info > ul > li > a,
.our-clients-sec .owl-nav > div,
.feature-list > i,
.fun-fact > i,
.service-circle > img,
.service-circle::before,
.branch-detail > a,
.contact-lists-sec li > i,
.testimonials-sec .nav.nav-tabs > li > a  {

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}



.widget .menu-header-container .menu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widget .menu-header-container .menu ul {
    float: left;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: static;
    visibility: visible;
    width: 100%;
}
.widget .menu-header-container .menu ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    margin: 0;
    padding: 0 0 0 11px;
    width: 100%;
}
header.sticky .menu {
    min-height: 96px;
}
.account-user p.login-username > label, .account-user p.login-password > label {
    display: none;
}
.account-user p.login-remember {
    color: #ffffff;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
}
.account-user p.login-remember label {
    color: #c4c4c4;
    font-weight: normal;
}




/* Widget Tag Cloud */
.tagcloud {
    float: left;
    margin-top: -10px;
    width: 100%;
}
.tagcloud a:hover{
    color:#fff;
}
.tagcloud a {
    border: 1px solid #e8ecec;
    color: #6d6d6d;
    float: left;
    font-family: Roboto;
    font-size: 13px !important;
    
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    
    padding: 6px 9px;
    margin-top: 10px;
    margin-right: 10px;
}
.tagcloud a:hover{
    color:#fff;
}


/* Widgets Archive and Categories */
.widget_archive > ul, .widget_categories > ul{
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.widget_archive > ul > li, .widget_categories > ul > li {
    border-bottom: 1px dashed #e8ecec;
    color: #999999;
    float: left;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0.3px;
    padding: 7px 0;
    position: relative;
    text-align: right;
    width: 100%;
}
.widget_archive > ul > li:first-child , .widget_categories > ul > li:first-child{
    padding-top: 0;
}
.widget_archive > ul > li:last-child, .widget_categories > ul > li:last-child {
    border: medium none;
    padding-bottom: 0;
}
.widget_archive > ul > li > a, .widget_categories > ul > li > a {
    color: #565656;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    letter-spacing: 0.3px;
    padding-left: 30px;
    position: relative;
    text-align: left;
    
    -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;
    
    width: 85%;
}
.widget_archive > ul > li > a:before, .widget_categories > ul > li > a:before {
    color: #565656;
    content: "\f105";
    font-family: fontawesome;
    font-size: 13px;
    left: 0;
    position: absolute;
    top: 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;
}
.widget_archive > ul > li > a:hover:before, .widget_categories > ul > li > a:hover:before {
    left: 10px;
}

/* Widget Archive Select */
.widget_archive > select, .widget_categories > select, .widget_product_categories > select {
    border: 1px solid #e8ecec;
    color: #777777;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    height: 40px;
    letter-spacing: 0.3px;
    padding-left: 10px;
    width: 100%;
}

/* Widget Calendar */

#calendar_wrap {
    float: left;
    width: 100%;
}

#calendar_wrap > table {
    float: left;
    width: 100%;
}

#calendar_wrap > table > caption {
    background: #fafafa none repeat scroll 0 0;
    color: #333333;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 600;
    padding: 17px 20px;
    text-align: center;
}
#calendar_wrap > table > thead {
   width: 100%;
}
#calendar_wrap > table > thead > tr > th {
    background: none repeat scroll 0 0 #f3f3f3;
    border-right: 1px solid #e8e8e8;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    padding: 5px 0;
    text-align: center;
}
#calendar_wrap > table > tbody > tr > td.pad {
    background: none repeat scroll 0 0 #fdfdfd;
}
#calendar_wrap > table > tbody > tr > td {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e8ecec;
    color: #888;
    font-family: Roboto;
    font-size: 12px;
    padding: 11px 0;
    text-align: center;
}
#calendar_wrap > table > tbody > tr > td > a {
   background: none repeat scroll 0 0 #fff;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    
    color: #333;
    float: left;
    width: 100%;
}
#calendar_wrap > table > tfoot > tr > td {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e8ecec;
    font-family: Roboto;
    font-size: 13px;
    padding: 11px 0;
    text-align: center;
}
#calendar_wrap > table > tfoot > tr > td > a{
    color:#555555;
}

/* Widget main Menu */
.widget_nav_menu .menu-main-menu-container > ul, .widget_pages > ul{
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.widget_nav_menu .menu-main-menu-container > ul > li, .widget_pages > ul > li {
    float: left;
    width: 100%;
}
.widget_nav_menu .menu-main-menu-container > ul > li ul li, .widget_pages > ul > li ul li {
    float: left;
    list-style: none outside none;
    width: 100%;
}
.widget_nav_menu .menu-main-menu-container > ul > li ul, .widget_pages > ul > li ul {
    float: left;
    margin: 0;
    width: 100%;
}
.widget_nav_menu .menu-main-menu-container ul li a, .widget_pages > ul li a {
    border-bottom: 1px dashed #e8ecec;
    color: #565656;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    letter-spacing: 0.3px;
    padding: 8px 0;
    position: relative;
    text-align: left;
    
    -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;
    
    width: 100%;
}
.widget_nav_menu .menu-main-menu-container ul li ul li a:before, .widget_pages > ul li ul li a:before {
    color: #999;
    content: "\f105";
    font-family: fontawesome;
    font-size: 12px;
    left: -15px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
}

/* Widget Metas */
.widget_meta > ul {
    float: left;
    list-style: none outside none;
    margin: -10px 0 0;
    padding: 0;
    width: 100%;
}
.widget_meta > ul > li {
    float: left;
    width: 100%;
}
.widget_meta > ul > li > a {
    color: #565656;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    letter-spacing: 0.3px;
    margin-top: 10px;
    width: 100%;
}

/* Widget Recent Comment */
.widget_recent_comments > ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.widget_recent_comments > ul > li {
    border: 1px solid #e8ecec;
    
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
    
    float: left;
    margin-top: -1px;
    padding: 10px;
    width: 100%;
}
.widget_recent_comments > ul > li > a {
    color: #666666;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 21px;
    width: 100%;

    -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;
    
}
.widget_recent_comments > ul > li {
    border: 1px solid #e8ecec;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    color: #999999;
    float: left;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0.3px;
    margin-top: -1px;
    padding: 20px 22px;
    text-align: left;
    width: 100%;
}

/* Widget Recent Entries */
.widget_recent_entries ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top:-10px;
}
.widget_recent_entries ul li {
    border-left: 3px solid #e8ecec;
    float: left;
    margin-top: 10px;
    padding: 0 0 0 20px;
    width: 100%;
}
.widget_recent_entries ul li > a {
    color: #565656;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 19px;
    margin-bottom: 8px;
    width: 100%;
    
    -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;
}
.widget_recent_entries ul li > span {
    color: #888888;
    float: left;
    font-family: Roboto;
    font-size: 10px;
    letter-spacing: 0.3px;
    width: 100%;
}

/* Widget Tag Cloud */
.widget_tag_cloud a {
    
    -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;
}

/* Widget Text */
.widget_text p {
    color: #565656;
    float: left;
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 27px;
    margin: 0;
    width: 100%;
}
.widget_text p img, .widget_text a img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    
    float: left;
    margin-top: 15px;
    width: 100%;
}
.widget_text p img.wp-smiley {
    float: none;
    width: auto;
}
.textwidget form {
    float: left;
    width: 100%;
}
.textwidget form select {
    float: left;
    margin-top: 10px;
    width: 100%;
}

/**************** Woo Commerce Widgets *************/
/* Price Filter */
aside .widget_price_filter .price_slider_wrapper > .price_slider {

    background: none repeat scroll 0 0 #e8ecec !important; 

    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !important;

    float: left;
    width: 100%;

}

aside .widget_price_filter .price_slider_wrapper > .price_slider > .ui-slider-range {
    background: none repeat scroll 0 0 #777;
   
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

aside .widget_price_filter .price_slider_wrapper > .price_slider > .ui-slider-handle {
    border: medium none;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    height: 15px;
    width: 15px;
}

.widget_shopping_cart_content {
    float: left;
    width: 100%;
}
.widget .widget_shopping_cart_content > ul > li {
    border-bottom: 1px dashed #e8ecec;
    float: left;
    padding: 10px;
    width: 100%;
}
.widget .widget_shopping_cart_content > ul > li > a {
    color: #565656;
    float: left;
    font-family: lato;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 28px;
    width: 100%;
}
.widget .widget_shopping_cart_content > ul > li > a img {
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    
    float: right;
    margin-top: 0;
}
.widget .widget_shopping_cart_content > ul > li > span {
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    
    color: #fff;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    line-height: 13px;
    padding: 5px 10px;
    width: auto;
}
.widget .widget_shopping_cart_content > .total {
    border: medium none;
    float: left;
    font-family: Roboto;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 8px;
    text-align: center;
    width: 100%;
}
.widget .widget_shopping_cart_content > ul > li:first-child {
    padding-top: 0;
}
.widget .widget_shopping_cart_content > ul > li:last-child {
    padding-bottom: 0;
}
.widget .widget_shopping_cart_content > .buttons {
    display: table;
    float: none;
    margin: 0 auto;
}
.widget .widget_shopping_cart_content > .buttons > a {
    border: medium none;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    
    float: left;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    margin: 0 5px;
    padding: 9px 13px;
    text-shadow: 0 0;
    width: auto;
}

/* WooCoomerce Product Categories */
.woocommerce.widget_product_categories > ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.woocommerce.widget_product_categories ul li {
    float: left;
    width: 100%;
}
.woocommerce.widget_product_categories ul li a {
    color: #565656;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    letter-spacing: 0.3px;
    padding: 6px 0;
}
.woocommerce.widget_product_categories ul li span {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e8ecec;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.01) inset;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.01) inset;
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.01) inset;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.01) inset;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.01) inset;
    
    float: right;
    font-family: Roboto;
    font-size: 11px;
    margin-top: 5px;
    padding: 3px 4px;
}

/* WooCommerce Widget Product */
.woocommerce.widget_products > ul {
    float: left;
    margin-top: -10px;
    width: 100%;
}
.widget.woocommerce.widget_products > ul > li {
    border-left: 3px solid #e8ecec;
    float: left;
    margin-top: 10px;
    padding: 0 0 0 20px;
    width: 100%;
}
.widget.woocommerce.widget_products > ul > li > a {
    color: #565656;
    float: left;
    font-family: lato;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 29px;
    width: 100%;
}
.widget.woocommerce.widget_products > ul > li > a img {
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.widget.woocommerce.widget_products > ul > li {
    border-left: 3px solid #e8ecec;
    color: #898989;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    margin-top: 10px;
    padding: 0 0 0 20px;
    width: 100%;
}


/* WooCommerce Search product */
.widget_product_search > form, .widget_search > form {
    background: #fafafa none repeat scroll 0 0;
    float: left;
    margin: 0;
    padding: 10px;
    width: 100%;
}
.widget_product_search > form label, .widget_search > form label {
    display: none;
}
.widget_product_search > form input[type="text"], .widget_search > form input[type="text"] {
    border: medium none;
    color: #444444;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    height: 46px;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 13px 30px;
    width: 84%;
}
.widget_product_search > form input[type="submit"], .widget_search > form input[type="submit"] {
    border: medium none;
    
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    
    color: #fff;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    height: 30px;
    letter-spacing: 0.3px;
    width: 30%;
}
aside .heading2 {
    margin-bottom: 20px;
}
/* WooCommerce Recent Review */
.widget_recent_reviews > ul {
    float: left;
    width: 100%;
    margin-top:-10px;
}
.widget.widget_recent_reviews > ul > li {
    border-left: 3px solid #e8ecec;
    float: left;
    margin-top: 10px;
    padding: 0 0 0 20px;
    width: 100%;
}
.widget.widget_recent_reviews > ul > li > a {
    color: #565656;
    float: left;
    font-family: lato;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 28px;
    width: 100%;
}
.widget.widget_recent_reviews > ul > li > a img {
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.widget.widget_recent_reviews > ul > li .star-rating {
    float: left;
    height: 20px;
    margin-right: 10px;
}
.widget.widget_recent_reviews > ul > li .reviewer {
    color: #777777;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0.3px;
}

/* WooCoomerce Top rated products */
.widget.widget_top_rated_products > ul {
    float: left;
    margin-top: -10px;
    width: 100%;
}
.widget.widget_top_rated_products > ul > li {
    border-left: 3px solid #e8ecec;
    float: left;
    margin-top: 10px;
    padding: 0 0 0 20px;
    width: 100%;
}
.widget.widget_top_rated_products > ul > li > a {
    color: #565656;
    float: left;
    font-family: lato;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 28px;
    width: 100%;
}
.widget.widget_top_rated_products > ul > li > a img {
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.widget.widget_top_rated_products > ul > li .star-rating {
    float: left;
    height: 20px;
    margin-right: 10px;
}
.widget.widget_top_rated_products > ul > li .reviewer {
    color: #777777;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0.3px;
}
  
/* Widget Rss */
.widget_rss > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.widget_rss > ul > li {
    border: 1px solid #e8ecec;
    float: left;
    margin-bottom: -1px;
    padding: 28px 30px;
    width: 100%;
}
.widget_rss > ul > li > a.rsswidget {
    font-family: Rubik;
    font-weight: bold;
}
.widget_rss > ul > li > cite {
    color: #959595;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    font-style: italic;
    margin-top: 6px;
    width: 100%;
}
img {
    height: auto;
}
.pagination > li span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
}
.pagination > li.active > a::before {
    display: block !important;
    top: 4px;
}
.pagination > li.active {
    margin: 0 9px;
}
.pagination > li.active > a {
    font-size: 18px;
    padding-top: 27px;
}
.widget ul li .children {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding-left: 30px;
    text-align: right;
    width: 100%;
}
.widget ul li .children li > a, .widget ul li .children li {
    color: #999999;
    float: left;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0.3px;
    padding-left: 0;
    position: relative;
    text-align: right;
    
    -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;
    
    width: 100%;
}
.widget ul li .children li > a {
    width: auto;
}
.widget ul li .children li > a {
    color: #454545;
    font-size: 13px;
}
.widget_product_search > form button, .widget_search > form button {
    border: medium none;
    color: #fff;
    float: right;
    height: auto;
    padding: 13px 0;
    width: 15%;
}
.widget_nav_menu .menu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widget_nav_menu .menu .sub-menu {
    float: left;
    margin: 0;
    opacity: 1;
    position: static;
    
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -ms-transform: translate(0px);
    -o-transform: translate(0px);
    transform: translate(0px);

    visibility: visible;
    width: 100%;
}
.widget_nav_menu .menu .sub-menu > li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin: 0;
    padding: 2px 10px;
}
.widget_nav_menu .menu .sub-menu > li a {
    color: #939393;
}
footer .widget_text p {
    color: #d0d0d0 !important;
}
.wpb_button, .wpb_content_element, .wpb_row, ul.wpb_thumbnails-fluid > li{
    margin-bottom:0 !important; 
}
.mini-portfolio .portfolio-info > h3 a {
    color: #333333;
}
.blog-post.no-image > .post-thumb > .post-detail {
    float: left;
    position: static;
    width: 100%;
    padding-top: 103px;
    padding-bottom: 102px;
    padding-left: 60px;
    padding-right: 60px;
}
.blog-post.no-image > .post-thumb > .post-admin {
    padding-right: 0;
}
.single-post-sec.no-image .post-detail {
    float: left;
    position: static;
    width: 100%;
}
.wpcf7 {
    float: left;
    width: 100%;
}
.wpcf7-form {
    float: left;
    width: 100%;
}
.wpcf7-form > p {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.wpcf7-form-control-wrap {
    float: left;
    width: 100%;
}
.wpcf7-form-control-wrap > input[type="text"], .wpcf7-form-control-wrap > input[type="email"], .wpcf7-form-control-wrap > input[type="password"], .wpcf7-form-control-wrap > textarea {
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    color: #000000;
    float: left;
    font-family: Rubik;
    font-size: 15px;
    height: 60px;
    padding: 20px 40px;
    width: 100%;
    border-radius: 10px;
}
.wpcf7-form-control-wrap > textarea {
    min-height: 190px;
}
.wpcf7-submit{
    margin-top: 20px;
}
.woocommerce .product-box .product-thumb span.onsale {
    font-family: Rubik;
    height: 50px;
    line-height: 46px;
    width: 50px;
}
footer .wpcf7 {
    margin-top: 20px;
}
footer .wpcf7 form p input[type="text"], footer .wpcf7 form p input[type="email"] {
    background: #383838 none repeat scroll 0 0;
    font-family: Roboto;
    font-size: 13px;
    height: auto;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
}
.about_widget > p {
    margin-bottom: 20px;
}
footer .widget_wp_mushi_social_meida_widget .social-btns {
    margin-bottom: 10px;
}
.textwidget .wpcf7 form .ajax-loader {
    margin: 40px 0 10px 20px;
    width: auto;
}
.wpcf7 .wpcf7-response-output {
    float: left;
    margin: 10px 0 0;
    padding: 20px !important;
    width: 100%;
}
.about-carousal-sec.hide-nav .owl-nav {
    display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
}
.woocommerce ul.products li.product a img {
    margin: 0;
}
.woocommerce div.product-box span.price {
    float: left;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 8px;
    width: 100%;
}
.woocommerce div.product-box span.price > del {
    float: left;
    margin-right: 20px;
}
.woocommerce .price > del > span {
    color: #777777;
    font-family: Rubik;
    font-size: 13px;
}
.woocommerce .price > ins {
    float: left;
    margin-right: 12px;
    text-decoration: none;
}
.single-product-infos {
    float: left;
    padding-top: 30px;
    width: 100%;
}
.single-product-infos > form.cart > .c-input-number {
    float: left;
    margin-right: 20px;
}
.single-product-infos > div > p {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}
.single-product-infos > div > p.price {
    margin-bottom: 16px;
}
.product_meta {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.single-product-infos > form.cart > .flat-btn {
    float: left;
    margin-right: 10px;
    margin-top: 19px;
    padding: 16px 20px;
}
.woocommerce .price > ins > span {
    font-size: 17px;
    text-decoration: none !important;
}
.woocommerce .price > span {
    font-size: 17px;
    text-decoration: none !important;
    font-weight: bold;
}
.woocommerce {
    float: left;
    width: 100%;
}
.product-thumb a.add-to-cart.added.button.ajax_add_to_cart {
    width: 69px;
}
.product-thumb .added_to_cart.wc-forward {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;

    bottom: 18px;
    font-family: Rubik;
    padding: 10px 30px;
    position: absolute;
    right: 20px;
}
.price-cart-item > span span.amount {
    padding: 0;
}
.woocommerce-message {
    float: left;
    width: 100% !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 30px;
}
.woocommerce-shipping-calculator {
    margin: 0 -60px;
}
.flickr_widget > span {
    float: left;
    margin-top: 22px;
    width: 100%;
}
.woocommerce .return-to-shop > a {
    background: #555555 none repeat scroll 0 0;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    color: #ffffff;
    float: left;
    margin-top: 10px;
    padding: 13px 30px;
    text-transform: uppercase;
}
#reviews .comment-form {
    float: left;
    margin-top: 20px;
    width: 100%;
}
#reviews .comment-form textarea, #reviews .comment-form input[type="text"] {
    border: 1px solid #e8ecec;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    min-height: 110px;
    width: 100%;
    padding: 8px 20px;
}
#reviews .comment-form input[type="text"] {
    min-height: auto;
    padding: 8px 20px;
}
html .woocommerce div #reviews .comment-form input#submit.submit[type="submit"] {
    background: #555555 none repeat scroll 0 0;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    color: #ffffff;
    float: left;
    font-family: Rubik;
    margin-bottom: 20px !important;
    margin-top: 30px !important;
    padding: 12px 30px;
}
.related.products > h2 {
    float: left;
    font-family: Rubik;
    font-size: 23px;
    margin-bottom: 22px;
    margin-top: 50px;
    width: 100%;
}
.woocommerce .billing-sec > p > label {
    color: #979797;
    float: left;
    font-family: Rubik;
    font-weight: normal;
    width: 100%;
}
.woocommerce .billing-sec > p > input {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-family: Roboto;
    padding: 18px 20px;
    width: 100%;
}
.form-row > label {
    float: left;
    font-family: Rubik;
    font-weight: normal;
    width: 100%;
}
.form-row input.input-text[type="text"], .form-row input.input-text[type="password"] {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    float: left;
    padding: 18px 20px;
    width: 100%;
}
.form-row > input.button[type="submit"] {
    background: #555555 none repeat scroll 0 0;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    color: #fff;
    float: left;
    font-family: Rubik;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 13px 30px;
    text-transform: uppercase;
}
.lost_password {
    float: left;
    margin-bottom: 10px !important;
    width: 100%;
}
.woocommerce .billing-sec > p {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.woocommerce .billing-sec > p > label {
    color: #979797;
    float: left;
    font-family: Rubik;
    font-weight: normal;
    width: 100%;
}
.woocommerce .billing-sec > p > input {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-family: Roboto;
    padding: 18px 20px;
    width: 100%;
}
.form-row > label {
    float: left;
    font-family: Rubik;
    font-weight: normal;
    width: 100%;
}
.form-row input.input-text[type="text"], .form-row input.input-text[type="password"] {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    float: left;
    padding: 18px 20px;
    width: 100%;
}
.form-row > input.button[type="submit"] {
    background: #555555 none repeat scroll 0 0;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    color: #fff;
    float: left;
    font-family: Rubik;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 13px 30px;
    text-transform: uppercase;
}
.lost_password {
    float: left;
    margin-bottom: 10px !important;
    width: 100%;
}
form.checkout_coupon > .form-row > input[type="submit"] {
    margin-bottom: 0;
    margin-top: 0;
    padding: 18px 30px;
}
.form-row.create-account > input.input-checkbox {
    float: left !important;
    margin-top: 7px;
    width: auto;
}
#ship-to-different-address .checkbox {
    float: left;
    margin: 0 17px 0 0;
}
.woocommerce-shipping-fields .form-row.notes {
    float: left;
    width: 100%;
}
.woocommerce-shipping-fields .form-row.notes > label {
    float: left;
    width: 100%;
}
.woocommerce-shipping-fields .form-row.notes > textarea {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    float: left;
    min-height: 150px;
    padding: 18px 20px;
    width: 100%;
}
.place-order > input.flat-btn {
    margin-top: 30px;
}
.account-create > div {
    padding: 0;
}
.form-row.create-account > label {
    float: none !important;
    margin: 0 !important;
    width: auto !important;
}
.shipping_address > p {
    float: left;
    width: 100%;
}
.wpb_wrapper iframe {
    margin-top: 30px;
}
.comment-sec {
    float: left;
    margin-top: 30px;
    padding: 0;
    width: 100%;
}
.comment-respond {
    float: left;
    width: 100%;
}
.logged-in-as {
    color: transparent;
    float: left;
    width: 100%;
}
.logged-in-as a {
    background: #333333 none repeat scroll 0 0;
    border-radius: 6px;
    color: #ffffff;
    float: left;
    margin-right: 10px;
    padding: 10px 30px;
}
ul.page-numbers {
    float: left;
    list-style: outside none none;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
ul.page-numbers > li {
    display: inline-block;
}
ul.page-numbers > li > span, ul.page-numbers > li > a {
    background: #f5f5f5 none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding: 9px 14px;
    text-align: center;
}
ul.page-numbers > li > span.current{
    color: #ffffff;
}
.single-post-sec .post-categories {
    float: left;
    margin: 40px 0 -10px;
    padding: 0;
    width: 100%;
}
.post-categories > li {
    float: left;
    font-family: Rubik;
    list-style: outside none none;
    margin-right: 3px;
}
.post-categories > li > a {
    background: #f6f6f6 none repeat scroll 0 0;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;

    color: #333333;
    float: left;
    font-family: Rubik;
    font-size: 12px;
    padding: 5px 21px;
    text-transform: uppercase;

    
    -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;
    
}
.post-categories > li > a:hover{
    color: #ffffff;
}
.blog-post.sticky .post-thumb > .post-detail {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.blog-post.sticky .post-thumb > .post-detail > h2 {
    color: #333333;
}
.blog-post.sticky .post-thumb > .post-detail > p {
    color: #666666;
}
.blog-post.sticky .post-admin {
    padding-right: 0;
}
table {
    border: 1px solid #f0f0f0;
    color: #888888;
    float: left;
    font-family: Roboto;
    margin: 20px 0;
    width: 100%;
}
caption {
    border-left:1px solid #F0F0F0;
    border-right:1px solid #F0F0F0;
    border-top:1px solid #F0F0F0;
    font-size:17px;
    font-weight:700;
    letter-spacing:0.3px;
    line-height:30px;
    text-transform:uppercase;
    text-align:center; 
}
thead {
    text-align:center;
    color:#333;
}
thead {color:#333333;}
th {
    border: 1px solid #f0f0f0;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
}
td {
    border: 1px solid #f0f0f0;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
}
td a{font-size:inherit;}
thead th {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 10px 20px;
}
dl {
    color: #737373;
    font-family: Roboto;
    font-size: 15px;
}
.single-post-sec ul, .single-post-sec ol {
    color: #434343;
    font-family: Roboto;
    font-size: 14px;
    line-height: 24px;
    padding: 2px 0 2px 20px;
}
address {
    color: #7f7f7f;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0.4px;
}
p cite {float: none;}
.alignleft {
    float: left;
    margin-right: 20px;
}
.alignright {
    float: right;
    margin-left: 20px;
}
.single-post-sec img {
    height: auto;
    max-width: 100% !important;
}
.aligncenter {
    margin: 0 auto;
    text-align: center;
}
figcaption.wp-caption-text {
    color: #7f7f7f;
    font-size: 12px;
    margin-top: 10px;
    text-transform: capitalize;
}
.single-post-sec img[title="Image Alignment 1200x400"] {
    height: auto;
    width: 100% !important;
}
.wp-caption.alignnone {
    height: auto;
    max-width: 100%;
}
.post-password-form {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}
.post-password-form label {
    float: left;
    width: 100%;
}
.post-password-form label input {
    border: 2px solid #dfdfdf;
    float: left;
    height: 40px;
    padding: 5px 20px;
    width: 100%;
}
.post-password-form input[type="submit"] {
    background: #000000 none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    float: left;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    padding: 7px 30px;
    text-transform: uppercase;
}
.comment-form form button {
    border: 0 none;
    color: #ffffff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 30px;
}
iframe#twitter-widget-0 {
    float: left;
    max-width: 100% !important;
    width: 100% !important;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
.EmbeddedTweet {
    max-width: none;
    width: 100% !important;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
.gallery-size-thumbnail {margin: 0 -15px;}
.gallery-item {
    float: left;
    padding: 0 15px;
    width: 100%;
}
.gallery-columns-2 .gallery-item {width:50%;}
.gallery-columns-3 .gallery-item {width:33.334%;}
.gallery-columns-4 .gallery-item {width:25%;}
.gallery-columns-5 .gallery-item {width:20%;}
.gallery-columns-6 .gallery-item {width:16.666%;}
.gallery-columns-7 .gallery-item {width:14.285%;}
.gallery-columns-8 .gallery-item {width:12.5%;}
.gallery-columns-9 .gallery-item {width:11.111%;}
figcaption.wp-caption-text {
    background: #f5f5f5 none repeat scroll 0 0;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    padding: 20px 30px;
    text-align: center;
}

#comment-sec > ul {
    float: left;
    list-style: outside none none;
    margin: 30px 0;
    padding: 0;
    width: 100%;
}
#comment-sec > ul > li {
    float: left;
    padding: 20px 0;
    width: 100%;
}
#comment-sec > ul > li .children > li > .comment-body {
    padding: 20px 0;
}
.comment-body {
    float: left;
    width: 100%;
}
.comment-author {
    float: left;
    width: 50%;
}
.comment-author .avatar {
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    float: left;
    margin-right: 22px;
}
.comment-author > cite > a, .comment-author > cite {
    float: left;
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    margin-right: 6px;
    margin-top: 15px;
}
.comment-author > cite > a {
    margin: 0;
}
.comment-author > .says {
    color: #878787;
    float: left;
    font-family: Roboto;
    font-style: italic;
    margin-left: 5px;
    margin-top: 15px;
}
.comment-meta {
    float: right;
    width: 50%;
}
.comment-meta > a {
    float: right;
    font-family: Roboto;
    font-style: italic;
    margin: 15px 0;
}
.comment-body > p {
    float: left;
    width: 100%;
}
.comment-author {
    float: left;
    margin-bottom: 13px;
    width: 50%;
}
.vc_tta-container .vc_tta-panels-container {
    float: left;
    width: 100%;
}
.vc_tta-container .vc_tta-panels-container .vc_tta-panels {
    float: left;
    width: 100%;
}
.vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background: #ffffff none repeat scroll 0 0 !important;
    border-color: #eeeeee !important;
    float: left;
    width: 100%;
}
.vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading > h4 {
    color: #333333;
    font-family: Rubik;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 26px;
}
div .woocommerce.columns-3 img {
    height: auto !important;
}
.theme-layout.boxed .ls-v5 .ls-nav-prev {
    left: 50px;
}
.theme-layout.boxed .ls-v5 .ls-nav-next {
    right: 50px;
}
.cart-head {
    float: left;
    width: 100%;
}
.woocommerce-shipping-calculator {
    margin: 0 -19px;
}
html .woocommerce span.onsale {
    font-weight: normal;
    height: 50px;
    line-height: 43px;
    position: absolute;
    width: 50px;
    z-index: 1;
}
.single-product-infos .add_to_wishlist {
    background: #555555 none repeat scroll 0 0;
    
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;

    color: #ffffff;
    float: left;
    font-family: Rubik;
    font-size: 15px !important;
    font-weight: bold;
    padding: 16px 30px;
}
.posted_in > a {
    color: #353535;
}
.yith-wcwl-wishlistexistsbrowse.show a{
    color: #000;
}
.widget > .widget {
    margin: 0;
}


.header-search {
    float: right;
    margin-left: 30px;
    padding: 6px 0;
    position: relative;
    z-index: 99;
}
.header-search > form {
    float: left;
    position: relative;
}
.header-search > form > input {
    border: medium none;
    
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -ms-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;

    font-family: Rubik;
    font-size: 11px;
    opacity: 0;
    padding: 10px 20px;
    position: absolute;
    right: 100%;
    width: 0;
}
.header-search *{
    
    -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-search > form > button {
    background: #4a4a4a none repeat scroll 0 0;
    border: medium none;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #cfcfcf;
    float: right;
    font-size: 12px;
    height: 37px;
    padding: 0;
    width: 35px;
}
.header-search > form:hover > input, .header-search > form > input:focus {
    opacity: 1;
    width: 190px;
}

header.simple-header.white .top-bar {
    background: #f1f1f1;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    position: relative;
}
header.simple-header.white .top-bar .contact-item > li {
    color: #333333;
}
header.simple-header.white .top-bar .choose-language a {
    background: #dbdbdb none repeat scroll 0 0;
    color: #939393;
}
header.simple-header.white .top-bar .header-search form button {
    background: #dbdbdb none repeat scroll 0 0;
    color: #939393;
}












/*** BB PRESS STYLING ***/

#bbpress-forums {
    margin-bottom: 0;
}

#bbpress-forums #bbp-search-form {
    background: none repeat scroll 0 0 #efefef;
    border: 1px solid #dcdcdc;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    width: 310px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#bbpress-forums #bbp-search-form input#bbp_search {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #343434;
    float: left;
    font-family: roboto;
    height: 40px;
    padding: 10px;
    width: 230px;
}

#bbpress-forums #bbp-search-form input#bbp_search_submit {
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #cfcfcf;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    border-right: 0 none;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    float: left;
    font-family: roboto;
    height: 40px;
    padding: 5px 0;
    text-transform: uppercase;
    width: 70px;
}

#bbpress-forums #bbp-search-form input#bbp_search_submit:hover{
    color: #AFAFAF;
}

#subscription-toggle, #favorite-toggle {
    background:none repeat scroll 0 0 #282828;
    float: left;
    margin: 0 20px;
    padding: 5px 15px;
    text-transform: uppercase;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}

#subscription-toggle a, #favorite-toggle a {
    color: #fff !important;
    line-height: 20px;
}

.bbp-author-avatar img {
    border: 0 none !important;
    margin: 0 !important;
}

#bbpress-forums ul {
    color: #888888;
    font-weight: 400;
}

#bbpress-forums .minict_wrapper.bubble ul {
    background: none repeat scroll 0 0 #fff;
}

#bbpress-forums li.bbp-header ul {
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-transform: uppercase;

}

#bbpress-forums div.odd, #bbpress-forums ul.odd {
    background: rgb(254,252,252); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(254,252,252) 0%, rgb(244,242,242) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(254,252,252)), color-stop(100%,rgb(244,242,242))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcfc', endColorstr='#f4f2f2',GradientType=0 ); /* IE6-9 */
    padding:0;

}

#bbpress-forums > ul {
    border: 1px solid #c9c9c9!important;
    overflow: hidden !important;    

    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !important;

}

#bbpress-forums li.bbp-footer {
    background: none repeat scroll 0 0 #DCDCDC;
    border-top: 1px solid #C9C9C9;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    background: rgb(254,252,252); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(254,252,252) 0%, rgb(244,242,242) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(254,252,252)), color-stop(100%,rgb(244,242,242))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcfc', endColorstr='#f4f2f2',GradientType=0 ); /* IE6-9 */

    border-top: 1px solid #d0cfcf;
    padding: 0 20px;
}

#bbpress-forums li.bbp-body ul.forum li, #bbpress-forums li.bbp-body ul.topic li {
    font-size: 13px;
    line-height: 80px;
    min-height: 125px;
    padding: 20px 0;
}

#bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count, 
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count {
    font-size: 15px;
    line-height: 34px;
}

#bbpress-forums fieldset.bbp-form {
    border: 0 none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#bbpress-forums fieldset.bbp-form label {
    float: left;
    font-weight: 400;
    width: 100%;
}

#bbpress-forums li.bbp-header {
    background: none repeat scroll 0 0 #6f6f6f;
    border: 1px solid #3e3e3e;
    float: left;
    font-weight: 400;
    padding: 0 20px;
    position: relative;
    width: 100%;
    z-index: 1;

}

#bbpress-forums li.bbp-header:before {
    background: url("../images/pattern2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #84898B;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

#bbpress-forums li.bbp-header ul {
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-transform: uppercase;

}

#bbpress-forums li.bbp-header li {
    color: #F1EFEF;
    font-family: roboto;
    font-size: 15px;
    font-weight: 600;
    line-height: 58px;
    text-shadow: 0 1px 0 #000000;
    text-align: center;

}

li.bbp-forum-freshness, li.bbp-topic-freshness {
    border-right: 0 none !important;
}

#bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count, #bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count {
    font-size: 15px;
    line-height: 47px;

}

.bbp-form input[type="text"],.bbp-form textarea {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #C8C8C8;
    font-family: roboto;
    height: 30px;
    padding: 5px;
    width: 100%;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

}

.bbp-form textarea{
    border:0;
    height:auto;
}

#bbpress-forums div.reply {
    background: rgb(254,252,252); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(254,252,252) 0%, rgb(244,242,242) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(254,252,252)), color-stop(100%,rgb(244,242,242))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(254,252,252) 0%,rgb(244,242,242) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcfc', endColorstr='#f4f2f2',GradientType=0 ); /* IE6-9 */

    color: #333333;
    font-size: 12px;
    position: relative;
    padding:0;
    right: 0;

}

div.bbp-submit-wrapper button {
    background: none repeat scroll 0 0 #D4D4D4;
    border: 0 none;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 25px;
    text-transform: uppercase;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

}

div.bbp-template-notice.info {
    color: #747474;
    float: left;
    padding: 5px 20px;
    text-shadow: 0 0 1px #FFFFFF;
    background-color: #BFE7F1;
    border: 1px solid #D1D1D1;

}

#bbpress-forums li.bbp-body ul.forum li.bbp-forum-info a,

ul.topic li.bbp-topic-title > a.bbp-topic-permalink {
    background: none repeat scroll 0 0 #E0E0E0;
    color: #646363 !important;
    float: left;
    font-size: 13px;
    margin-right: 20px;
    margin-top: 18px;
    padding: 7px 15px;
    line-height: 20px;
    text-shadow: 0 1px 0 #F4F4F4;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

}

.bbp-forum-content {
    color: #9d9d9d;
    line-height: 20px;
    margin: 25px 0 0 !important;

}

#bbpress-forums li.bbp-body ul.forum li.bbp-forum-freshness > a,
.bbp-topics li.bbp-body ul.topic li.bbp-topic-freshness > a {
    background: none repeat scroll 0 0 #E1E1E1;
    color: #898888 !important;
    display: table;
    margin: 10px auto 0;
    padding: 5px 15px;
    text-shadow: 0 1px 0 #F4F4F4;
    line-height: 20px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

}

#bbpress-forums p.bbp-topic-meta {
    float: left;
    margin-bottom: 0;
    margin-top: 10px !important;
    width: 100%;
}

.bbp-author-avatar {
    margin-right: 10px;
}

ul.topic li.bbp-topic-title > a.bbp-topic-permalink {
    margin-top: 5px;
    line-height: 20px;

}

li.bbp-forum-topic-count, li.bbp-topic-voice-count,
li.bbp-forum-reply-count, li.bbp-topic-reply-count {
    font-size: 15px !important;

}

.bbp-pagination-count {
    border: 1px solid rgba(0, 0, 0, 0);
    color: #888888;
    float: left;
    font-size: 12px;

}

div.bbp-template-notice, div.indicator-hint {
    background: none repeat scroll 0 0 #FBE3A7;
    border-color: #D1D1D1;
    float: left;
    padding: 5px 20px;
    text-shadow: 0 0 1px #FFFFFF;
    width: auto;

}

#bbpress-forums p.bbp-topic-meta .bbp-author-name {
    color: #A1A1A1;
}

ul.bbp-replies li.bbp-header > div {
    color: #F1EFEF;
    font-family: roboto;
    font-size: 15px;
    font-weight: 600;
    line-height: 58px;
    text-align: center !important;
    text-shadow: 0 1px 0 #000000;
    text-transform: uppercase;

}

li.bbp-header div.bbp-topic-content span#subscription-toggle, li.bbp-header div.bbp-topic-content span#favorite-toggle, li.bbp-header div.bbp-reply-content span#subscription-toggle, li.bbp-header div.bbp-reply-content span#favorite-toggle {
    float: right;
    font-size: 12px;
    line-height: 17px;
    margin-top: 18px;
    text-shadow: none;

}

#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
    background-color: #EDEAEA;
    border-top: 1px solid #D0CFCF;
}

.bbp-admin-links, .bbp-admin-links a {
    color: #8E8E8E !important;
    font-size: 12px !important;
    padding: 0 5px;
    text-transform: capitalize !important;
}

.bbp-forum-header a.bbp-forum-permalink, .bbp-topic-header a.bbp-topic-permalink, .bbp-reply-header a.bbp-reply-permalink {
    color: #8E8E8E !important;
    float: right;
    margin-left: 30px;
}

#bbpress-forums .bbp-body div.bbp-reply-author {
    border-right: 1px solid #C9C9C9;
    float: left;
    padding: 20px;
    width: 30%;

}

.bbp-reply-author .bbp-author-avatar {
    float: left;
}

#bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    color: #8E8E8E;
    display: table-row-group;
    width: auto;

}

#bbpress-forums div.bbp-forum-author .bbp-author-role, #bbpress-forums div.bbp-topic-author .bbp-author-role, #bbpress-forums div.bbp-reply-author .bbp-author-role {
    color: #9c9c9c;
    display: table-row;
    float: left;
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    margin-top: -8px;
}

.bbp-reply-ip {
    float: left;
    text-align: left;
}

.bbp-reply-author .bbp-author-avatar img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#bbpress-forums .bbp-replies .bbp-body div.bbp-reply-content {
    border-left: 1px solid #C9C9C9;
    color: #8E8E8E;
    float: left;
    font-family: roboto;
    margin-left: -1px;
    padding: 20px 25px;
    width: 70%;

}

fieldset.bbp-form {
    float: left;
    padding: 0 !important;
    width: 100%;
}

fieldset.bbp-form label {
    color: #7f7f7f;
    float: left;
    font-family: roboto;
    font-size: 12px;
    padding: 0 20px 0 0 !important;
    text-transform: uppercase;
    width: auto !important;

}

button.button.submit {
    line-height: 20px;
    overflow: hidden;
    padding: 7px 20px;

}
div.bbp-template-notice, div.indicator-hint {
    width: 100%;
}

.bbp-breadcrumb > p a, .bbp-breadcrumb > p span {
    color: #222222;
    display: inline-block;
    font-family: roboto;
    font-size: 12px;
    max-width: 220px;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;

}

.bbp-breadcrumb > p span.bbp-breadcrumb-current {
    color: #a0a0a0;
}

div.bbp-breadcrumb, div.bbp-topic-tags {
    float: left;
    position: relative;
    text-align: center;
    width: auto;
}
#bbpress-forums div.bbp-breadcrumb p, #bbpress-forums div.bbp-topic-tags p {
    margin-top: 10px;
}
.bbp-pagination-links {
    float: left;
    margin-left: 10px;
}
#bbpress-forums .bbp-pagination-links span {
    float: left;
    width: auto;
}
#bbpress-forums .bbp-pagination-links a {
    float: left;
    width: auto;
}
.bbp-topics .bbp-topic-pagination {
    float: left;
    margin-top: 8px;
}
.bbp-topics .bbp-topic-pagination > a {
    float: left;
    width: auto;
}
.entry-title {
    color: #565656;
    float: left;
    font-family: lato;
    font-size: 19px;
    letter-spacing: 0.3px;
    margin-bottom: 10px !important;
    width: 100%;
}
.bbp-form > div > label {
    float: left;
    text-align: left !important;
    width: 150px !important;
}
#bbpress-forums #bbp-your-profile fieldset.submit {
    float: right;
}











/* BuddyPress */
#buddypress form div.item-list-tabs > ul > li > a,
#buddypress div.item-list-tabs > ul > li > a {
    background: #f1f1f1 none repeat scroll 0 0 !important;
    color: #232323 !important;
    font-family: Raleway;
    font-size: 12px;
    font-weight: 700 !important;
    letter-spacing: 0.4px;
    line-height: 21px;
    padding: 10px 15px 10px 23px;
}
#buddypress form div.item-list-tabs > ul > li > a > span, #buddypress div.item-list-tabs > ul > li > a > span {
    color: #555;
    float: right;
    font-family: Rubik;
    font-size: 9px;
    height: 22px;
    line-height: 15px !important;
    margin-left: 10px !important;
    padding: 0;
    text-align: center;
    width: 22px;
}
#buddypress > div#members-dir-search {
    float: right;
    margin: 0;
}
#buddypress > div#members-dir-search > form > label {
    border: 1px solid #e8ecec;
    float: left;
    margin: 0;
}
#buddypress label input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-family: Raleway;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.5px;
    padding: 8px 20px;
}
#buddypress > div#members-dir-search > form > input[type="submit"] {
    background: #333333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-family: Raleway;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px 12px;
}
#buddypress div.item-list-tabs > ul {
    float: left;
    width: auto;
}
#buddypress form div.item-list-tabs {
    clear: none;
    float: left;
    width: auto;
}
#buddypress div#subnav.item-list-tabs {
    float: right;
    margin: 0;
}
#buddypress div#subnav.item-list-tabs > ul > li > label {
    font-family: Raleway;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 30px;
    margin: 0;
    padding-right: 13px;
}
#buddypress div#subnav.item-list-tabs > ul > li > select {
    border: 1px solid #e8ecec;
    color: #b2b2b2;
    float: right;
    font-family: Raleway;
    font-size: 9px;
    letter-spacing: 0.5px;
    padding: 8px 10px;
}
#buddypress > form#members-directory-form.dir-form {
    float: left;
    margin-top: 20px;
    width: 100%;
}
#buddypress > form#members-directory-form.dir-form .members.dir-list > .pagination {
    color: #333;
    float: right;
    font-family: Rubik;
    font-size: 13px;
    font-weight: normal;
    padding: 18px 0;
}
#buddypress > form#members-directory-form.dir-form .members.dir-list > .pagination > #member-dir-count-top {
    float: left;
    font-size:12px;
    font-weight:900;
    margin: 0;
}
#buddypress > form#members-directory-form.dir-form .members.dir-list > .pagination .pagination-links {
    margin: 0;
}
#buddypress > form#members-directory-form.dir-form .members.dir-list > .pagination .pagination-links {
    color: #333333;
    font-family: Rubik;
    font-size: 13px;
    margin: 0;
}
#buddypress > form#members-directory-form.dir-form .members.dir-list > .pagination .pagination-links  a{
    color: #333333;
    font-family: Rubik;
    font-size: 13px;
    margin: 0;
}
#buddypress > form#members-directory-form.dir-form .members.dir-list > .pagination .pagination-links span {
    color: #333333;
    font-family: Rubik;
    font-size: 13px;
    margin: 0;
}
#buddypress > form#members-directory-form.dir-form .members.dir-list > ul.item-list,
#buddypress > .activity > ul
 {
    border-color: #eaeaea;
    float: left;
    width: 100%;
}
#buddypress > form#members-directory-form.dir-form .members.dir-list > ul.item-list > li,
#buddypress > .activity > ul li{
    display: table;
    float: left;
    padding: 24px 0;
    width: 100%;
}
#buddypress > form#members-directory-form.dir-form .members.dir-list > ul.item-list > li > .item-avatar,
#buddypress > .activity > ul li .activity-avatar {
    float: left;
    margin-right: 20px;
}
#buddypress > form#members-directory-form.dir-form .members.dir-list > ul.item-list > li > .item-avatar img,
#buddypress > .activity > ul li .activity-avatar img {
    margin: 0;
}
#buddypress > form#members-directory-form.dir-form .members.dir-list > ul.item-list > li > .item,
#buddypress > .activity > ul li .activity-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
#buddypress > form#members-directory-form.dir-form .members.dir-list > ul.item-list > li > .item > .item-title a, 
#buddypress  .activity > ul li > .activity-content > .activity-header p a {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #333333;
    display: inline-block;
    font-family: Rubik;
    font-size: 8px;
    line-height: 17px;
    margin: 0 7px;
    padding: 1px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
#buddypress .activity > ul li > .activity-content > .activity-header p a:first-child, #buddypress  .activity > ul li > .activity-content > .activity-header p a:first-child {
    margin-left: 0;
}
#buddypress > form#members-directory-form.dir-form .members.dir-list > ul.item-list > li > .item > .item-title a:first-child, #buddypress .activity > ul li > .activity-content > .activity-header p a{
    margin-left: 0;
}
#buddypress > form#members-directory-form.dir-form .members.dir-list > ul.item-list > li > .item > .item-title span,
#buddypress #activity-stream  .activity-header p {
    color: #292929;
    font-family: Raleway;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
#buddypress > form#members-directory-form.dir-form .members.dir-list > ul.item-list > li > .item > .item-meta span {
    color: #b2b2b2;
    font-family: Raleway;
    font-size: 11px;
    margin-top: 8px;
}
#buddypress div.item-list-tabs {
    clear: initial !important;
    float: left;
    margin: 14px 0 !important;
    width: auto !important;
}
#buddypress div#subnav.item-list-tabs > ul > li a {
    background: #7f7f7f none repeat scroll 0 0 !important;
    color: #fff !important;
    float: left;
    margin: 8px 30px 8px 0;
    opacity: 1;
    padding: 1px 20px;
}
#buddypress > .activity {
    float: left;
    margin-top: 20px;
    width: 100%;
}
#buddypress .activity-list .activity-content .activity-inner {
    float: left;
    line-height: 20px;
    margin: 0;
    width: 100%;
}
#buddypress .activity-list .activity-content .activity-inner p {
    line-height: 24px;
    margin: 0 !important;
}
#buddypress #item-header {
    position: relative;
}
#buddypress div#item-header #item-header-cover-image #item-header-content {
    bottom: 20px;
    clear: inherit !important;
    left: 188px;
    margin: 0;
    position: absolute;
    z-index: 9999999;
}
#buddypress #item-header-cover-image {
    float: left;
    width: 100%;
}
#buddypress div#item-header #item-header-cover-image #item-header-content > h2 {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
#buddypress div#item-header #item-header-cover-image #item-header-content > span.activity {
    color: #b8bcbc;
    font-family: Raleway;
    font-size: 13px;
}
#buddypress div#item-header #item-header-cover-image #item-header-content > #item-meta > div {
    color: #292929;
    font-family: Rubik;
    font-size: 9px;
}
#buddypress div#item-header #item-header-cover-image #item-header-content > #item-meta > div > a {
    border: 2px solid #e8ecec;
    color: #333333;
    display: inline-block;
    margin-left: 10px;
    padding: 3px 14px;
    text-transform: uppercase;
}
#buddypress div#item-header #item-header-cover-image #item-header-content > #item-meta {
    float: left;
    margin-bottom: 0;
    margin-top: 13px;
    padding: 0;
    width: 100%;
}
#buddypress > div#item-nav .item-list-tabs > ul > li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 2px solid white;
    color: #292929;
    font-family: Rubik;
    font-size: 12px;
    font-weight: normal !important;
    margin-right: 7px;
    padding: 2px 20px;
}
#buddypress > #item-body > #subnav {
    margin-bottom: 30px;
    margin-top: 10px;
}
#buddypress .activity-list .activity-content .activity-meta {
    float: left;
    margin-top: 10px;
}
#buddypress .activity-list .activity-content .activity-meta > a {
    background: #555555 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-family: Raleway;
    font-size: 13px;
    padding: 7px 17px;
}
#buddypress #item-body > .profile {
    float: left;
    width: 100%;
}
#buddypress #item-body > .profile .bp-widget {
    border: 2px solid #e8e8e8;
    display: table;
    float: left;
    margin-bottom: 6px;
    width: 100%;
}
#buddypress #item-body > .profile .bp-widget > h4 {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #292929;
    display: table-cell;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 11px 10px 16px 20px;
    vertical-align: middle;
    width: 150px;
}
#buddypress #item-body > .profile .bp-widget > table {
    float: none;
    width: 100%;
}
#buddypress #item-body > .profile .bp-widget > table > tbody {
    float: left;
    width: 100%;
}
#buddypress #item-body > .profile .bp-widget > table > tbody > tr {
    float: left;
    padding-bottom: 14px;
    width: 100%;
}
#buddypress #item-body > .profile .bp-widget > table > tbody > tr td {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #292929;
    float: left;
    font-family: Raleway;
    font-size: 14px;
    font-weight: normal !important;
    letter-spacing: 0.5px;
    padding: 17px 40px 0;
    text-align: left;
    text-transform: none;
    width: 100%;
}
#buddypress .activity > #message {
    background: #fef4ed none repeat scroll 0 0;
    border: medium none;
    float: left;
    width: 100%;
}
#buddypress .activity > #message > p {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-family: Raleway;
    font-size: 13px;
    margin: 0;
    padding: 15px 40px;
}
#buddypress .profile > form > h4 {
    float: left;
    font-family: Rubik;
    font-size: 15px;
    margin: 0 0 30px;
    width: 100%;
}
#buddypress div .profile > form > ul.button-nav {
    float: left;
    list-style: outside none none;
    margin: 0 !important;
    padding: 0;
    width: 100%;
}
#buddypress div .profile > form > ul.button-nav > li {
    float: left;
    height: auto;
    margin: 0 10px 0 0;
}
#buddypress div .profile > form > ul.button-nav > li > a {
    border: 2px solid #e8ecec;
    color: #333333;
    float: left;
    font-family: Rubik;
    font-size: 13px;
    font-weight: normal !important;
    padding: 9px 30px;
}
#buddypress div .profile > form > div.editfield {
    float: left;
    width: 100%;
}
#buddypress div .profile > form > div.editfield > label {
    color: #555555;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
    width: 100%;
}
#buddypress div .profile > form > div.editfield > label > span {
    color: red;
}
#buddypress div .profile > form > div.editfield > input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #e8ecec;
    float: left;
    font-family: Rubik;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 10px 30px;
    width: 100%;
}
#buddypress div .profile > form > div.editfield > div.field-visibility-settings-notoggle {
    float: left;
    width: 100%;
}
#buddypress div .profile > form > div.editfield > div.field-visibility-settings-notoggle {
    color: #959595;
    float: left;
    font-family: Raleway;
    font-size: 13px;
    width: 100%;
}
#buddypress div .profile > form > div.editfield > div.field-visibility-settings-notoggle > span {
    color: #555555;
    font-weight: 500;
}
#buddypress div .profile > form > div.editfield > p.description {
    float: left;
    font-size: 13px;
    width: 100%;
}
#buddypress div .profile > form > div.submit {
    float: left;
    width: 100%;
}
#buddypress div .profile > form > div.submit > input[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 3px solid #e8ecec;
    float: left;
    font-family: Raleway;
    font-size: 14px;
    padding: 11px 30px;
}
#buddypress div .profile > form > div.editfield > .datebox > label {
    color: #555555;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
}
#buddypress div .profile > form > div.editfield > .datebox > select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #e8ecec;
    float: left;
    font-family: Raleway;
    letter-spacing: 0.5px;
    margin-right: 10px;
}
#buddypress div .profile > form > div.editfield > p.field-visibility-settings-toggle {
    float: left;
    margin-top: 20px;
    width: 100%;
}
#buddypress div .profile > form > div.editfield > p.field-visibility-settings-toggle > a.visibility-toggle-link {
    color: red;
}
#buddypress div .profile > form > div.editfield > .field-visibility-settings {
    float: left;
    margin-top: 20px;
    width: 100%;
}
#buddypress div .profile > form > div.editfield > .field-visibility-settings > fieldset legend {
    float: left;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    padding-bottom: 10px;
    width: 100%;
}
#buddypress div .profile > form > div.editfield > .field-visibility-settings > fieldset ul.radio {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#buddypress div .profile > form > div.editfield > .field-visibility-settings > fieldset ul.radio > li {
    float: left;
    font-family: Raleway;
    font-size: 13px;
    line-height: 23px;
    padding: 3px 0;
    width: 100%;
}
#buddypress div .profile > form > div.editfield > .field-visibility-settings > a.field-visibility-settings-close {
    color: red;
    float: left;
    font-family: Raleway;
    font-size: 13px;
    margin-top: 9px;
}
#buddypress div .profile > form > div.editfield > div.field-visibility-settings-notoggle {
    color: #959595;
    float: left;
    font-family: Raleway;
    font-size: 13px;
    margin-top: 10px;
    width: 100%;
}
#buddypress div .profile > form > div.editfield > .checkbox > label {
    float: left;
    font-family: Raleway;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
    width: 100%;
}
#buddypress div .profile > form > div.editfield > .checkbox > label span {
    color: red;
}
#buddypress div .profile > form > div.editfield > .checkbox > label input {
    float: left;
    margin: 0 11px 0 0;
    position: static;
}
#buddypress div .profile > form > div.editfield > select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    font-family: Raleway;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 6px 20px;
}
#buddypress div .profile > form > div.editfield > select[multiple="multiple"] {
    float: left;
    padding: 0;
}
#buddypress div .profile > form > div.editfield > .radio > label {
    float: left;
    font-family: Raleway;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 12px;
    padding: 0;
    width: 100%;
}
#buddypress div .profile > form > div.editfield > .radio > div > label {
    float: left;
    font-family: Raleway;
    font-size: 13px;
    line-height: 21px;
    width: 100%;
}
#buddypress div .profile > form > div.editfield > .radio > a.clear-value {
    color: red;
    float: left;
    font-family: Raleway;
    font-size: 13px;
    margin-top: 10px;
}
#buddypress #item-body > .profile > h4 {
    color: #232323;
    float: left;
    font-family: Raleway;
    font-size: 17px;
    margin: 0 0 8px;
    width: 100%;
}
#buddypress #item-body > .profile > p {
    float: left;
    margin: 0;
    width: 100%;
}
#buddypress #item-body > .profile > p a {
    color: #000000;
}
#buddypress #item-body > .profile div.bp-avatar-nav {
    float: left;
    width: 100%;
}
#buddypress #item-body > .profile div.bp-avatar-nav ul {
    border: medium none;
    float: left;
    margin: 0;
    width: 100%;
}
#buddypress #item-body > .profile div.bp-avatar-nav ul > li {
    border: medium none !important;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    float: left;
    margin: 0;
}
#buddypress #item-body > .profile div.bp-avatar-nav ul > li > a {
    border: 2px solid #e8ecec;
    color: #333333;
    float: left;
    font-family: Rubik;
    font-size: 13px;
    font-weight: normal;
    margin-right: 3px;
    padding: 9px 30px;
}
#buddypress #item-body > .profile div.bp-avatar {
    float: left;
    width: 100%;
}
#buddypress #item-body > .profile div.bp-avatar .drag-drop-info {
    color: #444444;
    font-family: Raleway;
    font-size: 13px;
}
#buddypress #item-body > .profile div.bp-avatar .drag-drop-buttons input {
    border: 2px solid #e8ecec;
    font-family: Raleway;
}
#buddypress #item-body > .profile .bp-avatar-status {
    float: left;
    width: 100%;
}
#buddypress #item-body > .profile .bp-avatar-status > p {
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    font-family: Raleway;
    font-size: 13px;
    padding: 14px 40px;
}
#buddypress > #item-body > form {
    float: left;
    width: 100%;
}
#buddypress > #item-body > form > label {
    color: #555555;
    float: left;
    font-family: Raleway;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-bottom: 11px;
    margin-top: 15px;
    width: 100%;
}
#buddypress > #item-body > form > input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000;
    float: left;
    font-family: Raleway;
    font-size: 13px;
    padding: 4px 20px;
    width: 100%;
}
#buddypress > #item-body > form > label span {
    color: red;
}
#buddypress > #item-body > form {
    color: #555555;
    float: left;
    font-family: Raleway;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 30px;
    width: 100%;
}
/*== Buddy New ==*/
#buddypress input {
    background: #ffffff none repeat scroll 0 0 !important;
    border: 2px solid #e8e8e8 !important;
    height: 40px;
    width: 100% !important;
}
.register-section > h4 {
    float: left;
    font-family: Rubik;
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 20px;
    text-transform: uppercase;
    width: 100%;
}
.field-visibility-settings-notoggle {
    font-size: 11px;
    font-style: italic;
    font-weight: 700;
}
#buddypress .standard-form label,
#buddypress .standard-form span.label {
    color: #292929;
    display: block;
    font-family: Rubik;
    font-size: 10px;
    font-weight: 800;
    margin: 15px 0 5px;
    text-transform: uppercase;
    width: auto;
}
#buddypress #signup_form.standard-form div.submit {float:left}
#buddypress input {
    background: #ffffff none repeat scroll 0 0 !important;
    border: 2px solid #e8e8e8 !important;
    color: #ffffff !important;
    font-family: Rubik;
    font-size: 12px;
    height: 40px;
    width: 100% !important;
}
#buddypress .submit > input {
    background: #1f1f1f none repeat scroll 0 0 !important;
    border: 0 none !important;
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
    height: auto !important;
    letter-spacing: 0.5px;
    padding: 13px 20px !important;
    text-transform: uppercase;
}
.register-section { margin-top: 30px}
#buddypress #search-members-form {
    display: table;
    width: 250px;
}
#buddypress #search-members-form label {
    border: 0 none !important;
    float: left !important;
    width: 70%;
}
#buddypress #search-members-form > input {
    background: #333333 none repeat scroll 0 0 !important;
    border: 0 none !important;
    float: right;
    font-size: 10px !important;
    font-weight: 900;
    height: 30px;
    text-transform: uppercase;
    width: 30% !important;
}
#buddypress #search-members-form label input {
    border-width: 1px !important;
    height: 30px;
    color:#333333 !important;
    width: 100% !important;
}
#buddypress .item-title {
    color: #333333;
    font-family: lato;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
}
#buddypress .item-title a {color:inherit}
#buddypress .item-meta span.activity {
    font-family: Rubik;
    font-size: 11px;
    font-style: italic;
}
#buddypress .item{width:100%}
.item-desc > p {
    font-family: Rubik;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.3px;
    line-height: 20px;
    margin: 0;
}









/* Cart Product Dropdown */
.cart-products {
    float: right;
    position: relative;
    z-index: 9;
    margin: 7px 0;
    margin-right: 10px;
}
.cart-products > .click-cart {
    background: #444444 none repeat scroll 0 0;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    color: #ffffff;
    cursor: pointer;
    float: right;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    position: relative;
}
.cart-products > .click-cart > strong {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #fff;
    font-family: Rubik;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    width: 15px;
    position: absolute;
    right: -3px;
    top: -8px;
}
.cart-product-lists {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    margin-top: 30px;
    opacity: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
    width: 300px;

    -webkit-transition: all 500ms cubic-bezier(0.365, 0, 0.245, 1); /* older webkit */
-webkit-transition: all 500ms cubic-bezier(0.365, -0.600, 0.245, 1.650);
   -moz-transition: all 500ms cubic-bezier(0.365, -0.600, 0.245, 1.650);
     -o-transition: all 500ms cubic-bezier(0.365, -0.600, 0.245, 1.650);
        transition: all 500ms cubic-bezier(0.365, -0.600, 0.245, 1.650); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.365, 0, 0.245, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.365, -0.600, 0.245, 1.650);
   -moz-transition-timing-function: cubic-bezier(0.365, -0.600, 0.245, 1.650);
     -o-transition-timing-function: cubic-bezier(0.365, -0.600, 0.245, 1.650);
        transition-timing-function: cubic-bezier(0.365, -0.600, 0.245, 1.650); /* custom */
}
.cart-products.active > .cart-product-lists {
    margin: 0;
    opacity: 1;
    visibility: visible;
}
.cart-product-lists > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.click-cart {
    color: #747474;
    font-family: Roboto;
    font-size: 14px;
}
.quick-links2 .cart-products > .click-cart {
    padding: 6px 17px 8px;
}
.cart-dropdown-info > h3, .cart-dropdown-info > h3 a {
    color: #333333;
    float: left;
    font-family: Rubik;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.2px;
    line-height: 28px;
    margin: 0;
    width: 100%;
}
.cart-dropdown-info > strong {
    color: #919191;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    width: 100%;
}
.cart-dropdown-info > span {
    float: left;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 25px;
    margin: 0 0 0px;
    width: 100%;
}
.cart-product-lists > span {
    border-bottom: 1px solid #eeeeee;
    color: #818181;
    float: left;
    font-family: Rubik;
    font-size: 16px;
    letter-spacing: 0;
    padding: 16px 0;
    text-align: left;
    width: 100%;
}
.cart-product-lists > span > i {
    float: right;
    font-style: normal;
}
.cart-product-lists .theme-btn {
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    float: right;
    font-size: 14px;
    margin-top: 20px;
    padding: 9px 14px;
}
.cart-product-lists .theme-btn.white-btn {
    float: left;
}
.cart-product-lists > ul > li {
    border-bottom: 1px solid #eeeeee;
    display: table;
    float: left;
    padding-bottom: 12px;
    padding-top: 15px;
    text-align: left;
    width: 100%;
}
.top-bar3 .search-form.style6 > form {
    border-right: 1px solid #eee;
}
.cart-dropdown {
    display: table;
    float: left;
    position: relative;
    width: 100%;
}
.cart-dropdown .del-this-cart {
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: -7px;
    text-align: center;
    width: 20px;
    z-index: 0;
    line-height: 18px;
    
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;

    top: -5px;
}
.cart-dropdown > a {
    float: left;
    margin-right: 18px;
    width: 70px;
}
.cart-dropdown > a > img {
    float: left;
    width: 100%;
}
.cart-dropdown-info {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.theme-btn.white-btn {
    background: #333333 none repeat scroll 0 0 !important;
    color: #ffffff;
    font-family: Rubik;
    font-size: 13px;
}
.theme-btn {
    color: #ffffff;
    font-family: Rubik;
    font-size: 13px;
    
    -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;

}
.theme-btn:hover {
    background: #555555 none repeat scroll 0 0 !important;
    color: #ffffff;
}
.woocommerce div nav.woocommerce-pagination {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    margin: 70px 0 0;
    padding: 2px 2px 3px 1px;
    text-align: center;
    width: 100%;
}
.woocommerce div nav.woocommerce-pagination > ul {
    border: medium none;
    display: inline-block;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.woocommerce div nav.woocommerce-pagination ul li {
    border: medium none;
    display: inline-block;
    float: none;
    font-family: Rubik;
    font-size: 12px;
    margin: 0;
}
.woocommerce div nav.woocommerce-pagination ul li:last-child {
    margin: 0;
}
.woocommerce div nav.woocommerce-pagination ul li.active a, .woocommerce div nav.woocommerce-pagination ul li a:active {
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

}
.woocommerce div nav.woocommerce-pagination ul li.active a, .woocommerce div nav.woocommerce-pagination ul li a:hover {
    color: #ffffff;
}
.woocommerce div nav.woocommerce-pagination ul li .delimeter {
    display: block;
    padding-top: 6px;
}
.woocommerce div nav.woocommerce-pagination ul li a {
    background: #fff none repeat scroll 0 0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    color: #666;
    float: left;
    font-family: Rubik;
    font-size: 15px;
    height: auto;
    line-height: normal;
    min-height: auto;
    min-width: auto;
    padding: 6px 12px;
    text-decoration: none;
}
.woocommerce div nav.woocommerce-pagination ul.page-numbers > li > span.current {
    background: #444444 none repeat scroll 0 0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #ffffff;
    float: left;
    height: 31px;
    line-height: 32px;
    margin: 1px 0 0;
    min-height: auto;
    min-width: auto;
    padding: 0 10px;
    width: 30px;
}
#topcontrol {
    background: #444444 none repeat scroll 0 0;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    bottom: 20px !important;
    color: transparent;
    height: 50px;
    right: 20px !important;
    width: 50px;

    
    -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;
    
}
#topcontrol::before {
    color: #ffffff;
    content: "\f148";
    font-family: fontawesome;
    font-size: 20px;
    left: 0;
    margin-top: 12px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
footer.light-footer .widget_text p {
    color: #333333 !important;
}
footer.light-footer .wpcf7 form p input[type="text"], footer.light-footer .wpcf7 form p input[type="email"] {
    background-color: transparent;
    border: 2px solid #d7dbdb;
    color: #5f5f5f;
}
.menu nav > ul > li.mega.menu-item-has-children > ul::before {
    background-image: url("../assets/mega.png");
    background-position: -170px bottom;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

header.simple-header .top-bar .choose-language > a:hover {
    color: #fff;
}
.account-user p.login-submit > input[type="submit"] {
    border: 1px solid;
    -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;
    padding: 11px 30px;
}
.account-user p.login-submit > input[type="submit"]:hover {
    background: none;
}
.portfolio-detail > a:hover {
    background: #444444 none repeat scroll 0 0;
}

.cart-products > .click-cart:hover {
    background: #656565;
}
.cart-products.active .click-cart {
    background: #656565;
}
.wpcf7-submit:hover {
    background: #545555;
}
.team-box .social-btns li > a:hover {
    
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);

    z-index: 1;
}
.mini-portfolio .portfolio-info > ul > li > a:hover {
    background: #555 none repeat scroll 0 0;
    color: #fff;
}
.fun-fact:hover > i {
    background: #444 none repeat scroll 0 0;
}
.price-cart-item > span > .woocommerce-Price-amount > span.woocommerce-Price-currencySymbol {
    padding: 0;
}
.yith-wcwl-wishlistaddedbrowse.show {
    float: left;
    margin: 26px 0;
}
.yith-wcwl-wishlistexistsbrowse.show{
    float: left;
}
.yith-wcwl-wishlistexistsbrowse.show > a {
    background: #555555 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-family: Rubik;
    font-size: 16px;
    margin-top: 20px;
    padding: 16px 20px;
    letter-spacing: 0;
    font-weight: bold;
}
footer.light-footer .whitish::before {
    background-color: #fefefe;
    opacity: 0.95;
}
.single-post-sec .checkout.woocommerce-checkout .account-create .cart-total-box > ul {
    padding: 0;
}

.woocommerce .cart-collaterals > .row > .cross-sells {
    padding: 0 15px;
}
.cross-sells > h2 {
    float: left;
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 22px;
    width: 100%;
}


/* Loader Animation Start */
.thecube {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.thecube .cube {
  position: relative;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.thecube .cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.thecube .cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff3740;
  -webkit-animation: foldthecube 2.4s infinite linear both;
  -moz-animation: foldthecube 2.4s infinite linear both;
  -ms-animation: foldthecube 2.4s infinite linear both;
  -o-animation: foldthecube 2.4s infinite linear both;
  animation: foldthecube 2.4s infinite linear both;

  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.thecube .c2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.thecube .c3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.thecube .c4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.thecube .c2:before {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.thecube .c3:before {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.thecube .c4:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes foldthecube {
  0%,
    10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    -ms-transform: perspective(140px) rotateX(-180deg);
    -o-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
    75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    -ms-transform: perspective(140px) rotateX(0deg);
    -o-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
    100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    -ms-transform: perspective(140px) rotateY(180deg);
    -o-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes foldthecube {
  0%,
    10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    -ms-transform: perspective(140px) rotateX(-180deg);
    -o-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
    75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    -ms-transform: perspective(140px) rotateX(0deg);
    -o-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
    100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    -ms-transform: perspective(140px) rotateY(180deg);
    -o-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.page-loading {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483647;
}
.page-loading > .thecube {
    left: 50%;
    margin-left: -30px;
    margin-top: -70px;
    position: absolute;
    top: 50%;
}
/* Loader Animation End */
.woocommerce div.product.type-product {
    float: left;
}
.blog-post.no-image .post-admin {
    padding-right: 0;
}
.blog-post.sticky.no-image .post-thumb > .post-detail {
    float: left;
    position: static;
    width: 100%;
}
.blog-post.sticky.no-image .post-thumb > .post-detail {
    float: left;
    padding: 0;
    position: static;
    width: 100%;
}
.blog-post.sticky.no-image .post-admin {
    float: left;
    width: 200px;
}
.blog-post.sticky.no-image .post-admin img {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}
.blog-post.sticky.no-image .post-admin * {
    text-align: left;
}
/*body.logged-in.admin-bar header {
    margin-top: 32px;
}*/
.label-new.menu-item > a::after, .label-hot.menu-item > a::after, .label-sale.menu-item > a::after, .label-popular.menu-item > a::after {
    background-color: #000;
    color: #fff;
    content: "";
    display: inline-table;
    font-family: Roboto;
    font-size: 9px;
    font-weight: bolder;
    line-height: 9px;
    margin-left: 9px;
    padding: 3px 5px;
    position: relative;
    right: 0;
    text-transform: uppercase;
    top: -2px;
}
.label-new.menu-item > a::after {
    content: "New";
}
.label-new.menu-item > a::after {
    background-color: #446084;
}
.label-popular.menu-item > a::after {
    content: "Popular";
}
.label-popular.menu-item > a::after {
    background-color: #7a9c59;
}
.label-hot.menu-item > a::after {
    content: "Hot";
}
.label-hot.menu-item > a::after {
    background-color: #b20000;
}
.label-sale.menu-item > a::after {
    content: "Sale";
}
.label-sale.menu-item > a::after {
    background-color: #999999;
}
.cart-products > .click-cart,
.cart-dropdown-info > h3, 
.cart-dropdown-info > h3 a,
.wpcf7-submit,
.mini-portfolio .portfolio-info > ul > li > a,
.fun-fact > i,
.posted_in > a,
.yith-wcwl-wishlistexistsbrowse.show > a,
.product-box > h3 a{
    
    -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;
    
}







/* New CHanges */
.woocommerce-product-gallery.images {
    float: left;
    width: 100% !important;
}
.woocommerce div.product form.cart table.variations {
    float: left;
    margin: 0 0 30px;
}
.woocommerce div.product form.cart table.variations tr td select {
    border: 1px solid #d8dcdc;
    float: left;
    height: 43px;
    margin: 0;
    padding: 0 20px;
}
.woocommerce div.product form.cart a.reset_variations {
    background: #5f5f5f none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    font-family: Rubik;
    margin-left: 10px;
    padding: 8px 10px;
}
.woocommerce .single_add_to_cart_button.button.alt {
    border: 1px solid transparent;
    color: #fff;
    float: left;
    font-family: Rubik;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 36px;
}
.woocommerce .single_add_to_cart_button.button.alt:hover{
    background: #333333;
}
.variations_form.cart .c-input-number {
    float: left;
    margin-right: 20px;
}
body .woocommerce form .form-row .input-checkbox {
    margin-top: 7px;
}
.yith-wcwl-add-button.show {
    float: left;
}
.yith-wcwl-add-to-wishlist {
    float: left;
    margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations label {
    color: #333333;
    font-size: 14px;
    margin-top: 14px;
}
.woocommerce-additional-fields__field-wrapper > p > textarea {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-family: Roboto;
    padding: 18px 20px;
    width: 100%;
    height: 200px !important;
}
.woocommerce-variation-add-to-cart button.disabled.flat-btn {
    margin-top: 10px;
}
.select2 > .selection > span.select2-selection {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    float: left;
    height: 50px;
    padding: 11px 20px;
    width: 100%;
}
.select2 > .selection > span.select2-selection > span.select2-selection__arrow {
    right: 10px;
    top: 11px;
}
.logo a img {
    margin-left: -55px;
    max-width: none;
}
.contact-item li span span:not(:first-child):before {
    content: " / ";
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    background: #ffffff;
    float: left;
    width: 100%;
    border-radius: 10px;
    border: none;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a > span {
    font-family: Rubik;
    font-weight: 400;
}
.vc_tta-container .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading > h4 {
    float: left;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    font-weight: 400;
}
.theme-layout .vc_column-inner .vc_tta.vc_general .vc_tta-panel-body {
    background: #ffffff none repeat scroll 0 0 !important;
    box-sizing: border-box !important;
    float: left;
    padding: 20px 30px;
    width: 100%;
}
.theme-layout .vc_column-inner .vc_tta.vc_general .vc_tta-panel-body p {
    color: #878787;
}
body.transparent-header .theme-layout {
    padding: 0 !important;
}
body.transparent-header .theme-layout .simple-header .top-bar {
    background: none;
}
body.transparent-header .simple-header .top-bar .contact-item li {
    color: #c1c1c1;
}
body.transparent-header .theme-layout .simple-header .menu {
    background: rgba(0,0,0,0.3);
}
body.transparent-header .theme-layout .simple-header .top-bar {
    background: rgba(0,0,0,0.5);
}
body.logged-in.admin-bar.not-sticky header {
    margin: 0;
}
body.not-sticky header {
    position: relative;
    z-index: 3;
}


/* New CHanges */
.woocommerce-product-gallery.images {
    float: left;
    width: 100% !important;
}
.woocommerce div.product form.cart table.variations {
    float: left;
    margin: 0 0 30px;
}
.woocommerce div.product form.cart table.variations tr td select {
    border: 1px solid #d8dcdc;
    float: left;
    height: 43px;
    margin: 0;
    padding: 0 20px;
}
.woocommerce div.product form.cart a.reset_variations {
    background: #5f5f5f none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    font-family: Montserrat;
    margin-left: 10px;
    padding: 8px 10px;
}
.woocommerce .single_add_to_cart_button.button.alt {
    border: 1px solid transparent;
    color: #fff;
    float: left;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 36px;
}
.woocommerce .single_add_to_cart_button.button.alt:hover{
    background: #333333;
}
.variations_form.cart .c-input-number {
    float: left;
    margin-right: 20px;
}
body .woocommerce form .form-row .input-checkbox {
    margin-top: 7px;
}
.yith-wcwl-add-button.show {
    float: left;
}
.yith-wcwl-add-to-wishlist {
    float: left;
    margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations label {
    color: #333333;
    font-size: 14px;
    margin-top: 14px;
}
.woocommerce-additional-fields__field-wrapper > p > textarea {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-family: Open Sans;
    padding: 18px 20px;
    width: 100%;
    height: 200px !important;
}
.woocommerce-variation-add-to-cart button.disabled.flat-btn {
    margin-top: 10px;
}
.select2 > .selection > span.select2-selection {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    float: left;
    height: 50px;
    padding: 11px 20px;
    width: 100%;
}
.select2 > .selection > span.select2-selection > span.select2-selection__arrow {
    right: 10px;
    top: 11px;
}
.woocommerce-thankyou-order-details.order_details.woocommerce-order-overview {
    border: 1px solid #e8ecec;
    float: left;
    list-style: outside none none;
    margin: 30px 0;
    padding: 30px;
    width: 100%;
}


.blog-post.sticky.no-image {
    background: rgba(21, 21, 21, 0.93) none repeat scroll 0 0;
    padding: 40px 80px;
}
.blog-post.sticky.no-image .post-thumb .post-detail {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.blog-post.sticky.no-image .post-thumb .post-detail h2 a {
    color: #ffffff;
}
.blog-post.sticky.no-image .post-admin a h5 {
    color: #ffffff;
}
.blog-post.sticky.no-image .post-thumb .post-detail p {
    color: #bfbfbf;
}
body.image-logo .logo a img {
    max-width: 190px;
}
.bottom-line ul li ul {
    display: none;
}
.portfolio-carousel li img {
    float: left;
    width: 100%;
}









