/*
* City Nightlife v1.0
* Copyright 2013, AtomTech
* www.atomtech.com.br
*/
/* Table of Content
==================================================
	#Site Styles
	#Header
	#Bootstrap Rewritten
	#Page Styles
	#Shortcodes
	#Widgets
	#Advertising
	#Gallery Page
	#Videos Page
	#Portfolio Page
	#Blog Page
	#Login Page
	#Shop Page
	#Members Page
	#Sitemap Page
	#Search Page
	#Sliders
	#Footer
	#Plugins
	#Miscellaneous
	#Media Queries
	#Font-Face */
/* #Site Styles
================================================== */
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #444444;
  font-size: 14px;
}
/* Typography - Basic HTML elements */
h1 {
  font-size: 28px;
  line-height: 32px;
  color: #282841;
}
h1 small {
  display: block;
  font-size: 60%;
  text-transform: none;
  margin-top: 5px;
}
h2 {
  font-size: 20px;
  line-height: 24px;
  color: #282841;
}
h2 small {
  font-size: 60%;
  display: block;
  text-transform: none;
  margin-top: 5px;
}
h2 span {
  font-weight: 400;
}
h3 {
  font-size: 18px;
  line-height: 24px;
  color: #30304d;
}
h3 small {
  display: block;
  margin-top: 5px;
}
h3 span {
  color: #63bd5a;
}
h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #7b7b7b;
}
h4 small {
  display: block;
  margin-top: 5px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #7b7b7b;
}
h5 small {
  margin-top: 3px;
}
h6 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #777777;
}

span.required {
  color: #999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin-bottom: 20px;
}
figure {
  position: relative;
  margin: 0;
}
section {
  margin-bottom: 50px;
}
p {
  margin-bottom: 20px;
}
hr {
  background-color: #ddd;
  border: none;
  height: 1px;
  margin: 50px 0;
}
hr.dashed {
  border-top: 2px dashed #eee;
}
hr.dotted {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFUlEQVQIW2M8c+bMfxMTE0ZGBigAADu5BAN9nlB5AAAAAElFTkSuQmCC");
  height: 10px;
  margin: 50px 0;
  border: none;
}
hr.double {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: 5px;
}
hr.fadein {
  height: 1px;
  margin: 50px 0;
  border: 0;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAuMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
hr.fadeout {
  background: url("../images/fadeout.png") no-repeat center center;
  border: none;
  margin: 10px auto 30px;
  width: 100%;
  max-width: 100%;
  height: 35px;
  max-height: 100%;
}
iframe {
  border: none;
}
::selection {
  background: #30304d;
  color: #fff;
}
::-moz-selection {
  background: #30304d;
  color: #fff;
}
.colored {
  color: #62c462;
}
.sembordalateral {
  border-right:0px !important;
  border-left:0px !important;
}
.element-invisible {
  display: none !important;
}
/* Links */
a {
  color: #30304d;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
a:hover,
a:focus {
  color: #777777;
  text-decoration: none;
}
/* Forms */
input,
button,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
textarea {
  -webkit-transition: height 0.2s ease 0s;
  -moz-transition: height 0.2s ease 0s;
  -o-transition: height 0.2s ease 0s;
  -ms-transition: height 0.2s ease 0s;
  transition: height 0.2s ease 0s;
}
/* #Header
================================================== */
/* Header */
header {
  background-color: #30304d;
  color: #ffffff;
}
header a {
  color: #ffffff;
}
header a:hover {
  color: #999999;
}
header .header {
  min-height: 140px;
  border:0px;
}
header .header a {
  color: #ffffff;
}
header .header a:hover,
header .header a:focus {
  color: #999999;
  text-decoration: none;
}
header .header a.btn-inverse {
  color: #fff;
}
header .header a.btn-inverse:hover,
header .header a.btn-inverse:focus {
  color: #fff;
}
header .header h2,
header .header h3,
header .header h4 {
  color: #fff;
}
header .header .dropdown-menu > li > a {
  color: #333;
}
header .header .dropdown-menu > li > a:hover {
  color: #fff;
}
header .help-block,
header .help-inline {
  color: #fff;
}
header .call h3 {
  margin-top: 30px;
  margin-bottom: 0;
  color: #fff;
  text-align: right;
  font-weight: 400;
}
header .social-icons {
  margin-top: 10px;
}
header .overall {
  margin: 0;
}
/* Top Bar */
header .top-bar {
  position: relative;
  background-color: #222236;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #1f1f30;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  z-index: 120;
  font-size: 13px;
  min-height: 34px;
}
header .top-bar a {
  color: #eee;
}
header .top-bar a:hover {
  color: #ccc;
}
header .top-bar p {
  margin-top: 7px;
  margin-bottom: 0;
}
header .top-bar .container {
  position: relative;
}
header .top-bar .menu-top {
  margin-bottom: 0;
}
header .top-bar .menu-top > li {
  float: left;
}
header .top-bar .menu-top li {
  padding: 0;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
header .top-bar .menu-top li.parent a {
  padding-right: 5px;
}
header .top-bar .menu-top li.parent:hover ul {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
header .top-bar .menu-top li:hover {
  background-color: #39394a;
  background-color: rgba(255, 255, 255, 0.1);
}
header .top-bar .menu-top li a {
  display: inline-block;
  padding: 7px 10px;
}
header .top-bar .menu-top ul {
  margin-top: 1px;
  visibility: hidden;
  position: absolute;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .top-bar .menu-top ul li {
  background-color: #fff;
  width: 160px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 11px;
}
header .top-bar .menu-top ul li:hover {
  background-color: #f1f1f1;
}
header .top-bar .menu-top ul li:last-child {
  border-bottom: 0;
}
header .top-bar .menu-top ul li a {
  color: #777;
}
/* Access */
header .access {
  margin-bottom: 0;
}
header .access li {
  display: inline-block;
  border-left: 1px solid #1b1b2b;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
header .access li:first-child {
  border-left: 0;
}
header .access .register {
  padding: 7px 10px;
  white-space: nowrap;
}
header .access .register a {
  display: inherit;
  padding: 0;
  color: #62c462;
}
header .access .register a:hover {
  color: #99ff99;
}
header .access .login-area:hover {
  background-color: #39394a;
  background-color: rgba(255, 255, 255, 0.1);
}
header .access .login-area > a {
  display: block;
  padding: 7px 10px;
}
header .access .dropdown-menu {
  color: #444;
  padding: 10px;
  right: 0;
  left: auto;
  text-align: left;
}
header .access .dropdown-menu:after {
  display: inline-block;
  top: -6px;
  right: 48px;
  position: absolute;
  content: "";
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
header .access .dropdown-menu .link {
  display: block;
  font-size: 12px;
  padding-top: 5px;
  color: #333;
}
header .access .dropdown-menu .link:hover {
  color: #666;
}
header .access .dropdown-menu .input-prepend {
  margin-bottom: 0;
}
/* Logo */
header .logo {
  position: relative;
  margin-top: 35px;
}
header .logo a {
  display: inline-block;
}
header .logo h2 {
  display: none;
}

/* Imagem do Logo */
#logo{
  display: block;
  width: 100%;
  max-width: 100%; 
  height: auto;
}

/* Big Search */
header .big-search {
  margin-top: 25px;
}
header .big-search label small {
  color: #9898a6;
  color: rgba(255, 255, 255, 0.5);
}
header .big-search input[type=text] {
  height: auto;
  padding: 10px 15px;
  border: 2px solid #6f6f83;
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
header .big-search input[type=text]:hover,
header .big-search input[type=text]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header .big-search .btn-search {
  white-space: nowrap;
}
/* Medium Search */
header .medium-search {
  margin-top: 30px;
}
header .medium-search form {
  margin-bottom: 0;
}
header .medium-search .search-input {
  background-color: #595971;
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  padding: 3px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
header .medium-search .search-where li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #2b2b45;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
header .medium-search .search-where li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
header .medium-search .breaking-news {
  margin-left: 0;
}
header .medium-search .breaking-news li {
  display: inline-block;
  margin-right: 5px;
  padding-right: 5px;
}
header .medium-search .breaking-news li:last-child {
  margin-right: 0;
  padding-right: 0;
}
/* Query Search */
header .query-search {
  margin-top: 50px;
}
header .query-search input[type=text] {
  height: auto;
  padding: 9px 15px 8px;
}
/* Simple Search */
header .simple-search input[type=text] {
  height: auto;
  min-height: 17px;
  padding: 13px 15px 12px;
}
header .simple-search input[type=text]:hover,
header .simple-search input[type=text]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Simple Login */
header .simple-login {
  margin-top: 30px;
  float: right;
}
header .simple-login li {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #26263e;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
header .simple-login li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
/* Weather */
header .weather {
  float: right;
}
header .weather ul {
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
}
header .weather ul li {
  display: inline-block;
  margin-left: 10px;
}
header .weather .icon {
  font-size: 72px;
}
header .weather .preview h2 {
  font-size: 32px;
}
header .weather .preview span {
  display: block;
}
/* On Air */
header .on-air {
  position: relative;
  float: right;
}
header .on-air figure {
  background-image: none;
}
header .on-air span small {
  vertical-align: super;
}
header .on-air h4 {
  margin-top: 0;
}
header .on-air h4 small {
  font-size: 11px;
  color: #fff;
}
header .on-air .picture {
  position: relative;
  float: left;
  margin-right: 10px;
}
header .on-air .time {
  position: absolute;
  bottom: 0;
  right: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
header .on-air .info {
  float: left;
}
header .on-air .btn {
  color: #444;
}
/* Announce */
header .announce {
  margin-top: 30px;
}
header .announce .disabled {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
header .announce .disabled:hover,
header .announce .disabled:focus {
  color: #ffffff;
  z-index: 0;
}
header .announce a {
  color: #333333;
}
header .announce a:hover,
header .announce a:focus {
  color: #333333;
}
/* Map */
header .map {
  margin-top: 8px;
}
/* Language */
header .language {
  position: relative;
  line-height: 45px;
}
header .language a {
  font-size: 14px;
}
header .language p {
  margin-bottom: 0;
}
header .language .language-selector {
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 310px;
  padding: 15px;
  line-height: 18px;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
header .language .language-selector h5 {
  margin-top: 0;
}
header .language .language-selector .page-header {
  margin-bottom: 10px;
}
header .language .language-selector a {
  color: #555;
  text-decoration: none;
}
header .language .language-selector a:hover {
  color: #62C462;
}
header .language .language-selector .select a {
  color: #62C462;
}
header .language .language-selector hr {
  margin: 10px 0;
}
header .language .language-selector li {
  width: 100px;
  display: inline-block;
}
/* Main Menu */
header nav {
  position: relative;
  width: 100%;
  z-index: 100;
}
header nav .menu ul li a:hover {
  border-left-color: #30304d;
}
/* Breadcrumb */
header .breadcrumb {
  background: none;
  margin: 5px 0 0;
  padding: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
header .breadcrumb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
header .breadcrumb i {
  color: #999;
}
header .breadcrumb a {
  color: #777;
}
header .breadcrumb a:hover,
header .breadcrumb a:focus {
  text-decoration: none;
}
header .breadcrumb li {
  display: block;
  float: left;
}
/* Search */
header .search {
  background-color: #f1f1f1;
  color: #444;
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9;
}
header .search form {
  margin-bottom: 0;
}
header .search .inputbox {
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
header .search .inputbox:focus {
  width: 350px;
}
header .search .input-append {
  margin-bottom: 0;
}
/* Social Top */
.social-top ul {
  margin-bottom: 0;
  margin-left: 0;
}
.social-top ul:hover li a {
  opacity: 0.5;
}
.social-top ul:hover li:hover a {
  opacity: 1;
}
.social-top ul li {
  display: inline-block;
  margin-top: 7px;
  margin-left: 10px;
}
.social-top ul li:first-child {
  margin-left: 0;
}
.social-top ul li a {
  display: block;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* #Bootstrap Rewritten
================================================== */
/* Tooltip */
.tooltip .tooltip-inner {
  background-color: #0d0d16;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #0d0d16;
  border-top-color: rgba(0, 0, 0, 0.7);
}
.tooltip.right .tooltip-arrow {
  border-right-color: #0d0d16;
  border-right-color: rgba(0, 0, 0, 0.7);
}
.tooltip.left .tooltip-arrow {
  border-left-color: #0d0d16;
  border-left-color: rgba(0, 0, 0, 0.7);
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #0d0d16;
  border-bottom-color: rgba(0, 0, 0, 0.7);
}
/* Toolbar */
.btn-toolbar:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
/* Pagination */
.pagination:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.pagination a {
  color: #444;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  background-color: #fff;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #30304d;
  color: #fff;
  border-color: #44446c;
}
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  border-color: #ddd;
}
.pagination .page-count span {
  position: relative;
  top: 5px;
}
/* Popover */
.popover,
.popover-title {
  color: #444;
}
/* Page Header */
.page-header {
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: 1px solid #e4e4e4;
}
.page-header h1,
.page-header h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.page-header h1:after,
.page-header h2:after {
  background-color: #63bd5a;
  bottom: 0;
  content: "";
  margin-top: 10px;
  margin-bottom: -1px;
  display: block;
  width: 50px;
  height: 3px;
}
/* Nav */
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-bottom-color: #777777;
  border-top-color: #777777;
}
.nav .dropdown-toggle .caret {
  border-bottom-color: #30304d;
  border-top-color: #30304d;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}
/* Hero */
.hero-unit {
  background-color: #F1F1F1;
  font-weight: inherit;
  text-shadow: 0 1px 0 #fff;
}
.hero-unit h1 {
  font-weight: 700;
}
.hero-unit p {
  line-height: 23px;
}
/* Typography */
h2 .label {
  vertical-align: middle;
}
span.label {
  font-family: Arial, Helvetica, sans-serif;
}
.label {
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
}
.label:hover {
  background-color: #30304d;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(49, 49, 78, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(49, 49, 78, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(49, 49, 78, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(49, 49, 78, 0.6);
}
/* Nav Tabs */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  cursor: pointer;
}
/* Nav Stacked */
.nav-stacked.nav-tabs {
  width: 100%;
}
.nav-stacked.nav-tabs .parent ul {
  list-style: none;
  margin: 0;
}
.nav-stacked.nav-tabs .parent ul li a {
  background-color: #fff;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  border-top: 1px solid #f1f1f1;
  display: block;
  margin: 0 0 -1px;
  padding: 8px 14px;
}
.nav-stacked.nav-tabs .parent ul li a:hover {
  background-color: #f0f0f0;
}
.nav-stacked.nav-tabs li:last-child li:last-child a {
  -webkit-border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.nav-stacked.nav-tabs .active:last-child a {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.nav-stacked.nav-tabs .icon-chevron-right,
.nav-stacked.nav-tabs .icon-chevron-down {
  float: right;
  margin-right: -6px;
  margin-top: 2px;
}
.nav-stacked.nav-tabs .icon-chevron-right {
  opacity: 0.25;
}
/* Menu Geral */
.menugeral{
  margin-top:-30px;
}
.menugeral li a {
  border-left:0px !important;
  border-right:0px !important;
}

/* Dropdown Menu */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu:hover > a,
.dropdown-menu:focus > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #30304D;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#30304d', endColorstr='#222236');
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#30304d', endColorstr='#222236')";
  /* IE8 */

  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwMzA0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjIyMjM2IiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #30304d, #222236);
  background-image: -webkit-linear-gradient(top, #30304d, #222236);
  background-image: -o-linear-gradient(top, #30304d, #222236);
  background-image: linear-gradient(to bottom, #30304d, #222236);
}
/* Buttons - Some rewritten default style */
.btn {
  text-decoration: none;
}
.btn-medium {
  font-size: 14px;
  padding: 7px 13px;
  border-radius: 4px;
}
.btn-medium [class^="icon-"],
.btn-medium [class*=" icon-"] {
  margin-top: 4px;
}
.btn-medium .caret {
  margin-top: 8px;
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}
button.btn.btn-medium,
input[type="submit"].btn.btn-medium {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group > .btn-medium {
  font-size: 14px;
}
.btn-group > .btn-medium + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}
.dropup .btn-medium .caret {
  border-bottom-width: 5px;
}
.btn-group-vertical > .btn-medium:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
}
.btn-group-vertical > .btn-medium:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
/* Tabs */
.tab-bordered .nav-tabs {
  margin-bottom: 0;
}
.tab-bordered .tab-pane {
  padding: 15px 15px 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  -webkit-border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
/* Tags */
.tags-larger .label {
  font-size: 13px;
  margin-bottom: 5px;
  padding: 4px 6px;
}
/* Table */
.table {
  table-layout: fixed;
  word-wrap: break-word;
}
/* #Page Styles
================================================== */
/* Layout - Definitions to boxed and wide sizes */
.boxed {
  background: #30304d;
}
.boxed .navigation {
  max-width: 1210px;
}
.boxed .layout {
  position: relative;
  background-color: #fff;
  max-width: 1210px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
}
.boxed .layout header {
  background: transparent;
}
.wide {
  background: #fff !important;
}
/* Main */
.main {
  margin-top: 30px;
}
/* Content */
.content {
  margin-bottom: 30px;
}
.content .item-page {
  position: relative;
}
.page {
  margin-bottom: 30px;
}
/* Column Posts */
.column-posts {
  position: relative;
  margin-bottom: 40px;
}
.column-posts section {
  margin-bottom: 0;
}
.column-posts .article {
  margin-bottom: 30px;
  position: relative;
}
.column-posts .article:hover figcaption {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.column-posts .article figure img {
  width: 100%;
}
.column-posts .article figcaption {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.column-posts .article figcaption a {
  color: #fff;
}
.column-posts .article .comments {
  text-align: right;
}
.column-posts article {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  min-height: 50px;
}
.column-posts article:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.column-posts article figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.column-posts h5 {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 18px;
}
/* Boxes */
.boxes {
  background: #f9f9f9 url('../images/bg.jpg') center center fixed no-repeat;
  border-top: 1px solid #ddd;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.boxes h1 small,
.boxes h2 small,
.boxes h3 small,
.boxes h4 small,
.boxes h5 small,
.boxes h6 small {
  color: #555;
}
.boxes .container {
  padding-top: 50px;
  padding-bottom: 40px;
  border-top: 5px solid #efefef;
  border-top: 5px solid rgba(0, 0, 0, 0.04);
}
.boxes .page-header {
  border-bottom-color: #e7e7e7;
}
/* Latest Blog */
.latest-blog article {
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}
.latest-blog article:last-child {
  margin-bottom: 0;
}
.latest-blog .icon {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #30304d;
  color: #ffffff;
  width: 50px;
  height: 50px;
  font-size: 22px;
  line-height: 48px;
  text-align: center;
  display: block;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.latest-blog .icon:hover {
  background-color: #62C462;
}
.latest-blog h3 small {
  display: block;
}
/* Featured News */
.featured-news {
  position: relative;
}
.featured-news figure {
  margin: 0;
}
.featured-news ul {
  margin-bottom: 0;
}
.featured-news .news-thumbs .news-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.featured-news .news-thumbs .news-item:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.featured-news .news-thumbs .news-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.featured-news .news-thumbs figure {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  float: left;
}
.featured-news .news-thumbs article {
  overflow: hidden;
}
.featured-news .news-thumbs h4 {
  margin-top: 0;
}
/* Error Page */
.error-page {
  text-align: center;
  margin-bottom: 30px;
}
.error-page h2 {
  font-size: 300px;
  line-height: 280px;
  text-transform: inherit;
  margin-top: 0;
}
/* Google Map with Twitter Bootstrap Fixes */
.map img {
  max-width: inherit;
}
.map label {
  display: inline;
}
/* Overall */
.overall {
  margin-top: 30px;
  margin-bottom: 30px;
}
.overall .inner {
  position: relative;
  background-color: #62C462;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 3px 4px -3px rgba(0, 0, 0, 0.2), inset 0 -3px 4px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 4px -3px rgba(0, 0, 0, 0.2), inset 0 -3px 4px -3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 4px -3px rgba(0, 0, 0, 0.2), inset 0 -3px 4px -3px rgba(0, 0, 0, 0.2);
}
.overall .icon {
  border: 1px solid #fff;
}
.overall p a {
  color: #fff;
  text-decoration: underline;
}
.overall p a:hover {
  color: #fff;
  text-decoration: none;
}
.overall h1 {
  color: #fff;
  font-size: 42px;
  line-height: 44px;
}
.overall h1 small {
  margin-top: 10px;
}
.overall h2 {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
}
.overall h3 {
  color: #fff;
}
.overall h4 {
  color: #316231;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: none;
}
.overall small {
  color: #fff;
}
.overall .simple-box h4 {
  color: #316231;
  color: rgba(0, 0, 0, 0.5);
}
.overall.overall-dark .inner {
  background-color: #333;
  color: #f1f1f1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 3px 4px -3px #000, inset 0 -3px 4px -3px #000;
  -moz-box-shadow: inset 0 3px 4px -3px #000, inset 0 -3px 4px -3px #000;
  box-shadow: inset 0 3px 4px -3px #000, inset 0 -3px 4px -3px #000;
}
.overall.overall-dark .icon {
  background-color: #62C462;
}
.overall.overall-dark h3 {
  color: #fff;
}
.overall.overall-green .inner {
  background-color: #62C462;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.overall.overall-green .icon {
  border: 1px solid #fff;
}
.overall.overall-green h1 {
  color: #fff;
}
.overall.overall-green h3 {
  color: #fff;
}
.overall.overall-green h4 {
  color: rgba(0, 0, 0, 0.5);
  text-shadow: none;
}
.overall.overall-green small {
  color: #fff;
}
.overall.overall-gray .inner {
  background-color: #f1f1f1;
}
.overall.overall-full .inner {
  position: absolute;
  width: 100%;
  left: 0;
  display: none;
}
.overall.overall-map {
  margin-bottom: 30px;
}
.overall.overall-map .inner {
  background-color: #e5e3df;
  text-shadow: none;
}
.overall.overall-map .map {
  height: 400px;
}
.overall.overall-map .map .infowindow h3,
.overall.overall-map .map .infowindow h4,
.overall.overall-map .map .infowindow small {
  color: #444;
}
.overall .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.shadow-top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 5px;
  z-index: 10;
  -webkit-box-shadow: inset 0 3px 4px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 4px -3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 4px -3px rgba(0, 0, 0, 0.2);
}
.shadow-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  z-index: 10;
  -webkit-box-shadow: inset 0 -3px 4px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -3px 4px -3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -3px 4px -3px rgba(0, 0, 0, 0.2);
}
/* FAQ */
.faq-search {
  margin-bottom: 0;
  position: relative;
}
.faq-search input[type=text] {
  margin-bottom: 0;
  padding: 10px 45px 10px 15px;
  height: auto;
}
.faq-search .btn-search {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  text-shadow: none;
}
/* Shadow */
.shadow-large {
  position: relative;
}
.shadow-large:before,
.shadow-large:after {
  z-index: -1;
  position: absolute;
  content: "";
  top: 80%;
  bottom: 10px;
  left: 10px;
  width: 50%;
  max-width: 300px;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shadow-large:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.shadow-left {
  position: relative;
}
.shadow-left:before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 80%;
  bottom: 10px;
  left: 10px;
  width: 50%;
  max-width: 300px;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shadow-right {
  position: relative;
}
.shadow-right:before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 80%;
  bottom: 10px;
  right: 10px;
  width: 50%;
  max-width: 300px;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
/* #Shortcodes
================================================== */
/* Highlight - With Highlights you can feature important information inside your text, or make different between successes, attentions, warnings and error messages. */
.highlight {
  background-color: #FCF8E3;
  color: #C09853;
  padding-left: 5px;
  padding-right: 5px;
}
.highlight.highlight-error {
  background-color: #F2DEDE;
  color: #B94A48;
}
.highlight.highlight-success {
  background-color: #DFF0D8;
  color: #468847;
}
.highlight.highlight-info {
  background-color: #D9EDF7;
  color: #3A87AD;
}
/* Drop Cap - Dropcaps are very useful to make long texts or paragraphs more pretty. There are many types of dropcaps to use. It was very common in old books. */
.dropcap {
  float: left;
  display: block;
  margin: 1px 8px 0 0;
  font-size: 40px;
  line-height: 36px;
}
.dropcap.dropcap-book {
  font-family: "Times New Roman", Times, serif;
}
.dropcap.dropcap-circle,
.dropcap.dropcap-rounded {
  width: 48px;
  height: 48px;
  margin: 4px 12px 0 0;
  border: 1px solid #ddd;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj5jZW50ZXIgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+KSByZXBlYXQgc2Nyb2xsIDAgMCA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjFmMWYiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -moz-linear-gradient(center bottom , #f1f1f1 0%, #fff 100%) repeat scroll 0 0 #f1f1f1;
  background-image: -webkit-linear-gradient(center bottom , #f1f1f1 0%, #fff 100%) repeat scroll 0 0 #f1f1f1;
  background-image: -o-linear-gradient(center bottom , #f1f1f1 0%, #fff 100%) repeat scroll 0 0 #f1f1f1;
  background-image: linear-gradient(center bottom , #f1f1f1 0%, #fff 100%) repeat scroll 0 0 #f1f1f1;
}
.dropcap.dropcap-circle {
  -webkit-border-radius: 48px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 48px;
  -moz-background-clip: padding;
  border-radius: 48px;
  background-clip: padding-box;
}
.dropcap.dropcap-rounded {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
/* Balloon */
.balloon {
  position: relative;
  border-left: 70px solid #30304D;
  background-color: #F1F1F1;
  padding: 5px 10px;
  text-shadow: 0 1px 0 #fff;
}
.balloon h3 {
  margin-top: 0;
}
.balloon .icon {
  position: absolute;
  top: 50%;
  left: -60px;
  margin-top: -30px;
  color: #fff;
}
/* Teaser - Teaser is used to display some special information */
.teaser {
  margin-bottom: 30px;
}
.teaser a:hover {
  text-decoration: none;
}
.teaser a:hover figure .overlay {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.teaser a:hover article {
  background-color: #30304d;
  border-right: 1px solid #30304d;
  border-bottom: 1px solid #30304d;
  border-left: 1px solid #30304d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.teaser a:hover article h5 {
  color: #fff;
}
.teaser a:hover article p {
  color: #c1c1ca;
  color: rgba(255, 255, 255, 0.7);
}
.teaser figure img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
}
.teaser figure .overlay {
  position: absolute;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  color: #fff;
  font-size: 18px;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.teaser article {
  position: relative;
  background-color: #fff;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  padding: 10px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.teaser h5 {
  margin-top: 0;
  color: #555555;
}
.teaser p {
  color: #999999;
  font-size: 13px;
  line-height: 18px;
}
/* Thought */
.thought .header {
  position: relative;
  background-color: #30304d;
  padding: 15px;
  -webkit-border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
}
.thought h4 {
  color: #ffffff;
}
.thought h4 span {
  display: block;
  font-size: 11px;
  color: #43b143;
}
.thought .image {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #fff;
  border: 3px solid #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
}
.thought .image img {
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
}
.thought .body {
  background-color: #fff;
  color: #444;
  position: relative;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  -webkit-border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.thought .body:after {
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  position: absolute;
  top: -8px;
  right: 34px;
  width: 0;
  height: 0;
  display: block;
}
.thought p {
  position: relative;
  font-size: 13px;
  margin-bottom: 0;
  padding: 15px;
  z-index: 2;
}
.thought .quote {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 56px;
  color: #F1F1F1;
  z-index: 1;
}
/* Callout */
.callout {
  background: url("../images/patterns/kindajean.png");
  color: #444;
  position: relative;
  border: 1px solid #dddddd;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 5px;
}
.callout > .callout-wrap {
  border: 1px solid #dddddd;
  padding: 30px;
  background-color: #fff;
}
.callout > .callout-wrap:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.callout td {
  vertical-align: middle;
}
.callout h4 {
  color: #333;
  margin-top: 0;
  margin-bottom: 5px;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout .button {
  white-space: nowrap;
}
.callout.callout-bordered {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.callout.callout-bordered .box,
.callout.callout-bordered .callout-wrap {
  -webkit-border-radius: 4px 0 0 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  border-radius: 4px 0 0 4px;
  background-clip: padding-box;
}
/* Description - Boxes are texts areas with a background texture to make featured messages */
.description {
  background: url("../images/patterns/kindajean.png");
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px;
}
.description h3 {
  color: #333;
  margin: 0;
  font-weight: 400;
  line-height: 30px;
}
/* Prices */
.prices {
  background-color: #fff;
  color: #444;
  margin-top: 50px;
  margin-bottom: 50px;
}
.prices:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.prices.tree-columns .price-column {
  width: 33.33%;
}
.prices.two-columns .price-column {
  width: 50%;
}
.prices .price-column {
  width: 25%;
  float: left;
}
.prices .price-column.featured {
  position: relative;
  top: 5px;
  z-index: 10;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.prices .price-column.featured ul {
  border-right: 1px solid #ddd;
}
.prices .price-column.last ul {
  border-right: 1px solid #ddd;
}
.prices .price-column .row-featured {
  background-color: #006dcc;
  color: #ffffff;
  position: absolute;
  top: -29px;
  line-height: 28px;
  font-weight: 700;
  width: 100%;
  height: 28px;
  padding: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
}
.prices .price-column .row-price,
.prices .price-column .row-button {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fafafa', endColorstr='#f1f1f1');
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fafafa', endColorstr='#f1f1f1')";
  /* IE8 */

  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjFmMWYxIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #fafafa, #f1f1f1);
  background-image: -webkit-linear-gradient(top, #fafafa, #f1f1f1);
  background-image: -o-linear-gradient(top, #fafafa, #f1f1f1);
  background-image: linear-gradient(to bottom, #fafafa, #f1f1f1);
}
.prices .price-column ul {
  position: relative;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-left: -1px;
  margin-bottom: 0;
}
.prices .price-column ul li {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.prices .price-column h2 {
  color: #333;
  font-size: 52px;
}
.prices .price-column h2 small {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
.prices .price-column h3 {
  color: #444;
}
/* Simple Box */
.simple-box .icon-round {
  float: left;
  margin: -5px 10px 10px 0;
}
.simple-box h3 {
  margin-bottom: 0;
}
.simple-box h4 {
  margin-top: 0;
  color: #aaa;
  font-weight: 400;
}
.simple-box h4:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
/* Content Box */
.content-box {
  background-color: #f1f1f1;
  color: #333;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  text-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.content-box.box-green {
  background-color: #DFF0D8;
  border-color: #D6E9C6;
}
.content-box.box-blue {
  background-color: #D9EDF7;
  border-color: #BCE8F1;
}
.content-box.box-yellow {
  background-color: #FCF8E3;
  border-color: #FBEED5;
}
.content-box.box-red {
  background-color: #F2DEDE;
  border-color: #F2DEDE;
}
.content-box h3 {
  margin-top: 0;
}
/* #Widget
================================================== */
/* Sidebar */
aside h2 {
  margin-top: 0;
  border-bottom: 1px solid #e4e4e4;
}
aside h2:after {
  background-color: #63bd5a;
  bottom: 0;
  content: "";
  margin-top: 10px;
  margin-bottom: -1px;
  display: block;
  width: 50px;
  height: 3px;
}
/* Widget */
.widget {
  margin-bottom: 50px;
}
.widget:last-child {
  background: none;
}
.widget:last-child:after {
  background: none;
  height: 0;
}
.widget .tab-content {
  overflow: inherit;
}
/* Newsletter Widget */
.newsletter-widget {
  text-align: center;
}
.newsletter-widget:after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFUlEQVQIW2M8c+bMfxMTE0ZGBigAADu5BAN9nlB5AAAAAElFTkSuQmCC");
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  margin-top: 50px;
}
.newsletter-widget a {
  text-decoration: underline;
}
.newsletter-widget form {
  margin-bottom: 0;
}
/* Videos Widget */
.videos-widget h5 {
  margin-top: 0;
}
.videos-widget > ul > li {
  margin-bottom: 15px;
}
.videos-widget > ul > li:last-child {
  margin-bottom: 0;
}
.videos-widget > ul > li ul {
  margin-bottom: 0;
}
.videos-widget > ul > li ul li {
  margin-bottom: 0;
}
/* Twitter Widget */
.twitter-widget .tweet_list {
  list-style: none;
  margin: 0;
}
.twitter-widget .tweet_list .tweet_avatar {
  float: left;
}
.twitter-widget .tweet_list .tweet_text {
  display: block;
  margin-left: 45px;
}
.twitter-widget .tweet_list .tweet_time {
  display: block;
  margin-left: 45px;
}
.twitter-widget .tweet_list .tweet_time a {
  font-size: 10px;
  font-weight: 400;
  color: #ccc;
}
.twitter-widget .tweet_list li {
  margin-bottom: 15px;
}
.twitter-widget .tweet_list li a {
  font-weight: 700;
}
/* QR Code Widget */
.qrcode-widget {
  display: block;
  overflow: hidden;
}
.qrcode-widget .qrcode {
  float: left;
  margin-right: 30px;
}
/* Tabs Widget */
.tabs-widget.nav-stacked .hidden {
  display: inline;
  visibility: visible;
}
/* Articles Widget */
.articles-widget li {
  min-height: 50px;
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 10px 60px;
  border-bottom: 1px solid #ddd;
}
.articles-widget li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.articles-widget h5 {
  margin-top: 0;
  margin-bottom: 5px;
}
.articles-widget i {
  color: #999;
}
.articles-widget img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 50px;
}
/* News Widget */
.news-widget li {
  position: relative;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 0px 0px 0px 10px !important;
}
.news-widget li.data {
  position: relative;
  margin-top: 15px !important;
  margin-bottom: 10px !important;
  padding: 0px 0px 0px 0px;
  font-weight:bold;
}
.news-widget li.data:first-child {
  margin-top: 2px !important;
}
.news-widget li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.news-widget h5 {
  margin-top: 0px;
  margin-bottom: 5px !important;
}
.news-widget i {
  color: #999;
}

/* Comments Widget */
.comments-widget {
  margin-bottom: 0;
}
.comments-widget blockquote {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.comments-widget li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 60px;
}
.comments-widget i {
  color: #999;
}
.comments-widget img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 50px;
}
/* Upcoming Events Widget */
.upcoming-events-widget {
  margin-bottom: 0;
}
.upcoming-events-widget h3 {
  margin-top: 0;
}
.upcoming-events-widget li {
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #f1f1f1;
  position: relative;
  border-left: 70px solid #30304d;
}
.upcoming-events-widget li:last-child {
  margin-bottom: time;
}
.upcoming-events-widget .time {
  color: #fff;
  width: 70px;
  text-align: center;
  padding: 12px 8px;
  font-size: 12px;
  display: block;
  position: absolute;
  top: 5px;
  left: -76px;
}
.upcoming-events-widget .time strong {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
/* Cities Widget */
.cities-widget a {
  -webkit-transition: color 1s ease 0s, margin-left 0.5s ease 0s;
  -moz-transition: color 1s ease 0s, margin-left 0.5s ease 0s;
  -o-transition: color 1s ease 0s, margin-left 0.5s ease 0s;
  -ms-transition: color 1s ease 0s, margin-left 0.5s ease 0s;
  transition: color 1s ease 0s, margin-left 0.5s ease 0s;
}
.cities-widget a:hover,
.cities-widget a:focus {
  color: #777;
  background: none;
  margin-left: 5px;
}
.cities-widget ul {
  margin-bottom: 0;
}
.cities-widget ul li {
  margin-bottom: 3px;
}
/* Flickr Widget */
.flickr-widget:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.flickr-widget a {
  display: block;
}
.flickr-widget .flickr_badge_image {
  border: 5px solid #f1f1f1;
  float: left;
  margin-right: 9px;
  margin-bottom: 9px;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}
.flickr-widget .flickr_badge_image:hover {
  border-color: #30304d;
}
.flickr-widget .flickr_badge_image img {
  width: 100%;
}
/* Social Counter Widget */
.social-counter {
  text-align: center;
}
.social-counter:after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFUlEQVQIW2M8c+bMfxMTE0ZGBigAADu5BAN9nlB5AAAAAElFTkSuQmCC");
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  margin-top: 50px;
}
.social-counter a {
  color: #999;
}
.social-counter i {
  float: left;
  font-size: 36px;
  line-height: 42px;
}
.social-counter span {
  font-size: 22px;
  line-height: 24px;
}
.social-counter span.title {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
}
.social-counter .twitter-followers a:hover {
  color: #2DADDC;
}
.social-counter .facebook-likes a:hover {
  color: #3B5998;
}
.social-counter .newsletter-subscribers a:hover {
  color: #FE9A00;
}
/* Top Musics Widget */
.top-musics {
  list-style: none;
  margin-left: 0;
}
.top-musics li {
  position: relative;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.top-musics li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.top-musics .number {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #30304d;
  color: #ffffff;
  width: 50px;
  height: 32px;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  display: block;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.top-musics .number:hover {
  background-color: #62C462;
}
.top-musics .name {
  padding-left: 60px;
}
.top-musics .name a {
  -webkit-transition: color 1s ease 0s, margin-left 0.5s ease 0s;
  -moz-transition: color 1s ease 0s, margin-left 0.5s ease 0s;
  -o-transition: color 1s ease 0s, margin-left 0.5s ease 0s;
  -ms-transition: color 1s ease 0s, margin-left 0.5s ease 0s;
  transition: color 1s ease 0s, margin-left 0.5s ease 0s;
}
.top-musics .name a:hover {
  margin-left: 5px;
}
.top-musics small {
  display: block;
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 3px;
}
/* Facebook Like Box */
.fb-like-box {
  background-color: #fff;
}
.fb-like-box ._4s7c {
  border: none !important;
}
/* Video Widget */
.video-widget {
  text-shadow: 0 1px 0 #fff;
}
.video-widget .video {
  background: #dddddd url("../images/loader.gif") center center no-repeat;
}
.video-widget .body {
  padding: 10px 10px 0;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #cdcdcd;
  border-left: 1px solid #e4e4e4;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#f1f1f1');
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#f1f1f1')";
  /* IE8 */

  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjFmMWYxIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(top, #ffffff, #f1f1f1);
  -webkit-border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.video-widget h3 {
  margin-top: 0;
}
/* Testimonials */
.testimonials {
  position: relative;
}
.testimonials:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.testimonials .slides {
  margin-bottom: 0;
}
.testimonials .slides li {
  display: none;
}
.testimonials .slides li:first-child {
  display: block;
}
.testimonials.flexslider .flex-control-nav {
  margin-top: 20px;
}
.testimonials .flex-direction-nav {
  position: absolute;
  top: -44px;
  right: 0;
  margin: 0;
  list-style: none;
}
.testimonials .flex-direction-nav li {
  float: left;
  display: block;
}
.testimonials .flex-direction-nav a {
  background-color: #222236;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  display: block;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.testimonials .flex-direction-nav a:hover,
.testimonials .flex-direction-nav a:focus {
  background-color: #181826;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.testimonials .flex-direction-nav .flex-disabled {
  background-color: #26263e;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: default;
}
.testimonials .flex-direction-nav .flex-disabled:hover,
.testimonials .flex-direction-nav .flex-disabled:focus {
  background-color: #26263e;
  background-color: rgba(0, 0, 0, 0.2);
}
.testimonials blockquote {
  margin-bottom: 0;
}
/* Social */
.social-icons {
  font-size: 14px;
  list-style: none;
  overflow: hidden;
  margin-bottom: 0;
}
.social-icons.social-dark a {
  background-color: #26263d;
  color: #fff;
}
.social-icons.social-dark a:hover {
  color: #fff;
}
.social-icons.inline > li {
  margin-bottom: 10px;
  padding: 0;
}
.social-icons a {
  background-color: #222236;
  background-color: rgba(0, 0, 0, 0.3);
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  -webkit-border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 32px;
  -moz-background-clip: padding;
  border-radius: 32px;
  background-clip: padding-box;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  line-height: 32px;
}
.social-icons a:hover,
.social-icons a:focus {
  text-decoration: none;
  color: #fff;
}
.social-icons .facebook:hover {
  background-color: #3B5998;
}
.social-icons .twitter:hover {
  background-color: #2DADDC;
}
.social-icons .google-plus:hover {
  background-color: #D14836;
}
.social-icons .linkedin:hover {
  background-color: #006699;
}
.social-icons .pinterest:hover {
  background-color: #CE2020;
}
.social-icons .github:hover {
  background-color: #4183C4;
}
.social-icons .email:hover {
  background-color: #fff;
  color: #555 !important;
}
.social-icons .rss:hover {
  background-color: #FE9A00;
}
.social-icons .vimeo:hover {
  background-color: #44BBFF;
}
.social-icons .evernote:hover {
  background-color: #6DB232;
}
.social-icons .instagram:hover {
  background-color: #3F729B;
}
.social-icons .flickr:hover {
  background-color: #FF0084;
}
.social-icons .share-this:hover {
  background-color: #008751;
}
.social-icons .forrst:hover {
  background-color: #4FB64B;
}
.social-icons .foursquare:hover {
  background-color: #3AB6E8;
}
.social-icons .delicious:hover {
  background-color: #285DA7;
}
.social-icons .hacker-news:hover {
  background-color: #3C5A98;
}
.social-icons .skype:hover {
  background-color: #0093DD;
}
.social-icons .lastfm:hover {
  background-color: #C70E14;
}
.social-icons .spotify:hover {
  background-color: #A5D13D;
}
.social-icons .soundcloud:hover {
  background-color: #FF4B00;
}
.social-icons .picasa:hover {
  background-color: #9A469E;
}
.social-icons .paypal:hover {
  background-color: #00457C;
}
.social-icons .stack-overflow:hover {
  background-color: #FE7A15;
}
.social-icons .tumblr:hover {
  background-color: #395774;
}
.social-icons .youtube:hover {
  background-color: #C4302B;
}
.social-icons .reddit:hover {
  background-color: #F24A02;
}
.social-icons .blogger:hover {
  background-color: #FC9D4B;
}
.social-icons .dribbble:hover {
  background-color: #E3558B;
}
.social-icons .yelp:hover {
  background-color: #C41200;
}
/* Social List */
.social-list {
  margin-bottom: 30px;
}
.social-list ul {
  margin-bottom: 0;
}
.social-list li {
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 3px;
  padding: 5px 10px 5px 40px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.social-list li:hover {
  background: #f0f0f0;
}
.social-list i {
  position: absolute;
  top: -1px;
  left: -1px;
  min-width: 20px;
  height: 100%;
  padding: 1px 5px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  background: #ddd;
  display: block;
  color: #fff;
  -webkit-border-radius: 4px 0 0 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  border-radius: 4px 0 0 4px;
  background-clip: padding-box;
}
.social-list a {
  color: #444;
}
.social-list a:hover {
  text-decoration: none;
}
.social-list .facebook i {
  background-color: #3B5998;
  color: #fff;
}
.social-list .twitter i {
  background-color: #2DADDC;
  color: #fff;
}
.social-list .google-plus i {
  background-color: #D14836;
  color: #fff;
}
.social-list .linkedin i {
  background-color: #006699;
  color: #fff;
}
.social-list .pinterest i {
  background-color: #CE2020;
  color: #fff;
}
.social-list .github i {
  background-color: #4183C4;
  color: #fff;
}
.social-list .email i {
  background-color: #ddd;
  color: #fff;
}
.social-list .favorite i {
  background-color: #ffba00;
  color: #fff;
}
.social-list .rss i {
  background-color: #FE9A00;
  color: #fff;
}
.social-list .print i {
  background-color: #333;
  color: #fff;
}
/* Social Buttons */
.social-buttons {
  margin-top: 20px;
}
.social-buttons.inline > li:first-child {
  padding: 0;
}
.social-buttons .facebook {
  overflow: hidden;
  height: 22px;
  min-width: 82px;
}
.social-buttons .twitter {
  overflow: hidden;
  height: 22px;
  width: 93px;
}
.social-buttons .google-plus {
  overflow: hidden;
  height: 22px;
}
/* #Advertising
================================================== */
/* Advertising */
.advertising {
  background: #f0f0f0;
  background-image: url(../images/advertising.gif);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -20px;
}
/* Advertising with size 728x90 */
.ad-728 {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.ad-728 .advertising {
  width: 20px;
  height: 95px;
  left: -20px;
}
.ad-728 img {
  width: 100%;
}
header .ad-728 {
  margin-top: 22px;
  margin-bottom: 0;
}
header .ad-728 .advertising {
  right: -20px;
  left: auto;
}
/* Advertising with size 180x150 */
.ad-180 .row-fluid {
  margin-bottom: 10px;
}
.ad-180 .row-fluid:last-child {
  margin-bottom: 0px;
}
/* Advertising with size 336x280 */
.ad-336 {
  position: relative;
  text-align: center;
}
.ad-336 .advertising {
  width: 20px;
  height: 308px;
}
/* #Gallery Page
================================================== */
/* Gallery */
.gallery {
  position: relative;
}
.gallery .item {
  margin-bottom: 20px;
}
.gallery .item .header {
  position: relative;
  overflow: hidden;
}
.gallery .item .header:hover .overlay-bg {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery .item .header:hover .overlay {
  bottom: 60px;
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery .item .overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #63BD5A;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery .item .overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery .item .body a {
  color: #555;
}
.gallery .item .body a:hover i {
  color: #62C462;
}
.gallery .item .body h4 {
  margin-bottom: 5px;
}
.gallery .item .body i {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.gallery .big-thumb {
  background-image: url("../images/patterns/strips.png");
}
.gallery .big-thumb a {
  background: #fff;
  display: block;
}
.gallery .gallery-thumbs {
  background-image: url("../images/patterns/strips.png");
  float: left;
}
.gallery .gallery-thumbs:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.gallery .gallery-thumbs ul {
  margin-bottom: -3px;
  overflow: hidden;
}
.gallery .gallery-thumbs ul li {
  float: left;
  background-color: #fff;
  padding-bottom: 3px;
  padding-right: 3px;
}
.gallery .gallery-thumbs ul li a {
  display: block;
  overflow: hidden;
}
.gallery .gallery-thumbs ul li a img{
  width: 100px;
  height: 80px;
}
/* Gallery Alternative */
.gallery-alt .item {
  overflow: hidden;
  position: relative;
  min-height: 380px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.gallery-alt a {
  color: #999;
}
.gallery-alt a:hover {
  color: #666;
}
.gallery-alt figure {
  position: relative;
  margin: 0;
}
.gallery-alt .body {
  position: relative;
  padding: 10px 15px;
  z-index: 2;
}
.gallery-alt .date {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #999;
  font-size: 11px;
  z-index: 3;
}
.gallery-alt .full-image figure {
  position: absolute;
}
.gallery-alt .black {
  background: #000;
  color: #999;
}
.gallery-alt .black h4 {
  color: #fff;
}
/* Gallery Item */
.gallery-item .picture {
  margin-bottom: 30px;
}
.gallery-item .picture img {
  width: 100%;
}
/* #Videos Page
================================================== */
/* Videos */
.videos {
  position: relative;
}
.videos .item {
  margin-bottom: 40px;
}
.videos .row:last-child {
  margin-bottom: -30px;
}
.videos figure {
  margin: 0;
}
.videos figure:hover .video-icon {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.videos ul {
  margin-bottom: 0;
}
.videos h5 {
  height: auto;
  margin-bottom: 5px;
}
.videos small {
  font-size: 11px;
}
.videos .views {
  padding-left: 0;
}
.videos .video-time {
  position: absolute;
  right: 5px;
  bottom: 5px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.videos .video-icon {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 42px;
  margin-top: -20px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* Video Post */
.video-post .media {
  margin-bottom: 30px;
  background-image: url("../images/patterns/strips.png");
}
/* #Portfolio Page
================================================== */
/* Portfolio */
.portfolio figure .ribbon_icon {
  left: 5px;
}
/* Portfolio Item */
.portfolio-item .media {
  margin-bottom: 30px;
  background-image: url("../images/patterns/strips.png");
}
/* Portfolio Isotope */
.portfolio-isotope {
  position: relative;
  margin-bottom: 30px;
}
.portfolio-isotope .sortby ul {
  margin-left: 0;
  margin-bottom: 20px;
}
.portfolio-isotope .sortby ul li {
  display: inline-block;
  margin-right: 10px;
}
.portfolio-isotope figure .ribbon_icon {
  left: 2px;
}
.portfolio-isotope h3 {
  max-height: 40px;
  overflow: hidden;
}
.portfolio-isotope p {
  max-height: 140px;
  overflow: hidden;
}
.portfolio-isotope .items {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  width: 790px;
}
.portfolio-isotope .items p {
  min-height: 80px;
}
.portfolio-isotope .items li {
  float: left;
  width: 244px;
  margin-right: 19px;
  margin-bottom: 20px;
}
/* #Blog Page
================================================== */
/* Blog */
.blog.blog-large figure,
.blog.blog-large .video {
  margin-bottom: 30px;
  overflow: hidden;
}
.blog.blog-page .meta {
  margin-bottom: 30px;
}
.blog.blog-page figure figcaption {
  background: #F1F1F1;
  color: #444;
  padding: 5px 10px;
}
.blog .share .utils {
  margin-bottom: 0;
}
.blog .share .utils li {
  border-right: 1px solid #ddd;
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 0;
}
.blog .share .utils li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.blog .share .social-buttons {
  float: right;
  margin: 5px 0 0;
}
.blog .share input {
  margin-bottom: 0;
}
.blog .item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.blog .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.blog figure:hover .icon,
.blog figure:focus .icon {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.blog figure .icon {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  text-align: center;
  font-size: 36px;
  line-height: 60px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 60px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 60px;
  -moz-background-clip: padding;
  border-radius: 60px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog figure .icon-play {
  margin-left: 5px;
}
.blog .author {
  text-align: center;
}
.blog .comments-block {
  position: relative;
  background-color: #30304d;
  color: #ffffff;
  padding: 5px 10px;
}
.blog .comments-block:before {
  background-color: #30304d;
  content: "";
  position: absolute;
  top: -3px;
  left: 25px;
  width: 15px;
  height: 10px;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.blog h3 {
  margin-top: 0;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
}
.blog p {
  font-size: 13px;
  line-height: 19px;
}
/* Comments */
.comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments .comment-arrow {
  position: absolute;
  top: 28px;
  left: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #F4F4F4;
  border-bottom: 15px solid transparent;
}
.comments .comment-block {
  position: relative;
  background: #F4F4F4;
  padding: 20px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.comments .comment-block:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.comments .comment-block .comment-by {
  display: block;
  font-size: 1em;
  line-height: 21px;
  margin: 0;
  padding: 0 0 5px 0;
}
.comments .comment-block .date {
  color: #999;
  font-size: 11px;
  margin-top: 10px;
}
.comments .comment-block p {
  font-size: 0.9em;
  line-height: 21px;
  margin: 0;
  padding: 0;
}
.comments li {
  clear: both;
  padding: 10px 0 0 115px;
}
.comments li .thumbnail {
  position: absolute;
  margin-left: -115px;
}
.comments li .comment {
  margin-bottom: 10px;
  color: #444;
}
.comments li .avatar {
  width: 80px;
  height: 80px;
}
.comments li .reply {
  margin: 0;
}
.comments li a {
  text-decoration: none;
}
/* #Login Page
================================================== */
/* Login */
.login {
  color: #444;
  text-align: center;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.login:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.login a {
  color: #444;
}
.login a:hover {
  text-decoration: none;
}
.login .twitter {
  margin-top: 10px;
}
.login .header {
  padding: 10px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#5c5c7c', endColorstr='#30304d');
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#5c5c7c', endColorstr='#30304d')";
  /* IE8 */

  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjNWM3YyIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzAzMDRkIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #5c5c7c, #30304d);
  background-image: -webkit-linear-gradient(top, #5c5c7c, #30304d);
  background-image: -o-linear-gradient(top, #5c5c7c, #30304d);
  background-image: linear-gradient(top, #5c5c7c, #30304d);
  -webkit-border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
}
.login .header h2 {
  color: #fff;
  font-weight: 500;
  margin: 0;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
.login .external-login {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 30px 30px 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-shadow: 0 1px 0 #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#f1f1f1');
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#f1f1f1')";
  /* IE8 */

  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjFmMWYxIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(top, #ffffff, #f1f1f1);
}
.login .internal-login {
  background-color: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 30px 30px 0;
  -webkit-border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.login form {
  margin-bottom: 0;
  text-align: left;
}
.login form input {
  padding: 10px 10px 10px 35px;
  height: auto;
}
.login form .controls {
  position: relative;
}
.login form .controls i {
  position: absolute;
  top: 13px;
  left: 15px;
}
.login form ul {
  display: inline-block;
}
.login .form-actions {
  margin-bottom: 0;
  margin-right: -30px;
  margin-left: -30px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
/* #Shop Page
================================================== */
/* Shop */
.shop {
  margin-bottom: 10px;
}
.shop .product:hover {
  text-decoration: none;
}
.shop .product:hover figure .overlay {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.shop .product:hover article {
  background-color: #30304d;
  border-right: 1px solid #30304d;
  border-bottom: 1px solid #30304d;
  border-left: 1px solid #30304d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.shop .product:hover article h5 {
  color: #fff;
}
.shop .product:hover article p {
  color: #c1c1ca;
  color: rgba(255, 255, 255, 0.7);
}
.shop figure {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
  position: relative;
  margin: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
}
.shop figure img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
}
.shop figure .overlay {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 18px;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.shop article {
  background-color: #f1f1f1;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.shop h5 {
  margin-top: 0;
  color: #555555;
}
.shop p {
  color: #999999;
  font-size: 14px;
  line-height: 16px;
}
/* Product Page */
.product .ribbon_icon {
  left: 5px;
}
.product .ribbon_icon i {
  position:absolute;
  top:4px;
}
.product .product-image .slides {
  margin-bottom: 0;
}
.product .product-image .slides:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.product .product-image .slides li {
  display: none;
}
.product .product-image .slides img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.product .price {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.product:hover .produtobloco .price .colored {
  color: #ffff00;
}
.divpreco {
  display:block;
  position:relative;
  margin: 20px 0px 60px 0px !important;
}
.produtobloco {
  display:block;
  position:absolute;
  bottom:0px;
  right:5px;
}
.precode-pagina {
  font-size:16px;
  position:absolute;
  right:0px;
  bottom:0px;
}
.precode-bloco {
  font-size:12px;
  position:absolute;
  right:0px;
  bottom:20px;
}
.produtoblocolinhacategoria {
  display:block;
  position:absolute;
  top:1px;
  right:10px;
  max-height:20px;
  overflow:hidden;
}
.firstdivproduto {
  height:530px;
  min-height:530px;
}
.produtotextochamada{
  font-size:18px;
  line-height:26px;
  height:220px;
  max-height:200px;
  overflow:hidden;
}

.wrapper {
  margin: 50px auto;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 10;
}

.span2 .ribbon-wrapper-green {
  width: 230px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top:0px;
  right:-120px;
}
 
.span2 .ribbon-green {
  font: bold 12px Sans-Serif;
  text-align: center;
  text-shadow: rgba(255,255,255,0.9) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 5px 0;
  right: 75px;
  top: 25px;
  width: 300px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #1a0101;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
 
.span3 .ribbon-wrapper-green {
  width: 230px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top:0px;
  right:-110px;
}
 
.span3 .ribbon-green {
  font: bold 12px Sans-Serif;
  text-align: center;
  text-shadow: rgba(255,255,255,0.9) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 5px 0;
  right: 75px;
  top: 30px;
  width: 300px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #1a0101;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.span4 .ribbon-wrapper-green {
  width: 230px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top:0px;
  right:-105px;
}
 
.span4 .ribbon-green {
  font: bold 12px Sans-Serif;
  text-align: center;
  text-shadow: rgba(255,255,255,0.9) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 5px 0;
  right: 65px;
  top: 25px;
  width: 300px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #1a0101;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.span6 .ribbon-wrapper-green {
  width: 230px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top:0px;
  right:-100px;
}
 
.span6 .ribbon-green {
  font: bold 12px Sans-Serif;
  text-align: center;
  text-shadow: rgba(255,255,255,0.9) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 5px 0;
  right: 65px;
  top: 25px;
  width: 300px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #1a0101;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
 
.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}
 
.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}
.product .flex-control-thumbs {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  text-align: center;
}
.product .flex-control-thumbs li {
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-top: 5px;
  margin-right: 5px;
}
.product .flex-control-thumbs li img {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.product .flex-control-thumbs li .flex-active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.product figure {
  background:#ffffff;
  height:175px;
  min-height:175px;
  max-height:175px;
  line-height:175px !important;
  vertical-align:middle;
  text-align:center;
}

.product figure img {
  /*
  top:5px;
  position:absolute;
  width:auto;
  height:95%;
  width:50%;
  left:25%;
  */
}
/* #Members Page
================================================== */
/* Members */
.members {
  margin-bottom: 30px;
}
.members figure img {
  -webkit-border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
}
.members article {
  position: relative;
  background-color: #fff;
  color: #444;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  padding: 10px;
  -webkit-border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.members article:after {
  position: absolute;
  top: -8px;
  left: 35px;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  height: 0;
  width: 0;
  display: block;
}
.members h3 {
  color: #444;
  margin-top: 0;
  line-height: 18px;
}
.members h3 small {
  display: block;
  margin-top: 5px;
}
.members p {
  color: #999999;
  font-size: 13px;
  line-height: 18px;
}
.members .social {
  margin-bottom: 0;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
}
.members .social a {
  color: #444;
}
.members.float h3 {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 7px;
  position: absolute;
  top: -60px;
  left: -1px;
  font-size: 18px;
  line-height: 26px;
}
.members.float h3 small {
  background-color: #555;
  background-color: rgba(0, 0, 0, 0.8);
  color: #f1f1f1;
  padding: 0 7px;
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
}
/* #Sitemap Page
================================================== */
/* Sitemap */
.sitemap {
  margin-bottom: 30px;
}
.sitemap a:hover {
  text-decoration: none;
}
.sitemap ul {
  list-style: none;
  margin: 0;
}
.sitemap li {
  background: url("../images/sitemap/l1-center.png") center top no-repeat;
  float: left;
  width: 25%;
  padding: 30px 0;
}
.sitemap li a:link:before,
.sitemap li a:visited:before {
  color: #d1eed1;
}
.sitemap li ul li {
  width: 100% !important;
}
.sitemap li a {
  background-color: #62c462;
  color: #ffffff;
  border: 1px solid #42b142;
  display: block;
  margin: 0 20px 0 0;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.sitemap li a:hover {
  background-color: #42b142;
}
.sitemap li li {
  background: url("../images/sitemap/vertical-line.png") center bottom repeat-y;
  width: 100%;
  clear: left;
  margin-top: 0;
  padding: 10px 0 0 0;
}
.sitemap li li a:link:before,
.sitemap li li a:visited:before {
  color: #b0e0f2;
}
.sitemap li li a {
  background-color: #2daddc;
  color: #ffffff;
  border-color: #1f8eb7;
}
.sitemap li li a:hover {
  background-color: #1f8eb7;
}
.sitemap li li ul {
  background: url("../images/sitemap/l3-ul-top.png") center top no-repeat;
  float: right;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 9px 0 10px 0;
}
.sitemap li li li {
  background: url("../images/sitemap/l3-center.png") left center no-repeat;
  padding: 5px 0;
}
.sitemap li li li a:link:before,
.sitemap li li li a:visited:before {
  color: #ffd698;
  font-size: 9px;
}
.sitemap li li li a {
  background-color: #fe9a00;
  color: #ffffff;
  border-color: #cb7b00;
  float: right;
  width: 80%;
  font-size: 12px;
  padding: 5px 0;
}
.sitemap li li li a:hover {
  background-color: #cb7b00;
}
.sitemap li li li li a {
  background-color: #d14836;
  color: #ffffff;
  border-color: #ad3727;
}
.sitemap li li li li a:hover {
  background-color: #ad3727;
}
.sitemap li li li:first-child {
  background: url("../images/sitemap/l3-li-top.png") left center no-repeat;
  padding: 15px 0 5px 0;
}
.sitemap li li li:last-child {
  background: url("../images/sitemap/l3-bottom.png") left center no-repeat;
}
.sitemap li li:first-child {
  padding-top: 30px;
}
.sitemap li li:last-child {
  background: url("../images/sitemap/vertical-line.png") center bottom repeat-y;
}
.sitemap li:last-child {
  background: url("../images/sitemap/l1-right.png") center top no-repeat;
}
.sitemap li small {
  display: block;
  font-size: 10px;
  line-height: 14px;
}
.sitemap .home {
  background: #ffffff url("../images/sitemap/l1-left.png") center bottom no-repeat;
  position: relative;
  float: none;
  display: block;
  padding: 0 0 30px 0;
  z-index: 2;
}
.sitemap a:link:before,
.sitemap a:visited:before {
  content: " " attr(href) " ";
  display: block;
  font-size: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
  word-wrap: break-word;
}
.sitemap.col1 li {
  width: 99.9%;
}
.sitemap.col2 li {
  width: 50.0%;
}
.sitemap.col3 li {
  width: 33.3%;
}
.sitemap.col4 li {
  width: 25.0%;
}
.sitemap.col5 li {
  width: 20.0%;
}
.sitemap.col6 li {
  width: 16.6%;
}
.sitemap.col7 li {
  width: 14.2%;
}
.sitemap.col8 li {
  width: 12.5%;
}
.sitemap.col9 li {
  width: 11.1%;
}
.sitemap.col10 li {
  width: 10.0%;
}
/* #Search Page
================================================== */
.search-advanced .phrases-box {
  margin-bottom: 20px;
}
.search-advanced .ordering-box {
  margin-bottom: 20px;
}
.search-advanced .only {
  margin-bottom: 20px;
}
.search-advanced .only li {
  display: inline-block;
  width: 24%;
}
.search-results:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.search-results ul {
  margin: 5px 0;
}
.search-results ul li {
  display: inline-block;
  margin-right: 10px;
}
/* #Sliders
================================================== */
/* Slideshow */
.slideshow {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.slideshow .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 75%;
  height: 100%;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00000000', endColorstr='#FF000000');
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAuOCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
  background-image: linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
}
.slideshow .container {
  position: relative;
  z-index: 2;
}
/* Hero Carousel */
.hero-carousel-nav li a {
  background: #30304D;
  color: #fff;
}
.hero-carousel-nav li a:hover {
  background: #62C462;
  color: #fff;
}
/* Upcoming jCarousel */
.upcoming-jcarousel {
  position: relative;
  overflow: hidden;
}
.upcoming-jcarousel.jcarousel-container-horizontal {
  overflow: inherit;
}
.upcoming-jcarousel .events {
  position: relative;
  width: 9999px;
  margin-bottom: 0;
}
.upcoming-jcarousel .events li {
  float: left;
  width: 238px !important;
  margin-right: 28px;
}
.upcoming-jcarousel .events h4 {
  height: 42px;
  overflow: hidden;
}
.upcoming-jcarousel .events p {
  max-height: 140px;
  overflow: hidden;
}
.upcoming-jcarousel .date {
  position: relative;
  background-color: #30304d;
  color: #ffffff;
  padding: 5px 10px;
}
.upcoming-jcarousel .date:before {
  background-color: #30304d;
  content: "";
  position: absolute;
  top: -3px;
  left: 25px;
  width: 15px;
  height: 10px;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.upcoming-jcarousel .more {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
}
.upcoming-jcarousel .jcarousel-next-horizontal,
.upcoming-jcarousel .jcarousel-prev-horizontal {
  top: -64px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.upcoming-jcarousel .jcarousel-next-horizontal {
  right: 0;
}
.upcoming-jcarousel .jcarousel-prev-horizontal {
  left: auto;
  right: 29px;
}
.upcoming-jcarousel .jcarousel-next-horizontal:hover,
.upcoming-jcarousel .jcarousel-next-horizontal:focus,
.upcoming-jcarousel .jcarousel-prev-horizontal:hover,
.upcoming-jcarousel .jcarousel-prev-horizontal:focus {
  background-color: #62c462;
}
.upcoming-jcarousel .jcarousel-next-disabled-horizontal,
.upcoming-jcarousel .jcarousel-next-disabled-horizontal:hover,
.upcoming-jcarousel .jcarousel-next-disabled-horizontal:focus,
.upcoming-jcarousel .jcarousel-next-disabled-horizontal:active,
.upcoming-jcarousel .jcarousel-prev-disabled-horizontal,
.upcoming-jcarousel .jcarousel-prev-disabled-horizontal:hover,
.upcoming-jcarousel .jcarousel-prev-disabled-horizontal:focus,
.upcoming-jcarousel .jcarousel-prev-disabled-horizontal:active {
  background-color: #b2b2b2;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
/* Flexslider */
.flexslider {
  position: relative;
}
.flexslider figure figcaption {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.flexslider .slides:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.flexslider .flex-control-nav {
  list-style: none;
  margin: 0;
  text-align: center;
}
.flexslider .flex-control-nav li {
  display: inline-block;
  margin-left: 5px;
}
.flexslider .flex-control-nav li:last-child {
  margin-right: 0;
}
.flexslider .flex-control-nav a {
  background-color: #cccccc;
  width: 15px;
  height: 15px;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.flexslider .flex-control-nav .flex-active {
  background-color: #63bd5a;
}
/* Simple Flexslider */
.simple-flexslider {
  position: relative;
  overflow: hidden;
}
.simple-flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}
.simple-flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}
.simple-flexslider .slides {
  margin-bottom: 0;
}
.simple-flexslider .slides li {
  display: none;
}
.simple-flexslider .slides li:first-child {
  display: block;
}
.simple-flexslider .flex-direction-nav {
  list-style: none;
  margin: 0;
}
.simple-flexslider .flex-direction-nav .flex-prev,
.simple-flexslider .flex-direction-nav .flex-next {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  padding: 30px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.simple-flexslider .flex-direction-nav .flex-prev:hover,
.simple-flexslider .flex-direction-nav .flex-next:hover {
  background-color: #63bd5a;
}
.simple-flexslider .flex-direction-nav .flex-prev {
  left: -30px;
}
.simple-flexslider .flex-direction-nav .flex-next {
  right: -30px;
}
.simple-flexslider .flex-control-nav {
  position: absolute;
  top: 10px;
  right: 10px;
}
.simple-flexslider .flex-control-nav li a {
  background: #fff;
}
/* News Slider */
.news-slider {
  overflow: hidden;
}
.news-slider li {
  display: none;
}
.news-slider .slides {
  position: relative;
  width: 9999px;
  margin-bottom: 0;
}
.news-slider .slides li {
  background-color: #30304D;
  float: left;
  width: 770px !important;
}
.news-slider figure:before {
  background-color: #30304D;
  content: "";
  position: absolute;
  top: 50px;
  right: -14px;
  width: 25px;
  height: 20px;
  z-index: 2;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news-slider figure img {
  width: 100%;
}
.news-slider article {
  position: relative;
  margin-top: 30px;
  padding-right: 20px;
  color: #ddd;
}
.news-slider article:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.news-slider article a {
  color: #fff;
}
.news-slider .meta {
  display: block;
  margin-bottom: 10px;
}
.news-slider .flex-control-nav {
  position: absolute;
  right: 20px;
  bottom: 15px;
  margin-left: 0;
  list-style: none;
}
.news-slider .flex-direction-nav {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: 0;
  list-style: none;
}
.news-slider .flex-direction-nav li {
  background-color: #30304d;
  color: #fff;
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  text-align: center;
  line-height: 24px;
  margin-right: 5px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.news-slider .flex-direction-nav li:hover {
  background-color: #63BD5A;
}
.news-slider .flex-direction-nav li a {
  color: #fff;
}
/* Camera */
.camera_fakehover {
  background-color: #ddd;
}
/* JCarousel */
.jcarousel-container {
  position: relative;
}
.jcarousel-direction-rtl {
  direction: rtl;
}
.jcarousel-container-horizontal {
  width: 100%;
  padding: 0;
}
.jcarousel-clip {
  overflow: hidden;
}
.jcarousel-clip-horizontal {
  width: 100%;
  height: auto;
}
.jcarousel-item {
  width: 176px;
  height: auto;
}
.jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 20px;
}
.jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 10px;
  margin-right: 0;
}
.jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}
.jcarousel-next-horizontal,
.jcarousel-prev-horizontal {
  background-color: #30304d;
  color: #fff;
  position: absolute;
  top: 25%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  text-align: center;
  line-height: 24px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.jcarousel-next-horizontal {
  right: 10px;
}
.jcarousel-prev-horizontal {
  left: 10px;
}
.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:focus,
.jcarousel-prev-horizontal:hover,
.jcarousel-prev-horizontal:focus {
  background-color: #62C462;
}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:focus,
.jcarousel-next-disabled-horizontal:active,
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}
/* #Footer
================================================== */
/* Scroll Top */
.scroll-top {
  background-color: #222236;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  bottom: 60px;
  right: 20px;
  display: none;
  overflow: hidden;
  z-index: 1000;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.scroll-top:hover,
.scroll-top:focus {
  background-color: #181826;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-decoration: none;
}
/* Ticker - Footer Twitter Scroll with Control */
.ticker {
  background-color: #62c462;
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.ticker .tweet {
  position: relative;
  padding: 15px 40px 15px 0;
}
.ticker .tweet_list {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  height: 20px;
  overflow: hidden;
}
.ticker .tweet_list li {
  min-height: 20px;
}
.ticker a {
  font-weight: 700;
  color: #ffffff;
}
.ticker a:hover {
  color: #ffffff;
}
.ticker p {
  margin-bottom: 0;
}
.ticker .label {
  background-color: #2c2c3b;
  color: #ffffff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
}
.ticker .flex-direction-nav {
  position: absolute;
  top: 15px;
  right: 0;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.ticker .flex-direction-nav li {
  display: inline-block;
  margin-left: 10px;
}
.ticker .flex-direction-nav li a {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ticker .flex-direction-nav li a:hover {
  opacity: 0.7;
}
.ticker .flex-direction-nav .flex-disabled {
  opacity: 0.5;
  cursor: default;
}
/* Footer */
footer {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
footer .footer {
  margin-top: 50px;
  margin-bottom: 50px;
}
footer a {
  color: #fff;
}
footer a:hover,
footer a:focus {
  color: #75758F;
}
footer h3 {
  color: #fff;
  margin-top: 0;
}
footer blockquote {
  border-left: none;
  padding-left: 0;
}
/* Menu Footer */
footer .menu-footer {
  margin-bottom: 40px;
}
footer .menu-footer li a {
  -webkit-transition: color 1s ease 0s, margin-left 0.5s ease 0s;
  -moz-transition: color 1s ease 0s, margin-left 0.5s ease 0s;
  -o-transition: color 1s ease 0s, margin-left 0.5s ease 0s;
  -ms-transition: color 1s ease 0s, margin-left 0.5s ease 0s;
  transition: color 1s ease 0s, margin-left 0.5s ease 0s;
}
footer .menu-footer li a:hover {
  margin-left: 5px;
}
/* Number Count */
footer .count {
  margin-bottom: 40px;
}
footer .count:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
footer .count > div {
  width: 50%;
}
footer .count h4 {
  font-weight: 700;
  color: #fff;
  margin: 0;
}
footer .count h6 {
  margin: 0;
}
/* Footer */
footer .footer [class*="span"] {
  position: relative;
}
footer .footer li {
  float: none;
}
/* Logo Footer */
footer .logo img {
  max-width: 220px;
}
/* Copyright
*/
footer .copyright {
  background-color: #222236;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 15px 0;
  border-top: 1px solid #1f1f30;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer .copyright p {
  margin-bottom: 0;
}
footer .copyright p a {
  text-decoration: underline;
}
footer .copyright ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  float: right;
}
footer .copyright li {
  display: inline-block;
}
footer .copyright li a {
  margin-top: 3px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #181826;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  line-height: 12px;
}
footer .copyright li:first-child a {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
/* #Plugins
================================================== */
/* Isotope */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  -ms-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  transition-property: transform, opacity;
}
/* Upcoming Isotope */
.upcoming-isotope {
  position: relative;
  margin-bottom: 30px;
}
.upcoming-isotope .sortby {
  position: absolute;
  top: -58px;
  right: 0;
}
.upcoming-isotope h3 {
  max-height: 40px;
  overflow: hidden;
}
.upcoming-isotope p {
  max-height: 140px;
  overflow: hidden;
}
.upcoming-isotope .items {
  position: relative;
  overflow: hidden;
  height: 400px;
  margin-bottom: 0;
  width: 790px;
}
.upcoming-isotope .items li {
  float: left;
  width: 244px;
  margin-right: 19px;
  margin-bottom: 30px;
}
.upcoming-isotope > .items li:nth-child(3n+3) {
  margin-right: 0;
}
.upcoming-isotope .more {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
}
/* FitVids */
.fit-vids-style {
  display: none;
}
/* jScrollPane */
.jspHorizontalBar,
.jspVerticalBar {
  background-color: transparent;
}
.jspTrack {
  background-color: #dedeea;
}
.jspDrag {
  background-color: #30304d;
}
.scroll-rounded .jspTrack,
.scroll-rounded .jspDrag {
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
/* #Miscellaneous
================================================== */
del {
    text-decoration: none;
    position: relative;
}
del:after {
    content: ' ';
    font-size: inherit;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 40%;
    bottom: 40%;
    border-top: 1px solid #BB3E3E;
    border-bottom: 1px solid #BB3E3E;
}
strike {
    text-decoration: none;
    position: relative;
}
strike:after {
    content: ' ';
    font-size: inherit;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 40%;
    bottom: 40%;
    border-top: 1px dotted #515151;
    border-bottom: 1px dotted #515151;
}

/* Clients */
.clients {
  margin-bottom: 30px;
  list-style: none;
  margin: 0;
}
.clients:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.clients li {
  text-align: center;
  background: #f9f9f9;
  width: 25%;
  margin: 0px -1px -1px 0px;
  padding: 5px 10px;
  border: 1px solid #e1e1e1;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clients li:hover {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 0px 12px #dadada;
  -moz-box-shadow: 0 0px 12px #dadada;
  box-shadow: 0 0px 12px #dadada;
}
/* General */
.inverse {
  color: #fff;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.inverse.blue {
  background-color: #0088CC;
}
.inverse.grey {
  background-color: #999;
}
.inverse.green {
  background-color: #62C462;
}
.nowrap {
  white-space: nowrap;
}
.show-all {
  position: absolute;
  right: 0;
  top: -64px;
  font-size: 11px;
}
/* Special */
[data-icon]:before {
  font-family: "MeteoconsRegular";
  content: attr(data-icon);
}
/* Icon Round */
.icon-round {
  display: inline-block;
  background-color: #f1f1f1;
  color: #30304d;
  position: relative;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-shadow: none;
  -webkit-border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 32px;
  -moz-background-clip: padding;
  border-radius: 32px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.icon-round.icon-2x {
  width: 64px;
  height: 64px;
  line-height: 64px;
  -webkit-border-radius: 64px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 64px;
  -moz-background-clip: padding;
  border-radius: 64px;
  background-clip: padding-box;
}
.icon-round.icon-2x > span {
  width: 62px;
  height: 62px;
}
.icon-round.icon-3x {
  width: 96px;
  height: 96px;
  line-height: 96px;
  -webkit-border-radius: 96px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 96px;
  -moz-background-clip: padding;
  border-radius: 96px;
  background-clip: padding-box;
}
.icon-round.icon-3x > span {
  width: 94px;
  height: 94px;
}
.icon-round.icon-4x {
  width: 128px;
  height: 128px;
  line-height: 128px;
  -webkit-border-radius: 128px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 128px;
  -moz-background-clip: padding;
  border-radius: 128px;
  background-clip: padding-box;
}
.icon-round.icon-4x > span {
  width: 126px;
  height: 126px;
}
.icon-round > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  text-align: center;
  -webkit-border-radius: 90px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 90px;
  -moz-background-clip: padding;
  border-radius: 90px;
  background-clip: padding-box;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.span3:hover .icon-round,
.span4:hover .icon-round {
  background-color: #30304d;
  color: #ffffff;
}
.span3:hover .icon-round > span,
.span4:hover .icon-round > span {
  border: 1px solid #30304d;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.25, 0.15, 1.7);
  -moz-transition-timing-function: cubic-bezier(0.4, 0.25, 0.15, 1.7);
  -o-transition-timing-function: cubic-bezier(0.4, 0.25, 0.15, 1.7);
  transition-timing-function: cubic-bezier(0.4, 0.25, 0.15, 1.7);
}
.span3:hover .icon-round.icon-2x > span,
.span4:hover .icon-round.icon-2x > span,
.span3:hover .icon-round.icon-3x > span,
.span4:hover .icon-round.icon-3x > span,
.span3:hover .icon-round.icon-4x > span,
.span4:hover .icon-round.icon-4x > span {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/* Solid Buttons */
.btn-solid {
  display: inline-block;
  background-color: #333;
  padding: 4px 12px;
  font-size: 14px;
  color: #fff !important;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.btn-solid:hover {
  background-color: #4d4d4d;
}
.btn-solid.btn-solid-mini {
  padding: 0 6px;
  font-size: 10.5px;
}
.btn-solid.btn-solid-large {
  padding: 11px 19px;
  font-size: 17.5px;
}
/* TinyNav - Used in phone size
*/
.tinynav {
  display: none !important;
  margin: 10px auto 0;
  width: 90%;
}
/* Ribbon */
.ribbon {
  width: 140px;
  height: 140px;
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: 8;
  background-color: #ffcc00;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffcc00', endColorstr='#f3b40b');
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffcc00', endColorstr='#f3b40b')";
  /* IE8 */

  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjNiNDBiIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #ffcc00, #f3b40b);
  background-image: -webkit-linear-gradient(top, #ffcc00, #f3b40b);
  background-image: -o-linear-gradient(top, #ffcc00, #f3b40b);
  background-image: linear-gradient(top, #ffcc00, #f3b40b);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ribbon_icon {
  position: absolute;
  top: 1px;
  left: 2px;
  color: #ffffff;
  font-size: 14px;
  z-index: 9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
figure {
  overflow: hidden;
  background-image: url("../images/patterns/strips.png");
}
figure a {
  display: block;
}
figure .ribbon,
figure .ribbon_icon {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure:hover .ribbon,
figure:hover .ribbon_icon {
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
/* DataTables */
.dataTable {
  margin-bottom: 10px !important;
}
.dataTable .headerSortUp,
.dataTable .headerSortDown {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.dataTable .header:after {
  content: "";
  float: right;
  margin-top: 8px;
  border-color: #000 transparent;
  border-style: solid;
  border-width: 0 4px 4px;
  visibility: hidden;
}
.dataTable .headerSortUp:after {
  border-color: #000 transparent;
  border-style: solid solid none;
  border-width: 4px 4px medium;
  box-shadow: none;
  visibility: visible;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.dataTable .headerSortDown:after,
.dataTable .headerSortDown:hover:after {
  visibility: visible;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.dataTables_length {
  margin-bottom: 5px;
  overflow: hidden;
}
.dataTables_length label {
  width: 460px;
  float: left;
  text-align: left;
}
.dataTables_length select {
  width: 75px;
  margin-bottom: 2px;
}
.dataTables_filter {
  margin-bottom: 5px;
  overflow: hidden;
}
.dataTables_filter label {
  float: right;
}
.dataTables_filter input {
  margin-bottom: 2px;
}
.dataTables_info {
  padding-top: 8px;
}
.dataTables_paginate {
  float: right;
  margin: 0;
}
.dataTable th:active {
  outline: none;
}
/* Icons */
.icon-green {
  color: #53AF4E;
}
.icon-yellow {
  color: #E8BF56;
}
.icon-blue {
  color: #2244AA;
}
.icon-orange {
  color: #E97F02;
}
.icon-white {
  background-color: #333;
  color: #fff;
}
.icon-pink {
  color: #FF5770;
}
.icon-red {
  color: #A30006;
}
/* Skills */
.skills li {
  position: relative;
}
.skills p {
  position: absolute;
  top: 3px;
  left: 10px;
  color: #222;
  font-size:12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.skills .progress {
  margin-bottom: 10px;
  height: 25px;
}
.skills .bar {
  -webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -o-transition: width 1s ease;
  -ms-transition: width 1s ease;
  transition: width 1s ease;
}
/* Back and White */
.backwhite {
  position: relative;
  display: block;
}
/* #Media Queries
================================================== */
/* Only Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .overall.overall-full .inner {
    left: -1px;
    padding-right: 1px;
  }
  .map-inner .map-shadow {
    left: -1px;
    padding-right: 1px;
  }
}
/* iPhone retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  
}
/* Extra Large desktop */
@media (max-width: 1279px) {
  body {
    overflow-x: hidden;
  }
  .advertising {
    display: none;
  }
}
/* Large desktop */
@media (min-width: 1200px) {
  .counter span {
    font-size: 28px !important;
  }
  .flickr-widget .flickr_badge_image:nth-child(4n+5) {
    margin-right: 0;
  }
  .pagination .page-count {
    float: right;
  }
}
/* Medium desktop */
@media (min-width: 980px) and (max-width: 1199px) {
  header .ad-728 {
    margin-top: 30px;
  }
  header .medium-search .input-xlarge {
    width: 240px;
  }
  .pagination .page-count {
    float: right;
  }
  .language .current span {
    display: none;
  }
  .news-slider .slides li {
    width: 620px !important;
  }
  .news-slider .meta {
    display: none;
  }
  .news-slider article {
    font-size: 13px;
    line-height: 17px;
  }
  .news-slider article h2 {
    font-size: 16px;
    line-height: 22px;
  }
  .upcoming-jcarousel .events li {
    width: 194px !important;
    margin-right: 19px;
  }
  .upcoming-isotope .items {
    width: 640px;
  }
  .upcoming-isotope .items li {
    width: 194px;
  }
  .upcoming-isotope h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .social-counter a {
    font-size: 15px;
  }
  .social-counter span {
    font-size: 18px;
  }
  .gallery .row {
    overflow: hidden;
  }
  .gallery [class*="span"] {
    display: block;
    width: 100%;
    float: none;
  }
  .gallery .big-thumb {
    margin-bottom: 5px;
  }
  .gallery .big-thumb a {
    background-color: #fff;
    padding-right: 5px;
    display: inline-block;
  }
  .login .form-actions ul {
    margin-bottom: 20px;
  }
  .login .form-actions .pull-right {
    float: none;
    text-align: center;
  }
  .login .form-actions .pull-right .btn {
    width: 100%;
  }
  .ticker .tweet,
  .ticker li {
    height: 40px;
  }
  .portfolio-isotope .items {
    width: 639px;
  }
  .portfolio-isotope .items li {
    width: 194px;
  }
  footer h3 {
    font-size: 16px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  header .header {
    min-height: 115px;
  }
  header .logo {
    margin-top: 30px;
  }
  header .logo img {
    width: 100%;
  }
  header .big-search {
    margin-top: 15px;
  }
  header .simple-login {
    margin-top: 10px;
  }
  header .ad-728 .image {
    margin-top: 30px;
  }
  header nav.navigation .menu {
    font-size: 13px;
  }
  header nav.navigation .menu > li:hover a {
    padding-left: 11px;
  }
  header nav.navigation .menu > li > a {
    padding: 13px 10px 16px;
  }
  .news-slider .slides li {
    width: 476px !important;
  }
  .pagination {
    text-align: center;
  }
  .featured-news .news-thumbs h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .upcoming-jcarousel .events li {
    width: 228px !important;
    margin-right: 20px;
  }
  .upcoming-isotope .items {
    width: 496px;
  }
  .upcoming-isotope .items li {
    width: 146px;
  }
  .counter i {
    float: none;
  }
  .latest-blog p {
    display: none;
  }
  .newsletter .span8 {
    width: 120px;
  }
  .gallery [class*="span"] {
    display: block;
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .gallery .big-thumb {
    margin-bottom: 5px;
  }
  .social-counter i {
    display: none;
  }
  .social-counter a {
    font-size: 15px;
  }
  .social-counter span {
    font-size: 18px;
  }
  .login .form-actions ul {
    margin-bottom: 20px;
  }
  .login .form-actions .pull-right {
    float: none;
    text-align: center;
  }
  .login .form-actions .pull-right .btn {
    width: 100%;
  }
  .ticker .tweet,
  .ticker li {
    height: 40px;
  }
  .scroll-top {
    bottom: 70px;
  }
  .portfolio-isotope .items {
    width: 496px;
  }
  .portfolio-isotope .items li {
    width: 228px;
    margin-right: 20px;
  }
  footer h3 {
    white-space: nowrap;
    font-size: 13px;
  }
  footer .logo img {
    max-width: 140px;
  }
  footer .count h4 {
    font-size: 13px;
  }
  footer .social-icons {
    margin-bottom: 0;
  }
  footer .social-icons li {
    margin-bottom: 10px;
  }
  footer .social-buttons {
    display: none;
  }
  footer .author {
    display: block;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
  header {
    border-top: none;
  }
  header .top-bar {
    text-align: center;
  }
  header .header {
    text-align: center;
    min-height: auto;
  }
  header .pull-left,
  header .pull-right {
    float: none;
  }
  header .access {
    float: none;
  }
  header .logo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  header .simple-login {
    float: none;
    display: inline-block;
    margin-top: 0;
  }
  header .search {
    text-align: center;
    padding: 5px;
  }
  header .search .pull-right {
    float: none;
  }
  header .search input[type=text] {
    width: 300px;
  }
  header .big-search {
    margin-left: 10px;
    margin-right: 10px;
  }
  header .medium-search {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  header .medium-search .input-xlarge {
    width: 220px;
  }
  header .simple-search {
    margin-left: 10px;
    margin-right: 10px;
  }
  header .query-search {
    margin-top: 10px;
  }
  .pagination {
    text-align: center;
  }
  .news-slider .slides {
    width: auto;
  }
  .news-slider .slides > li {
    width: 100% !important;
    display: none;
  }
  .news-slider .slides > li:first-child {
    display: block;
  }
  .news-slider figure:before {
    top: auto;
    right: auto;
    bottom: -13px;
    left: 50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .news-slider article {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .login .form-actions .pull-right {
    float: none;
    text-align: center;
  }
  .login .form-actions .pull-right .btn {
    width: 100%;
  }
  .main {
    margin-right: 10px;
    margin-left: 10px;
  }
  .tinynav {
    display: block !important;
  }
  .gallery-alt img {
    width: 100%;
  }
  #nav .menu {
    display: none;
  }
  .overall .container {
    padding-bottom: 20px;
  }
  .teaser [class*="span"] {
    width: 49%;
    display: inline-block;
    margin-bottom: 30px;
  }
  .teaser .item {
    margin-right: 5px;
  }
  .simple-box {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .simple-box h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .simple-box h4 {
    font-size: 14px;
    list-style: 16px;
  }
  .prices .price-column h2 {
    font-size: 36px;
  }
  .prices .price-column .row-featured {
    font-size: 11px;
    font-weight: 500;
  }
  .upcoming-isotope .items {
    width: 728px;
  }
  .upcoming-isotope .items li {
    width: 162px;
  }
  .featured-news figure img {
    width: 100%;
  }
  .featured-news .news-thumbs .news-item .span3 {
    width: auto;
    float: left;
    margin-right: 10px;
  }
  .featured-news .news-thumbs .news-item ul {
    float: left;
  }
  .blog .comments-block {
    margin-bottom: 30px;
  }
  .cities [class*="span"] {
    width: 49%;
    display: inline-block;
    margin-bottom: 30px;
  }
  .members [class*="span"] {
    width: 49%;
    display: inline-block;
    margin-bottom: 30px;
  }
  .videos figure img {
    width: 100%;
  }
  .videos [class*="span"] {
    width: 48%;
    *width: 48%;
    margin-left: 1%;
    display: inline-block;
    vertical-align: top;
  }
  .videos [class*="span"]:nth-child(odd) {
    margin-left: 0;
  }
  .ad-180 {
    text-align: center;
  }
  .ad-180 [class*="span"] {
    width: 49%;
    display: inline-block;
  }
  .qrcode {
    text-align: center;
  }
  .social-counter i {
    float: inherit;
  }
  .social-counter [class*="span"] {
    width: 30%;
    display: inline-block;
  }
  .boxes {
    padding-left: 20px;
    padding-right: 20px;
  }
  .boxes [class*="span"] {
    margin-bottom: 30px;
  }
  .newsletter .input-prepend .span8 {
    width: 180px;
  }
  .gallery .big-thumb {
    margin-bottom: 5px;
  }
  .gallery .big-thumb img {
    width: 100%;
  }
  .sitemap li a {
    font-size: 11px;
    font-weight: 500;
  }
  .sitemap li a:link:before,
  .sitemap li a:visited:before {
    content: "";
    margin-bottom: 0;
  }
  .sitemap i {
    display: none;
  }
  .ticker {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ticker .tweet,
  .ticker li {
    height: 60px;
  }
  footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  footer .footer {
    margin: 0;
    padding: 0;
  }
  footer .footer [class*="span"] {
    margin-bottom: 30px;
  }
  footer .logo {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 40px;
  }
  footer .copyright {
    text-align: center;
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  footer .copyright ul {
    float: none;
    margin-top: 20px;
  }
}
/* iPhone 5 */
@media (max-width: 640px) {
  .upcoming-jcarousel .events li {
    width: 292px !important;
    margin-right: 19px;
  }
  .portfolio-isotope .items {
    width: 622px;
  }
  .portfolio-isotope .items li {
    width: 292px;
    margin-right: 19px;
  }
}
/* Portrait kindle */
@media (max-width: 600px) {
  .upcoming-jcarousel .events li {
    width: 272px !important;
    margin-right: 19px;
  }
  .portfolio-isotope .items {
    width: 582px;
  }
  .portfolio-isotope .items li {
    width: 272px;
    margin-right: 19px;
  }
  .blog .share {
    text-align: center;
  }
  .blog .share .utils {
    margin-bottom: 30px;
  }
  .blog .share .social-buttons {
    float: none;
  }
  .error-page h2 {
    font-size: 200px;
    line-height: 180px;
  }
}
/* Landscape Nicer Android */
@media (min-width: 481px) and (max-width: 515px) {
  .upcoming-jcarousel .events li {
    width: 229px !important;
    margin-right: 20px;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  header .logo {
    margin-bottom: 20px;
  }
  header .search input[type=text] {
    width: 160px;
  }
  header .search input[type=text]:hover,
  header .search input[type=text]:focus {
    width: 160px;
  }
  header .medium-search .input-xlarge {
    width: 160px;
  }
  .videos .item {
    margin-bottom: 0;
  }
  .videos [class*="span"] {
    margin-bottom: 10px;
  }
  .videos .views small,
  .videos .time small {
    font-size: 9px;
  }
  .prices .price-column h2 {
    font-size: 26px;
  }
  .upcoming-jcarousel .events li {
    width: 212px !important;
    margin-right: 19px;
  }
  .portfolio-isotope .items {
    width: 462px;
  }
  .portfolio-isotope .items li {
    width: 212px;
    margin-right: 19px;
  }
  .upcoming-isotope .items {
    max-width: 443px;
  }
  .upcoming-isotope .items li {
    width: 263px;
  }
  .ticker {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ticker .tweet {
    padding-right: 30px;
  }
  .ticker .tweet,
  .ticker li {
    height: 120px;
  }
  .error-page h2 {
    font-size: 140px;
    line-height: 140px;
  }
}
/* */
@media (max-width: 360px) {
  .upcoming-jcarousel .events li {
    width: 323px !important;
  }
  .portfolio-isotope .items {
    width: 342px;
  }
  .portfolio-isotope .items li {
    width: 323px;
  }
  footer .logo {
    margin-top: 50px;
  }
}
/* Portrait phones and down */
@media (max-width: 320px) {
  .upcoming-jcarousel .events li {
    width: 283px !important;
  }
  .portfolio-isotope .items {
    width: 302px;
  }
  .portfolio-isotope .items li {
    width: 283px;
  }
}
/* Nicer Android Portrait */
@media (max-width: 295px) {
  .upcoming-jcarousel .events li {
    width: 258px !important;
  }
  .portfolio-isotope .items {
    width: 277px;
  }
  .portfolio-isotope .items li {
    width: 258px;
  }
  .ticker .tweet,
  .ticker li {
    height: 140px;
  }
}
/* #Font-Face
================================================== */
@font-face {
  font-family: "MeteoconsRegular";
  src: url("../font/meteocons-webfont.eot");
  src: url("../font/meteocons-webfont.eot?#iefix") format("embedded-opentype"), url("../font/meteocons-webfont.woff") format("woff"), url("../font/meteocons-webfont.ttf") format("truetype"), url("../font/meteocons-webfont.svg#MeteoconsRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}


/* Personalizado - Web em Segundos
================================================== */

.blocovideo{
  height:250px;
  overflow: hidden;
  margin-left:0px !important;
  margin-right:12px !important;
}
.textoNoticia p {
  font-size:16px;
  line-height:26px;
}
.imagem-direita{
  padding-left:20px;
  margin-bottom:20px;
}
.with-image figure:hover .hovericon {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.with-image .hovericon {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 42px;
  margin-top: -20px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.spanlistafotos{
  margin:0px 5px 10px 0px !important;
  width:105px !important;
  height:105px !important;
  line-height:100px;
}
.chamadalista p{
  font-size:16px !important;
}
.boxcategorias{
  margin:0px 5px 20px 5px;
  border:3px #a5a5a5 solid;
  background:#eeebeb;
  padding:10px 10px;
}
.botoescategorias{
  margin:0px 5px 10px 0px;
  padding:0px 10px 0px 10px !important;
  color:#000 !important;
}
.bold{
  font-weight:bold !important;
}
.fontwhite{
  color:#fff !important;
}
.listalogo{
  height:135px;
  line-height:135px;
  background:#fff;
  border-top:1px #e9e9e9 solid;
  border-bottom:2px #e9e9e9 solid;
  text-align:center;
}
.listalinks{
  height:270px;
  overflow:hidden;
}
.rating-box {
  background: url("../img/bkg_rating.png") repeat-x;
  font-size: 0;
  height: 13px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 70px;
}
 
.rating-box .rating {
  background: url("../img/bkg_rating.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 13px;
}

.black{
  color:#000;
}

.filiais-box {
  height:380px;
  overflow:hidden;
  background:#FAFAFA;
  margin-bottom:20px;
  padding:10px;
  outline:1px #cecece solid;
}

.servicos-box {
  height:225px;
  overflow:hidden;
  background:#FAFAFA;
  margin-bottom:20px;
  padding:10px;
  outline:1px #cecece solid;
}
.servicos-box h3{
  margin-top:-5px;
}
.servicos-box h5{
  margin-top:0px;
}

.filialtitulo{
  font-size:18px;
}
.filialhr{
  margin:0px 0px 5px 0px !important;
}

.enquetehr{
  margin:0px 0px 5px 0px !important;
}

.divenquetes{
  padding:0px 10px 10px 10px;
}
.addtableft{
  padding-left:1em;
}
.addtabright{
  padding-right:1em;
}

.pp_gallery ul a img {
  width: 50px;
}

div.press_mentions { padding-top: 15px; }
  div.press_mentions ul {
    list-style: none;
  }
    div.press_mentions ul li {
      margin-bottom: 30px;
      overflow: hidden;
    }
      div.press_mentions ul li .logo {
        float: left;
        position: relative;
        border: 0px solid #eaeaea;
        width: 75px;
        height: 75px;
      }
        div.press_mentions ul .logo img {
          position: absolute;
          top: 2px;
          left: 4px;
        }
      div.press_mentions ul li .details {
        margin-left: 95px;

      }
      div.press_mentions ul li p {
        font-style: italic;
        color: #5d5d5d;
        font-size: 18px;
        margin-bottom: 8px;
        line-height: 22px;
        display:inline-block;
      }
      div.press_mentions ul li address,
      div.press_mentions ul li address a {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        font-style: normal;
      }
        div.press_mentions ul li address a:before {
          content: "|";
          padding: 0px 10px 0px 5px;
          font-style: normal;
          color: #b2b2b2;
        }
        div.press_mentions ul li address a {
          color: #319ebc;
          -webkit-transition:color 0.2s ease-in;  
          -moz-transition:color 0.2s ease-in;  
          -o-transition:color 0.2s ease-in;  
          transition:color 0.2s ease-in;
          font-style: italic;
        }
          div.press_mentions ul li address a:hover { color: #333; }


/* Painel - Bootstrap 3 - cover
================================================== */

.panel {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
  padding: 10px 15px;
  margin: -15px -15px 15px;
  font-size: 17.5px;
  font-weight: 500;      
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-footer {
  padding: 10px 15px;
  margin: 15px -15px -15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

@media print {
  a[href]:after {
    content: none;
  }
}