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

[Table of contents]

1. General style
    1.1 Typography
    1.2 Additional Classes
    1.3 Button
2. Header
    2.1 Logo
    2.2 Menu
3. Content
    3.1 Parallax
    3.2 About
    3.3 Active Profiles
    3.4 Testimonial
    3.5 Work
    3.6 Our team
    3.7 Blog
        3.7.1 Timeline
        3.7.2 Sidebar
        3.7.2 Single Post
    3.8 Portfolio Item
    3.9 Subscribe
    3.10 FAQ
    3.11 Pricing
    3.12 Contact
        3.12.1 Map
    3.13 Find Local Tradesmen
    3.14 Reviews
4. Footer
5. Trader
6. Responsive rules
7. Miscellaneous 

--------------------------------------------------------------------
# font-family: "Oswald", "Open Sans";
# Main Text Color: #676767;
# Accent Color: #4e4691;
# Active Color: #eb484d;
------------------------------------------------------------------*/

@import 'https://fonts.googleapis.com/css?family=Oswald:300,400,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i';
@import 'https://fonts.googleapis.com/icon?family=Material+Icons';
/**
 * 1. General style
 */
html,
body {
    width: 100%;
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    -webkit-transition: opacity .3s ease;;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0;
}
ul {
    list-style-type: none;
    padding: 0;
}
li a:hover {
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
img {
    width: 100%;
}
hr {
    border-top: solid 1px #DDDCED;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.form-control:focus {
    outline: none !important;
    box-shadow: none;
}
.grecaptcha-badge {
  display:none;
}

.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}
.alert h4{margin-top:0;color:inherit}
.alert>p,.alert>ul{margin-bottom:0}
.alert>p+p{margin-top:5px}
.alert-dismissable,.alert-dismissible{padding-right:35px}
.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}
.alert-success{color:#3c763d;background-color:#dff0d8;clear:both;border-color:#d6e9c6}
.alert-success hr{border-top-color:#c9e2b3}
.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.alert-info hr{border-top-color:#a6e1ec}
.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}
.alert-danger{color:#a94442;background-color:#f2dede;clear:both;border-color:#ebccd1}
.alert-danger hr{border-top-color:#e4b9c0}

/**
 * 1.1 Typography
 */

h1,
h2,
h4 {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    line-height: 1.25;
}
h1 {
    font-size: 56px;
}
h2 {
    position: relative;
    font-size: 48px;
}
h3 {
    font-size: 28px;
    line-height: 1.8;
    margin-bottom: 24px;
}
h4 {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    color: #444444;
}
h5 {
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 24px;
}
p {
    font-size: 16px;
    line-height: 24px;
    margin: 24px 0;
    font-weight: 300;
}
q {
    font-style: italic;
}
blockquote {
    border-left: 5px solid #4e4691;
}
figcaption {
    margin: 25px 0 15px;
    text-align: center;
}
figcaption p {
    margin: 0;
    font-weight: 400;
    color: #333c4e;
    line-height: 1.55em;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
figcaption small {
    display: block;
    font-size: 14px;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.ms-contact h2 {
    height: 50px;
    overflow: hidden;
}
.ms-contact .ms-title h2 {
    height: auto;
    overflow: unset;
}
.ms-contact > .row > .wfd-trader > .col-md-8 > p > a:last-child {
    height: 23px;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    vertical-align: top;
}
.ms-contact > .row > .wfd-trader > .img img:last-child {
    margin-right:0;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.wrapper {
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.container {
    width: 100%;
    padding: 0 5%;
}
.row {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    padding: 0 1.5rem;
}
/**
 * 1.2 Additional Classes
 */
.spacer {
    margin: 15px 0;
}
.reset {
    padding: 0 !important;
}
.fix {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.disable-hover {
    pointer-events: none;
}
.scroll-off {
    overflow: hidden;
}
.card-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
                0 4px 25px 0px rgba(0, 0, 0, 0.12),
                0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.blog-post.col-md-6:nth-child(2n+1) {
    clear: left;
}
.ghost-bg {
    background: #F7F7FC !important;
}
.nopadding {
	padding: 0;
}
/**
 * 1.3 Button
 */

.section-button {
    text-align: center;
    margin: 15px 0 0;
}
.btn, button.g-recaptcha {
    background: #f09300;
    position: relative;
    color: #FFFFFF;
    border: none;
    text-transform: uppercase;
    padding: 12px 20px !important;
    margin: 10px 1px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 5px;
}
.auto-hide-header .btn.transparent {
    background: transparent;
    border: solid 1px #000;
    color: #000;
    line-height: 1.2;
}
.navbar-transparent .btn.transparent {
    border: solid 2px #000;
    padding: 10px 15px !important;
}

.btn.transparent:hover {
    border-color: #000;
}
.btn:hover,
.btn.btn-primary:hover,
button.g-recaptcha:hover {
    color: #fff;
    background: #f08000;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(240, 128, 0, 0.3);
}
.btn.focus {
    color: #fff;
}
.btn.btn-primary:focus,
.btn.btn-primary:active {
    outline: none;
    background-color: #f08000;
}
.btn.btn-primary:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.btn:active,
button.g-recaptcha:active {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    outline: none;
}
.navbar-transparent .btn.transparent {
  color: #000 !important;
  font-size: 16px;
  font-weight: bold;
}
.auto-hide-header .btn.transparent {
  color: #000;
}
.btn.btn-just-icon,
.navbar .navbar-nav > li > a.btn.btn-just-icon {
    font-size: 18px;
    padding: 8px 8px;
    line-height: 1em;
    width: 34px;
}
.btn.btn-simple {
    font-size: 24px;
}
.back-top {
    position: fixed;
    bottom: 50px;
    right: 9px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 5;
    padding: 10px;
    text-align: center;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.back-top.back-top-is-visible,
.back-top.back-top-fade-out,
.no-touch .back-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.back-top.back-top-is-visible {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.back-top.back-top-fade-out {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.back-top:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.back-top:focus {
    color: #fff;
    box-shadow: none;
}
.back-top:focus i {
    outline: none;
}
/* Btn Socials colors*/

.btn-just-icon.btn-twitter {
    background: #55acee;
}
.like-post .fa-heart-o {
    color: #f21107;
}
.share-post .fa-twitter {
    color: #55acee;
}
.btn-just-icon.btn-facebook {
    background: #3b5998;
}
.share-post .fa-facebook {
    color: #3b5998;
}
.btn-just-icon.btn-dribbble {
    background: #ea4c89;
}
.btn-just-icon.btn-instagram {
    background: #125688;
}
.btn-just-icon.btn-google {
    background: #dd4b39;
}
.share-post .fa-google-plus {
    color: #dd4b39;
}
.btn-just-icon.btn-linkedin {
    color: #0976b4;
    background: transparent;
    box-shadow: none;
}
.btn-simple.btn-twitter {
    color: #55acee;
    background: transparent;
    box-shadow: none;
}
.btn-simple.btn-facebook {
    color: #3b5998;
    background: transparent;
    box-shadow: none;
}
.btn-simple.btn-instagram {
    color: #000000;
    background: transparent;
    box-shadow: none;
}
.btn-simple.btn-google {
    color: #dd4b39;
    background: transparent;
    box-shadow: none;
}

/* Icons */

.icon.icon-primary {
    color: #9c27b0;
}
.info-horizontal .icon {
    float: left;
    margin-top: 24px;
    margin-right: 10px;
}
/**
 * 2. Header
 */

nav ul {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.header {
    line-height: .5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-inner {
    padding: 15px;
    display: inline-block;
    width: 100%;
}
.auto-hide-header {
    position: fixed;
    z-index: 14;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    max-width: 100%;
    padding: 0 80px;
    padding: 0 3rem;
    background: rgba(255,255,255,0.75);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    transition: background .5s, -webkit-transform .5s;
    border-bottom: solid 1px rgba(255, 255, 255, 0);
    box-shadow: 0 10px 20px -12px rgba(78, 70, 145, 0.56),
                0 3px 20px 0px rgba(0, 0, 0, 0.12),
                0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.auto-hide-header::after {
    clear: both;
    content: "";
    display: block;
}
.auto-hide-header.is-hidden {
    /*-webkit-transform: translateY(-100%);
    transform: translateY(-100%);*/
}
.auto-hide-header.navbar-transparent {
    background: rgba(255,255,255,0.25);
    box-shadow: none;
    border-bottom: solid 1px rgba(0,0,0, 0.4);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
@media only screen and (max-width: 1099px) {
.logo img {
    width: 175px !important;
    margin-top: -12px !important;
	-webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
    transition: width 0.5s;
  } 
}

@media only screen and (min-width: 992px) {
  .ms-contact .row:nth-child(2) {
      margin-top: 20px;
  }
}
@media only screen and (min-width: 801px) {
  .auto-hide-header.navbar-transparent .menu li a {
    color: #000;
    padding: 25px 0;
    font-weight:bold;
  }
  .auto-hide-header.navbar-transparent .menu ul ul li a {
    padding: 0px !important;
  }
  .menu ul ul {
    display:none;
  }
  .navbar-transparent .menu ul li:hover > ul {
    display: block;
    position: absolute;
    margin-left: 0px;
    background: rgba(255,255,255,0.75);
    padding-bottom: 20px;
    border-radius: 0 0 25px 25px;
    border: 1px solid rgba(0,0,0,0.4);
    border-top: none;
    box-shadow: none;
    width: 235px;
    top: 44px;
    left: -94%;
  }
  .navbar-transparent .menu ul li:hover > ul.ta {
    display: block;
    position: absolute;
    margin-left: 0px;
    background: rgba(255,255,255,0.75);
    padding-bottom: 20px;
    border-radius: 0 0 25px 25px;
    border: 1px solid rgba(0,0,0,0.4);
    border-top: none;
    width: 174px;
    box-shadow: none;
    left: 0;
    top: 44px;
  }
  .menu ul li:hover > ul {
    display: block;
    position: absolute;
    margin-left: 0px;
    background: rgba(255,255,255,0.75);
    padding-bottom: 20px;
    border-radius: 0 0 25px 25px;
    border: none;
    border-top: none;
    box-shadow: 0 10px 20px -12px rgba(78, 70, 145, 0.56), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    width: 235px;
    top: 44px;
    left:-78px;
  }
  .menu ul li:hover > ul.ta {
    display: block;
    position: absolute;
    margin-left: 0px;
    background: rgba(255,255,255,0.75);
    padding-bottom: 20px;
    border-radius: 0 0 25px 25px;
    border: none;
    border-top: none;
    box-shadow: 0 10px 20px -12px rgba(78, 70, 145, 0.56), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    width: 174px;
    top: 44px;
    left:0;
  }
  .menu ul ul li {
    display: block; 
    float: none;
    padding: 20px 20px 0;
    text-align:center;
  }
  .menu_list:hover > li > a {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .menu_list > li > a:hover {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
.menu li a {
  color: #000;
  padding: 25px 0;
}
.menu ul ul li a {
  padding: 0px !important;
}

@media only screen and (min-width: 801px) and (max-width:910px){
  .menu li {
    padding: 5px 10px !important;
  }
  .menu li a {
      font-size: 14px !important;
  }
  .navbar-transparent .menu ul li:hover > ul {
    left: -85px;
  }
  .navbar-transparent .menu ul li:hover > ul.ta {
    left: -17px;
  }
  .menu ul li:hover > ul {
    top: 50px !important;
    left: -86px !important;
  }
  .menu ul li:hover > ul.ta {
    top: 50px !important;
    left: -17px !important;
  }
  .menu li:last-child {
    padding-bottom: 0px !important;
  }
}

/**
 * 2.1 Logo
 */
.logo {
    padding: 0;
    height: 32px;
    z-index: 4;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo a {
    height: 20px;
    float: left;
    position: relative;
}
.logo img {
    width: 225px;
    margin-top: -18px;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  -webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
    transition: width 0.5s;
}
/**
 * 2.2 Menu
 */

.menu,
.menu-right-box {
    line-height: 1.5;
    height: 32px;
    position: relative;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align:right;
}
.menu_list {
    margin-bottom: 0;
    width:100%;
}
.menu li {
    position: relative;
    padding: 0 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    display: inline;
}
.menu li a {
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: #000;
}
.sub-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
    padding-top: 12px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sub-menu:after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 12px);
    background: #fff;
    left: 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: rgba(78, 70, 145, 0.560784) 0px 10px 20px -12px, rgba(0, 0, 0, 0.117647) 0px 3px 20px 0px, rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
}
.sub-menu:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    top: 8px;
    left: 32px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sub-menu li {
    padding: 0;
    width: 140px;
    z-index: 3;
}
.sub-menu li a {
    color: #676767 !important;
    font-size: 12px !important;
    padding: 10px;
}
.sub-menu > li:first-child,
.sub-menu ul > li:first-child {
    border-radius: 4px 4px 0 0;
}
.sub-menu > li:last-child,
.sub-menu ul > li:last-child {
    border-radius: 0 0 4px 4px;
}
.sub-menu li:hover {
    background: rgba(171, 173, 217, .1)
}
.mobile-menu-btn {
    display: none;
}
.nav-trigger {
    float: right;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 4;
}
.nav-trigger em,
.nav-trigger em:before,
.nav-trigger em:after {
    display: block;
    position: relative;
    height: 2px;
    width: 24px;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.nav-trigger em:before,
.nav-trigger em:after {
    position: absolute;
    content: '';
    left: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    -webkit-transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.nav-trigger em:before {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}
.nav-trigger em:after {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}
.nav-open .nav-trigger em {
    background-color: rgba(255, 255, 255, 0);
}
.nav-open .nav-trigger em:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-open .nav-trigger em:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-open .menu ul ul {
  display: block;
}
.nav-open .menu li a {
  padding:0;
}
.nav-open .menu ul ul li  {
  padding:0;
}

.box-inner {
    text-align: right;
    float: right;
    width: 100%;
}
/**
 * 3. Content
 */

.container > section {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}
.ms-portfolio {
    padding-top: 90px;
    padding-bottom: 90px;
}
.ms-hero-copy {
    top: auto;
    width: 60%;
    text-align: center;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #F7F7FA;
    margin: 0 auto 15px;
    z-index: 3;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ms-hero-copy.ms-title {
    margin-bottom: 0;
}
.ms-hero-copy.ms-title small {
    color: #fff;
}
.ms-hero-copy.ms-title b {
    text-shadow: 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.ms-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
}
.ms-title h2 {
    position: relative;
    color: #000000;
    margin: 0 auto 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
}
.ms-title h3 {
    font-size: 16px;
    width: 66.666%;
    margin: 0 auto;
    text-transform: capitalize;
    letter-spacing: normal;
}
article {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.ms-grid {
    padding: 0;
}
.ms-grid figure {
    position: relative;
    padding-bottom: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pagination {
    margin-bottom: 0;
}
.pagination > li > a {
    position: relative;
    float: left;
    margin-right: 5px;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #4a4a4a;
    text-decoration: none;
    background-color: #fff;
    border: none;
}
.pagination > li > a i {
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}
.pagination>li>a.active {
    background: #eb484d;
    color: #fff;
    outline: none;
    border-radius: 4px;
    box-shadow: 0 4px 5px 0 rgba(156, 39, 176, 0.14), 0 1px 10px 0 rgba(156, 39, 176, 0.12), 0 2px 4px -1px rgba(156, 39, 176, 0.2);
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    border-radius: 4px;
}
/**
 * 3.1 Parallax
 */

.hero-parallax {
    width: 100%;
    height: 700px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.page-heading.parallax-slider {
    width: 100%;
    height: 450px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.ellipse-border {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.ellipse-border-bottom {
    position: absolute;
    width: 100%;
    top: 0rem;
    left: 0;
}
.ellipse-border svg {
    width: 100%;
    height: 100%;
    position: absolute;
    vertical-align: bottom;
}
.ellipse-border-bottom svg {
    width: 100%;
    height: 100%;
}
.parallax-slider .row {
    z-index: 2;
}
.parallax-slider .ms-title,
.parallax-slider .ms-title h2,
.parallax-slider .ms-title h3 {
    z-index: 4 !important;
    color: #000;
}
.parallax-slider::before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    opacity: .8;
    width: 100%;
    height: 100%;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    background-image: -webkit-linear-gradient(135deg, #f09300, #999999);
    background-image: linear-gradient(-45deg, #f09300, #999999);*/
}
.ellipse-bottom::before{
    background-image: none;
}
.parallax-slider::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 160px 10px rgba(0, 0, 0, .4);
    background-image: url("../images/subtle-dots.png");
}
/**
 * 3.1 Customers list
 */

.customers-list {
    margin: 0;
}
.ms-customer {
    padding: 30px 0;
    display: block;
}
.customers-list li {
    height: auto;
    padding: 15px 30px;
    text-align: center;
}
.customers-list li img {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    height: auto;
    width: 100%;
    display: inline-block;
}
.customers-list li:focus {
    outline: none;
}
/**
 * 3.2 About
 */

.ms-about .ms-title {
    margin-bottom: 0;
}
.ms-about p {
    margin: 0;
}
/**
 * 3.3 Service
 */

.col-md-4 {
  margin-bottom:50px;
}
.info .col-md-4 {
  margin-bottom: 5px;
  padding: 0;
}
.info .col-md-8 {
  margin-bottom: 5px;
  padding: 0;
}

.services-content  {
  position:relative;
}
.activenow {
  width: 14%;
  height: 14%;
  background: #3ED90B;
  border-radius: 50%;
  border: 5px solid #f09300;
  position: absolute;
  bottom: 0;
  right: 10%;
}

.service-item:nth-child(3n+1) {
    clear: left;
}
.service-item {
    cursor: default;
}
.service-item i {
    margin: 26px 0 24px;
    font-size: 48px;
    border: solid 1px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.service-item:hover > i {
    border: solid 1px;
    background: #fff;
    box-shadow: 0 16px 26px -10px;
}
/**
 * 3.4 Testimonial
 */

.testimonial-slider {
    z-index: 3;
    margin: 0 auto;
}
.controls-navigate {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.controls-navigate .prev i,
.controls-navigate .next i {
    font-size: 48px;
    cursor: pointer;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .4);
}
.controls-navigate .prev {
    color: #fff;
    margin-top: -100px;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    z-index: 4;
}
.controls-navigate .next {
    color: #fff;
    margin-top: -100px;
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    z-index: 4;
}
.testimonial-cell {
    cursor: pointer;
}
.testimonial-cell:focus {
    outline: none;
}
.testimonial-cell i {
    width: 100%;
    position: absolute;
    right: -30px;
    top: -68px;
    color: #fff;
    font-size: 64px;
    text-shadow: 0px 4px 2px rgba(0, 0, 0, .3);
}
.testimonial-quote {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 30px;
    width: 75%;
    margin: 0 auto 30px;
    background: #fff;
    border-radius: 6px;
}
.testimonial-author {
    display: block;
    width: auto;
    color: #fff;
    margin: 0 auto;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.author-content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    padding: 15px 0 20px;
}
.testimonial-avatar {
    position: relative;
    margin: 0 auto;
}
.testimonial-avatar img {
    border-radius: 6px;
}
.testimonial-author p {
    margin: 15px;
}
.testimonial-author span {
    display: block;
    font-size: 14px;
    font-weight: 300;
}
/**
 * 3.5 Work
 */

/* Zoom effect */

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.item-content {
    position: relative;
    widows: 100%;
    height: 100%;
}
.item-select-option {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
    left: 0;
    top: 0;
    margin: 0 auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
}
.item-select-option i {
    color: #fff;
    font-size: 32px;
    padding: 5px;
    background: #4E4691;
    margin: 5px;
    border-radius: 4px;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}e.item-select-option i:hover {
    background: #eb484d;
}
.grid-item.col-md-4:nth-child(3n+1) {
    clear: left;
}
.grid-item img {
    display: block;
    position: relative;
    border-radius: 6px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 16px 38px -12px rgba(78, 70, 145, 0.56),
                0 4px 25px 0px rgba(0, 0, 0, 0.12),
                0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
img.mfp-img {
    padding-bottom: 15px;
}
.ms-grid:hover figure {
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.ms-grid:hover .grid-item img {
    box-shadow: none;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    cursor: pointer;
}
.ms-grid figure:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #eb484d;
}
.ms-grid figure:hover .item-select-option {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}
.item-select-option i:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    outline: none;
}
.ms-grid figure:hover img {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    box-shadow: 0 16px 38px -12px rgba(78, 70, 145, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
}
/**
 * 3.6 Our team
 */

.ms-our-team figcaption {
    position: relative;
    overflow: hidden;
}
.team-socials {
    position: absolute;
    width: 100%;
    top: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.team-socials a {
    text-align: center;
    margin: 0 5px 0 0;
}
.ms-our-team .grid-item:hover figcaption p {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ms-our-team .grid-item:hover .team-socials {
    top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.team-socials .btn:hover {
    box-shadow: none;
}
/**
 * 3.7 Blog
 */

.blog-post {
    padding: 15px 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
}
.blog-post img {
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(78, 70, 145, 0.56),
                0 4px 25px 0px rgba(0, 0, 0, 0.12),
                0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.post-info a {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4a4a4a;
}
.post-info i {
    font-size: 16px;
    margin-right: 5px;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.post-info a {
    text-transform: capitalize;
    margin-right: 10px;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.post-info a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-post a {
    color: #4e4691;
}
.blog-post h5 {
    margin: 30px 0 15px;
    font-weight: 400;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.blog-post p {
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
}
.blog-post:hover h5 {
    color: #eb484d;
}
.like-post,
.share-post {
    display: inline-block;
}
.share-post {
    float: right;
}
.like-post li,
.share-post li {
    display: inline-block;
}
.like-post li:first-child,
.share-post li:first-child {
    font-weight: 600;
    font-size: 14px;
}
.like-post a,
.share-post a {
    padding: 0 5px;
    font-size: 16px;
}
/**
 * 3.7.1 Timeline
 */

.timeline {
    margin-bottom: 60px;
    padding: 15px 0 0;
}
.timeline .blog-post {
    overflow: hidden;
}
.timeline li {
    padding: 0px 15px 60px 15px;
}
.timeline li:last-child {
    padding-bottom: 60px;
}
.timeline:before {
    content: '';
    position: absolute;
    border-left: 4px solid #E4E3EF;
    width: 100%;
    height: 100%;
    left: 16.32366666667%;
}
.timeline h5 {
    margin: 0;
}
.timeline p {
    margin: 15px 0;
}
.timeline-date {
    text-align: right;
    padding-right: 15px;
    padding-top: 2px;
}
.timeline-date .post-info a {
    margin-right: 30px;
}
.timeline-date:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    background: #4E4691;
    border: solid 2px #E4E3EF;
    box-shadow: 0 0 0 2px hsl(0, 0%, 80%), 0 0 0 2px hsl(0, 0%, 90%);
    top: 5px;
    right: 5px;
    border-radius: 50%;
    transition: all .3s ease;
}
.timeline .blog-post:hover .timeline-date:after {
	background: #eb484d;
	border-color: #eb484d;
}
/**
 * 3.7.2 Sidebar
 */

.blog-sidebar {
    padding-top: 15px;
}
.blog-sidebar ul {
    margin-bottom: 40px;
}
.sidebar-search {
    margin-bottom: 40px;
}
.sidebar-search input {
    background-image: none;
    width: 100%;
    border: solid 1px rgba(49, 54, 168, 0.14902);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.sidebar-search input:focus {
    background-image: none;
    outline: none !important;
    border: solid 1px #4E4691;
    box-shadow: none;
}
.input-group-btn button {
    background: transparent;
    border: none;
    outline: none !important;
    background: #4E4691;
    color: #fff;
    padding: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sidebar-latest li {
    padding-bottom: 15px;
}
.sidebar-latest img {
    width: 60px;
    border-radius: 5px;
    margin-right: 15px;
    float: left;
}
.sidebar-latest h5 {
    font-size: 16px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    margin-bottom: 5px;
}
.sidebar-latest h5:hover {
    color: #eb484d;
}
.sidebar-categories li {
    border-bottom: solid 1px rgba(49, 54, 168, 0.14902);
    padding: 10px 0;
}
.sidebar-latest li:last-child,
.sidebar-categories li:last-child {
    border-bottom: none;
}
.sidebar-categories a {
    color: #4a4a4a;
    font-size: 14px;
    text-transform: capitalize;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.sidebar-tags li {
    float: left;
    line-height: 1.8;
    margin: 0px 8px 8px 0;
}
.sidebar-tags li a {
    background: #4E4691;
    padding: 4px 8px;
    border-radius: 5px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}
.sidebar-tags a {
    color: #fff;
    font-size: 13px;
}
.sidebar-categories a:hover {
    color: #eb484d;
}
.sidebar-tags li a:hover {
    background: #eb484d;
}
/**
 * 3.7.3 Single Post
 */
 .single-post p {
 	text-align: justify;
 }
.post-details .post-info {
    margin-bottom: 22px;
    margin-top: 16px;
}
.post-details .sidebar-tags {
	margin-top: 10px;
}
.post-details .post-info a {
    cursor: pointer;
    color: #4E4691;
}
.media {
    margin-bottom: 30px;
}
.media .media-object {
    width: 80px;
    border-radius: 4px;
}
.media-heading {
    margin-bottom: 10px;
}
.media-heading small {
    margin-left: 5px;
}
.media-body {
    font-size: 16px;
    font-weight: 300;
}
.nasted-comment {
    margin-left: 90px;
}
.media-left,
.media>.pull-left {
    padding-right: 30px;
    margin-top: 0;
}
.media-body a {
    display: block;
    width: 70px;
    color: #4E4691;
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}.media-body a:hover {
    color: #eb484d;
}
.media-body i {
    margin-right: 10px;
}
.media-body > .media {
    margin-top: 24px;
}
.single-post-comments {
    margin-top: 90px;
}
.post-comment-name {
    padding-left: 0;
}
.post-comment-email {
    padding-right: 0;
}
.post-comment-btn {
    padding-top: 6px;
}
/**
 * 3.8 Portfolio item
 */

.portfolio-inner {
    overflow: hidden;
    width: 100%;
}
#sticky {
    float: left;
    position: static;
}
.project-details {
    margin: 24px 0;
}
.project-details li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(49, 54, 168, 0.14902);
}
.project-details li:last-child {
    border-bottom: none;
}
.project-details span {
    font-weight: 600;
    margin-right: 10px;
}
.project-details .share-post {
    float: none;
}
.single-nav {
    text-align: center;
    padding: 15px 0;
    border-top: solid 1px rgba(49, 54, 168, 0.14902);
    border-bottom: solid 1px rgba(49, 54, 168, 0.14902);
}
.single-nav.portfolio-item-nav {
    margin-top: 90px;
}
.single-nav .btn {
    padding: 10px;
}
.single-nav a {
    color: #fff;
    display: block;
    text-align: center;
    line-height: .8;
}
.single-prev {
    float: left;
}
.single-next {
    float: right;
}
.single-prev span,
.single-next span {
    display: inline-block;
    vertical-align: middle;
}
.single-next-title {
    margin: 0 15px;
    font-size: 16px;
}
.related-projects {
    margin-bottom: 90px;
}
/**
 * 3.9 Subscribe
 */

.ms-subscribe {
    padding: 0;
    color: #fff;
    text-align: center;
}
.subscribe-content .card-raised {
    background: #fff;
    display: inline-block;
    border-radius: 6px;
    float: none;
    padding: 0;
}
.subscribe-content .btn {
    margin: 15px 0;
}
.subscribe-content .submit {
    text-align: right;
}
.subscribe-content .form-group {
    margin: 15px 0 0 0;
    display: table;
    border-collapse: separate;
}
.subscribe-content .input-group-addon {
    border: 0;
    background-color: transparent;
    padding: 6px 15px 0px;
}
.subscribe-content .input-group-addon i {
    color: #676767 !important;
}
.subscribe-content .form-group input {
    padding: 21px 0;
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
}
.subscribe-content .form-group input::-webkit-input-placeholder {
    transition: color .3s ease;
}
.subscribe-content .error::-webkit-input-placeholder {
    color: #eb484d;
    transition: color .3s ease;
}
.allowed {
    width: 100%;
    display: block;
    padding: 15px;
    border: 2px solid #f08000;
    background: #f08000;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    opacity: 0.8;
}
.allowed:hover {
    background: #f08000;
    color: #fff;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    opacity: 1;
}
.notallowed {
    width: 100%;
    display: block;
    padding: 15px;
    border: 2px solid #C1C3C6;
    text-transform: uppercase;
    color: #C1C3C6;
    font-weight: 600;
    border-radius: 50px;
    cursor: not-allowed;
}
.price {
    font-size: 32px;
    color: #000;
    font-weight: 800;
}
.price span {
    font-size: 14px;
    margin-left: 4px;
    color: #666;
    font-weight: 400;
}
.offer {
    font-size: 12px;
    color: #000;
}
.payment input[type="image"] {
    width: 100%;
    height: 54px;
    margin-top: -40px;
    position: relative;
    top: -15px;
    opacity: 0;
}
.premiumterms p {
  font-size:12px;
  line-height:18px;
}

.form-group {
    margin-top: 18px;
    margin-bottom: 18px;
}
.form-control, .form-group .form-control{
    border: 0;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border: solid 1px #DDDCED;
    border-radius: 5px;
    font-weight: 400;
}
#quickjob input#date.form-control {
    padding: 9px 15px;
    line-height: unset;
}
#quickjob .title {
    display: block;
    text-align: left;
    margin: 0 0px 5px 1px;
    font-weight: 600;
}
#quickjob .title:after {
    content: " *";
    color: red;
}
#quickjob .title:nth-child(2), #quickjob .title:nth-child(3), #quickjob .title:nth-child(5) {
    margin-top: 20px;
}


form#reCaptchaForm {
    width: 80%;
    margin:0 auto;
}
select.form-control {
    padding: 6px 10px;
    height: 42px;
}

.demo > * {
	padding: 15px 0;
}
.demo > .header {
	font-size: 20px;
	font-weight: 600;
	padding-top: 0;
	margin-bottom: 10px;
}
.demo .sandbox {
	padding: 0;
}
.demo select, .demo input, .demo .selectize-control {
	width: 100%;
}
.demo > *:first-child {
	margin-top: 0;
}
.demo > *:last-child {
	margin-bottom: 0;
}
.demo .value {
	margin: 10px 0 0 0;
	font-size: 12px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.demo .value span {
	font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
}
.selectize-control {
	font-weight: normal;
	line-height: 0;
}
.option.active {
  position: initial !important;
  border: 0 none !important;
  width: 100% !important;
}


/**
 * 3.10 FAQ
 */

.ms-faq {
    margin-bottom: 40px;
}
.ms-faq .col-md-4 {
    text-align: center;
    margin-bottom: 30px;
}
.ms-faq .col-md-4:nth-child(3n+1) {
    clear: left;
}
.faq-icon i {
    font-size: 2.6em;
}
.faq-info h4 {
    margin: 15px 15px;
}
/**
 * 3.11 Pricing
 */

.card-pricing {
    border: solid 1px #DDDCED;
    text-align: center;
    padding: 15px 0;
    border-radius: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.category {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
}
.card-title {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #4e4691;
    margin-left: -10px;
}
.card-pricing ul {
    list-style: none;
    padding: 0;
    max-width: 240px;
    margin: 10px auto;
}
.card-pricing ul li {
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.card-pricing ul li:last-child {
    border: 0;
}
.card-pricing:hover .card-title {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.card-pricing small {
    position: relative;
    top: -26px;
    padding: 5px;
    font-size: 26px;
    color: #4e4691;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.card-pricing:hover {
    border: solid 1px #eb484d;
    box-shadow: 0 16px 38px -12px rgba(78, 70, 145, 0.56),
                0 4px 25px 0px rgba(0, 0, 0, 0.12),
                0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.card-pricing:hover .card-title {
    color: #eb484d;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.card-pricing:hover .card-title small {
    color: #eb484d;
}
/**
 * 3.12 Contact
 */

#contact-form {
    padding: 15px;
    background: #fff;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 16px 38px -12px rgba(78, 70, 145, 0.56),
                0 4px 25px 0px rgba(0, 0, 0, 0.12),
                0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.form-group .control-label {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    margin-bottom: 5px;
}
.control-label.active {
    color: #eb484d;
}
form#validForm {
    width: 66.666%;
    margin: 0 auto;
}
.form-group textarea {
    height: 120px;
    max-height: 360px;
    max-width: 100%;
    min-width: 100%;
    resize:none;
    padding: 10px 15px;
}
.info-horizontal .icon > i {
    font-size: 2.6em;
}
.info-horizontal .description p {
    margin: 0;
}
.info .info-title {
    position: absolute;
    top: 0;
    color: #3C4858;
    margin: 30px 0 15px;
}
.contact-content .description {
    margin-bottom: 30px;
}
label.error {
    color: red;
    font-size: 12px;
    font-weight: 300;
}
label.error:after {
    content: '*';
    position: absolute;
}
/**
 * 3.12.1 Map
 */

.contact-map {
    height: 120px;
    width: 100%;
    top: -190px;
    margin-top: 0px;
    bottom: 0;
    position: relative;
}
#map {
  width: 100%;
  height: 100%;
  min-height: 400px;
  z-index: 1;
  border: 2px solid #f09300;
  border-radius:25px;
}

/**
 * 3.13 Find Local Tradesmen
 */
.wfd-trader {
    border: 1px solid #f09300;
    border-radius: 10px 10px 0 0;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    width: 100%;
}
.wfd-trader h2 {
    margin: 0;
    display: inline-block;
    font-size: 24px;
    text-transform: capitalize;
    color: #f09300;
    line-height: 34px;
    height: unset;
}
.wfd-trader h3 {
    display: block;
    margin: 0 0 10px;
    line-height: normal;
    font-size: 18px;
}
.wfd-trader img.imgavail, .wfd-trader img.imgem, .wfd-trader img.imgvet {
    width: 50px;
    border: 2px solid #f09300;
    border-radius: 50%;
    margin-right: 5px;
}

.wfd-trader p {
    font-size: 16px;
    line-height: normal;
    margin: 12px 0 5px;
    font-weight: 300;
}
.wfd-trader p i {
    width: 20px;
    font-size: 18px;
    text-align: center;
}
.wfd-trader p i.fa.fa-mobile {
    font-size: 23px;
}
.wfd-trader .col-md-8 {
    padding-right:0px;
}
.wfd-trader img.imgavail:hover, .wfd-trader img.imgvet:hover, .wfd-trader img.imgem:hover {
    opacity: 0.75;
}
.wfd-trader .img {
    margin: 0;
    padding: 0;
}
.wfd-trader .img img {
    width: 60%;
    margin-left:30%;
}
.extras {
    border: 1px solid #f09300;
    border-radius: 0 0 10px 10px;
    border-top: 0 none;
    margin-bottom: 25px;
    background: #f7f7f7;
    padding: 0 40px;
}
.extras p {
    padding: 10px 0;
    margin: 0;
}
.extras a {
    margin-right: 50px;
}
.extras i {
    color: #f09300;
    font-size: 24px;
    margin-right: 5px;
}
.extras i.fa.fa-mobile.fa-2x {font-size:26px;}

/** 3.14 Reviews **/
.reviews {
  font-family: 'Open Sans', sans-serif;
}
.reviews > .col-md-4 {width: 292px;}
.reviews > .col-md-8 {width: calc(100% - 292px);padding-left: 60px;}

.reviews .col-md-4 .col-md-6, .reviews .col-md-8 .col-md-6, .reviews .col-md-8 .col-md-6 .col-md-7, .newreview .col-md-6 .col-md-6, .newreview .col-md-12 .col-md-4 {
    padding: 0 20px 0 0;
}
.reviews .col-md-4 .col-md-6:nth-child(2), .reviews .col-md-8 .col-md-6 .col-md-5, .newreview .col-md-12 {
    padding: 0;
}
.reviews .col-md-8 .col-md-6 .col-md-5 {
    margin-bottom: 20px;
}

.reviews .num {
    width: 130px;
    text-align: center;
}
.reviews h2 {
  color: black;
  height: unset !important;
  font-weight: 600;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 54px;
  line-height: 56px;
}
.reviews h3, .newreview h3 {
  color: black;
  height: unset !important;
  font-weight: 700;
  margin: 0 0 25px !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 42px;
  line-height: 52px;
}
.newreview h3 {
  margin: 25px 0 25px !important;
}
.reviews .col-md-8 .col-md-6, .reviews .col-md-8 .col-md-6 .col-md-7, .reviews .col-md-8 .col-md-6 .col-md-5 {
  width: 50%;
  float: left;
}
.stars-outer, .stars-outer1, .stars-outer2, .stars-outer3, .stars-outer4, .stars-outer5, .stars-outer6 {
  display: inline-block;
  position: relative;
  font-family: FontAwesome;
}
.stars-inner, .stars-inner1, .stars-inner2, .stars-inner3, .stars-inner4, .stars-inner5, .stars-inner6 {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
}

/** Star icons **/
.stars-outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  font-size: 28px;
  color: #d7d7d7;
}
.stars-outer1::before, .stars-outer2::before, .stars-outer3::before, .stars-outer4::before, .stars-outer5::before, .stars-outer6::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  font-size: 20px;
  color: #d7d7d7;
}

.stars-inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #f09300;
  font-size: 28px;
}
.stars-inner1::before, .stars-inner2::before, .stars-inner3::before, .stars-inner4::before, .stars-inner5::before, .stars-inner6::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #f09300;
  font-size: 20px;
}
/** END Star icons **/


.reviews .view, .reviews .leave, .leavereview {border:2px solid #f09300;text-align:center;padding:12px;width:100%;display: inline-block;font-size: 16px;font-weight: 600;}
.reviews .view {margin:20px 0 10px;color:#f09300;}
.reviews .leave, .leavereview {background:#f09300;margin-bottom:10px;color:#fff;}
.leavereview {max-width:262px}
.leavereview:hover {color:#fff;}

.hide {display:none;}
.readreviews .col-md-12, .readreviews .col-md-2 {padding:0;}
.readreviews .col-md-10 {padding:0;}
.readreviews h3 {
  color: black;
  height: unset !important;
  font-weight: 700;
  margin: 25px 0 !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.wefixdem-rating {
    background: #f7f7f7;
    padding: 15px 15px 5px;
    box-shadow: 1px 1px 3px #ccc;
    margin-bottom: 25px;
}

.wefixdem-rating:after {
    content: " ";
    display: inline-block;
    width: 100%;
}

.author {color: black;font-weight: 500;font-size: 24px;text-transform: uppercase;padding-right: 5px;}
.date {font-size: 18px;}
.desc {font-size: 16px;margin-top: 10px;display: block;}


/*** Leave Review ***/

.rate {
    display: inline-block;
    border: 0;
}
/* Hide radio */
.rate > input {
    display: none;
}
/* Order correctly by floating highest to the right */
.rate > label {
    float: right;
    color:#d7d7d7;
}
/* The star of the show */
.rate > label:before {
    display: inline-block;
    font-size: 32px;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 "; /* full star */
}
/* Zero stars rating */
.rate > label:last-child:before {
    content: "\f006 "; /* empty star outline */
}
/* Half star trick */
.rate .half:before {
    content: "\f089 "; /* half star no outline */
    position: absolute;
    padding-right: 0;
}
/* Click + hover color */
input:checked ~ label, /* color current and previous stars on checked */
label:hover, label:hover ~ label { color: #f09300;  } /* color previous stars on hover */

/* Hover highlights */
input:checked + label:hover, input:checked ~ label:hover, /* highlight current and previous stars */
input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color: #f09300;  } 

.newreview .col-md-4 {
  margin-bottom:10px;
}
.tradereview .info {
    margin-top: 25px;
    padding:0;
}

.form .radiocontain {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form .radiocontain input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.form input[type=checkbox], .form input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.form .checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
.form .radiocontain:hover input ~ .checkmark {
    background-color: #ccc;
}
.form .radiocontain input:checked ~ .checkmark:after {
    display: block;
}
.form .radiocontain .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.form .radiocontain input:checked ~ .checkmark {
    background-color: #000;
}

.readreviews textarea, .readreviews input[type="text"], .readreviews input[type="email"] {
    width: 100%;
    max-width: 500px;
    resize: none;
    height: 200px;
    padding: 15px;
    border: 1px solid #000;
    margin: 20px 0;
    display: block;
}
.readreviews input[type="text"], .readreviews input[type="email"] {
    height:unset;
}
.readreviews input[type="submit"] {
  border:2px solid #f09300;
  text-align:center;
  padding:12px;
  width:100%;
  max-width:250px;
  font-size: 16px;
  font-weight: 600;
  background:#f09300;
  color:#fff;
  display: block;
}

#submitted .ms-title, #submitted .ms-title h3 {
    text-align: left;
    margin: 0;
}
#submitted .ms-title h3 {
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 24px;
    text-decoration: underline;
}
/**
 * 4. Footer
 */

footer {
    padding: 0 0 30px 0;
    position: relative;
}
.footer-social-buttons {
    text-align: center;
    margin: 70px 0 0 0;
}
.footer-social-buttons li {
    display: inline-block;
}
.footer-social-buttons .btn {
    padding: 0px !important;
    margin-top: 0;
    font-size: 18px;
    width: auto;
    margin-right:10px;
}
.copyright {
    text-align: center;
}

/*** 5. Traders ***/
.cta {
  margin-bottom: 20px;
  padding: 20px;
  background: #f08000;
  text-align: center;
  color: #fff;
  position: relative;
  top: 70px;
  z-index:1;
}
.cta a {
  border: 2px solid #fff;
  padding: 7px 16px;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
.cta b {
  font-size: 16px;
  color: white;
}

.firsthalf .ms-title, .secondhalf .ms-title {
  margin-bottom:25px !important;
}
.pricehalf .ms-title {
  margin-bottom:-15px !important;
}

.firsthalf {
  width: 33%;
  margin: 0 2% 30px 15%;
  float: left;
  padding: 20px 20px 0;
  border-radius: 8px;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
}
.firsthalf:hover {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}
.secondhalf {
  width: 33%;
  margin: 0 15% 30px 2%;
  float: left;
  padding: 20px 20px 0;
}
ul.premium li {
  list-style-image: url('../images/yes-tick.svg');
  margin-bottom: 20px;
  color: #000;
}
.firsthalf ul.premium li:first-child, .secondhalf ul.normal li:first-child {
    margin-top: 30px;
}
.secondhalf ul.normal li:first-child {
  list-style-image: url('../images/yes-tick.svg');
  color:#000;
}
.secondhalf ul.normal li {
  list-style-image: url('../images/no-tick.svg');
  margin-bottom: 20px;
  color:#C1C3C6;
}
ul.premium, ul.normal {
  padding: 0 0 0 30px;
  text-align: left;
  line-height: 20px;
  width: 90%;
}
.pricehalf {
  width: 33%;
  margin: 0 2% 30px 15%;
  float: left;
  padding: 20px 20px 0;
  border-radius: 8px;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
}
.pricehalf:last-child {
  margin: 0 15% 30px 2%;
}
.pricehalf:hover {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}

 
/*** 6. Responsive rules ***/
@media only screen and (min-width: 1105px) and (max-width: 1321px) {
  .newreview .col-md-4 {
    min-height:191px;
  }
}
@media only screen and (max-width: 1104px) {
  .newreview .col-md-4 {
    min-height:212px;
  }
}

@media only screen and (max-width: 1024px) {
    .row {
        padding: 0;
    }
    .menu-right-box {
        display: none;
    }
    .hero-parallax {
        height: 450px;
    }
    .page-heading.parallax-slider {
        height: 350px;
    }
}
@media only screen and (max-width: 991px) {
  .wfd-trader {
    width: 100%;
  }
  .wfd-trader, .wfd-trader > div, .extras {float:left;}
  .extras {width:100%;}
  .wfd-trader .col-md-6 {
    width: 50%;
  }
  .wfd-trader .col-md-4 {
    width: 33.33333%;
  }
  .wfd-trader .col-md-2 {
    width: 16.666667%;
  }
  .wfd-trader .col-md-8 {
    width: 66.6667%;
    float:left;
  }
  .activenow {
    width: 14%;
    height: 14%;
    right:9%;
  }
  .firsthalf, .pricehalf {
    width: 48%;
    margin: 0 2% 30px 0%;
  }
  .secondhalf, .pricehalf:last-child {
    width: 48%;
    margin: 0 0 30px 2%;
  }
  .reviews > .col-md-4 {
    width: 292px;
    float: left;
  }
  .reviews .col-md-4 .col-md-6 {
    width: 50%;
    float: left;
  }
  .reviews > .col-md-8 {
    width: calc(100% - 292px);
    float: left;
    padding: 0 0 0 25px;
  }
  .reviews .col-md-8 .col-md-6, .col-md-7, .reviews .col-md-8 .col-md-6, .col-md-5 {
    
  }
  .info .col-md-4 {
    width: 100px;
    float: left;
  }
  .info > div {
      clear: both;
  }
  .info {
      margin-bottom: 30px;
  }
  .wfd-info img {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
  }
  .wfd-info > img {
    display: block;
  }
  .wfd-info > p:nth-child(2) {
    width: 100%;
    margin: 25px auto;
    max-width: 400px;
    text-align: center;
  }
  .newreview .col-md-4 {
    min-height: 192px;
    width: 50%;
    float: left;
  }
}


@media only screen and (min-width:801px) {
  li.mobnav {
    display:none !important;
  }
}
@media only screen and (min-width:801px) and (max-width: 991px) {
  .menu_list {
    position: relative;
    left: 20px;
  }
}

@media only screen and (max-width: 800px) {
  h1 {
      font-size: 2.6em;
  }
  h2 {
      font-size: 2.2em;
  }
  h3 {
      font-size: 1.825em;
      line-height: 1.4em;
  }
  h4 {
      font-size: 1.6em;
  }
  .ms-title {
      margin-bottom: 30px;
  }
  .ms-title h3 {
      width: 100%;
      font-size: 14px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
  }
  p {
      font-size: 14px;
  }
  figcaption small {
      font-size: 85%;
  }
  .hero-parallax {
      height: 350px;
  }
  .ms-hero-copy {
      width: 100%;
  }
  .container > section {
      padding-top: 100px;
      padding-bottom: 40px;
  }
  .controls-navigate {
      padding: 5px;
  }
  .card-pricing {
      margin-bottom: 15px;
  }
  .card-pricing small {
      top: -10px;
  }
  .subscribe-content .submit {
      text-align: center;
  }
  .back-top {
      right: 1.5rem;
      bottom: 1.5rem;
      display:none;
  }
  .single-next-title {
      display: none !important;
  }
  .single-nav.portfolio-item-nav {
      margin-top: 30px;
  }
  .ms-portfolio {
      padding-top: 60px;
      padding-bottom: 60px;
  }
  .timeline {
      margin: 0;
  }
  .timeline li {
      padding: 0px 0px 30px 0px;
  }
  .timeline h5 {
      margin: 15px 0 0;
  }
  .timeline-date {
      text-align: left;
      padding: 15px;
  }
  .timeline:before {
      display: none;
  }
  .timeline-date:after {
      display: none;
  }
  .blog-post img {
      box-shadow: 0 4px 12px -3px rgba(78, 70, 145, 0.56),
                  0 1px 8px 0px rgba(0, 0, 0, 0.12),
                  0 2px 3px -1px rgba(0, 0, 0, 0.2)
  }
  .sidebar-tags {
      margin-bottom: 0 !important;
  }
  .post-info a {
      font-size: 85%;
      margin-right: 7px;
  }
  .media-body {
      font-size: 14px;
  }
  .media.nasted-comment {
      margin-left: 0;
  }
  .post-comment-name,
  .post-comment-email {
      padding: 0;
  }
  .ms-customer {
      padding: 30px 0 0 0;
  }
  .customers-list li {
      padding: 15px 10px;
  }
  .ellipse-border-bottom {
      top: -0.58rem;
  }
  .contact-map {
      height: 120px;
  }
  .copyright {
      font-size: 12px;
  }
  /* Menu */
  
  .auto-hide-header,
  .auto-hide-header.navbar-transparent {
      background: rgba(255,255,255,0.75);
      padding: 0;
  }
  .menu ul ul {
    display:block;
  }
  .logo {
      height: 24px;
  }
  .logo a {
      height: 16px;
  }
  .mobile-menu-btn {
      display: block;
      height: 24px;
      float: right;
      padding: 0;
  }
  .menu {
      display: none;
  }
  .menu .menu-open li.mobnav {
      display:inline-block !important;
  }
  .menu.menu-open {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100vh;
      z-index: 0;
      display: block;
      overflow: auto;
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  .menu-open .menu_list {
      top: 70px;
      height: calc(100% - 70px);
      overflow-y: auto;
      position: relative;
      background: rgba(255,255,255,0.95);
      padding-bottom: 10px;
  }
  .menu li {
      display: block;
      width: 100%;
  }
  .menu li > a {
      font-family: 'Oswald', sans-serif;
      font-size: 24px;
      margin-top: 20px;
      color:black !important;
      padding:0;
  }
  li.mobnav {
    display: none !important;
  }
  .sub-menu {
      visibility: visible;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      padding-top: 0;
      display: none;
      position: relative;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: none;
      transition: none;
      background: transparent;
  }
  .sub-menu li {
      background: rgba(171, 173, 217, .1);
  }
  .sub-menu li a {
      color: #fff !important;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px !important;
      margin: 0;
  }
  .sub-menu:before {
      display: none;
  }
  .sub-menu:after {
      background: transparent;
      box-shadow: none;
  }
  ul.menu_list li {
    text-align: center;
  }
  .cta a {
    display: block;
    clear: both;
    width: 121px;
    margin: 10px auto 0;
  }
  .firsthalf, .secondhalf, .pricehalf, .pricehalf:last-child {
     width: 100%;
     margin: 0 0 30px 0%;
  }
  .menu>ul>li>a {
    font-weight: 600;
  }
  .reviews > .col-md-4 {
    width: 100%;
  }
  .reviews .col-md-4 .col-md-6:first-child {
    width: 130px;
    margin-left: calc(50% - 131px);
  }
  .reviews .col-md-4 .col-md-6:nth-child(2) {
    width: 130px;
  }
  .reviews .view {
    margin: 20px 2% 10px 0;
  }
  .reviews .view, .reviews .leave {
      width: 48%;
  }
  .reviews > .col-md-8 {
    width: 100%;
    margin-bottom:50px;
  }
  .reviews > .col-md-8 > h3 {
    text-align:center;
  }
  .reviews > .col-md-8 {
    padding: 0;
  }
  .newreview .col-md-4 {
    min-height: unset;
    width: 100%;
    padding: 0;
  }
  .wfd-trader .col-md-6 {
    width: 100%;
    margin-bottom: 25px;
  }
  .wfd-trader .col-md-4 {
    width: 70%;
  }
  .wfd-trader .col-md-2 {
    width: 30%;
  }
  .wfd-trader .img img {
    width: 60%;
    margin-left: 30%;
  }
  .wfd-trader .col-md-6 a, .wfd-trader .col-md-6 h3 {
    width: 60%;
    padding-right:20px;
    float: left;
  }
  .extras a, .extras span {
    display: inline-block;
    float: left;
    width: calc(100% - 30px);
    margin-bottom: 5px;
    margin-right:0;
    font-size: 16px;
  }
  .extras i {
    display: inline-block;
    width: 25px;
    float: left;
    text-align: center;
  }
  .wfd-trader .col-md-6 a, .wfd-trader .col-md-6 h3 {
    width: unset;
    padding-right: unset;
    float: unset;
  }
  .wfd-trader {border-bottom:0 none;}
  .extras {background:#fff;padding: 0 35px 20px;}
  .wfd-trader .col-md-2 {display:none;}
  .wfd-trader .col-md-4 {margin-bottom:0px} 
}
@media only screen and (max-width: 560px) {
  .wfd-trader {
    padding: 0px 10px;
  }
  .extras {background:#fff;padding: 0 20px 20px;}
  .wfd-trader h2 {margin-top:15px;}
}

@media only screen and (max-width: 500px) {
  .reviews .view, .reviews .leave {width:100%}
  .reviews .col-md-8 .col-md-6 {
    width: 100%;
  }
  .reviews .col-md-8 .col-md-6 .col-md-5{width:94px;}
  .reviews .col-md-8 .col-md-6 .col-md-7{width: calc(100% - 94px);}
  .reviews .col-md-8 .col-md-6 .col-md-5 {margin-bottom: 10px;}
  .readreviews h3 {text-align:center;}
}

@media only screen and (max-width: 450px) {
  .wfd-trader .img {
    width: 100%;
    float: none;
  }
  .wfd-trader .col-md-8 {
    width: 100%;
    float: none;
  }
  .activenow {
    width: 14%;
    height: 14%;
    right:9%;
  }
  .info div .col-md-4 {
    width: 65px;
  }
  .info div .col-md-4:first-child {
    width: 100%;
    margin-top: 10px;
    font-weight: 600;
  }
  .wfd-trader img.imgavail, .wfd-trader img.imgem, .wfd-trader img.imgvet {
    width: 45px;
  }
}

.theme-selector {
    display: none;
}


/*** 7 - Miscellaneous ***/
.first {color: #f09300;}
.wfd-info p i {
    width: 20px;
    font-size: 18px;
    text-align: center;
}
.wfd-info p i.fa.fa-mobile {
    font-size: 23px;
}
.wfd-info img.imgavail, .wfd-info img.imgem {
    width: 30%;
    border: 2px solid #f09300;
    margin-right: 1%;
    border-radius:50%;
}
.wfd-info img.imgvet {
    width: 30%;
    border: 2px solid #f09300;
    margin-right: 0;
    border-radius:50%;
}
.wfd-info img.imgavail:hover, .wfd-info img.imgvet:hover, .wfd-info img.imgem:hover {
    opacity: 0.75;
}
.wfd-info a {
    word-break: break-all;
}

.today {color: #f09300;font-weight: bold;}
.clear {clear:both;}