<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Interface Name: Core Lojas

  File Structure :
    1.  Color Variable
    2.  Basic Classes
    3.  Left Sidebar
            3.1. Logo
            3.2. Left side Menu
            3.3. Latest Post
            3.4. Top Rated
            3.5. Follow Post
    4.  Right Side
            4.1. Top Bar
            4.2. Category Nav / Mega Menu
            4.3. Main Slider
            4.4. Main Body Post
            4.5. Twitter Post
            4.6. Load More
    5.  SideBar
            5.1. Sidebar Tab
            5.2. Sidebar About
            5.3. sidebar Slider
            5.4. sidebar Archive
            5.5. sidebar Ads
            5.6. sidebar Subscribe
    6.  Trending Post
    7.  Bottom
    8.  Footer
    9.  Pages

*/

/************************
    Color Variable
************************/

body, html {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #777;
  background: #2a2f33;
  text-transform: uppercase;
  overflow-x: hidden; 
}

/************************
  1. Basic Classes
************************/
a {
  background: transparent;
  border: none;
  text-decoration: none;
  cursor: pointer;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}
a:active,
a:hover,
a:focus,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] &gt; input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
iframe {
  border: none;
}
hr {
  border-width: 2px 0 0;
  margin: 30px 0;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.0786666666666667em;
  font-weight: normal;
}
#wrapper {
  clear: both;
  overflow-x: hidden;
  background: #ffffff;
}
iframe {
  overflow:hidden;
  border: 0;
}
.post-only-content.poc-right-fix { width: 96%;}
.post-only-content.poc-left-fix { width: 96%;}
/*img {
  width: 100%;
}*/
/*ul {
  margin-top: 0px!important;
  padding: 0px !important;
}*/
/*li {
  list-style: none;
}*/
.accordion .panel-body img.align-left {float: left;padding: 20px 20px 10px 0;}
.no-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#container-full {
  overflow: hidden;
}
.no-padding {padding: 0px;}
.no-margin {margin: 0px;}
.no-margin-form {margin: 0 0 15px 0;}
.no-margin-label-form {padding-left: 15px;}
.padding-left-zero {padding-left: 0;}
.padding-right-zero {padding-right: 0;}

/*   Background Color
----------------------*/
.travel-bg {background: #8aba56;}
.travel-color {color: #8aba56;}
.travel-color:hover,
.travel-color:focus {color: #8aba56;}
.sports-bg {background: #19b6e9;}
.sports-color {color: #19b6e9;}
.sports-color:hover,
.sports-color:focus {color: #19b6e9;}
.design-bg {background: #5b4282;}
.design-color {color: #5b4282;}
.design-color:hover,
.design-color:focus {color: #5b4282;}
.music-bg {background: #ff8932;}
.music-color {color: #ff8932;}
.music-color:hover,
.music-color:focus {color: #ff8932;}
.mobile-bg {background: #f1c40f;}
.mobile-color {color: #f1c40f;}
.mobile-color:hover,
.mobile-color:focus {color: #f1c40f;}
.danger-bg {background: #f4655f;}
.danger-color {color: #f4655f;}
.danger-color:hover,
.danger-color:focus {color: #f4655f;}

/*   Single page tag Color
--------------------------*/
.tag-music li a {color: #222222;}
.tag-music li a:hover,
.tag-music li a:focus,
.tag-music li a.active {color: #f4655f;}
.tag-travel li a {color: #222222;}
.tag-travel li a:hover,
.tag-travel li a:focus,
.tag-travel li a.active {color: #8aba56;}
.tag-code li a {color: #222222;}
.tag-code li a:hover,
.tag-code li a:focus,
.tag-code li a.active {color: #046dd5;}
.tag-health li a {color: #222222;}
.tag-health li a:hover,
.tag-health li a:focus,
.tag-health li a.active {color: #e84c8b;}
.tag-mobile li a {color: #222222;}
.tag-mobile li a:hover,
.tag-mobile li a:focus,
.tag-mobile li a.active {color: #f1c40f;}

/************************
  3. Left Sidebar
************************/
/* 3.1  Logo */
.logo {
  background: none;
  text-align: center;
}
.logo img {
  width: inherit !important;
  padding-top: 35px;
}

.logo{color: #ffffff;}

/* 3.2 Left side Menu */
.toogle-sidebar-sections {
  float: left;
  width: 100%;
}
.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-toggle {
  background: #32373b;
  font-size: 15px;
  position: relative;
  display: block;
  padding: 15px 30px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: 1px;
  border-radius:5px;
  margin-top: 5%;
}
.accordion-toggle:hover,
.accordion-toggle:focus,
.accordion-toggle:active {
  background: #32373b;
  color: #fff;
}
.accordion-toggle span.toggle-icon {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 18px;
}
.menu-body {
  margin-bottom: 10px;
  margin-top: 10px;

}
.menu-body ul {
  padding: 0;
  margin: 0;
}
.menu-body ul li {
  list-style: none;
  border-bottom: 1px solid rgba(255,255,255,0.03);
  text-align: left;
}
.menu-body ul li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 30px;
  display: inline-block;
  width: 100%;
}
.menu-body .drop-menu {
  display: none;
}
.menu-body .drop-menu li {
  border: 0px;
}
.menu-body .drop-menu li a {
  width: 100%;
  padding: 10px 30px;
  background-color:rgba(255, 255, 255, 0.1);
}
.menu-body .drop-menu li a:hover,
.menu-body .drop-menu li a:focus,
.menu-body .drop-menu li a.active {
  background: rgba(255, 255, 255, 0.06);
}


/* 3.3 Latest Post */
.latest-post-body {
  padding: 10px 20px;
}
.latest-post-body .post {
  margin: 40px 0px;
  background: #32373b;
  padding-bottom: 20px;
  color: #ffffff;
}
.latest-post-body .post .post-img {
  position: relative;
}
.latest-post-body .post .post-img .post-icon {
  background: #32373b;
  padding: 10px 15px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 16px;
  cursor: pointer;
}
.latest-post-body .post .post-img .post-icon:hover .post-category {
  display: block;
}
.latest-post-body .post .post-img .post-icon span {
  padding: 0px 10px;
  color: #ffffff;
}
.latest-post-body .post .post-img .bg-blue {
  background: #046DD5;
}
.latest-post-body .post h3 {
  font-size: 13px;
  line-height: 20px;
  padding: 0 15px;
}
.latest-post-body .post h3 a {color: #fff;}
.latest-post-body .post span {
  color: #ccc;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.9px;
  padding: 15px;
}
.latest-post-body .post .post-category {
  bottom: 0;
  display: none;
  font-size: 12px;
  font-weight: normal;
  left: 0px;
  position: absolute;
  width: 125px;
  color: #fff;
}
.latest-post-body .post .post-category i {
  padding: 14px 15px;
  font-size: 16px;
}

/* 3.4 Top Rated */
.top-rated-body {
  padding: 30px 20px 50px;
  color: #ffffff;
  float: left;
  width: 100%;
}
.top-rated-item {
  float: left;
  width: 100%;
  color: #fff;
  padding: 15px 0px;
}
.top-rated-item:hover,
.top-rated-item:focus {color: #fff;}
.top-rated-body .progress {
  margin: 0px;
  height: 4px;
  background: none;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);

  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.top-rated-body .top-rated-heading {
  font-weight: normal;
  font-size: 13px;
  padding-top: 10px;
  display: inline-block;
}
.top-rated-body .top-rated-count {
  float: right;
  position: relative;
  top: -4px;
}
.javascript .progress-bar {background: #046DD5;}
.iphone .progress-bar {background: #FFA431;}
.top-hills .progress-bar {background: #80BD01;}
.wordpress .progress-bar {background: #DD1B16;}
.ebola-virus .progress-bar {background: #3F3E57;}
.progress-score {
  border: 1px solid #777;
  padding: 3px 10px;
  text-align: center;
  line-height: 24px;
}
.progress-score span {font-size: 11px;}
.progress-score i {padding: 0px 5px 0px 0px;}

/* 3.5 Follow Post */
.follow-body {
  padding: 30px 20px;
  color: #ffffff;
}
.follow-body li {list-style: none;}
.connect-with-us {
  cursor: pointer;
  padding: 15px 10px;
  position: relative;
  margin: 10px 0px;
  color: #ffffff;
  text-align: center;
  display: block;
}
.connect-with-us:hover,
.connect-with-us:focus {color: #fff;}
.connect-with-us span {
  font-size: 11px;
  margin-right: 30px;
  text-align: center;
  display: block;
}
.connect-with-us i {
  float: left;
  font-size: 16px;
  padding: 0 3px;
}
.connect-with-us .plus i {padding: 3px;}
.connect-with-us .plus {
  background: rgba(0, 0, 0, 0.1);
  float: right;
  padding: 9px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.facebook {background: #4D6BAB;}
.facebook:hover,
.facebook:focus,
.facebook:active {background: #3d5588;}
.twitter {background: #4EC6F8;}
.twitter:hover,
.twitter:focus,
.twitter:active {background: #1db6f6;}
.google-plus {background: #EA6060;}
.google-plus:hover,
.google-plus:focus,
.google-plus:active {background: #e43333;}
.linkedin {background: #248CC9;}
.linkedin:hover,
.linkedin:focus,
.linkedin:active {background: #3d5588;}
.youtube {background: #BB0000;}
.youtube:hover,
.youtube:focus,
.youtube:active {background: #880000;}
.instagram {background: #517FA4;}
.instagram:hover,
.instagram:focus,
.instagram:active {background: #406582;}
.rss {background: #808080;}
.rss:hover,
.rss:focus,
.rss:active {background: #676767;}
.code-color {color: #046dd5;}
.code-color:hover,
.code-color:focus {color: #046dd5;}
.lifestyle-bg {background: #e1493e;}
.lifestyle-color {color: #e1493e;}
.lifestyle-color:hover,
.lifestyle-color:focus {color: #e1493e;}
.health-bg {background: #e84c8b;}
.health-color {color: #e84c8b;}
.health-color:hover,
.health-color:focus {color: #e84c8b;}
.tweets-bg {background: #f4655f;}
.tweets-color {color: #f4655f;}
.tweets-color:hover,
.tweets-color:focus {color: #f4655f;}
.black-bg {background: #2a2f33;}

/* =====================
    4.   Right-side
======================== */

/* 4.1 Top Bar */
.top-search-margin { margin-bottom: 20px; }
.search {display: inline-block;}
.search i {
  color: #222222;
  font-size: 36px;
  padding: 9px 18px;
  cursor: pointer;
  display: inline-block;
}
.search i:hover,
.search i:focus,
.search i.active {/*background: #ffffff;*/}
.search p {
  bottom: 10px;
  color: #222222;
  display: inline;
  font-size: 14px;
  font-weight: 400;
  left: 20px;
  position: relative;
  text-transform: uppercase;
}
.login-account {padding: 0 80px;}
.login-account .forgot-pass {
  font-family: "Open Sans", sans-serif;
  padding-top: 15px;
  font-weight: 400;
  text-transform: capitalize;
}
.login-account a {color: #F4655F;}
.search-body,
.user-body,
.mail-body {
  background: #ffffff;
  padding: 20px 170px 50px;
  top: 0;
  width: 100%;
  z-index: 2;
  display: none;
  height: 100%;
  position: relative;
}
.user-body .form-control,
.search-body .form-control {height: 50px;}
.search-body p,
.user-body p,
.mail-body p {
  margin: 0px;
  padding-bottom: 40px;
  color: #222222;
  font-size: 18px;
}
.search-body h4,
.user-body h4,
.mail-body h4 {
  font-size: 14px;
  color: #222222;
}
.mail-body h4 {font-size: 16px;}
.mail-follow-us h4 {
  margin-left: 15px;
  font-size: 16px;
}
.login-account p {
  padding-bottom: 30px;
  font-weight: 700;
  font-size: 16px;
}
.login-account button {
  background: #2a2f33;
  border: 0 none;
  color: #ffffff;
  padding: 15px 20px;
  margin: 0;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.login-account button:hover,
.login-account button:focus,
.login-account button:active {
  background: #2a2f33;
  color: #ffffff;
  z-index: 0 !important;
}
.login-mail i {
  border-left: 1px solid #e1e0e5;
  color: #222222;
  font-size: 36px;
  padding: 15px 18px;
  cursor: pointer;
  display: inline-block;
}
.login-mail i:hover,
.login-mail i:focus,
.login-mail i.active {background: #ffffff;}
.login-user i {
  border-left: 1px solid #e1e0e5;
  color: #222222;
  font-size: 36px;
  padding: 15px 18px;
  cursor: pointer;
  display: inline-block;
}
.login-user i:hover,
.login-user i:focus,
.login-user i.active {background: #ffffff;}
.mail-contact {padding-right: 100px;}
.mail-contact p {
  margin-left: 15px;
  padding: 5px 0px;
  color: #808080;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.mail-contact p strong {
  color: #222222;
  font-size: 13px;
}
.mail-follow-us {padding-left: 100px;}
.mail-follow-us li {
  width: 50%;
  display: inline-block;
  padding: 0px 40px 0 15px;
  float: left;
}
.dashed-divider {
  border: 1px dashed #e7e7e7;
  height: 70%;
  left: 50%;
  position: absolute;
}
.dashed-divider-2 {
  border: 1px dashed #e7e7e7;
  height: 150px;
  left: 50%;
  position: absolute;
}
.register {
  border: 1px solid #e1e0e5;
  margin: 20px 80px 0;
  padding: 30px;
}
.register .btn-default {
  background: #f4655f;
  border-bottom: 0 none;
  border-image: none;
  border-left: 0 none;
  border-top: 0 none;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 0;
  text-transform: uppercase;
  width: 100%;

  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.register .btn-default:hover,
.register .btn-default:focus,
.register .btn-default:active {background: #f24e47;}
.register p {
  padding-bottom: 30px;
  font-size: 16px;
}
.form-group {margin-bottom: 20px;}

/* 4.2 Category Nav / Mega Menu */
.category-nav {float: left;width: 100%;}
.category-nav .mega-menu {
  position: relative;
  display: block;
  z-index: 1000;
}
.category-nav .mega-menu ul {
  margin: 0;
  padding: 0;
}
.category-nav .mega-menu ul li {
  background: #ffffff;
  display: inline-block;
  float: left;
  text-align: center;
  width: 12.5%;
  position: static;
}
.category-nav .mega-menu ul li a {
  position: relative;
  display: block;
  padding: 25px 0px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: #222222;
  font-weight: normal;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.category-nav .mega-menu ul li &gt; a {
  border-right: 1px solid #EAEAEA;
}
.category-nav .mega-menu ul li:hover .menu-wrapper,
.category-nav .mega-menu ul li:focus .menu-wrapper {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.category-nav .mega-menu ul li:last-child {border-right: 0px;}
.menu-wrapper {
  text-align: left;
  position: absolute;
  visibility: hidden;
  display: none;
  z-index: 1;
  height: auto;
  left: 0px;
  top: 73px;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #2a2f33;
  border: 0px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.mega-menu-li .nav {
  width: 100%;
  text-align: left;
  border: 0px;
  padding: 20px 0;
}
.mega-menu-li .nav .list a {
  margin: 0px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #32373b;
  padding-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #32373b;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  width: 100%;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.mega-menu-li .nav .list a:hover,
.mega-menu-li .nav .list a:focus,
.mega-menu-li .nav .list a.active {
  background: rgba(255, 255, 255, 0.06);
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.06);
}
.mega-menu-li .submenu-lists {
  background: #32373b;
  padding-bottom: 0;
}
.mega-menu-li .submenu-lists h4 i {
  font-size: 20px;
  position: absolute;
  right: 20px;
}
.mega-menu-li .tab-content {
  padding-right: 25px;
}
.tab-content img,.accordion img {float: none; }
.menu-post {
  padding: 30px 0 10px 30px;
  float: left;
  width: 100%;
}
.menu-post .post h3 {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin: 0px;
}
.menu-post .post h3 a {
  padding: 20px 0 !important;
  color: #ffffff !important;
  float: left;
  width: 100%;
}

/* ==============================================
 Main Content
=============================================== */
.main-content {
  background: #edeff0;
  padding: 80px 85px;
  float: left;
  width: 100%;
}
.bg-box-shadow {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06);
}
.common-border {border: 1px solid #E2E2E2;}
.ul-clearfix {padding: 0;margin: 0;}
.ul-clearfix li {list-style: none;}
.space-fix {width: 100%;float: left;}

/* 4.3 Main Slider */
#slider .carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 30px;
  padding-bottom: 40px;
  right: 0;
  text-align: left;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 100%, rgba(255, 255, 255, 0.02) 60%);
}
#slider .carousel-caption h3 {font-size: 24px;}
.owl-pagination {
  margin-top: -60px;
  position: absolute;
  right: 100px;
}
.owl-theme .owl-controls .owl-page span {
  background: #ffffff;
  display: block;
  height: 15px;
  margin: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 15px;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.slider-side-post .post {
  position: relative;
  z-index: 10;
}
.slider-side-post .post-info {
  color: #ffffff;
  bottom: 0;
  padding: 0 30px 20px 30px;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 40%, rgba(255, 255, 255, 0.02) 60%);
  width: 100%;
}
.slider-side-post .post-info h3 {
  font-size: 15px;
  line-height: 23px;
}
.slider-side-post .post-info span {
  padding: 5px;
  font-weight: 400;
}

/* ==============================================
 4.4  Main Body Post
=============================================== */
.main-post-body {
  margin-left: -13px;
  margin-right: -13px;
  /*margin-top: 80px;*/
}
.latest-post .padding-normal {padding: 0 30px 0 0;}
.main-content .single-post &gt; .post-bottom-content {margin-top: 0;margin-right: 0;margin-left: 0;}
.latest-post .post-bottom-content {margin-bottom: 0;}
.post-bottom-content {
  position: relative;
  background: #ffffff;
  margin-bottom: 60px;
  margin-left: 13px;
  margin-right: 13px;
  padding-bottom: 60px;
  height: 500px;
}
.post-bottom-content:hover {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
}
.post-bottom-content h3 {
  color: #222222;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin: 0;
  padding: 30px;
  position: relative;
  text-align: left;
  height: 100px;
}
.post-bottom-content h3 span {
  color: #ffffff;
  padding: 10px;
  position: absolute;
  right: -10px;
  top: 20px;
}
.post-bottom-content h3 span a {
  bottom: 0;
  color: #ffffff;
  font-size: 12px;
  padding: 10px;
  position: absolute;
  right: 0;
  width: 120px;
  text-align: center;
  display: none;
  font-weight: normal;
}
.post-bottom-content h3 span:hover a {
  display: block;
  background: inherit;
}
.post-bottom-content h3 span:after {
  border-right: 10px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.5);
  bottom: -7px;
  content: "";
  position: absolute;
}
.post-bottom-content .date {
  padding-left: 30px;
  font-size: 12px;
  display: inline-block;
  padding-bottom: 35px;
}
.post-meta {
  border-top: 1px solid #e9e9e9;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.post-meta .share-icon, .post-meta .share-icon-noticia {display: inline-block;}
.post-meta .share-icon i, .post-meta .share-icon-noticia i {
  border-right: 1px solid #e9e9e9;
  font-size: 16px;
  padding: 20px 15px;
  cursor: pointer;
}
.post-meta .share-icon span,
.post-meta .share-icon-noticia span {
  opacity: 0;
  filter: alpha(opacity=0);
  font-weight: 400;
  font-size: 12px;
  font-style: italic;
  color: #222222;
  position: relative;
  left: 15px;

  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.post-meta .share-icon-noticia span {
  left: 0px;
}
.post-meta .share-icon:hover,
.post-meta .share-icon-noticia:hover {
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.post-meta .share-icon:hover span,
.post-meta .share-icon-noticia:hover span {
  display: inline-block;
  font-style: italic;
  opacity: 1;
  filter: alpha(opacity=100);
}
.post-meta .share-icon:hover i,
post-meta .share-icon-noticia:hover i {color: #222222;}
.post-meta .category-icon span {
  padding-right: 10px;
  font-weight: 400;
  font-size: 12px;
}
.post-meta .category-icon,
.post-meta .share-icon,
.post-meta .share-icon-noticia {color: #777;}
.post-meta .category-icon i {
  border-left: 1px solid #e9e9e9;
  font-size: 16px;
  padding: 20px 15px;
}
.post-meta .date {
  padding: 0px 10px;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
}
.post-right-content {
  position: relative;
  background: #ffffff;
  margin-bottom: 60px;
  margin-left: 13px;
  margin-right: 13px;
  float: left;
  width: 100%;
  text-align: left;
}
.post-right-content:hover {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
}
.post-right-content h3 {
  color: #222222;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin: 0;
  padding: 30px;
  position: relative;
}
.post-right-content h3 span {
  color: #ffffff;
  padding: 10px;
  position: absolute;
  right: -10px;
  top: 20px;

  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.post-right-content h3 span a {
  bottom: 0;
  color: #ffffff;
  font-size: 12px;
  padding: 10px;
  position: absolute;
  right: 0;
  width: 120px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
.post-right-content h3 span:hover a {
  opacity: 1;
  filter: alpha(opacity=100);
  background: inherit;
}
.post-right-content h3 span:after {
  border-right: 10px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.6);
  bottom: -6px;
  content: "";
  position: absolute;
}
.post-right-content .date {
  padding-left: 30px;
  font-size: 12px;
  display: inline-block;
  padding-bottom: 35px;
}
.post-right-content .category-icon span {
  padding-right: 10px;
  font-weight: 400;
}
.post-right-content .media-body {
  position: relative;
  width: 54%;
  float: right;
  min-height: 250px;
}
.oct-elements .post-right-content .media-body {min-height: 230px;}
.oct-elements .post-only-content {min-height: 230px;}
.post-right-content .media-left {
  width: 46%;
  float: left;
}
.post-only-content {
  background: #ffffff;
  margin-bottom: 60px;
  margin-left: 13px;
  margin-right: 13px;
  min-height: 250px;
  padding: 0;
  position: relative;

  width: 100%;
  float: none;
  display: inline-block;
  text-align: left;
}
.post-only-content:hover {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
}
.post-only-content h3 {
  color: #222222;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 30px;
  position: relative;
}
.post-only-content h3 span {
  color: #ffffff;
  padding: 10px;
  position: absolute;
  right: -10px;
  top: 20px;

  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.post-only-content h3 span a {
  bottom: 0;
  color: #ffffff;
  font-size: 12px;
  padding: 10px;
  position: absolute;
  right: 0;
  width: 120px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
.post-only-content h3 span:hover a {
  opacity: 1;
  filter: alpha(opacity=100);
  background: inherit;
}
.post-only-content h3 span:after {
  border-right: 10px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.6);
  bottom: -6px;
  content: "";
  position: absolute;
}
.post-only-content .date {
  padding-left: 30px;
  font-size: 12px;
  display: inline-block;
  padding-bottom: 35px;
}
.single-post-content {
  padding: 40px;
  text-align: center;
}
.single-post-content p {
  font-family: "Open Sans", sans-serif;
  line-height: 25px;
}
.single-post-content i {margin-left: 5px;}
.media,
.media-body {overflow: visible;}

/* 4.5 Twitter Post */
.twitter-post ul {padding: 0;}
.twitter-post ul li {list-style: none;}
.twitter-post h4 {
  margin: 0px;
  font-weight: 400;
  font-size: 16px;
}
.twitter-post p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  text-transform: none;
}
.twitter-post p a {color: #ffffff;}
.twitter-post .carousel-indicators {top: -20px;left: 85%;}
.twitter-post .carousel-inner &gt; .item {padding: 30px 0 0 0;}
.twitter-post .carousel-inner &gt; .item h3 { color: #ffffff; }
.twitter-post .carousel-indicators li {
  width: 7px;
  height: 7px;
  background: #fff;
}
.twitter-post .carousel-indicators li.active {width: 10px;height: 10px;}

/* 4.6 Load More */
.load-more {
  margin-top: 40px;
  float: left;
  width: 100%;
}
.load-more-btn {line-height: 50px;}
.load-more .morebtn {
  background: #2a2f33;
  color: #ffffff;
}
.load-more .morebtn i {margin-right: 0px;}
.load-more .morebtn a {
  color: #ffffff;
  display: block;
  padding: 5px 0;
}
.plus {padding-right: 15px;}

/* ==============================================
  5. Sidebar
=============================================== */

/* 5.1  Sidebar Tab */
.sidebar {margin-left: 35px;}
.sidebar-widget {
  margin-top: 50px;
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;

  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06);
}
.sidebar .sidebar-widget:first-child,
.sidebar-no-content .sidebar-widget:first-child {margin-top: 0;}
.sidebar-tab {background: #ffffff;}
.sidebar-tab li {list-style: none;}
.sidebar-tab h3 {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  color: #222222;
}
.sidebar-tab span {
  font-size: 11px;
  font-weight: 400;
  border-right: 2px solid;
  padding-right: 7px;
}
.sidebar-tab p {
  display: inline-block;
  margin-left: 5px;
  padding: 0px;
  font-size: 11px;
  font-weight: 400;
}
.sidebar-tab .nav-tabs li {
  background: #ffffff;
  width: 33.3%;
  text-align: center;
}
.sidebar-tab .nav-tabs li a {
  border: 0px;
  border-right: 2px solid #e8e8e8;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.42857;
  margin-right: -1px;
  padding: 15px 0px;
  color: #222222;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.sidebar-tab .nav-tabs li a:hover,
.sidebar-tab .nav-tabs li a:focus,
.sidebar-tab .nav-tabs li a:active {
  background: #ffffff;
  color: #000;
  border-right: 2px solid #e8e8e8;
  border-left: 0px;
  border-top: 0px;
}
.sidebar-tab .nav-tabs li:first-child {border-left: 0px;}
.sidebar-tab .nav-tabs li:last-child a {
  border-right: 0px;
  margin: 0 -1px 0 0;
}
.sidebar-tab .nav-tabs li:last-child a:hover,
.sidebar-tab .nav-tabs li:last-child a:focus,
.sidebar-tab .nav-tabs li:last-child a:active {border-right: 0px;}
.sidebar-tab .media-right img {
  min-width: 60px;
  min-height: 60px;
}
.sidebar-tab .nav-tabs &gt; li.active &gt; a,
.sidebar-tab .nav-tabs &gt; li.active &gt; a:hover,
.sidebar-tab .nav-tabs &gt; li.active &gt; a:focus {
  background: #ffffff;
  color: #000;
}
.nav-tabs &gt; li.active &gt; a:focus,
.nav-tabs &gt; li.active &gt; a:hover {border-width: 0px 2px 0 0;}
.sidebar-tab .nav-tabs &gt; li.active:after {
  content: '';
  background: #2CA9E1;
  height: 4px;
  display: block;
  width: 100%;
  position: relative;
  bottom: 0;
}
.sidebar-tab .tab-content {
  padding: 20px;
  text-align: left;
}
.sidebar-tab .tab-content ul {padding: 0;}
.sidebar-tab .tab-content li {
  border-bottom: 1px solid #EAEAEA;
  margin: 10px 0;
  padding-bottom: 10px;
}
.sidebar-tab .tab-content li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}

/* 5.2 Sidebar About */
.sidebar-about {
  background: #ffffff;
  padding: 25px;
  text-align: left;
}
.sidebar-about h3 {
  border-bottom: 2px solid #f4655f;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 0;
  float: left;
  width: auto;
  color: #2b2b2b;
}
.sidebar-about .about-image {
  float: left;
  width: 100%;
}
.sidebar-about p {
  font-size: 12px;
  padding-top: 30px;
  font-weight: 500;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  float: left;
  width: 100%;
  text-align: justify;
}

/* 5.3 sidebar Slider */
.sidebar-slider {
  background: #ffffff;
  padding: 20px;
}
.sidebar-slider .carousel {position: relative;}
.sidebar-slider .slider-controls {
  bottom: 40px;
  right: 40px;
  position: absolute;
  width: 50px;
}
.sidebar-slider .slider-controls .left i {
  background: #686868;
  color: #ffffff;
  margin: 0 10px;
  padding: 5px 10px;
}
.sidebar-slider .slider-controls .right i {
  background: #686868;
  color: #ffffff;
  margin: 0 10px;
  padding: 5px 10px;
}

/* 5.4 sidebar Archive */
.sidebar-archive {
  background: #ffffff;
  padding: 30px;
}
.sidebar-archive h3 {
  border-bottom: 2px solid #FFA431;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  margin: 0px 0 30px;
  float: left;
}
.custom-select {
  padding: 0px 0 20px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  float: left;
  width: 100%;
}
.custom-select select {font-weight: 400;}
.custom-select select option {padding: 0 15px;}

/* 5.5 sidebar Ads */
.sidebar-ads {
  background: #ffffff;
  padding: 20px;
}

/* 5.6 sidebar Subscribe */
.sidebar-subscribe {
  background: #ffffff;
  padding: 25px;
}
.sidebar-subscribe i {
  font-size: 70px;
  color: #F4655F;
}
.sidebar-subscribe h3 {
  color: #222222;
  font-size: 14px;
  font-weight: normal;
  padding: 10px;
  text-align: center;
  line-height: 20px;
  margin: 0 0 20px;
}
.sidebar-subscribe .form-control {font-weight: 400;}
.subscribe-btn {
  margin: 15px 0;
  text-align: right;
  float: left;
  width: 100%;
}
.subscribe-btn a,
.subscribe-btn button {
  margin-left: 5px;
}
.subscribe-btn a ,
.subscribe-btn-conteudo a,
.subscribe-btn button ,
.subscribe-btn-conteudo button {
  background: #2a2f33;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 20px;
  float: right;
  text-transform: uppercase;
}
.subscribe-btn-conteudo a,
.subscribe-btn-conteudo button {
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
}
.subscribe-btn-conteudo button:first-child {
  margin-top: 20px;
  border: none;
  outline:none;
}

.subscribe-btn button {
  border:none;
  outline: none;
}

/* ==============================================
  6 Bottom
=============================================== */

/*  Trending Post */
.bottom-trending-post h2 {
  background: #ffffff;
  padding: 25px 0px;
  color: #222222;
  font-size: 16px;
  margin: 0px;
  float: left;
  width: 100%;
  font-weight: normal;
}
.trend-post {
  background: #ffffff;
  width: 100%;
  float: left;
}
.trend-post .post {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.trend-post .post img {position: relative;}
.trend-post .post .overlay {
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  position: absolute;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0;

  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.trend-post .post h3 {
  bottom: 0;
  margin: 0px;
  font-size: 16px;
  line-height: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 30px 20px;
  position: absolute;
  color: #ffffff;
  font-weight: normal;
}
.trend-post .post:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.trend-post .post:hover h3 {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #ffffff;
}

/*  Bottom */
.bottom {
  background: #ffffff;
  width: 100%;
  float: left;
}
.widget {
  float: left;
  width: 100%;
  padding: 70px 0 0 0;
}
.widget ul {padding: 0;margin: 0;}
.useful-links {padding-left: 40px;}
.useful-links h3 {
  font-size: 16px;
  margin: 0;
  padding-bottom: 40px;
  padding-top: 70px;
}
.useful-links ul {
  display: inline-block;
  margin: 0px;
  width: 48%;
}
.useful-links ul li {
  list-style: none;
  padding: 5px 0px;
}
.useful-links ul li a {
  font-family: 'Open Sans', sans-serif;
  color: #777777;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}
.useful-links ul li a:hover,
.useful-links ul li a:focus,
.useful-links ul li a:active {
  color: #222222;
  text-decoration: underline;
}
.bottom-contact {
  padding-left: 40px;
  min-height: 300px;
  border-left: 1px solid #E9E9E9;
}
.bottom-contact h3 {
  font-size: 16px;
  margin: 0;
  padding-bottom: 40px;
  padding-top: 70px;
}
.bottom-contact .contact-info {
  padding-top: 0px;
  padding-bottom: 70px;
}
.bottom-contact .contact-info a {
  color: #777;
  text-transform:none;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  padding-top: 5px;
}
.bottom-contact .contact-info p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  padding-top: 5px;
  text-transform: none;
}
.bottom-contact .contact-info strong {
  color: #222222;
  margin-right: 5px;
  text-transform: uppercase;
}
.newsletter {
  border-left: 1px solid #E9E9E9;
  padding-left: 40px;
  min-height: 300px;
}
.newsletter h3 {
  font-size: 16px;
  margin: 0;
  padding-bottom: 40px;
  padding-top: 70px;
}
.newsletter .input-group {
  margin-top: 10px;
}
.newsletter .form-control {
  height: 40px;
}
.newsletter p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding-top: 25px;
  text-transform: none;
}
.newsletter button {
  background: #2a2f33;
  color: #ffffff;
  padding: 10px;
  border: 0px;
  margin: 0;

  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.newsletter button:hover,
.newsletter button:focus,
.newsletter button:active {
  background: #41494f;
  color: #ffffff;
  z-index: 0 !important;
}
.bottom-social {
  border-left: 1px solid #E9E9E9;
  padding-left: 40px;
  min-height: 300px;
}
.bottom-social h3 {
  font-size: 16px;
  margin: 0;
  padding-bottom: 40px;
  padding-top: 70px;
}
.widget h3 {padding: 0 0 50px 0;font-weight: normal;}
.bottom-social li {display: inline-block;}
.bottom-social .connect-with-us {
  display: inline-block;
  margin: 10px 5px 0 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
}
.bottom-social .connect-with-us i {float: none;}
.bottom-social p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  padding-top: 10px;
  padding-right: 40px;
  text-transform: none;
  float: left;
  width: 100%;
}
.footer {
  background: #ffffff;
  width: 100%;
  float: left;
}
.footer p {
  border-top: 1px solid #E9E9E9;
  margin: 0px;
  padding: 25px 0px;
  letter-spacing: 1px;
  color: #222222;
  font-size: 13px;
}

/* ==============================================
  Bootstrap Class Override
=============================================== */
.form-control {
  font-family: "Open Sans", sans-serif;
  height: 40px;
  font-weight: 400;
  border: 1px solid #e7e7e7;

  -webkit-box-shadow: none;
  box-shadow: none;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
textarea.form-control {height: 145px;}
select.form-control {
  font-family: "Open Sans", sans-serif;
  height: auto;
  font-weight: 400;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url("../images/form-select.png") no-repeat scroll 100% center transparent;
  -moz-appearance: none;
  padding: 4px 36px 4px 6px;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.form-control select option:hover,
.form-control select option:focus,
.form-control select option:active {
  outline: none;
  border: 0;
}

/* ==============================================
    Contact Page
=============================================== */
.contact {
  background: #ffffff;
  padding: 60px 30px;
  border: 1px solid #e8e8e8;
}
.contact-logo i {
  font-size: 50px;
  color: #333;
}
.contact-logo p {
  color: #222222;
  font-size: 18px;
  font-weight: normal;
  padding: 20px 0px 40px;
}
.contact-form {
  border-bottom: 1px dashed #E1E0E5;
  padding-bottom: 50px;
}
.contact-form .button {
  border: 0 none;
  color: #ffffff;
  padding: 9px 0;
  position: relative;
  top: 14px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  background: #3a81a5;
  text-transform: uppercase;
  margin: 0;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.contact-form label {
  font-weight: 400;
  color: #333;
  padding-top: 5px;
}
.map-title {
  margin: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 20px;
  color: #333;
}
.map {
  background: #ffffff;
  padding: 10px;
}
#map {height: 380px;}
.contact-address {
  padding-top: 75px;
  display: inline-block;
  width: 100%;
}
.contact-address p {
  font-weight: 400;
  font-size: 13px;
  padding: 20px 0px;
}
.contact-social li {margin: 5px;}

/* ==============================================
      About Page
=============================================== */
.about {
  background: #ffffff;
  border: 1px solid #e2e2e2;
}
.about h1 {
  color: #222222;
  font-size: 24px;
  padding: 30px 20px 15px;
  margin: 0px;
}
.about p {
  font-weight: 400;
  padding-bottom: 20px;
  font-size: 12px;
}
.about-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 40px;
  text-transform: none;
  line-height: 25px;
}
.about-button {padding-bottom: 50px;}
.about-button a {
  border: 0px;
  font-size: 16px;
  font-weight: 700;
  margin: 0 10px;
  padding: 10px 30px;
  color: #ffffff;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.about-button a.follow-btn {
  background: #2a2f33;
  color: #ffffff;
  display: inline-block;
  margin: 0 20px;
}
.about-button a.follow-btn:hover,
.about-button a.follow-btn:focus,
.about-button a.follow-btn.active {background: #131517;}
.about-button a.contact-btn {
  background: #2CA9E1;
  color: #ffffff;
  display: inline-block;
  margin: 0 20px;
}
.about-button a.contact-btn:hover,
.about-button a.contact-btn:focus,
.about-button a.contact-btn.active {background: #1b8cbf;}
.author-heading h2 {
  color: #222222;
  font-size: 18px;
  padding-bottom: 20px;
  padding-top: 40px;
}
.octagon-author {margin: 0;}
.border-left-one-light {border-left: 1px solid #e2e2e2 !important;}
.author-info {
  background: #ffffff;
  padding: 20px 20px 50px;
  margin: 0 0 20px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #e2e2e2;
}
.author-info .name {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 25px;
}
.author-info .title {
  font-size: 12px;
  font-weight: 400;
  margin: 0px;
  padding-bottom: 30px;
}
.author-info a i {margin-right: 10px;}

/* ==============================================
    404 Error Page
=============================================== */
.error {
  background: url('../images/404.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 100px 0px;
  margin: 0px 150px;
  min-height: 610px;
}
.error-content {
  position: relative;
  top: -50px;
}
.error-content h2 {
  font-weight: 700;
  font-size: 150px;
  color: #ffffff;
  margin-top: 55px;
}
.error-content .oh-no {
  color: #222222;
  font-size: 50px;
  font-weight: 700;
  margin-top: 60px;
}
.error-content .text {
  color: #707070;
  font-size: 30px;
  text-transform: none;
  font-weight: 700;
  line-height: 35px;
  margin-top: 25px;
}
.error-content a {
  background: #80BD01;
  color: #ffffff;
  padding: 20px 30px;
  position: relative;
  top: 50px;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.error-content a:hover,
.error-content a:focus,
.error-content a.active {
  background: #6fa401;
  color: #ffffff;
}

/* ==============================================
    Single Standard  Post
=============================================== */
.single-post-nav {position: relative;}
.single-post-nav h2 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 30px;
  position: relative;
  margin: 0px;
}
.single-post-nav h2 i {margin-right: 15px;}
.single-post-nav h2 span {
  background: rgba(0, 0, 0, 0.2);
  font-size: 13px;
  padding: 3px;
  position: absolute;
  right: 30px;
  top: 14px;
}
.single-post-nav .nav-controls {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.single-post-nav .carousel-control {
  font-size: 12px;
  width: 50%;
  padding: 20px;
  background: #ffffff;
  color: #222222;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.single-post-nav .carousel-control span {
  position: relative;
  top: -7px;
}
.single-post-nav .carousel-control:hover,
.single-post-nav .carousel-control:focus,
.single-post-nav .carousel-control.active {background: #BDBDBD;}
.post-menu {padding: 25px;background: #2A2F33;}
.post-menu ul {
  padding: 0;
  margin: 0;
}
.post-menu li {
  text-align: right;
  list-style: none;
  padding: 10px 0px;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.post-menu li a {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: normal;
}
.post-menu li a.active:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 12px;
  padding-left: 10px;
}
.post-menu li a i {
  padding-left: 3px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.post-menu li a:hover i,
.post-menu li a:focus i,
.post-menu li a.active i {
  padding-left: 3px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.post-menu .mega-menu-li a {color: #ffffff;}
.post-menu #travel a:hover,
.post-menu #travel a:focus,
.post-menu #travel a.active {color: #8aba56;}
.post-menu #music a:hover,
.post-menu #music a:focus,
.post-menu #music a.active {color: #f4655f;}
.post-menu #design a:hover,
.post-menu #design a:focus,
.post-menu #design a.active {color: #f4655f;}
.post-menu #code a:hover,
.post-menu #code a:focus,
.post-menu #code a.active {color: #046dd5;}
.post-menu #health a:hover,
.post-menu #health a:focus,
.post-menu #health a.active {color: #e84c8b;}
.post-menu #mobile a:hover,
.post-menu #mobile a:focus,
.post-menu #mobile a.active {color: #f1c40f;}

/* Single Post Content */
.single-post {
  float: left;
  width: 100%;
}
.each-section {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.each-section &gt; h3,
.latest-post &gt; h3 {
  font-size: 18px;
  color: #222;
  font-weight: normal;
}

.meta-info p {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  margin: 0;
}

.meta-info-fund{margin-top:5%;}

.meta-info p a {
color: #777;
padding-right:10px;
}

.meta-info-fund p {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  margin: 0;
}
.meta-info-fund p a {
color: #777;
padding-right:10px;
}


.meta-info .date {padding-left: 0px;}
.article {padding-bottom: 100px;}
.article-content {
  padding: 50px 50px 0px;
  font-family: "Open Sans", sans-serif;
}
.article-content p {
  font-size: 14px;
  text-transform: none;
  line-height: 25px;
}
.article-content ul li {
  font-family: open sans;
  font-size: 14px;
  font-weight: normal;
  list-style: outside none none;
  padding: 10px 50px;
  text-transform: none;
}
.article-content ul li i {
  margin-right: 10px;
  color: #222222;
}
.article-content ul li span {
  background: #fbe4e3;
  color: #ea726f;
  padding: 0 5px;
}
pre code {
  color: #ffffff;
  font-family: open sans;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
}
ol {color: #ffffff;}
.article-and-feature {
  padding: 0px;
  border: 1px solid #e2e2e2;
}
.article-and-feature h3 {
  font-size: 20px;
  padding: 30px 50px 15px;
  font-weight: normal;
}
.article-and-feature h3 span {
  top: 25px;
  font-size: 12px;
}
.article-and-feature .tags {
  display: inline-block;
  float: right;
  padding: 10px 20px;
  line-height: 34px;
}
.article-and-feature .tags ul {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
.article-and-feature .tags ul li:first-child {font-family: 'Montserrat', sans-serif;}
.article-and-feature .tags ul li {
  display: inline-block;
  list-style: none;
  font-family: "Open Sans", sans-serif;
}
.article-and-feature .tags ul li a {
  font-size: 12px;
  padding: 0px 10px;
  font-weight: normal;
}
.article-and-feature .tags ul li a:hover {text-decoration: underline;}

/* Visitors Ratings */
.circle {
  text-align: center;
  padding: 30px 0px;
}
.circle p {padding: 0px;}
.circle-title {
  color: #222222;
  text-align: center;
  font-size: 12px;
  padding-bottom: 25px;
}
.all-rating {padding-left: 30px;}
.all-rating .circle-title {
  font-weight: normal;
  padding-bottom: 40px;
}
.circles-text {
  font-size: 24px !important;
  color: #222222;
  height: 111px !important;
  left: 4px !important;
  line-height: 100px !important;
  position: absolute;
  text-align: center;
  top: 4px !important;
  width: 111px !important;

  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  -ms-border-radius: 75px;
  -o-border-radius: 75px;
  border-radius: 75px;
}
.circle-one .circles-text {background: #FFE5E4;}
.circle-two .circles-text {background: #DBEDFF;}
.circle-three .circles-text {background: #fff8da;}
.circle-four .circles-text {background: #EDFFC9;}
.circle-five .circles-text {background: #E9DBFF;}
.circles-integer {
  font-size: 30px;
  font-weight: normal;
}
.circles-decimals {
  font-size: 16px;
  font-weight: normal;
}
.visitor-rating h3 {
  font-size: 18px;
  color: #222222;
  font-weight: normal;
}

.visitor-rating p{padding-bottom: 2%;}

.visitor-content {
  background: #ffffff;
  margin-top: 40px;
}
.visitor-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 25px;
  padding: 30px 15px 0px 0;
  text-transform: none;
  word-spacing: 1px;
}
.visitor-content a {
  background: #2a2f33;
  color: #ffffff;
  padding: 10px 20px;
  display: inline-block;
  font-size: 12px;
}
.visitor-content a i {
  margin-right: 10px;
}
.rating-content {
  border-bottom: 2px dashed #e1e0e5;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}
.more-info &gt; h3 {
  font-size: 18px;
  color: #222222;
  font-weight: normal;
}
.single-post-feature {padding-bottom: 100px;}
.single-post-feature-content {padding: 0 50px;}
.single-post-feature-content p {
  font-size: 14px;
  text-transform: none;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
}
blockquote {
  border-left: 5px solid #ffa431;
  font-size: 15px;
  font-style: italic;
  padding: 0 20px;
  margin: 40px !important;
}
blockquote p {
  margin: 0 !important;
}
.single-post-tab {margin-top: 80px;}
.single-post-tab-tabdrop {margin-top: 50px;}
.oct-elements .single-post-tab,
.oct-elements .single-post-tab-tabdrop {margin: 0;}
.single-post-tab .nav-tabs,
.single-post-tab-tabdrop .nav-tabs {border-bottom: 0;}
.single-post-tab .nav-tabs li,
.single-post-tab-tabdrop .nav-tabs li {
  border-left: 0px solid #EAEAEA;
  background: #ffffff;
  margin: 0;
}
.single-post-tab .nav-tabs li a,
.single-post-tab-tabdrop .nav-tabs li a {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #e2e2e2;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin: 0 0 -1px;
  padding: 15px 40px;
  color: #222222;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.single-post-tab .nav-tabs li:last-child a,
.single-post-tab .nav-tabs li.active:last-child a,
.single-post-tab .nav-tabs li.active:last-child a:focus,
.single-post-tab .nav-tabs li.active:last-child a:hover {border-right: 0px;}
.single-post-tab .tab-content,
.single-post-tab-tabdrop .nav-tabs li:last-child a,
.single-post-tab-tabdrop .nav-tabs li.active:last-child a,
.single-post-tab-tabdrop .nav-tabs li.active:last-child a:focus,
.single-post-tab-tabdrop .nav-tabs li.active:last-child a:hover {border-right: 0px;}
.single-post-tab-tabdrop .tab-content {
  background: #ffffff;
  padding: 30px;
}
.single-post-tab .tab-content h4,
.single-post-tab-tabdrop .tab-content h4 {
  color: #222222;
  font-size: 13px;
  font-weight: normal;
  width: 100%;
  float: left;
}
.single-post-tab .tab-content p,
.single-post-tab-tabdrop .tab-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: none;
  padding: 15px 0px;
  width: 100%;
  float: left;
}
.single-post-tab .nav-tabs li a:hover,
.single-post-tab .nav-tabs li a:focus,
.single-post-tab .nav-tabs li a:active,
.single-post-tab-tabdrop .nav-tabs li a:hover,
.single-post-tab-tabdrop .nav-tabs li a:focus,
.single-post-tab-tabdrop .nav-tabs li a:active {
  background: #ffffff;
  color: #000;
}
.single-post-tab .nav-tabs &gt; li.active &gt; a,
.single-post-tab .nav-tabs &gt; li.active &gt; a:hover,
.single-post-tab .nav-tabs &gt; li.active &gt; a:focus ,
.single-post-tab-tabdrop .nav-tabs &gt; li.active &gt; a,
.single-post-tab-tabdrop .nav-tabs &gt; li.active &gt; a:hover,
.single-post-tab-tabdrop .nav-tabs &gt; li.active &gt; a:focus {
  background: #ffffff;
  color: #000;
  margin: 0px;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #e2e2e2;
}
#more-info &gt; h3 {
  color: #222222;
  padding: 30px 0;
}

/* Author Bio Details */
.single-post-author {
  padding: 20px 30px 15px;
  background: #ffffff;
}
.single-post-author h4 {
  margin: 0px;
  color: #222222;
  font-size: 15px;
  font-weight: normal;
}
.single-post-author .author-bio {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 20px;
  text-transform: none;
  
}
.single-post-author a.view-my-articles {
  background: #f4655f;
  color: #ffffff;
  padding: 10px 15px;
  display: inline-block;
}
.single-post-author a.view-my-articles i {margin-right: 10px;}
.single-post-author a.view-my-articles:hover,
.single-post-author a.view-my-articles:focus,
.single-post-author a.view-my-articles:active {background: #2a2f33;}
h4.stay-connect {
  color: #222;
  font-size: 16px;
  margin: 0;
  padding-top: 50px;
  float: left;
  width: 100%;
}
.social-button {
  padding: 25px 15px 10px;
  background: #ffffff;
  float: left;
  width: 100%;
}
.social-button i {
  float: none;
  font-size: 20px;
}
.social-button p {
  margin: 0;
  padding-top: 5px;
}

/* Comments */
.comments {color: #222222;}
.comments h3 {
  font-size: 18px;
  color: #222222;
}
ul.comments-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.comments-list li {
  list-style: none;
  float: left;
  width: 100%;
}
.own-comment {
  background: #ffffff;
  padding: 30px;
  margin-top: 40px;
  float: left;
  width: 100%;
}
.own-comment h4 {
  margin: 0px;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  position: relative;
  line-height: 30px;
  padding-bottom: 5px;
}
.own-comment h4 span {
  position: absolute;
  font-size: 12px;
  right: 0;
}
.own-comment p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: none;
  margin: 10px 0;
}
.own-comment .shadow {
  -webkit-box-shadow: 10px 10px 0px #EFECEC;
  box-shadow: 10px 10px 0px #EFECEC;
  margin-bottom: 20px;
}
.comment .children {
  float: left;
  width: 100%;
  padding: 0 0 0 40px !important;
}
.reply &gt; a:hover i,
.reply &gt; a:focus i {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 1;
  filter: alpha(opacity=100);
}
.reply a {font-size: 12px;}

/* Comment Form */
.leave-a-comment h3 {
  color: #222222;
  font-size: 18px;
}
.leave-a-comment .comment-form {
  background: #ffffff;
  padding: 50px 30px;
  margin-top: 40px;
}
.comment-form {padding-bottom: 50px;}
.comment-form .button {
  border: 0 none;
  color: #ffffff;
  padding: 9px 0;
  position: relative;
  top: 14px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  background: #f1c40f;
  text-transform: uppercase;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.comment-form label {
  font-weight: 400;
  color: #333;
  padding-top: 5px;
}

/* Latest Post */
.latest-post {
  float: left;
  width: 100%;
}
.latest-post .heading {
  color: #222222;
  font-size: 18px;
}
.latest-post .post {margin-top: 40px;}
.sticky {
  position: fixed;
  width: 16.7%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}

/* ==============================================
      Single Quote Post
=============================================== */
.single-quote {
  position: relative;
  background: url('../images/quote.jpg') no-repeat;
  width: 100%;
  height: 300px;
}
.quote-overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.quote-img {
  height: 300px;
  width: 100%;
}
.octagon-icon {
  left: 0;
  right: 0;
  position: absolute;
  top: 40px;
  text-align: center;
}
.octagon-icon img {
  height: 80px;
  width: 80px;
}
.single-quote .octagon-icon i,
.single-tweet .octagon-icon i {
  color: #ffffff;
  font-size: 28px;
  left: 0;
  right: 0;
  position: absolute;
  top: 27px;
}
.quote-title {
  top: 125px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.quote-title h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.quote-title p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding-top: 10px;
}

/* ==============================================
    Single video Post
=============================================== */
#single-post-slider .owl-prev {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  left: 0;
  padding: 30px 10px;
  position: absolute;
  top: 33%;
}
#single-post-slider .owl-next {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  right: 0;
  padding: 30px 10px;
  position: absolute;
  top: 33%;
}
#single-post-slider .carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  padding: 0;
  width: 100%;
  text-shadow: none;
}
#single-post-slider .carousel-caption h3 {
  font-size: 15px;
  color: #ffffff;
  padding: 20px;
  text-align: center;
}

/* ==============================================
    Single tweet Post
=============================================== */
.single-tweet {
  position: relative;
  min-height: 300px;
  background: url('../images/tweet-single-post.jpg');
}
.tweet-overlay {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.tweet-img {min-height: 330px;}
.octagon-icon {
  left: 47%;
  position: absolute;
  top: 40px;
}
.octagon-icon img {
  height: 80px;
  width: 80px;
}
.octagon-icon i {
  color: #ffffff;
  font-size: 21px;
  left: 27px;
  position: absolute;
  top: 27px;
}
.tweet-title {
  top: 125px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.tweet-title h3 {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  width: 80%;
}
.tweet-title p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding-top: 10px;
}

/* ==============================================
    Single link Post
=============================================== */
.single-link {position: relative;}
.link-overlay {
  position: absolute;
  background: #f4655f;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.link-img {
  height: 300px;
  width: 100%;
}
.octagon-icon {
  left: 0;
  right: 0;
  position: absolute;
  top: 40px;
}
.octagon-icon img {
  height: 80px;
  width: 80px;
}
.octagon-icon i {
  color: #ffffff;
  font-size: 38px;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  top: 27px;
}
.link-title {
  top: 100px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.link-title h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  padding: 20px;
  font-weight: normal;
}
.link-title a {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  padding: 10px;
  text-transform: none;
}

/* ==============================================
    Elements
=============================================== */
.oct-elements {
  display: inline-block;
  width: 100%;
}
.oct-elements &gt; h3 {
  font-size: 20px;
  color: #222222;
  padding-bottom: 40px;
  margin: 0;
}
.sep {
  float: left;
  width: 100%;
  margin: 60px 0;
  background: #ddd;
  height: 1px;
}

/* Button Style */
.btn {
  margin: 20px 30px 20px 0;
  border: 0px;

  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.btn-xs {padding: 10px 25px;}
.btn-sm {padding: 13px 28px;}
.btn-md {padding: 16px 30px;}
.btn-lg {padding: 20px 33px;}
.btn i {padding: 0 10px 0 0;}

/* Colors */
.btn-blank {background-color: #fff;color: #777;}
.btn-blank:hover {background-color: rgb(169, 169, 169);color: #fff;}
.btn-green,
.btn-green:hover,
.btn-green:focus,
.btn-green:active {background-color: #8aba56;color: #fff;}
.btn-red,
.btn-red:focus {background-color: #f4655f;color: #fff;}
.btn-red:hover,
.btn-red:active {background-color: #9d3e3b;color: #fff;}
.btn-blue,
.btn-blue:focus {background-color: #19b6e9;color: #fff;}
.btn-blue:hover,
.btn-blue:active {background-color: #0e7da2;color: #fff;}
.btn-lavender,
.btn-lavender:hover,
.btn-lavender:focus,
.btn-lavender:active {background-color: #5b4282;color: #fff;}
.btn-yellow,
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {background-color: #F8D117;color: #fff;}

/* Load More Button */
.load-more {
  margin-top: 0;
  padding: 0 15px;
}
.load-more a {color: #ffffff;}
.load-more i {margin-right: 10px;}
.heading-style {
  padding: 70px 0px 70px 0px;
  border-bottom: 1px solid #DDDDDD;
}
.heading-style .heading-title {
  font-size: 20px;
  color: #222222;
  padding-bottom: 60px;
}
.heading-one {
  color: #222222;
  font-size: 28px;
  font-weight: normal;
  margin: 0px;
  padding: 25px 0 25px 15px;
}
.heading-two {
  color: #222222;
  font-size: 24px;
  font-weight: normal;
  margin: 0px;
  padding: 25px 0 25px 15px;
}
.heading-three {
  color: #222222;
  font-size: 22px;
  font-weight: normal;
  margin: 0px;
  padding: 25px 0 25px 15px;
}
.heading-four {
  color: #222222;
  font-size: 18px;
  font-weight: normal;
  margin: 0px;
  padding: 25px 0 25px 15px;
}
.heading-five {
  color: #222222;
  font-size: 16px;
  font-weight: normal;
  margin: 0px;
  padding: 25px 0 25px 15px;
}
.heading-six {
  color: #222222;
  font-size: 14px;
  font-weight: normal;
  margin: 0px;
  padding: 25px 0 25px 15px;
}

/* Highlight */
.high-light p {
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}
.high-light strong {
  text-transform: uppercase;
  font-weight: 700;
  color: #e1493e;
}
.high-light span {
  color: #222222;
  font-weight: 700;
}
.high-light .text-bg {
  background: #e1493e;
  color: #ffffff;
  font-weight: normal;
}
.high-light .text-italic {
  color: #e1493e;
  font-style: italic;
}
.tooltip-style + .tooltip &gt; .tooltip-inner {
  padding: 10px 30px;
  font-size: 14px;
  background-color: #e1493e;
  font-family: "Open Sans", sans-serif;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.tooltip-style + .tooltip &gt; .tooltip-arrow {border-top-color: #e1493e;}
::-moz-selection {
  background: #e1493e;
  color: #ffffff;
  text-shadow: none;
}

/* Dropcaps */
.drop-caps p {
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}
.drop-cap-one p:first-letter {
  font-size: 40px;
  float: left;
  padding: 15px;
  background: #046dd5;
  margin: 5px 10px 0 0;
  color: #ffffff;
}
.drop-cap-two p:first-letter {
  font-size: 40px;
  float: left;
  padding: 15px;
  border: 2px solid #046dd5;
  margin: 5px 10px 0 0;
  color: #222222;
}

/* Table */
.table-style .table-bordered {
  border: 0px;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}
.table-style thead {color: #333333; font-size: 13px;}
.table-style tbody {color: #888888; font-size: 13px;}
.table-bordered tbody tr:nth-child(odd) { background: #fcfcfc;}
.table-bordered thead tr th:first-child,.table-bordered tbody tr th { text-align: center; }
.table-bordered thead tr th,.table-bordered tbody tr td { padding: 10px 20px; }
.table-bordered tbody tr td { text-transform: none; }
/* Pricing Table */
.table &gt; thead &gt; tr &gt; th {border-bottom-width: 0px;}
.price-plan {background: #ffffff; max-height: 505px;}
.price-plan ul {padding: 0;margin: 0;}
.price-plan ul li {list-style: none;}
.price-plan .price i {
	font-size: 20px;
	color: #222222;
}
.price-plan .usd {
  font-size: 35px;
  color: #222222;
}
.price-plan .duration {
  border-bottom: 4px double #DDD;
  color: #222;
  font-size: 12px;
  font-weight: 400;
  margin: 0 50px;
  padding-bottom: 20px;
}
.price-plan ul {
  padding: 40px 0px !important;
}
.price-plan ul li {
  padding: 12px 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.price-plan a {
  color: #222222;
  padding: 15px 0px;
  border-top: 1px solid #ddd;
  display: inline-block;
  width: 100%;
}
.price-plan a i,
.mobile-color i,
.design-color i,
.travel-color i,
.tweets-color i,
.code-color i,
.health-color i {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.price-plan:hover,
.price-plan:focus {
  -webkit-box-shadow: 0 0 5px #888;
  -moz-box-shadow: 0 0 5px #888;
  -o-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  z-index: 9999;
  position: relative;
}
.price-plan:hover a i,
.price-plan:focus a i,
.design-color:hover i,
.design-color:focus i {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.accordion .panel-heading .icon-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'fontawesome';
  /* essential for enabling fontawesome */
  content: "\f068";
  /* adjust as needed, taken from fontawesome.css */
  float: right;
  /* adjust as needed */
  color: #222222;
  /* adjust as needed */
}
.accordion .panel-heading .icon-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
  /* adjust as needed, taken from fontawesome.css */
}
.accordion .panel-heading {background: #ffffff;}
.accordion .panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.accordion .panel-default {border: 0 none;}
.accordion .panel-title {
  color: #222222;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
}
.panel-title a {
  display: block;
  line-height: 20px;
  padding: 20px 30px;
}
.panel-group .panel + .panel {margin-top:1px;}
.accordion .panel-title a:hover,
.accordion .panel-title a:focus,
.accordion .panel-title a.active {color: #222222;}
.accordion .panel-body {padding: 0px 30px;}
.accordion .panel-body p {
  padding: 20px 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: none;
}
.accordion .panel-body img {padding: 20px 0px;}
.ratings .all-rating {
  background: #ffffff;
  padding-left: 0px;
}
.skillbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-top: 2px solid;
}
.skillbar.illustrator {border-color: #046dd5;}
.skillbar.indesign {border-color: #e1493e;}
.skillbar.dreamweaver {border-color: #f1c40f;}
.skillbar.wordpress {border-color: #8aba56;}
.skill-progress {
  background: #ffffff;
  padding: 30px;
  float: left;
  width: 100%;
}
.alert-bar {
  background: #ffffff;
  padding: 20px 0px;
  position: relative;
  margin: 0 0 25px 0;
}
.icon-left {
  padding: 21px;
  color: #ffffff;
}
.icon-text {
  font-weight: normal;
  padding-left: 30px;
  color: #222222;
  font-size: 13px;
}
.icon-right {
  position: absolute;
  right: 20px;
}
a.icon-right {
  color: #aaaaaa;
  text-decoration: none;
}
.contact-forms .contact-form {
  background: #ffffff;
  border: 0 none;
  padding: 20px;
}
.social-share .mail-follow-us {
  background: #fff;
  display: inline-block;
  padding: 5px 20px;
  width: 100%;
}
.mail-follow-us ul {
  padding: 0;
  margin: 0;
}
.social-share .mail-follow-us li {
  padding: 6px;
  width: 25%;
}

/*  Responsive menu */
#life-style .mean-expand {background: #e1493e !important;}
#travel .mean-expand {background: #8aba56 !important;}
#coding .mean-expand {background: #046dd5 !important;}
#music .mean-expand {background: #ff8932 !important;}
#sports .mean-expand {background: #19b6e9 !important;}
#design .mean-expand {background: #5b4282 !important;}
#mobile .mean-expand {background: #f1c40f !important;}
.health .mean-expand {background: #e84c8b !important;}

/* Google Map */
.mm-google-map {
  position: relative;
  background: #fff;
  padding: 10px;
}
.mm-google-map .mm-zoom-in, .mm-google-map .mm-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 15px;
  background-color: #046DD5;
  background-repeat: no-repeat;
  background-image: url('../images/icons/map/ot-icon-controller.svg');
  -webkit-background-size: 32px 64px;
  -moz-background-size: 32px 64px;
  background-size: 32px 64px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width:768px) {
  .mm-google-map .mm-zoom-in, .mm-google-map .mm-zoom-out {margin-left: 20px;}
}
.mm-google-map .mm-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width:768px) {
  .mm-google-map .mm-zoom-in {margin-top: 20px;}
  .header-absolute .mm-google-map .mm-zoom-in {margin-top: 200px;}
}

.mm-google-map .mm-zoom-out {
  background-position: 50% -32px;
}

/* Skill Bar */
.skillbar {
  position:relative;
  display:block;
  margin: 50px 0px 70px 10px;
  padding: 0;
  width:100%;
  height:15px;
  background:transparent;
  -webkit-transition:0.4s linear;
  -moz-transition:0.4s linear;
  -ms-transition:0.4s linear;
  -o-transition:0.4s linear;
  transition:0.4s linear;
  -webkit-transition-property:width, background-color;
  -moz-transition-property:width, background-color;
  -ms-transition-property:width, background-color;
  -o-transition-property:width, background-color;
  transition-property:width, background-color;
}
.skillbar-title {
  position: absolute;
  top: -22px;
  left: -10px;
  font-weight:bold;
  font-size:13px;
  color:#fff;
  background: #6e64b2;
  z-index: 1;

  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.skillbar-title span {
  display:block;
  background:transparent;
  padding:0;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 6px;
  background: #6e64b2;

  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.skillbar-bar {
  position: relative;
  left: 0;
  height:15px;
  width:0px;
  padding: 0;
}
.skillbar-right-line {
  content: '';
  position: absolute;
  top: -5px;
  height: 25px;
  width: 1px;
  background: #fff;
}
.skillbar-text {
  position: absolute;
  top: -25px;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
.margin-zero {margin: 0;}
.owl-theme .owl-controls .owl-buttons div {-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;border-radius: 0;margin: 0;}
#single-post-slider .owl-next,
#single-post-slider .owl-prev {height: 70px;width: 40px;}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.elements.load-more {line-height: 50px;padding: 0;}
.post-author-left img {margin: 0 auto;}

.resumed-content-news {
  font-weight: normal;
  padding: 0 30px 0 30px;
  text-align: justify;
  text-transform: none;
}

.form-mdp, .span-form{
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color:#171e36;
}

.span-form{font-weight:bold;}

.tab-content input,select,textarea{
	border-radius: 5px;
	border-color: #ccc;
}

.select2-container:before,
.select2-drop:before,
.select2-choices:before,
.select2-search-field:before,
.select2-search-field input:before,
.select2-search:before,
.select2-search input:before,
.select2-container:after,
.select2-drop:after,
.select2-choices:after,
.select2-search-field:after,
.select2-search-field input:after,
.select2-search:after,
.select2-search input:after {
  content: " ";
  display: table;
}
.select2-container:after,
.select2-drop:after,
.select2-choices:after,
.select2-search-field:after,
.select2-search-field input:after,
.select2-search:after,
.select2-search input:after {
  clear: both;
}
.select2-container,
.select2-container.form-control {
  border: none;
  margin: 0;
  padding: 0;
}
.select2-container {
  display: inline-block;
  height: auto !important;
  position: relative;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 100%;
}
.select2-container .select2-choice {
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #555555;
  padding: 5px;
  display: block;
  font-size: 13px;
  line-height: 1.42857143;
  height: 40px;
  overflow: hidden;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-container .select2-choice &gt; .select2-chosen {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px;
}
.select2-container .select2-choice .select2-search-choice-close {
  border: 0;
  color: #888;
  cursor: pointer;
  display: none;
  font-size: 11px;
  line-height: 30px;
  height: 30px;
  right: 18px;
  width: 24px;
  padding: 5px;
}
.select2-container .select2-choice .select2-search-choice-close:hover {
  color: #aaa;
  cursor: pointer;
}
.select2-container .select2-choice .select2-arrow {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  padding: 5px;
}
.select2-container .select2-choice .select2-arrow b {
  color: #555555;
  display: block;
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  height: 100%;
  margin-top: 1px;
  padding: 6px 0;
  text-align: center;
  width: 100%;
}
.select2-container .select2-choice .select2-arrow b:before {
  content: "\f0d7";
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 2px 2px;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container.select2-allowclear .select2-choice .select2-search-choice-close {
  display: block;
}
.select2-drop {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-top: 0;
  border-radius: 0 0 2px 2px;
  color: #555555;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 9999;
}
.select2-drop.select2-drop-above {
  border-bottom: 0;
  border-top: 1px solid #aaa;
  border-radius: 2px 2px 0 0;
  margin-bottom: -1px;
  margin-top: 1px;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-drop-active {
  border-top: none;
}
.select2-search {
  display: block;
  margin: 0;
  min-height: 17px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}
.select2-search:after {
  color: #888;
  content: "\f002";
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: 9px;
  top: 10px;
  width: 30px;
}
.select2-search input {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #d6d6d6;
  border-top-color: #c2c2c2;
  border-radius: 2px;
  color: #555555;
  font-size: 12px;
  line-height: 15px;
  height: auto !important;
  margin-top: 8px;
  min-height: 17px;
  outline: none !important;
  padding: 4px 9px;
  padding-right: 30px;
  position: relative;
  width: 100%;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: none;
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: #aaa;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice .select2-arrow b:before {
  content: "\f0d8";
}
.select2-results {
  margin: 8px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results ul.select2-result-sub &gt; li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub &gt; li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub &gt; li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub &gt; li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub &gt; li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub &gt; li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub &gt; li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  background-image: none;
  display: block;
  list-style: none;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results li.select2-result-with-children &gt; .select2-result-label {
  font-weight: 600;
}
.select2-results .select2-result-label {
  cursor: pointer;
  margin: 0;
  min-height: 1em;
  padding: 5px 7px 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}
.select2-results .select2-highlighted {
  color: #ccc;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #555555;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  color: #999;
  display: block;
  font-style: italic;
}
.select2-results .select2-disabled,
.select2-results .select2-disabled.select2-highlighted {
  color: #888;
  cursor: default;
  display: block;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results {
  display: block;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #eeeeee;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow:before {
  display: none !important;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.select2-container-multi .select2-choices {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-top-color: #c2c2c2;
  border-radius: 2px;
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 5px 5px 0 0;
  position: relative;
  width: 100%;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-container-multi .select2-choices li {
  display: block;
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  background: transparent !important;
  border: 0;
  color: #555555;
  font-size: 13px;
  line-height: 1.42857143;
  margin-top: -5px;
  padding: 6px 12px;
  outline: 0;
}
.select2-container-multi .select2-choices .select2-search-choice {
  border-radius: 2px;
  color: #fff;
  cursor: default;
  display: block;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 5px 5px;
  padding: 0 20px 0 6px;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice + .select2-search-field input {
  padding-left: 6px;
  padding-right: 0;
}
.select2-container-multi.select2-container-active .select2-choices {
  outline: none;
}
.select2-locked {
  padding: 0 6px !important;
}
.select2-default {
  color: #999 !important;
}
.select2-search-choice-close {
  display: block;
  color: #fff;
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  outline: none;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 0;
  width: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select2-search-choice-close:before {
  content: "\f00d";
}
.select2-search-choice-close:hover {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #eeeeee;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  opacity: .7;
  padding: 0 6px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  background: none;
  display: none;
}
.select2-drop-mask {
  border: 0;
  left: 0;
  height: auto;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  padding: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
.select2-container-multi .select2-choices .select2-search-choice {
  background: #b0b0b0;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #979797;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #b0b0b0 !important;
}
.select2-success .select2-container-multi .select2-choices .select2-search-choice {
  background: #5ebd5e;
}
.select2-success .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #43a543;
}
.select2-success .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #5ebd5e !important;
}
.select2-warning .select2-container-multi .select2-choices .select2-search-choice {
  background: #f4b04f;
}
.select2-warning .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #f19a1f;
}
.select2-warning .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #f4b04f !important;
}
.select2-danger .select2-container-multi .select2-choices .select2-search-choice {
  background: #e66454;
}
.select2-danger .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #df3c28;
}
.select2-danger .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #e66454 !important;
}
.select2-info .select2-container-multi .select2-choices .select2-search-choice {
  background: #5bc0de;
}
.select2-info .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #31b0d5;
}
.select2-info .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #5bc0de !important;
}
.has-feedback select {
  height: 40px;
  border-color: #ccc;
  background: #fff;
}
/*! jQuery UI - v1.11.2 - 2015-01-16
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&amp;fwDefault=bold&amp;fsDefault=1.1em&amp;cornerRadius=4px&amp;bgColorHeader=f6a828&amp;bgTextureHeader=gloss_wave&amp;bgImgOpacityHeader=35&amp;borderColorHeader=e78f08&amp;fcHeader=ffffff&amp;iconColorHeader=ffffff&amp;bgColorContent=eeeeee&amp;bgTextureContent=highlight_soft&amp;bgImgOpacityContent=100&amp;borderColorContent=dddddd&amp;fcContent=333333&amp;iconColorContent=222222&amp;bgColorDefault=f6f6f6&amp;bgTextureDefault=glass&amp;bgImgOpacityDefault=100&amp;borderColorDefault=cccccc&amp;fcDefault=1c94c4&amp;iconColorDefault=ef8c08&amp;bgColorHover=fdf5ce&amp;bgTextureHover=glass&amp;bgImgOpacityHover=100&amp;borderColorHover=fbcb09&amp;fcHover=c77405&amp;iconColorHover=ef8c08&amp;bgColorActive=ffffff&amp;bgTextureActive=glass&amp;bgImgOpacityActive=65&amp;borderColorActive=fbd850&amp;fcActive=eb8f00&amp;iconColorActive=ef8c08&amp;bgColorHighlight=ffe45c&amp;bgTextureHighlight=highlight_soft&amp;bgImgOpacityHighlight=75&amp;borderColorHighlight=fed22f&amp;fcHighlight=363636&amp;iconColorHighlight=228ef1&amp;bgColorError=b81900&amp;bgTextureError=diagonals_thick&amp;bgImgOpacityError=18&amp;borderColorError=cd0a0a&amp;fcError=ffffff&amp;iconColorError=ffd27a&amp;bgColorOverlay=666666&amp;bgTextureOverlay=diagonals_thick&amp;bgImgOpacityOverlay=20&amp;opacityOverlay=50&amp;bgColorShadow=000000&amp;bgTextureShadow=flat&amp;bgImgOpacityShadow=10&amp;opacityShadow=20&amp;thicknessShadow=5px&amp;offsetTopShadow=-5px&amp;offsetLeftShadow=-5px&amp;cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}
.form-control[type=file] {
  padding: 9px;
}
.btn-primary[type=submit] {
  width: 25%;
  background-color: #19b6e9;
  color: #fff;
  padding: 10px 25px;
}
.btn-default[type=button],
.btn-default-remover[type=button] {
  width: 25%;
  background-color: #f4655f;
  color: #fff;
  padding: 10px 25px;
}

.btn-success[type=button],
.btn-success-print,
.btn-success-calendar {
  width: 25%;
  background-color: #8aba56;
  color: #fff;
  padding: 10px 25px;
}
.bloco-registro {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}
.bloco-registro:hover {
  border-color: #ccc;
}
.btn-default-remover[type=button] {
  float: right;
  border-radius: 5px;
}
.btn-remover[type=button] {
  margin: 20px 15px 0 0;
}
.sisLabelMostraArquivos {
  font-weight: normal;
  text-transform: capitalize;
}
.labelMostraArquivos label {
  font-weight: normal;
  text-transform: capitalize;
}
.labelMostraArquivos a {
  font-weight: normal;
}
.state-success div {
  font-weight: normal;
}
.note {
  background: #fafafa;
  border-left: 3px solid #ddd;
  border-right: 0 solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
}
.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
  margin-top: 0;
}
.note.note-success {
  border-color: #5ebd5e;
  background: #f4faf2;
  font-weight: normal;
}
.note.note-success h1,
.note.note-success h2,
.note.note-success h3,
.note.note-success h4,
.note.note-success h5,
.note.note-success h6 {
  color: #5ebd5e;
}
.note.note-danger {
  border-color: #e66454;
  background: #fbf4f4;
}
.note.note-danger h1,
.note.note-danger h2,
.note.note-danger h3,
.note.note-danger h4,
.note.note-danger h5,
.note.note-danger h6 {
  color: #e66454;
}
.note.note-warning {
  border-color: #f4b04f;
  background: #fbf7de;
}
.note.note-warning h1,
.note.note-warning h2,
.note.note-warning h3,
.note.note-warning h4,
.note.note-warning h5,
.note.note-warning h6 {
  color: #f4b04f;
}
.note.note-info {
  border-color: #5bc0de;
  background: #f6fbfd;
}
.note.note-info h1,
.note.note-info h2,
.note.note-info h3,
.note.note-info h4,
.note.note-info h5,
.note.note-info h6 {
  color: #5bc0de;
}
.no-margin-form .note {
  background: #fff;
  border: 0;
}
/* .profile-tabs-aba {
  padding: 20px;
  text-align: center;
  width: 100%;
  height: 68px;
} */
.nav-tabs,
.nav-pills {
  position: relative;
}

/* adjust as needed so the tab text displays */
.tabdrop{
  width: 120px;
  margin-top: .5rem;
}

/* hide any icons found in tabs not on first line */
.nav-tabs li li i{
  visibility: hidden;
}

.hide {
  display: none;
}

.nav-tabs &gt; li &gt; a &gt; .badge,
.nav-pills &gt; li &gt; a &gt; .badge,
.nav-tabs &gt; li &gt; a &gt; .label,
.nav-pills &gt; li &gt; a &gt; .label {
  position: relative;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
  margin: 0 -5px -100px 5px;
  padding: 0 6px;
  line-height: 14px;
  top: 0;
}
.nav-tabs &gt; li &gt; a &gt; .label,
.nav-pills &gt; li &gt; a &gt; .label {
  padding-left: 4px;
  padding-right: 4px;
}
.nav-tabs &gt; li &gt; a &gt; .badge.badge-success,
.nav-pills &gt; li &gt; a &gt; .badge.badge-success,
.nav-tabs &gt; li &gt; a &gt; .label.label-success,
.nav-pills &gt; li &gt; a &gt; .label.label-success {
  background-color: #5ebd5e;
}
.nav-tabs &gt; li &gt; a &gt; .badge.badge-warning,
.nav-pills &gt; li &gt; a &gt; .badge.badge-warning,
.nav-tabs &gt; li &gt; a &gt; .label.label-warning,
.nav-pills &gt; li &gt; a &gt; .label.label-warning {
  background-color: #f4b04f;
}
.nav-tabs &gt; li &gt; a &gt; .badge.badge-danger,
.nav-pills &gt; li &gt; a &gt; .badge.badge-danger,
.nav-tabs &gt; li &gt; a &gt; .label.label-danger,
.nav-pills &gt; li &gt; a &gt; .label.label-danger {
  background-color: #e66454;
}
.nav-tabs &gt; li &gt; a &gt; .badge.badge-info,
.nav-pills &gt; li &gt; a &gt; .badge.badge-info,
.nav-tabs &gt; li &gt; a &gt; .label.label-info,
.nav-pills &gt; li &gt; a &gt; .label.label-info {
  background-color: #5bc0de;
}
.nav-tabs:not(.nav-tabs-simple) &gt; li.active &gt; a &gt; .badge,
.nav-pills &gt; li.active &gt; a &gt; .badge,
.nav-tabs:not(.nav-tabs-simple) &gt; li.active &gt; a &gt; .label,
.nav-pills &gt; li.active &gt; a &gt; .label {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  color: #fff;
}
.nav-tabs.nav-justified &gt; li &gt; a,
.nav-pills.nav-justified &gt; li &gt; a {
  margin: 0;
}
.nav-tabs.nav-tabs-sm &gt; li &gt; a &gt; .badge,
.nav-tabs.nav-tabs-sm &gt; li &gt; a &gt; .label {
  margin-left: 4px;
  margin-right: -4px;
}
.nav-tabs.nav-tabs-xs &gt; li &gt; a {
  font-size: 12px;
}
.nav-tabs.nav-tabs-xs &gt; li &gt; a &gt; .badge,
.nav-tabs.nav-tabs-xs &gt; li &gt; a &gt; .label {
  padding-left: 4px;
  padding-right: 4px;
  line-height: 13px;
  font-size: 10px;
  margin-left: 3px;
  margin-right: -3px;
  top: -1px;
}
.nav-tabs.nav-tabs-xs &gt; li &gt; a &gt; .label {
  padding-left: 3px;
  padding-right: 3px;
}
.nav-tabs {
  border-bottom: 2px solid #e4e4e4;
}
.nav-tabs &gt; li &gt; a {
  background-color: #f3f3f3;
  background-color: rgba(0, 0, 0, 0.05);
  border: 0;
  border-bottom: 2px solid #e4e4e4;
  color: #777;
  margin: 0 6px -1px 0;
  padding: 8px 20px;
}
.nav-tabs &gt; li &gt; a:hover,
.nav-tabs &gt; li &gt; a:active {
  background-color: rgba(0, 0, 0, 0.06);
  border-bottom-color: #d7d7d7;
  color: #555555;
}
.nav-tabs &gt; li &gt; a &gt; .fa-caret-down {
  font-size: 12px;
}
.nav-tabs &gt; li.dropdown.open &gt; a:focus {
  border-bottom: 2px solid #e4e4e4;
}
.nav-tabs li.active &gt; a:hover,
.nav-tabs li.active &gt; a:focus {
  border: none;
  color: #000;
}
.nav-tabs li.active &gt; a {
  border: none;
  color: #fff;
}
.nav-tabs.nav-justified &gt; li &gt; a {
  border-bottom: 2px solid #e4e4e4;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
.nav-tabs.nav-stacked &gt; li &gt; a {
  margin: 0;
  border-bottom-width: 1px !important;
}
.nav-tabs.nav-stacked &gt; li:last-child &gt; a {
  border-bottom-width: 0 !important;
}
.nav-tabs.nav-stacked &gt; li:last-child.active &gt; a {
  border-bottom-width: 2px !important;
  margin-bottom: -3px;
}
.nav-tabs.nav-stacked &gt; li:not(:first-child):not(:last-child) &gt; a {
  border-radius: 0;
}
.nav-tabs.nav-tabs-simple &gt; li &gt; a {
  background-color: transparent !important;
  margin-right: 0;
}
.nav-tabs.nav-tabs-simple &gt; li.active &gt; a {
  color: #555555 !important;
}
.nav-tabs.nav-tabs-sm &gt; li &gt; a {
  padding: 6px 15px;
}
.nav-tabs.nav-tabs-xs &gt; li &gt; a {
  padding: 4px 15px;
}
.tab-content {
  padding: 15px 0;
}
.tab-content.tab-content-bordered {
  border: 1px solid #d7d7d7;
  border-top: none;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.single-post-tab-tabdrop .nav-tabs &gt; li &gt; a {
  border-bottom-color: transparent;
}
.single-post-tab-tabdrop .nav-tabs &gt; li &gt; a {
  background: none;
  background: rgba(255, 255, 255, 0.1);
}
.single-post-tab-tabdrop .nav-tabs &gt; li.active &gt; a,
.single-post-tab-tabdrop .nav-tabs &gt; li.active &gt; a:hover,
.single-post-tab-tabdrop .nav-tabs &gt; li.active &gt; a:focus {
  background: #fff;
  border-bottom-color: #fff;
  color: #555555;
}
.ui-tabs-nav.nav-tabs-simple &gt; .ui-tabs-active &gt; a {
  color: #555555 !important;
}
.ui-tabs-nav:not(.nav-tabs-simple) &gt; .ui-tabs-active &gt; a &gt; .badge,
.ui-tabs-nav:not(.nav-tabs-simple) &gt; .ui-tabs-active &gt; a &gt; .label {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}
.oct-elements-margin {
  margin-top: 50px;
}
.sidebar-margin {
  margin-bottom: 50px;
}
.fraternal-guide-name {
  height: 80px;
}
.price-plan ul {height: 364px;}
.fraternal-guide-blocks-margin {
  margin-bottom: 20px;
}
.fraternal-guide-situation-green {background: #8aba56; color: #fff;}
.fraternal-guide-situation-red{background: #f4655f; color: #fff;}
.fraternal-guide-situation-blue {background: #19b6e9; color: #fff;}
.fraternal-guide-situation-lavender{background: #5b4282; color: #fff;}
.fraternal-guide-situation-yellow {background: #F8D117; color: #fff;}
.price-plan p {
	color: #ffffff;
	font-size: 13px;
	padding: 20px;
}
.caixa-post-inicio {
  height: 300px;
}
.img-centered {
  margin: 0 auto;
}
.history-text-margin {
  margin-top: 20px;
}
.calendario-topo {
  margin: 0 0 20px 0;
}
.calendario-topo-sem-noticia {
  margin: 0 0 50px 0;
}
.brother-page-profile-header-style {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.brother-page-btn-style {
  border: 0px;
  outline: none;
  padding-left: 0px;
  padding-right: 0px;
}
.brother-page-btn-div-style {
  padding-right: 0px;
  padding-left: 0px;
}
.brother-page-label-style-h3 {
  width: 75% !important;
  margin: 0 !important;
}
.brother-page-top-block {
  margin-bottom: 20px;
}
.brother-page-div-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brother-page-freq {
  padding-top: 0px !important;
  text-align: center !important;
}
.brother-page-no-border-top {
  border-top: 0px !important;
}
.brother-page-label-no-margin-h3 {
  margin-bottom: 0 !important;
}
.brother-page-visits-padding div:first-child {
  padding: 0 0 0 0;
}
.brother-page-visits-padding div {
  padding: 20px 0 0 0;
}
.brother-page-calendar-blocks {
  margin: 0 20px 0 20px;
  height: 160px;
}
.brother-page-calendar-blocks p {
  margin: 0;
  padding: 0;
}
.library-body {
  background: #fff;
  padding: 20px;
}
.form-group {
  margin-bottom: 0;
}
#sistabFiltroGlobal .input-group .input-group-btn button {
  margin: 0;
}
#sisContainerPaginacaoDisponiveis div button {
  margin: 0;
}
#sisContainerPaginacaoDisponiveis div button i {
  padding: 0;
}
#sisGridControlDisponiveis .table-primary .table tbody tr td {
  vertical-align: inherit;
}
#sisGridControlDisponiveis .table-primary .table tbody tr td button {
  margin: 0;
}
#sisContainerPaginacaoSolicitados div button {
  margin: 0;
}
#sisContainerPaginacaoSolicitados div button i {
  padding: 0;
}
#sisGridControlSolicitados .table-primary .table tbody tr td {
  vertical-align: inherit;
}
#sisGridControlSolicitados .table-primary .table tbody tr td button {
  margin: 0;
}
.tooltip-lojas {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip-lojas .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip-lojas .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip-lojas:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}</pre></body></html>