/*
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ CONTENTS /\/\/\/\/\/\/\/\/\/\/\/\/\/\//\/\/\/\

	 1. IMPORT
	 2. HEADER
	 3. NAVIGATION
	 4. FOOTER & FOOTER WIDGETS
     5. SIDEBAR & SIDEBAR WIDGETS
     6. PORTFOLIO/PROJECTS
     7. BLOG STYLING
     8. 404 PAGE
     9. ABOUT PAGE
     10. CONTACT PAGE FORM
     11. ICON LIST
     12. RECENT WORK CAROUSEL
     13. TESTIMONIALS
     14. ICON SERVICE BOXES
     15. CLIENTS
     16. TYPOGRAPHY
     17. BUTTONS
     18. PRICING TABLES BOXS
     19. TABS
     20. ACCORDION & TOGGLE
     21. PROGRESS SKILL BAR
     22. PROMO BOX
     23. PAGINATION
     24. TITLE
     25. DROPCAPS
     26. HIGHLIGHT
     27. SWIPE J.S SLIDER
     28. CAROUSEL
     29. FLICKR
     30. LIST & BULLETS
     31. BUTTON UP
     32. MEDIA QUERIES
*/

/* =================================================================== */
/* Import Section
====================================================================== */
@import url("font-awesome.css");
@import url("magnified.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
}

body, h1, h2, h3, h4, h5, h6, .button, input[type="button"], input[type="submit"], input[type="text"], input[type="password"], input[type="email"], textarea, select {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #555;
}

h1 {
  font-size: 28px;
  line-height: 50px;
}

h2 {
  font-size: 22px;
  line-height: 30px;
}

h3 {
  font-size: 16px;
  line-height: 30px;
}

h4 {
  font-size: 14px;
  line-height: 30px;
}

h5 {
  font-size: 10px;
  line-height: 21px;
}

h6 {
  font-size: 12px;
  line-height: 24px;
}

a {
  text-decoration: none;
}

  a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #555;
  }

  a:focus {
    outline: none;
    text-decoration: none;
  }

.not-ie a {
  -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
/* WIDE */

.wrapper {
  background: #FFFFFF;
  margin: 0 auto;
  width: 100%;
  clear: both;
}

.hidden {
  display: none;
}

/* =================================================================== */
/* 2. HEADER
====================================================================== */
#header {
  z-index: 999;
  background: #fff;
  width: 100%;
  transition: all 0.4s ease-in-out 0s;
}

#top-bar {
  background: #666;
  color: #fff;
  line-height: 21px;
}

.top-info ul {
  list-style: none;
  float: right;
  padding: 0;
  margin: 0;
  border-left: 1px solid #D2200D;
  border-right: 1px solid #F2796C;
}

.top-info span {
  font: 13px/28px "open sans";
  padding-right: 15px;
}

  .top-info span i {
    font-size: 13px;
    margin-right: 5px;
  }

.top-info li {
  float: left;
}

  .top-info li a {
    color: #fff;
    width: 33px;
    height: 28px;
    line-height: 28px;
    font-size: 17px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #D2200D;
    border-left: 1px solid #F2796C;
    transition: background-color 400ms linear;
    -webkit-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
  }

  .top-info li:hover a {
    color: #fff !important;
  }

    .top-info li:hover a.my-tweet {
      background: #3ABDD1;
    }

    .top-info li:hover a.my-facebook {
      background: #648CD5;
    }

    .top-info li:hover a.my-skype {
      background: #00AFFF;
    }

    .top-info li:hover a.my-pint {
      background: #DE5656;
    }

    .top-info li:hover a.my-rss {
      background: #EF8D1F;
    }

    .top-info li:hover a.my-google {
      background: #E73904;
    }

  .top-info li:first-child a {
    border-left: 1px solid #F2796C;
  }

.ie8 #header {
  border-bottom: 1px solid #e9e9e9;
}

/* Logo
====================================*/
#logo-bar {
  padding: 1px 0;
}

  #logo-bar.scroll-to-fixed-fixed {
    box-shadow: 0 0 10px #9C9999;
    -webkit-box-shadow: 0 0 10px #9C9999;
    -moz-box-shadow: 0 0 10px #9C9999;
    -ms-box-shadow: 0 0 10px #9C9999;
    -o-box-shadow: 0 0 10px #9C9999;
  }

.property-analyst {
  background: #45867E;
}

.wealth-tracker {
  background: #22283E;
}

.wealth-forecaster {
  background: #254159;
}

.setup-wizard {
  background: #9a9a9f;
}


.wealth-suite {
  background: #e9e9e5;
}

.wealth-suite-logo {
  background-image: url("/images/WealthSuiteBanner.jpg");
  background-repeat: no-repeat;
  height: 124px;
  margin-left: 15px;
  width: 1152px;
}


.wealth-tracker-logo {
  background-image: url("/images/WealthTrackerBanner.jpg");
  background-repeat: no-repeat;
  height: 124px;
  margin-left: 15px;
  width: 1152px;
}

  .wealth-tracker-logo div {
    padding-top: 72px;
    padding-left: 236px;
    color: #fff;
    font-size: 1.5em;
  }

.property-analyst-logo {
  background-image: url("/images/PropertyAnalystBanner.jpg");
  background-repeat: no-repeat;
  height: 124px;
  margin-left: 15px;
  width: 1152px;
}

  .property-analyst-logo div {
    padding-top: 72px;
    padding-left: 236px;
    color: #fff;
    font-size: 1.5em;
  }

.wealth-forecaster-logo {
  background-image: url("/images/WealthForcasterBanner.jpg");
  background-repeat: no-repeat;
  height: 124px;
  margin-left: 15px;
  width: 1152px;
}

  .wealth-forecaster-logo div {
    padding-top: 72px;
    padding-left: 236px;
    color: #fff;
    font-size: 1.5em;
  }



.setup-wizard-logo {
  background-image: url("/images/SetupWizardBanner.jpg");
  background-repeat: no-repeat;
  height: 124px;
  margin-left: 15px;
  width: 1152px;
}

  .setup-wizard-logo div {
    padding-top: 72px;
    padding-left: 236px;
    color: #fff;
    font-size: 1.5em;
  }




#logo > h1 {
  margin: 0;
  line-height: 0;
  font-size: 15px;
}

#logo a img {
  max-width: 100%;
  height: auto;
}

.content {
  padding: 30px 0 60px;
  position: relative;
}

.sub_content {
  margin-bottom: 30px;
}

/* page_head Title
====================================*/
.page_head {
  border-bottom: 1px solid #eee;
  background: #f9f9f9;
  margin-top: 2px;
  height: auto;
}

  .page_head h2 {
    float: left;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 20px;
  }

  .page_head span {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 14px;
  }

    .page_head span a {
      font-weight: 400;
      margin-bottom: 0;
      padding: 4px 4px;
      font-size: 15px;
      color: #fff;
    }



  .page_head a {
    color: #fff;
    margin-left: 5px;
  }

/* =================================================================== */
/* 3. NAVIGATION
====================================================================== */
/*
  Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
.navbar-nav ul {
  width: 100%;
  min-width: 187px !important;
  padding: 0;
}

.navbar-nav > li > ul.dropdown-menu {
  top: 52px !important;
}

.navbar-toggle {
  background: #303436;
  border: none;
  padding: 10px 10px;
  border-radius: 3px;
  margin-top: 5px;
}


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #EF252C;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  height: 3px;
}

.navbar {
  margin-bottom: 0;
  background: #777777;
  min-height: 35px;
  border: none;
}

.navbar-setup .navbar-setuplist > li {
  border-left: 1px solid #949599 !important;
  border-right: 1px solid #949599 !important;
  width: 23.6%;
  text-align: center;
}




.navbar-wealthtracker {
  background: #273A55;
}


  .navbar-wealthtracker .navbar-wealthtrackerlist > li {
    border-left: 1px solid #202D3F !important;
    border-right: 1px solid #202D3F !important;
    min-width: 13.5%;
    text-align: center;
  }

.navbar-propertyanalyst {
  background: #2C514C;
}

  .navbar-propertyanalyst .navbar-propertyanalystlist > li {
    border-left: 1px solid #3F6663 !important;
    border-right: 1px solid #3F6663 !important;
    width: 13.5%;
    text-align: center;
  }

.navbar-wealth-forecaster {
  background: #3E5D7D;
}

  .navbar-wealth-forecaster .navbar-wealth-forecasterlist > li {
    border-left: 1px solid #37424C !important;
    border-right: 1px solid #37424C !important;
    width: 15.7%;
    text-align: center;
  }


/* sub menus arrows */
.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
  position: static;
  margin-top: 0;
  margin-right: 0;
  margin-left: 6px;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px dashed transparent;
  border-bottom: 4px dashed transparent;
  border-left: 4px dashed transparent;
}

.navbar-nav > li > .has-submenu .sub-arrow {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  width: 8px;
  height: 8px;
  line-height: 8px;
  border-width: 0px;
}

  .navbar-nav > li > .has-submenu .sub-arrow:before {
    content: "\f107";
  }

.navbar-nav ul .sub-arrow {
  position: absolute;
  right: 0;
  margin-top: 6px;
  margin-right: 15px;
  border-top: 4px dashed transparent;
  border-bottom: 4px dashed transparent;
  border-left: 4px solid;
}

.navbar-nav ul a.has-submenu {
  padding-right: 30px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center;
}

.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent;
}

.navbar-nav {
  /*border-right: 1px solid #19222d;
    border-left: 1px solid #425166;*/
  margin-left: 30px;
  width: 98%;
}

  .navbar-nav span.scroll-down-arrow {
    top: 6px;
    border-top: 7px solid;
    border-right: 7px dashed transparent;
    border-bottom: 7px dashed transparent;
    border-left: 7px dashed transparent;
  }

.navbar-default .navbar-nav li a {
  color: #555;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
}

.navbar-default .navbar-nav > li {
  border-left: 1px solid #949599;
  border-right: 1px solid #949599;
}

  .navbar-default .navbar-nav > li > a {
    padding: 14px 10px 14px 10px;
    color: #fff;
  }

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li.active > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  background: #EF252C !important;
  color: #fff !important;
}
/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav .collapsible ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul .dropdown-menu .dropdown-header {
  padding-left: 35px;
}

.navbar-nav .collapsible ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul .dropdown-menu .dropdown-header {
  padding-left: 45px;
}

.navbar-nav .collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 55px;
}

.navbar-nav .collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 65px;
}
/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */

.navbar-nav > li > ul:before {
  content: "";
  position: absolute;
  border: 11px solid transparent;
  border-bottom-color: #E74C3C;
  top: -22px;
  left: 36%;
}

.navbar-nav > li ul > li:first-child {
  border-top: 2px solid #E74C3C;
}

.navbar-nav .dropdown-menu > li > a {
  white-space: normal;
  font-size: 11px;
  padding: 12px 10px;
  border-bottom: 1px solid #e4e4e4;
}

  .navbar-nav .dropdown-menu > li > a:hover {
    color: #E74C3C;
  }

.navbar-nav ul.sm-nowrap > li > a {
  white-space: nowrap;
}
/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
.navbar-nav .collapsible ul {
  display: none;
  position: static !important;
  top: auto !important;
  left: auto !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

  .navbar-nav .collapsible ul.sm-nowrap > li > a {
    white-space: normal;
  }

.navbar-nav .collapsible iframe {
  display: none;
}
/* disable Bootstrap 3's global box-sizing:border-box; for the menus as it doesn't play nice with SmartMenus */
ul.sm li *, ul.sm li *:before, ul.sm li *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: transparent !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #fff;
}
/* ===================================================== */
/* 4. FOOTER & FOOTER WIDGETS												 */
/* ===================================================== */
.footer_bottom {
  background: #292F38;
  padding: 20px 0;
  color: #fff;
}

.footer {
  background: #323A45;
  padding: 30px 0;
  position: relative;
  color: #fff;
}
/* Footer Widgets
====================================*/

.widget_content {
  margin-top: 15px;
}

  .widget_content > p {
    font-family: Pt Sans;
    font-size: 14px;
  }

.copyright {
  color: #AAAAAA;
  font-size: 12px;
  line-height: 40px;
  margin: 0;
}

  .copyright a {
    color: #fff;
    text-decoration: none;
  }

    .copyright a:hover {
      color: #aaa;
    }

.sidebar .widget h4 span {
  background: #fff;
  color: inherit;
}


/* Contact Widget
====================================*/
.contact-details-alt {
  padding: 0;
}

  .contact-details-alt li {
    list-style: none;
  }

    .contact-details-alt li p strong {
      color: #fff;
      float: left;
      margin: 0;
      font-size: 12px;
      width: 25%;
    }

.contact-details li p strong {
  color: #666;
  float: left;
  margin: 0 5px 5px 0;
}

.contact-details-alt li {
  margin: 0 0 5px 0;
}

.contact-details p,
.contact-details li,
.contact-details a {
  color: #666;
}

.contact-details-alt p {
  line-height: 18px;
  width: 100%;
  margin: 0;
}

  .contact-details-alt p a {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 12px;
  }

    .contact-details-alt p a:hover {
      color: #919191;
    }

.contact-details-alt li i {
  float: left;
  font-size: 12px;
  margin: 2px 0 0 0;
  width: 15px;
}

.widget_info_contact {
  padding: 0;
  margin-top: 20px;
}

  .widget_info_contact li {
    list-style: none;
  }

    .widget_info_contact li p strong {
      color: #666;
      float: left;
      margin: 0 5px 5px 0;
      font-size: 12px;
      width: 20%;
    }

  .widget_info_contact li {
    margin: 0 0 5px 0;
  }

  .widget_info_contact p {
    margin: 0 0 0 20px;
    line-height: 18px;
    overflow: hidden;
  }

    .widget_info_contact p a {
      color: #666;
      font-weight: 600;
      font-size: 12.5px;
    }

      .widget_info_contact p a:hover {
        color: #919191;
      }

  .widget_info_contact li i {
    float: left;
    margin: 1px 0 0 0;
  }

/* =================================================================== */
/* 5. Sidebar & Sidebar Widgets
====================================================================== */
.sidebar .widget {
  display: block;
  float: left;
  height: 100%;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

  .sidebar .widget ul.arrows_list {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
  }

    .sidebar .widget ul.arrows_list li {
      list-style: none;
      border-bottom: 1px solid #f2f2f2;
    }

      .sidebar .widget ul.arrows_list li a {
        color: #777;
        font-size: 12px;
        line-height: 30px;
      }

        .sidebar .widget ul.arrows_list li a:hover, .sidebar .widget ul.arrows_list1 li a:hover i {
          color: #E74C3C;
        }

    .sidebar .widget ul.arrows_list i {
      margin-right: 5px;
      color: #000;
    }
  /* Archive List Widget
====================================*/
  .sidebar .widget ul.archives_list {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
  }

    .sidebar .widget ul.archives_list li {
      list-style: none;
      border-bottom: 1px solid #f2f2f2;
    }

      .sidebar .widget ul.archives_list li a {
        color: #777;
        font-size: 12px;
        line-height: 30px;
      }

        .sidebar .widget ul.archives_list li a:hover, .sidebar .widget ul.arrows_list1 li a:hover i {
          color: #E74C3C;
        }

    .sidebar .widget ul.archives_list i {
      margin-right: 5px;
      color: #000;
    }

.sidebar_title {
  float: left;
  width: 100%;
}

.sidebar .widget h3, .clientsays_widget h3 {
  margin-bottom: 30px;
  float: left;
}

  .sidebar .widget h3 i, .clientsays_widget h3 i {
    font-weight: normal;
    font-style: normal;
  }

/* site search */
/*------------------------------------------------------*/
.site-search-area {
  margin: 0px;
  padding: 0 0 30px;
}

#site-searchform {
  margin: 0;
  padding: 0;
}

  #site-searchform #s {
    border: 1px solid #eee;
    background-color: #fff;
    width: 82%;
    height: 41px;
    padding: 5px 10px 5px 10px;
    color: #999;
    float: left;
    font: normal 12px "Open sans", Helvetica, Arial, sans-serif;
  }

    #site-searchform #s:focus {
      border: 1px solid #E74C3C;
      background-color: #fff;
      width: 82%;
      height: 41px;
      padding: 5px 10px 5px 10px;
      color: #999;
      float: left;
      font: normal 12px "Open sans", Helvetica, Arial, sans-serif;
    }

  #site-searchform #searchsubmit {
    float: left;
    width: 18%;
    height: 41px;
    cursor: pointer;
    text-indent: -5555em;
    line-height: 100;
    overflow: hidden;
    background: #e74c3c url(../images/search-icon.png) no-repeat center 14px;
    border: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }

    #site-searchform #searchsubmit:hover {
      background: #383634 url(../images/search-icon.png) no-repeat center 14px;
    }

.gray_border {
  width: 100%;
  height: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DCDCDC;
}

ul.tags {
  padding: 0;
  margin: 5px 0 15px;
  float: left;
}

.tags li {
  float: left;
  padding: 0px;
  margin: 0px 5px 5px 0px;
  list-style-type: none;
  line-height: 25px;
}

  .tags li a {
    border: 1px solid #f2f2f2;
    color: #909090;
    float: left;
    font-size: 12px;
    padding: 3px 8px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

    .tags li a:hover {
      background-color: #E74C3C;
      color: #fff;
    }

/* Recent Posts Widget
====================================*/
.links {
  margin: 0;
  padding: 0;
}

  .links li {
    list-style: none;
  }

  .links i {
    margin-right: 2px;
  }

  .links li a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
  }

.footer li a:hover {
  color: #E74C3C;
}

.links li span {
  display: block;
  color: #919191;
  font-size: 12px;
  margin-bottom: 6px;
}
/* Margin*/

.mrgb-20 {
  margin-bottom: 20px;
  display: block;
}

.mrgb-30 {
  margin-bottom: 30px;
}

.mrgb-40 {
  margin-bottom: 40px;
  position: relative;
  display: block;
}

.mrgb-50 {
  margin-bottom: 50px;
  position: relative;
  display: block;
}

.mrgb-60 {
  margin-bottom: 60px;
  position: relative;
  display: block;
}

.mrg-0 {
  margin: 0 auto;
}

.mrgt-0 {
  margin: 0 auto 20px;
}

.news_content h2 {
  border-bottom: 1px solid #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.8;
  margin: 30px auto;
}

.metaInfo {
  font-size: 0.9em;
  margin-bottom: 7px;
}

  .metaInfo > span {
    display: inline-block;
    padding-right: 15px;
    color: #777;
  }

    .metaInfo > span > a {
      color: #777;
    }

      .metaInfo > span > a:hover {
        color: #e74c3c;
      }

.metaInfo {
  font-size: 0.95em;
  margin: 0 auto;
  padding: 15px 0 20px;
}

  .metaInfo i {
    margin-right: 3px;
    color: #777;
  }

.news_content .metaPost {
  margin-top: 0;
}

.news_content .titlePost > h4 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}

.news-slider {
  margin-bottom: 30px;
}

/* comment list */
.news_comments {
  margin: 50px auto;
}

#comment-list {
  margin: 0;
  padding: 0;
}

  #comment-list li {
    background: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  /* Comment
============================*/
  #comment-list ul.children {
    margin-left: 94px;
    padding: 0;
  }

.comment-container {
  border-top: solid 3px #f2f2f2;
  margin: 0 0 15px 90px;
  padding: 20px 20px;
  position: relative;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

  .comment-container:hover {
    background: #F4F4F4;
    border-color: #e74c3c;
  }

.comment-body p {
  margin: 0;
}

.avatar {
  float: left;
  width: 74px;
}

  .avatar img {
    display: block;
    margin-right: 20px;
    position: relative;
    z-index: 0;
    border: 1px solid #DCDCDC;
    padding: 3px;
  }

h4.comment-author {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

  h4.comment-author a {
    color: #555;
  }

#comment-list li .comment-container:hover a {
  color: #e74c3c;
}

#comment-list .comment-meta {
  margin-bottom: 10px;
}

#comment-list .comment-date {
  font-size: 12px;
  font-style: italic;
  color: #888;
}

#comment-list li .comment-container:hover .comment-date {
  color: #e74c3c;
}
/* comment hover effect */
#comment-list li .comment-container:hover h4 {
  color: #e74c3c;
}

.comment-reply-link {
  position: absolute;
  right: 20px;
  top: 20px;
}

a.link-style3 {
  color: inherit !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
  text-transform: uppercase;
}

.comment-reply-link {
  position: absolute;
  right: 20px;
  top: 20px;
}

.comment_form > input {
  margin-bottom: 20px;
  margin-right: 20px;
  width: 31.1%;
}

#comments {
  margin-bottom: 20px;
}

.comment_form > input:last-child {
  margin-right: 0;
}


/* ===================================================== */
/* 9. ABOUT PAGE											 */
/* ===================================================== */
.who p {
  color: #666;
  font-family: pt sans;
  font-size: 14px;
}

.left_img {
  float: left;
  margin: 0 15px 8px 0;
  overflow: hidden;
}

.right_img {
  float: right;
  margin: 0 0 8px 15px;
  overflow: hidden;
}

.divider {
  position: relative;
  display: block;
  height: 30px;
}
/* ===================================================== */
/* OUR TEAM PAGE										 */
/* ===================================================== */
.our_team {
  padding: 30px 0 60px;
}

.pic {
  border: 1px solid #eee;
  border-bottom: none;
  position: relative;
  overflow: hidden;
}

  .pic > img {
    width: 100%;
    cursor: pointer;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
  }

    .pic > img:hover {
      cursor: pointer;
    }

.names {
  font-family: Pt Sans;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  color: #666;
  text-transform: uppercase;
}

  .names > small {
    float: right;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
  }

.description {
  color: #666666;
  font-family: PT sans;
  font-size: 14px;
}

.team_prof {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #ecf0f1 #f2f2f2;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  border-color: #f2f2f2;
  padding: 10px 15px 5px;
  overflow: hidden;
}

/* =================================================================== */
/* 10. CONTACT PAGE FORM
====================================================================== */

#contactForm {
  margin-top: 30px;
}


/* Forms
=========================== */
textarea {
  resize: vertical;
  width: 100%;
}

.form-control {
  height: 34px;
  padding: 6px;
  margin-bottom: 2px;
  box-shadow: none;
}

.form-control-300 {
  max-width: 300px;
}

.form-control-250 {
  max-width: 250px;
}

.form-control-260 {
  max-width: 260px;
}

.form-control-200 {
  max-width: 200px;
}

.form-control-100 {
  max-width: 100px;
}

.form-control-150 {
  max-width: 150px;
}

.form-control:focus, #site-searchform #s:focus {
  border-color: #E74C3C;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(231, 76, 60, 0.6);
  outline: none;
}

.form-control-no-padding {
  height: 30px;
  border-radius: 0;
  padding: 3px;
  margin-bottom: 0px;
}

label.error {
  color: #ebedef;
  font-size: 13.006px;
  line-height: 18.004px;
  font-weight: normal;
  margin-right: 4px;
  text-shadow: none;
  text-decoration: none;
}

label.error {
  color: #e74c3c;
}

.error {
  color: #e74c3c;
  font-size: 14px;
  font-weight: bold;
  margin-right: 4px;
}

label {
  margin-bottom: 10px;
}

/*MAPS
=========================== */
.contact {
  padding: 50px 0;
}

.maps {
  position: relative;
}

#page_maps {
  max-height: 380px;
  height: 360px;
}

/* ==================================================
   11. ICON LIST
================================================== */
.icon_lists {
  margin-top: 22px;
}

  .icon_lists .fa-hover a {
    border-radius: 0;
    color: #222222;
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
  }

    .icon_lists .fa-hover a .fa {
      display: inline-block;
      font-size: 14px;
      margin-right: 10px;
      text-align: right;
      width: 32px;
    }

    .icon_lists .fa-hover a:hover {
      background-color: #e74c3c;
      color: #FFFFFF;
      text-decoration: none;
    }

      .icon_lists .fa-hover a:hover .fa {
        font-size: 24px;
        vertical-align: -3px;
      }

      .icon_lists .fa-hover a:hover .text-muted {
        color: #BBE2D5;
      }

/* ======================================================================== */
/* 17. BUTTONS                                                              */
/* ======================================================================== */
/*.btn-default {
    background: #E74C3C;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    padding: 5px 12px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin-top: 5px;
}

    .btn-default:hover {
        background: #D23928;
        color: #fff;
    }

.btn-blue {
    border-radius: 4px;
    height: 34px;
}

.btn-tabbar {
    padding: 4px;
    width: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.btn-link {
    height: 40px;
}*/


.btn {
  border: 0;
  border-bottom: 0;
  border-left: 0;
  box-shadow: inset 0 -3.2px rgba(0, 0, 0, 0.12), inset 2px 0 rgba(0, 0, 0, 0.1);
  outline: none;
  -webkit-outline: none;
  -o-outline: none;
  -moz-outline: none;
  font-size: 15px;
}

  .btn:active, .btn.active {
    outline: none;
    -moz-outline: none;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    position: relative;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    top: 1px;
    left: -1px;
  }

  .btn:focus {
    outline: none;
    -webkit-outline: none;
    -moz-outline: none;
  }

.btn-sm {
  padding-top: 1.5px;
}

.btn a {
  font-size: 15px;
}

.btn-second {
  color: #666 !important;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc #ccc #aaa !important;
  background-color: #e0e0e0 !important;
  -moz-box-shadow: inset 0 0 1px #fff;
  -ms-box-shadow: inset 0 0 1px #fff;
  -webkit-box-shadow: inset 0 0 1px #fff;
  box-shadow: inset 0 0 1px #fff;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
  background-image: -moz-linear-gradient(top,#fafafa 0,#dcdcdc 100%);
  background-image: -ms-linear-gradient(top,#fafafa 0,#dcdcdc 100%);
  background-image: -o-linear-gradient(top,#fafafa 0,#dcdcdc 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(100%,#dcdcdc));
  background-image: -webkit-linear-gradient(top,#fafafa 0,#dcdcdc 100%);
  background-image: linear-gradient(to bottom,#fafafa 0,#dcdcdc 100%);
  height: 2.45em;
  padding: 7px 15px;
  border: 1px solid;
  outline: 0;
  font-weight: bold;
  font-size: 17px !important;
  white-space: nowrap;
  word-wrap: normal;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none !Important;
}

.btn-small-height {
  height: 1.97em;
}

.btn-second:hover {
  color: #666 !important;
  border-color: #aaa #aaa #999 !important;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
  -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff0f0f0,EndColorStr=#ffe6e6e6);
  background-image: -moz-linear-gradient(top,#f0f0f0 0,#e6e6e6 100%);
  background-image: -ms-linear-gradient(top,#f0f0f0 0,#e6e6e6 100%);
  background-image: -o-linear-gradient(top,#f0f0f0 0,#e6e6e6 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f0f0f0),color-stop(100%,#e6e6e6));
  background-image: -webkit-linear-gradient(top,#f0f0f0 0,#e6e6e6 100%);
  background-image: linear-gradient(to bottom,#f0f0f0 0,#e6e6e6 100%);
}

.btn-second:active {
  border-color: #888 #aaa #ccc;
  -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
  -ms-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
  box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffc8c8c8,EndColorStr=#ffe6e6e6);
  background-image: -moz-linear-gradient(top,#c8c8c8 0,#e6e6e6 100%);
  background-image: -ms-linear-gradient(top,#c8c8c8 0,#e6e6e6 100%);
  background-image: -o-linear-gradient(top,#c8c8c8 0,#e6e6e6 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#c8c8c8),color-stop(100%,#e6e6e6));
  background-image: -webkit-linear-gradient(top,#c8c8c8 0,#e6e6e6 100%);
  background-image: linear-gradient(to bottom,#c8c8c8 0,#e6e6e6 100%);
}


/* -------------------------------------------------- */
/*	19. TABS
/* -------------------------------------------------- */
.nav-tabs {
  border: none;
}

  .nav-tabs > li > a {
    background: #F8F8F8;
    border: 1px solid #ebebeb;
    margin: 0;
    color: #777777;
    border-radius: 0;
  }

  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: #ebebeb;
    outline: none;
    background: white;
    color: #E74C3C;
    margin: 0 0 -1px 0;
    border-bottom: none;
    border-top: 1px solid #E74C3C;
  }

  .nav-tabs li.active, .nav-tabs li.active a, .nav-tabs li.active a:hover {
    border-top: 1px solid #E74C3C;
    color: #E74C3C;
  }

ul.nav-tabs li a i {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

ul.nav-tabs li.last-tab a {
  padding: 4px 22px;
  outline: none;
}

.tab-content {
  border: 1px solid #ebebeb;
  padding: 20px 14px;
}

  .tab-content:first-child {
    display: block;
  }

  .tab-content > h3 {
    color: #555333;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 0;
  }

  .tab-content > p {
    font-family: lato;
    line-height: 20px;
  }

/* Recent Tab
====================================*/
.recent_tab_list {
  margin: 0;
  padding: 0;
}

ul.recent_tab_list li {
  margin: 0 0 15.5px;
  padding: 0 0 17px;
  list-style-type: none;
  border-bottom: 1px solid #ebebeb;
  float: left;
  width: 100%;
}

.recent_tab_list li span {
  float: left;
  margin-right: 15px;
}

.recent_tab_list li a {
  color: #444444;
  display: block;
  font-size: 12px;
  text-decoration: none;
}

  .recent_tab_list li a:hover {
    color: #E74C3C;
  }

.recent_tab_list li span img {
  float: left;
  margin-right: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

  .recent_tab_list li span img:hover {
    float: left;
    margin-right: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

.recent_tab_list li i {
  padding: 1px 0px 0px 0px;
  margin: 0px;
  display: block;
  font-size: 11px;
  font-style: normal;
  color: #9e9e9e;
  font-family: Lato;
}

.recent_tab_list li.last {
  padding: 0px 0px 7px 0px;
  margin: 0px 0px 0px 0px;
  border-bottom: 0px solid #f5f6f6;
}

/* Comment Tab
====================================*/

.comments {
  padding: 0;
  margin: 0;
}

  .comments .post-thumbnail {
    float: left;
    margin: 0 15px 0 0;
  }

    .comments .post-thumbnail > img {
      height: 50px;
      width: 50px;
    }

  .comments li {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding: 0 0 15px;
    font-size: 12px;
    line-height: 18px;
    list-style: none outside none;
  }

.comments_list > p {
  margin: 0;
  overflow: hidden;
}

.comments li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}

  .comments li:last-child p {
    margin: 0;
  }

.comments_list a {
  text-decoration: none;
  color: #E74C3C;
}

.com_pist a:focus {
  color: #555;
}

.comments_list i {
  color: #909090;
  font-size: 12px;
  margin-left: 3px;
}

.sidebar-tab {
  margin-bottom: 30px;
}

/* =========================================*/
/* 20. ACCORDION & TOGGLE                   */
/* =========================================*/
.panel-heading, .panel-group .panel {
  border-radius: 0;
}

.panel-heading {
  padding-right: 6px;
  padding-left: 6px;
}

.panel.active_acc {
  border-top-color: #E74C3C;
}

.active_acc .panel-title a,
.active_acc .accordian-icon {
  color: #E74C3C;
}

.panel.active_acc,
.panel:hover {
  border-top-color: #E74C3C;
}

.panel-heading:hover a,
.panel-heading:hover .accordian-icon {
  color: #E74C3C;
}

.accordian-icon {
  float: left;
  padding: 0 8px;
}

.panel-default > .panel-heading {
  background: none;
}

.panel-title > a {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #585858;
  display: block;
  outline: none;
  text-decoration: none;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}

/* ===================================================== */
/* 21. PROGRESS SKILL BAR									 */
/* ===================================================== */

.progress-skill-bar {
  padding: 0;
}

.progress_skill {
  background: #F8F8F8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none;
  height: 27px;
  border: 1px solid #F1F1F1;
  margin-bottom: 15px;
  line-height: normal;
}

  .progress_skill .bar {
    background: #e74c3c;
    line-height: 24px;
    font-family: "Open sans", Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    text-indent: 15px;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    transition: width 1s ease;
    border-radius: 5px;
  }

  .progress_skill:hover .bar {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background: #c0392b !important;
    color: #fff;
    cursor: pointer;
  }

.progress-skill-bar {
  margin-bottom: 10px;
  margin-left: 0;
  margin-top: 15px;
  list-style: none;
}

  .progress-skill-bar li {
    overflow: hidden;
  }

  .progress-skill-bar .lable {
    background: #555;
    float: left;
    color: #fff;
    border-right: 1px #FFFFFF solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    margin-top: 1px;
    line-height: 25px;
    padding: 0 0 0 4px;
    text-align: center;
    width: 37px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

.progress-success .bar,
.progress_skill .bar-success {
  filter: none;
  background: #15b994;
}

/* ===================================================== */
/* 23. PAGINATION										 */
/* ===================================================== */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background: #E74C3C;
  border-color: #E74C3C;
}

  .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #ec7063;
    border-color: #ec7063;
  }
/* ==================================================
   24. TITLE
================================================== */
.dividerHeading,
.widget_title {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}

  .dividerHeading h4,
  .widget_title h4 {
    font-size: 18px;
    position: relative;
    line-height: 0;
    border-bottom: 1px solid #E74C3C;
  }

    .dividerHeading h4 span {
      background: white;
      position: relative;
      line-height: 7px;
      top: 4px;
      display: inline-block;
    }

      .dividerHeading h4 span:before,
      .dividerHeading h4 span:after,
      .widget_title h4 span:after,
      .widget_title h4 span:before {
        color: #E74C3C;
        font-size: 10px;
        content: "\f10c";
        font-family: fontawesome;
        display: inline-block;
      }

      .dividerHeading h4 span:before,
      .widget_title h4 span:before {
        margin-right: 10px;
      }

      .dividerHeading h4 span:after,
      .widget_title h4 span:after {
        margin-left: 10px;
      }

.widget_title {
  position: relative;
}

  .widget_title h4 {
    font-size: 14px;
    text-transform: uppercase;
  }

.footer .widget_title h4 {
  border-color: #dfdfdf;
}

  .footer .widget_title h4 span:before,
  .footer .widget_title h4 span:after {
    color: #dfdfdf !important;
  }

  .footer .widget_title h4 span {
    color: #fff;
    padding: 0;
    background: #323A45;
  }

/* ===================================================== */
/* 25. DROPCAPS												 */
/* ===================================================== */
.dropcap {
  float: left;
  color: #169fe6;
  font-size: 58px;
  line-height: 54px;
  padding: 6px 10px 8px;
  margin-top: 8px;
}

  .dropcap.default {
    color: #e74c3c;
  }

  .dropcap.gray {
    color: #555;
  }

  .dropcap.light {
    color: #aaa;
  }

.dropcap_block {
  float: left;
  background-color: #e74c3c;
  font-size: 50px;
  line-height: 50px;
  padding: 6px 10px 8px;
  margin-top: 8px;
  margin-right: 10px;
  color: #fff;
}

  .dropcap_block.default {
    background-color: #e74c3c;
  }

  .dropcap_block.gray {
    background-color: #555;
  }

  .dropcap_block.light {
    background-color: #aaa;
  }

/* ===================================================== */
/* 26. HIGHLIGHT											 */
/* ===================================================== */
.highlight {
  padding: 0px 6px 2px;
  color: #fff;
}

  .highlight.default {
    background: #e74c3c;
  }

  .highlight.gray {
    background: #4c4c4c;
  }

  .highlight.light {
    background: #aaa;
  }

blockquote.default {
  border-color: #e74c3c;
  color: #666;
  background: #f2f2f2;
  font-size: inherit;
}

/* ===================================================== */
/* 27. Swipe.JS Slider											 */
/* ===================================================== */
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  margin-top: 0;
}

.swipe-wrap {
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
}

  .swipe-wrap > li {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

.swipe-navi {
  display: block;
  height: auto;
  margin-top: 10px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1001;
}

  .swipe-navi .swipe-left,
  .swipe-navi .swipe-right {
    position: absolute;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    zoom: 1;
    filter: alpha(opacity=0);
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    background: #e74c3c;
  }

    .swipe-navi .swipe-left:hover,
    .swipe-navi .swipe-right:hover {
      background: #555 !important;
    }

.swipe-wrap img {
  width: 100%;
}

.swipe:hover .swipe-navi .swipe-left {
  opacity: .9;
  zoom: 1;
  filter: alpha(opacity=90);
  margin-top: -27px;
}

.swipe:hover .swipe-navi .swipe-right {
  opacity: .9;
  zoom: 1;
  filter: alpha(opacity=90);
  margin-top: -27px;
}

.swipe-navi .swipe-left {
  left: 5px;
  margin-top: -32px;
}

.swipe-navi .swipe-right {
  right: 5px;
  margin-top: -22px;
}

.img-about {
  margin-top: 15px;
}

/* ===================================================== */
/* 30. List & Bullets												 */
/* ===================================================== */
.list_style {
  padding: 0;
  margin: 0;
  list-style: none;
}

  .list_style li {
    line-height: 30px;
  }

    .list_style li i {
      margin-right: 5px;
    }

    .list_style li a {
      color: #666;
      font-family: PT sans;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0;
      text-decoration: none;
    }

      .list_style li a:hover {
        color: #e74c3c;
        text-decoration: none;
      }

      .list_style li a.active {
        color: #e74c3c;
      }

  .list_style.circle li a i {
    background: #e74c3c;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    color: #FFFFFF;
    height: 27px;
    line-height: 27px;
    text-align: center;
    width: 27px;
    font-size: 17px;
  }

  .list_style.square li a i {
    background: #e74c3c;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    color: #FFFFFF;
    height: 18px;
    line-height: 18px;
    text-align: center;
    width: 18px;
  }

/* ===================================================== */
/* 31. Button Up										 */
/* ===================================================== */
.btntoTop {
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #34495e;
  border-radius: 2px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

  .btntoTop:before {
    content: "\f106";
    display: inline-block;
    vertical-align: middle;
    font: 20px 'FontAwesome';
    color: #b8bcc0;
  }

  .btntoTop.active {
    opacity: 1;
  }

    .btntoTop.active:hover {
      opacity: 0.8;
    }



@media only screen and (min-width: 768px) and (max-width: 989px) {

  #logo {
    margin: 0;
    width: 78px;
  }

  .navbar-default .navbar-nav li a {
    padding: 14px;
  }

  .recent-item h5 {
    margin-top: 20px;
  }

  .large-images .recent-item:hover a.hover-zoom, .large-images .recent-item:hover a.hover-link,
  .medium-images .recent-item:hover a.hover-zoom, .medium-images .recent-item:hover a.hover-link,
  .small-images .recent-item:hover a.hover-link, .small-images .recent-item:hover a.hover-zoom,
  .jcarousel .recent-item:hover a.hover-zoom, .jcarousel .recent-item:hover a.hover-link {
    top: 41%;
    opacity: 1;
  }

  .large-images .recent-item:hover a.hover-zoom, .medium-images .recent-item:hover a.hover-zoom,
  .small-images .recent-item:hover a.hover-zoom {
    left: 20%;
  }

  .large-images .recent-item:hover a.hover-link, .medium-images .recent-item:hover a.hover-link,
  .small-images .recent-item:hover a.hover-link {
    right: 20%;
  }

  #myTabContent {
    margin-bottom: 30px;
  }

  .team_social {
    margin: 37% 0 0 29%;
  }
}

@media only screen and (max-width:768px) {

  #logo a img {
    height: auto;
  }

  .jcarousel-list li {
    width: 248px;
  }

  #myTabContent {
    margin-bottom: 30px;
  }

  .nav-tabs > li > a {
    padding: 10px 10px;
  }

  .serviceBox_1, .serviceBox_2, .serviceBox_3 {
    margin-bottom: 30px;
  }

  .team_social {
    margin: 37% 0 0 42%;
  }

  .blog-hover > a {
    top: 30%;
  }

  .blog_medium .post_content {
    width: 45%;
  }

  .shares li.shareslabel h3 {
    padding: 8px 14px;
  }
}

@media only screen and (max-width: 767px) {

  #logo-bar {
    display: none;
  }

  #logo {
    margin: 7px 0 7px 15px;
  }

  .navbar {
    background: #fff;
    border-color: transparent;
  }

    .navbar.scroll-to-fixed-fixed {
      box-shadow: 0 0 10px #9c9999;
    }

  .navbar-nav {
    background: #303436;
    margin: 0;
  }

  .navbar-collapse {
    position: absolute;
    width: 100%;
  }

  .navbar-nav > li ul > li:first-child > a {
    border-top: none;
  }

  .navbar-default .navbar-nav > li > a, .navbar-nav .dropdown-menu > li > a {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-top: 1px solid #464c4f !important;
    border-bottom: none !important;
  }

  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    padding-left: 45px;
    color: #fff;
    font-size: 13px;
  }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      background: #E74C3C;
      color: #fff;
    }

  .navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
    float: right;
    color: #fff;
  }

  .navbar-nav > li > ul:before {
    content: "";
    display: none;
  }

  .navbar-nav > li > .has-submenu .sub-arrow {
    font-size: 14px;
    font-weight: bold;
    width: 10px;
  }

  /*.page_head{ padding:20px 0; }

    .page_head h2 { font-size: 20px; }*/

  #breadcrumbs {
    float: left;
    width: 100%;
  }

    #breadcrumbs ul {
      float: left;
      margin-bottom: 0;
    }

  .serviceBox_1, .serviceBox_3 {
    margin-bottom: 30px;
  }

  .list_style li i {
    margin-right: 0;
  }

  ul.client_items {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  .list_item {
    width: 100%;
  }

  .jcarousel-list li {
    width: 99%;
  }

  .widget_content {
    margin-bottom: 30px;
  }

  .promo_box a {
    display: block;
    float: none;
    margin-top: 20px;
    position: relative;
    text-align: center;
  }

  .promo_content .pb_text, .promo_content .pb_action {
    display: block;
    padding: 0;
  }

  .promo_content a {
    display: block;
    float: none;
    color: #fff;
    margin-top: 20px;
  }

  .list_style {
    margin: 0 0 30px;
  }

  .pricingTable {
    margin-bottom: 50px;
  }

  .team_prof {
    margin-bottom: 30px;
  }

  .blog_large .post_meta h2 a, .blog_single .post_meta h2 a {
    font-size: 18px;
    line-height: normal;
  }

  .blog_medium .post_meta h2 a {
    font-size: 20px;
    line-height: normal;
  }

  .blog_large .post_meta h2,
  .blog_medium .post_meta h2,
  .blog_single .post_meta h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .blog_large .day, .blog_medium .day, .blog_single .day {
    font-size: 20px;
  }

  .blog_large .month, .blog_medium .month, .blog_single .month {
    padding: 2px 8px 4px;
  }

  .blog_large .post_img, .blog_single .post_img {
    margin-bottom: 20px;
  }

  .blog_large .post_content, .blog_single .post_content {
    margin: 0 0 0 60px;
  }

  .blog_large .post_meta .metaInfo, .blog_single .post_meta .metaInfo {
    padding: 0 0 10px;
  }

    .blog_large .post_meta .metaInfo > span, .blog_single .post_meta .metaInfo > span {
      line-height: 24px;
    }

  .blog_large .post, .blog_medium .post, .blog_single .post, .blog_medium .post {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .blog_medium .post_content {
    float: left;
    width: 100%;
  }

  .blog_medium .post_img {
    margin-right: 0;
    width: 75%;
    margin-bottom: 30px;
  }

  .sidebar .widget {
    display: inline-block;
    margin-top: 30px;
    position: relative;
  }

  .shareslabel {
    display: none;
  }

  .author_desc {
    height: auto;
    min-height: inherit;
    width: 100%;
  }

  .author_bio {
    float: none;
    margin-top: 35%;
    padding: 20px;
    position: relative;
    text-align: center;
    width: 100%;
  }

  #comment-list ul.children {
    margin-left: 10px;
  }

  .comment-container {
    margin-left: 80px;
    margin-bottom: 10px;
  }

  .comment_form > input {
    width: 100%;
  }

  .page_404 > h1 {
    font-size: 160px;
    line-height: 180px;
    margin-top: 0;
  }

  .page_404 > p {
    font-size: 26px;
    line-height: 36px;
  }

  .rec_blog {
    margin-bottom: 20px;
  }

  .copyright {
    text-align: left;
    float: left;
  }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .large-images .recent-item:hover a.hover-zoom, .medium-images .recent-item:hover a.hover-zoom,
  .small-images .recent-item:hover a.hover-zoom {
    left: 37%;
  }

  .large-images .recent-item:hover a.hover-link, .medium-images .recent-item:hover a.hover-link,
  .small-images .recent-item:hover a.hover-link {
    right: 37%;
  }

  .jcarousel .recent-item:hover a.hover-zoom {
    left: 37%;
  }

  .jcarousel .recent-item:hover a.hover-link {
    right: 37%;
  }

  .author_bio {
    margin-top: 35%;
    position: relative;
  }
}

@media only screen and (max-width: 480px) {

  .team_social {
    margin: 37% 0 0 31%;
  }

  .large-images .recent-item:hover a.hover-zoom, .medium-images .recent-item:hover a.hover-zoom,
  .small-images .recent-item:hover a.hover-zoom {
    left: 37%;
  }

  .large-images .recent-item:hover a.hover-link, .medium-images .recent-item:hover a.hover-link,
  .small-images .recent-item:hover a.hover-link {
    right: 37%;
  }

  .jcarousel .recent-item:hover a.hover-zoom {
    left: 37%;
  }

  .jcarousel .recent-item:hover a.hover-link {
    right: 37%;
  }

  .author_bio {
    margin-top: 55%;
    position: relative;
  }

  #filter li a {
    padding: 10px;
  }
}

.table-condensed455 {
  max-width: 455px;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

.content-panel {
  background: #ffffff;
  padding-top: 2px;
  padding-bottom: 5px;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.assets {
  background: url(/images/asset.png) left center no-repeat;
  padding-left: 20px;
}

.cashflow {
  background: url(/images/coins.png) left center no-repeat;
  padding-left: 20px;
}

.right {
  text-align: right;
}

.goal {
  background: url(/images/task.png) left center no-repeat;
  padding-left: 20px;
}

.retire {
  background: url(/images/sun.png) left center no-repeat;
  padding-left: 20px;
}

.dbheader {
  background: url(/images/dbheader_gray.gif) repeat-x #D3D3D3;
  line-height: 25px;
  font-size: 12px;
  color: #000000;
  padding-left: 10px;
  margin-bottom: 0px;
  max-width: 1030px;
}

.dbbox > .more a {
  position: absolute;
  top: 15px;
  float: right;
  right: 10px;
  color: #000000;
}

.signout a {
  /*  background: url(/images/signout.gif) right no-repeat;*/
  padding-right: 5px;
  color: #fff;
}

.subnavbar {
  margin-bottom: 0;
  background: #EF252C;
  min-height: 35px;
  border: none;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 2px 30px 16px 30px;
}

.inner-table {
  height: 10px;
}

.left {
  float: left;
}

.float-right {
  float: right;
}

.btn-link a {
  padding: 15px;
  color: #fff;
  font-size: 13px;
}

.btn-link35 {
  height: 35px;
  margin-left: 20px !important;
}

  .btn-link35 a {
    padding: 5px;
    color: #fff;
    font-size: 13px;
  }


.marginleft20 > li {
  margin-left: 20px;
}

.table-sop {
  max-width: 750px;
  float: left;
}

.table-cashflow {
  max-width: 650px;
}

.table-cashflowdetail {
  max-width: 650px;
  float: left;
}

.help-block {
  margin-top: 0px;
  margin-bottom: 0px;
}

.form-small {
  max-width: 550px;
  float: left;
  padding-right: 10px;
  width: 46%;
}

.form-group {
  margin-bottom: 8px;
  margin-left: 0px !important;
}

.form-small .form-group {
  margin-right: 0px;
  padding-right: 0px;
}

.thin-border {
  margin: 0 auto;
  max-width: 1020px;
  padding: 14px;
  border: solid 1px #ccc;
  background: #fff;
}

.graphheading {
  margin-left: 100px;
}

.panel-primary .panel-subheading {
  background-color: #ebebeb;
  height: 30px;
  padding: 5px;
  margin-bottom: 10px;
  font-weight: 700;
}

.page-head-link {
  margin-left: 5px;
  float: right;
  margin-right: 25px;
  margin-top: 2px;
}

.divider {
  height: 1px;
  width: 100%;
  display: block; /* for use on default inline elements like span */
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.form-section-divider {
  font-size: 14px;
  line-height: 20px;
  border-bottom: solid #ccc 2px;
  font-weight: 600;
  margin-bottom: 10px;
}

.form-control label {
  font-weight: 100;
}

#ctl00_MainContent_BusinessSetupWizard {
  width: 100%;
}

.page-top-toolbar {
  border-bottom: 1px solid #eee;
  background: #f9f9f9;
  padding-left: 20px;
  line-height: 40px;
  font-weight: 900;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 20px;
}

.page-section-heading {
  border-bottom: 1px solid #eee;
  background: #ECECEC;
  padding-left: 5px;
  padding-right: 10px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
}

.nopadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.btn-success {
  margin-top: 5px;
  margin-right: 5px;
  font-size: 13px;
  padding: 4px 12px;
}

.width55percent {
  width: 55%;
}

.width15percent {
  width: 15%;
}

.fa {
  margin-right: 4px;
}

button .fa {
  margin-right: 2px;
}

.zeropaddinfleft {
  padding-left: 0px;
}

#PropertySetupWizard {
  width: 100%;
}

#ctl00_MainContent_SetupWizard, #ctl00_ctl00_ctl00_MainContent_MainContent_MainContent_SetupWizard {
  width: 100%;
}

#ctl00_ctl00_ctl00_MainContent_MainContent_MainContent_ctl00_PropertySetupWizard {
  width: 100%;
}

.dataTables_length {
  height: 0px;
  visibility: hidden;
}

.dataTables_filter {
  height: 0px;
  visibility: hidden;
}

.dataTables_info {
  height: 0px;
  visibility: hidden;
}

.dataTables_paginate {
  height: 0px;
  visibility: hidden;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

.btn-group-btn {
  line-height: 22px !important;
  margin-top: 0px;
}

.padding-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.container {
  padding-left: 4px;
  padding-right: 4px;
}

.btn-shaded {
  background-color: #777;
  border-color: #9C9999;
}

@media (min-width:1200px) {
  .container {
    width: 1192px;
  }
}

table.tablesorter thead tr .header {
  cursor: pointer;
}

.input-group {
  display: inline;
}

.btn-whitetext {
  color: #fff !important;
  font-size: 15px !important;
  line-height: 21px !important;
  font-weight: normal;
}

.white {
  color: #fff;
}

.GraLink {
  display: block;
  left: 990px;
  top: 10px;
  position: absolute;
  height: 100px;
  width: 148px;
}

.input-group-addon {
  width: 20px;
  height: 32px;
}

span .errorMessage {
  color: red !important;
  font-weight: 300 !important;
}

.well {
  margin-left: 15px;
}

.loadingPanel {
  background: url(/images/loading-150.gif) no-repeat center center;
  min-height: 30px;
  display: none;
}

.list_style li a i {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  color: #FFFFFF;
  height: 27px;
  line-height: 27px;
  text-align: center;
  width: 27px;
  font-size: 17px;
}

.list_style li.completed a i {
  background: #428bca;
}

.list_style li.notcompleted a i {
  background: #e74c3c;
}
