/*
Theme Name: Future
Theme URI: http://designorbital.com/future/
Author: DesignOrbital.com
Author URI: http://designorbital.com/
Description: Future is built with Bootstrap 3 framework. It is a clean, creative, feature-rich and responsive multipurpose theme that is perfect for creative agencies, creative portfolios, freelancers or for any purpose. Responsive layout of Future WordPress theme adapts to the screen size of different device your visitors are using. Future is retina ready and will look sharp on high resolution displays like the MacBook Pro Retina, iPad or iPhone. This theme is powered with custom menu, custom header, sidebar widget, featured image, theme options, nice typography and built-in pagination features.
Version: 0.1
Tags: red, white, light, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-header, custom-menu, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/*
* ==========================================================================
* Links
* ==========================================================================
*/
a:hover,
a:focus {
  text-decoration: none;
}
/*
* ==========================================================================
* Code
* ==========================================================================
*/
code {
  white-space: normal;
}
/*
* ==========================================================================
* Alternate Buttons
* ==========================================================================
*/
.btn-primary-bootstrap {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary-bootstrap:hover,
.btn-primary-bootstrap:focus,
.btn-primary-bootstrap:active,
.btn-primary-bootstrap.active,
.open .dropdown-toggle.btn-primary-bootstrap {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary-bootstrap:active,
.btn-primary-bootstrap.active,
.open .dropdown-toggle.btn-primary-bootstrap {
  background-image: none;
}
.btn-primary-bootstrap.disabled,
.btn-primary-bootstrap[disabled],
fieldset[disabled] .btn-primary-bootstrap,
.btn-primary-bootstrap.disabled:hover,
.btn-primary-bootstrap[disabled]:hover,
fieldset[disabled] .btn-primary-bootstrap:hover,
.btn-primary-bootstrap.disabled:focus,
.btn-primary-bootstrap[disabled]:focus,
fieldset[disabled] .btn-primary-bootstrap:focus,
.btn-primary-bootstrap.disabled:active,
.btn-primary-bootstrap[disabled]:active,
fieldset[disabled] .btn-primary-bootstrap:active,
.btn-primary-bootstrap.disabled.active,
.btn-primary-bootstrap[disabled].active,
fieldset[disabled] .btn-primary-bootstrap.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary-bootstrap .badge {
  color: #428bca;
  background-color: #fff;
}
.site-wrapper a.btn-default {
  color: #333333;
}
.site-wrapper a.btn-default:hover,
.site-wrapper a.btn-default:focus {
  color: #333333;
}
.site-wrapper a.btn-default:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.site-wrapper a.btn-primary {
  color: #ffffff;
}
.site-wrapper a.btn-primary:hover,
.site-wrapper a.btn-primary:focus {
  color: #ffffff;
}
.site-wrapper a.btn-primary:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.site-wrapper a.btn-primary-bootstrap {
  color: #ffffff;
}
.site-wrapper a.btn-primary-bootstrap:hover,
.site-wrapper a.btn-primary-bootstrap:focus {
  color: #ffffff;
}
.site-wrapper a.btn-primary-bootstrap:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.site-wrapper a.btn-warning {
  color: #ffffff;
}
.site-wrapper a.btn-warning:hover,
.site-wrapper a.btn-warning:focus {
  color: #ffffff;
}
.site-wrapper a.btn-warning:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.site-wrapper a.btn-danger {
  color: #ffffff;
}
.site-wrapper a.btn-danger:hover,
.site-wrapper a.btn-danger:focus {
  color: #ffffff;
}
.site-wrapper a.btn-danger:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.site-wrapper a.btn-success {
  color: #ffffff;
}
.site-wrapper a.btn-success:hover,
.site-wrapper a.btn-success:focus {
  color: #ffffff;
}
.site-wrapper a.btn-success:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.site-wrapper a.btn-info {
  color: #ffffff;
}
.site-wrapper a.btn-info:hover,
.site-wrapper a.btn-info:focus {
  color: #ffffff;
}
.site-wrapper a.btn-info:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/*
* ==========================================================================
* Brand/project name
* ==========================================================================
*/
.navbar-brand {
  font-size: 30px;
}
.navbar-brand-image {
  float: left;
  padding: 0 15px;
}
.navbar-brand-image img {
    max-width: 302px;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand-image {
    margin-left: -15px;
  }
}
/*
* ==========================================================================
* Pagination
* ==========================================================================
*/
.pagination {
  margin: 0;
}
/*
* ==========================================================================
* Pagination Link Pages
* ==========================================================================
*/
.pagination-wrapper-link-pages-single {
  margin-bottom: 25px;
}
/*
* ==========================================================================
* Pagination Portfolio Templates
* ==========================================================================
*/
.pagination-wrapper-portfolio-template {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .pagination-wrapper-portfolio-template {
    margin-top: 40px;
  }
}
/*
* ==========================================================================
* Pager Pagination
* ==========================================================================
*/
.pager {
  margin: 0;
}
/*
* ==========================================================================
* Pager Images
* ==========================================================================
*/
.pager-images li > a,
.pager-images li > span {
  padding: 0;
  border: none;
}
/*
* ==========================================================================
* Pagination Wrapper Attachment
* ==========================================================================
*/
.pagination-wrapper-attachment {
  margin-bottom: 25px;
}
/*
* ==========================================================================
* Pagination Wrapper Comments
* ==========================================================================
*/
.pagination-wrapper-comments {
  margin-bottom: 25px;
}
/*
* ==========================================================================
* Carousel Indicators
* ==========================================================================
*/
.carousel-indicators li {
  margin: 1px 5px 1px 1px;
}
.carousel-indicators .active {
  margin: 0 5px 0 0;
}
/*
* ==========================================================================
* Site Wrapper
* ==========================================================================
*/
.site-wrapper {
  position: relative;
  background-color: #ffffff;
}
.site-wrapper:before,
.site-wrapper:after {
  content: " ";
  display: table;
}
.site-wrapper:after {
  clear: both;
}
/*
* ==========================================================================
* Template Full Width Widgetized Wrapper
* ==========================================================================
*/
.template-full-width-widgetized-wrapper {
  position: relative;
}
.template-full-width-widgetized-wrapper:before,
.template-full-width-widgetized-wrapper:after {
  content: " ";
  display: table;
}
.template-full-width-widgetized-wrapper:after {
  clear: both;
}
/*
* ==========================================================================
* Loop Meta
* ==========================================================================
*/
.loop-meta {
  color: #333333;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  .loop-meta {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.loop-meta a {
  color: #333333;
}
.loop-meta a:hover,
.loop-meta a:focus {
  color: #595959;
}
.loop-meta a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.loop-meta .loop-meta-title {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.loop-meta .loop-meta-description {
  margin: 10px 0 0 0;
}
/*
* ==========================================================================
* Content
* ==========================================================================
*/
@media (max-width: 767px) {
  .content {
    padding-bottom: 40px;
  }
}
/*
* ==========================================================================
* Content Sidebar Wrapper
* ==========================================================================
*/
.content-sidebar-wrapper {
  padding-top: 32px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .content-sidebar-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/*
* ==========================================================================
* WP Sticky Post
* ==========================================================================
*/
.sticky {
  /** Fors Sticky Posts */

}
/*
* ==========================================================================
* WP Alignments
* ==========================================================================
*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*
* ==========================================================================
* WP Images
* ==========================================================================
*/
img.alignleft {
  display: inline;
  float: left;
  margin: 20px 20px 20px 0;
}
img.alignright {
  display: inline;
  float: right;
  margin: 20px 0 20px 20px;
}
img.aligncenter,
img.centered {
  display: block;
  margin: 20px auto 20px auto;
  clear: both;
}
img.alignnone {
  display: inline;
}
/*
* ==========================================================================
* WP Image Smiley
* ==========================================================================
*/
.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/*
* ==========================================================================
* WP Captions
* ==========================================================================
*/
.wp-caption {
  max-width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.wp-caption .wp-caption-text {
  margin: 12px 12px 0 0;
  font-size: 12px;
  font-style: italic;
}
/*
* ==========================================================================
* WP Gallery
* ==========================================================================
*/
dl.gallery-item {
  margin: 0;
}
dl.gallery-item img {
  padding: 5px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: auto;
}
.gallery {
  margin: 0 auto 20px auto;
}
.gallery a img {
  border: none;
}
.gallery br + br {
  display: none;
}
.gallery .gallery-item {
  float: left;
  text-align: center;
  margin-bottom: 10px;
}
.gallery-item a {
  width: 90%;
  display: block;
}
.gallery-caption {
  width: 90%;
  margin: 0 0 10px 0;
  font-size: 12px;
  font-style: italic;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-4 .gallery-item img {
  width: 98%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-5 .gallery-item img {
  width: 96%;
}
.gallery-columns-6 .gallery-item {
  width: 16%;
}
.gallery-columns-6 .gallery-item img {
  width: 94%;
}
.gallery-columns-7 .gallery-item {
  width: 14%;
}
.gallery-columns-7 .gallery-item img {
  width: 90%;
}
.gallery-columns-8 .gallery-item {
  width: 12%;
}
.gallery-columns-8 .gallery-item img {
  width: 88%;
}
.gallery-columns-9 .gallery-item {
  width: 11%;
}
.gallery-columns-9 .gallery-item img {
  width: 86%;
}
.gallery-columns-10 .gallery-item {
  width: 10%;
}
.gallery-columns-10 .gallery-item img {
  width: 84%;
}
/*
* ==========================================================================
* Entry Wrapper
* ==========================================================================
*/
.entry-wrapper {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .entry-wrapper {
    margin-bottom: 40px;
  }
}
.entry-wrapper:before,
.entry-wrapper:after {
  content: " ";
  display: table;
}
.entry-wrapper:after {
  clear: both;
}
.entry-wrapper-single {
  padding-bottom: 50px;
  border-bottom: solid 1px #eeeeee;
}
@media (max-width: 767px) {
  .entry-wrapper-single {
    padding-bottom: 40px;
  }
}
/*
* ==========================================================================
* Entry Content
* ==========================================================================
*/
.entry-content {
  margin-bottom: 25px;
  word-wrap: break-word;
}
.entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
/*
* ==========================================================================
* Entry Content Attachment
* ==========================================================================
*/
.entry-content-attachment {
  text-align: center;
}
.entry-content-attachment img {
  margin: 0 auto;
}
/*
* ==========================================================================
* Entry More Link
* ==========================================================================
*/
.entry-more-link.btn {
  margin: 20px 0 0 0;
}
.entry-more-link-wrapper {
  display: block;
  margin: 20px 0 0 0;
}
/*
* ==========================================================================
* Entry Post Parent Link Wrapper
* ==========================================================================
*/
.entry-post-parent-link-wrapper {
  text-align: center;
}
/*
* ==========================================================================
* Entry Title
* ==========================================================================
*/
.entry-title {
  color: #333333;
  margin-top: 0;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.entry-title a {
  color: #333333;
}
.entry-title a:hover,
.entry-title a:focus {
  color: #595959;
}
.entry-title a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/*
* ==========================================================================
* Entry Meta
* ==========================================================================
*/
.entry-meta {
  font-size: 13px;
  color: #333333;
}
.entry-meta a {
  color: #333333;
}
.entry-meta a:hover,
.entry-meta a:focus {
  color: #595959;
}
.entry-meta a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.entry-meta-top {
  margin-top: 0;
  margin-bottom: 10px;
}
/*
* ==========================================================================
* Entry Meta Sep
* ==========================================================================
*/
.entry-meta-sep {
  display: inline-block;
  margin: 0 10px;
}
/*
* ==========================================================================
* Entry Featured Image Wrapper
* ==========================================================================
*/
.entry-featured-image-wrapper {
  float: left;
  max-width: 380px;
  margin: 0 25px 60px 0;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .entry-featured-image-wrapper {
    max-width: 350px;
    margin: 0 20px 60px 0;
  }
}
@media (max-width: 991px) {
  .entry-featured-image-wrapper {
    float: none;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
.lt-ie9 .entry-featured-image-wrapper {
  width: 380px;
}
.entry-featured-image-onecol-wrapper {
  float: left;
  max-width: 500px;
  margin: 0 25px 60px 0;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .entry-featured-image-onecol-wrapper {
    max-width: 450px;
    margin: 0 20px 60px 0;
  }
}
@media (max-width: 991px) {
  .entry-featured-image-onecol-wrapper {
    float: none;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
.lt-ie9 .entry-featured-image-onecol-wrapper {
  width: 500px;
}
/*
* ==========================================================================
* Entry Media Wrapper
* ==========================================================================
*/
.entry-media-wrapper {
  margin: 0 0 25px 0;
}
/*
* ==========================================================================
* Entry Post Author Wrapper
* ==========================================================================
*/
.entry-post-author-wrapper {
  margin-bottom: 50px;
}
.entry-post-author-wrapper .entry-post-author-body {
  margin: 0;
}
.entry-post-author-wrapper .entry-post-author-avatar {
  float: left;
  margin: 0 15px 0 0;
}
@media (max-width: 767px) {
  .entry-post-author-wrapper {
    margin-bottom: 40px;
  }
}
/*
* ==========================================================================
* Footer Tail Sidebars
* ==========================================================================
*/
.footer-tail-sidebars {
  background-color: #b51622;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: solid 1px #87111a;
}
.footer-tail-sidebars.widget-default .widget.widget-last,
.footer-tail-sidebars.widget-inverse .widget.widget-last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.footer-tail-sidebars .theme-info {
  text-align: right;
}
@media (max-width: 991px) {
  .footer-tail-sidebars .theme-info {
    text-align: left;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer-tail-sidebars {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/*
* ==========================================================================
* Comments
* ==========================================================================
*/
#comments .comments-title {
  margin: 0 0 30px 0;
}
#comments .no-comments,
#comments .no-password {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #comments .no-comments,
  #comments .no-password {
    margin-bottom: 32px;
  }
}
/*
* ==========================================================================
* Comment List
* ==========================================================================
*/
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list .comment {
  position: relative;
  overflow: hidden;
}
.comment-list .comment.bypostauthor {
  /** bypostauthor */

}
.comment-list .pingback-wrapper {
  margin-bottom: 30px;
}
.comment-list .pingback-wrapper > .comment-body {
  margin: 0;
}
.comment-list .comment-wrapper {
  margin-bottom: 30px;
}
.comment-list .comment-wrapper > .comment-body .panel-heading:before,
.comment-list .comment-wrapper > .comment-body .panel-heading:after {
  content: " ";
  display: table;
}
.comment-list .comment-wrapper > .comment-body .panel-heading:after {
  clear: both;
}
.comment-list .comment-wrapper > .comment-body .comment-author-avatar-wrapper {
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 15px 0 0;
}
.comment-list .comment-wrapper > .comment-body .comment-author-avatar-wrapper .avatar {
  max-width: 100%;
  height: auto;
}
.comment-list .comment-wrapper > .comment-body .comment-author-title {
  margin: 0;
}
.comment-list .comment-wrapper > .comment-body .comment-meta {
  margin: 0;
}
.comment-list .children {
  list-style: none;
  margin: 0 0 0 30px;
  padding: 0;
}
/*
* ==========================================================================
* Comment Respond
* ==========================================================================
*/
.comment-respond {
  position: relative;
  margin-bottom: 40px;
}
.comment-respond .comment-reply-title {
  margin: 0 0 10px 0;
}
.comment-respond #cancel-comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
}
.comment-respond .required {
  color: #d9534f;
}
@media (max-width: 767px) {
  .comment-respond {
    margin-bottom: 32px;
  }
}
/*
* ==========================================================================
* Widget
* ==========================================================================
*/
.widget {
  width: 100%;
  color: #333333;
  word-wrap: break-word;
  overflow: hidden;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px #cccccc;
}
.widget a {
  color: #333333;
}
.widget a:hover,
.widget a:focus {
  color: #595959;
}
.widget a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.widget .widget-title {
  color: #333333;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: bold;
}
.widget .widget-title span {
  display: block;
}
.widget .widget-inside > ul,
.widget .widget-inside > ol {
  padding-left: 20px;
  margin-bottom: 0;
}
.widget .widget-inside > ul ul,
.widget .widget-inside > ol ul {
  padding-left: 20px;
}
.widget img {
  display: block;
  max-width: 100%;
  height: auto;
}
.widget.widget-last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.widget:before,
.widget:after {
  content: " ";
  display: table;
}
.widget:after {
  clear: both;
}
/*
* ==========================================================================
* Widget Inverse
* ==========================================================================
*/
.widget-inverse .widget {
  color: #eeeeee;
  border-bottom: solid 1px #b51622;
}
.widget-inverse .widget a {
  color: #eeeeee;
}
.widget-inverse .widget a:hover,
.widget-inverse .widget a:focus {
  color: #ffffff;
}
.widget-inverse .widget a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.widget-inverse .widget .widget-title {
  color: #ffffff;
}
.widget-inverse .widget.widget-last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
/*
* ==========================================================================
* Widget Default
* ==========================================================================
*/
.widget-default .widget .btn-primary {
  color: #333333;
}
.widget-default .widget .btn-primary:hover,
.widget-default .widget .btn-primary:focus {
  color: #595959;
}
.widget-default .widget.widget-last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
/*
* ==========================================================================
* Widgetized Wrapper Widget
* ==========================================================================
*/
.footer-tail-sidebars .widget {
  border: none;
  padding: 0;
  margin: 0;
}
/*
* ==========================================================================
* Search Form Widget
* ==========================================================================
*/
.widget .searchform .form-group {
  width: 70%;
}
@media (max-width: 1199px) {
  .widget .searchform .form-group {
    width: 100%;
    margin-bottom: 10px;
  }
}
/*
* ==========================================================================
* Responsive Tags
* ==========================================================================
*/
embed,
iframe,
object,
video,
audio {
  max-width: 100% !important;
}
/*
* ==========================================================================
* Text Alignment utilities
* ==========================================================================
*/
@media (max-width: 767px) {
  .media-center-xs,
  .text-left,
  .text-right,
  .text-center {
    text-align: center;
  }
  .media-center-xs ul,
  .text-left ul,
  .text-right ul,
  .text-center ul,
  .media-center-xs ol,
  .text-left ol,
  .text-right ol,
  .text-center ol {
    list-style: none;
  }
  .media-center-xs img,
  .text-left img,
  .text-right img,
  .text-center img {
    margin: 0 auto;
  }
}


/*
* ==========================================================================
* Customizations
* ==========================================================================
*/
body{
    font-family: Trebuchet MS, Arial,Helvetica,sans-serif !important;
}

button, input, optgroup, select, textarea {
    font-weight: normal;
}

.container {
    max-width: 1366px;
    width: 100%;
}

/*menu*/
.navbar {
    min-height: 50px;
    position: fixed;
    width: 100%;
}

.navbar-nav > li > a {
    padding-bottom: 7px;
    padding-top: 4px;
    font-size: 11pt;
    height:30px;
}

.navbar-inverse {
    border-color: blue;
    background-color:#f4f8fb;
    background: -webkit-linear-gradient(#FFFFFF, #EFF3F7);
    background: -moz-linear-gradient(center top , #FFFFFF, #EFF3F7) repeat scroll 0 0 rgba(0, 0, 0, 0);
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #EFF3F7 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #EFF3F7 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #EFF3F7));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EFF3F7 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top, #FFFFFF 0%, #EFF3F7 100%);
    border-bottom: 1px solid #1F84E0;
    box-shadow: 0 1px 2px rgba(34, 34, 34, 0.5);
}

.navbar-inverse
{
	height:31px;
	min-height:0px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #1F84E0;
    box-shadow: 0 0px 2px rgba(34, 34, 34, 0.5);
}

.navbar-nav > li {
    background-color: #3391E7;
    box-shadow: 0 1px 2px rgba(34, 34, 34, 0.5);
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{
    background-color: #1F84E0;  
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #EEEEEE;
}

.dashicons, .dashicons-before:before {
    height: 17px;
    font-size: 19px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #EEEEEE;
    color: black;
}

.navbar-inverse .navbar-toggle {
    background-color: #3391E7;;
    border-color: rgba(34, 34, 34, 0.5);
}

.navbar-inverse .navbar-toggle:hover {
    border-color: rgba(34, 34, 34, 0.5);
    background-color: #1F84E0;
}

.nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
}


@media (max-width: 1024px) {    
    .navbar-brand-image img {
        width: 100%;
        height: auto;
    }

   /* .navbar-header {
        width: 10%;
    }*/
    
    .navbar-brand-image {
       padding: 0;
       position: absolute;;
       top: 5px;
       
    }
}

@media (max-width: 767px) {
    .media-center-xs, .text-left, .text-right, .text-center {
        text-align: left;
    }
    .navbar-inverse{
	height:41px;
    }	
    .navbar-header{
	max-height:42px;
    }
    .navbar-header-collapse{
        float:right;
	margin-right:-42px
    }
	
    .container > .navbar-collapse{
	margin-right:-42px;
	width:100%
    } 	 	
    .navbar-inverse .navbar-toggle:focus {
        background-color: #1F84E0;
    }

    #menu-topmenu{
	margin-top: -5px;
    }
    
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: blue;
    }
    
    .navbar-toggle {
        margin-bottom: 9px;
        margin-top: 7px;
    }
    
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }
    
    #bootstrapslider {
        border-bottom: 7px solid #3391e7 !important;
    }

    .carousel {
        margin-top: 10px;
    }
    
    .address_container {
        clear:both;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .contact_form {
        width: 100%;
    }
    
    .address_map {
        width: 100%;  
    }

    .navbar-collapse {
        max-height: 430px;
    }
    
    .navbar-brand-image {
       padding: 0;
       width: 80%;
    }
}

@media (max-width: 500px) {    
    .navbar-brand-image img {
        width: 100%;
        height: auto;
    }

    .navbar-brand-image {
       padding: 0;
       width: 80%;
    }
    .navbar-header-collapse{
        float:right;
	margin-right:-42px
    }
    .container > .navbar-collapse{
	margin-right:-42px;
	width:100%
    } 	
}

@media (max-width: 320px) {    
    .navbar-brand-image img {
        width: 100%;
        height: auto;
    }

    .navbar-brand-image {
       padding: 0;
       width: 80%;
    }
    .navbar-header-collapse{
        float:right;
	margin-right:-42px
    }	
    .container > .navbar-collapse{
	margin-right:-42px;
	width:100%
    } 
}

@media (max-width: 240px) {
    .navbar-brand-image {
       width: 70%;
       position: relative;
       top: 10px;
    }
     .navbar-header-collapse{
        float:right;
	margin-right:-42px
    } 
    .container > .navbar-collapse{
	margin-right:-42px;
	width:100%
    }  	
}

@media screen and (max-height: 452px) {
    .navbar-collapse {
        max-height: 420px;
    }
}

@media screen and (max-height: 320px) {
    .navbar-collapse {
        max-height: 260px;
    }
}

@media screen and (max-height: 206px) {
    .navbar-collapse {
        max-height: 150px;
    }
}

/*carousel*/
.carousel {
    width: -moz-calc(100% + 30px) !important;
    width: -webkit-calc(100% + 30px) !important;
    width: -o-calc(100% + 30px) !important;
    width: calc(100% + 30px) !important;
    left: -15px;
    position: relative;
}
.carousel-control {
    display: none;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
    /*height: 200px;*/
}

#bootstrapslider{
    border-bottom: 12px #3391E7 solid;
}

.footer-tail-sidebars {
    /*margin-top: 1%;*/
    padding: 9px 4px;
    border-color: #a4d7ff #0000FF #1F84E0;
    background-color: #f1f5f9;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E0E7EB 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E0E7EB 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E0E7EB 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #E0E7EB));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E0E7EB 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top, #FFFFFF 0%, #E0E7EB 100%);
}

.widget-inverse .widget a, .widget-inverse .widget {
    color: #428BCA;
    font-size: 10pt;
}

.widget .widget-title {
    margin-bottom: 10px;
}

.breadcrumb {
    background-color: #F8FBFB;
    margin-bottom: 0px;
    padding: 7px 4px;
    color: grey;
    padding-bottom: 6px;
}

.breadcrumb a {
    color: #428BCA;
}

body {
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 10pt;
    color: #696969;
}

.site-wrapper {
    background-color: #F8FBFB;
}

h1 {
    font-size: 14pt;
    font-weight: bold;
}

h2 {
    font-size: 13pt;
    font-weight: bold;
}

h6 {
    font-size: 8pt;
    color: lightgrey;
}

.entry-title {
    color: #476C8B;
}

.entry-wrapper-inside, .widget-inside {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EDF3F3;
    border-radius: 10px;
    box-shadow: none;
    padding: 10px;
}

.entry-wrapper{
	padding-top:8px
}

.widget {
    border-bottom: 0px white solid;
    padding-bottom: 0;
}

.entry-content {    
    font-color:#333333;
}

.site-footer > .widget-inside {
    background-color:red;
}

.widget .widget-title {
    color: #476C8B;
    margin-top: 5px;
    font-weight: bold;
}

.site-footer .widget-inverse .container .row .col-xs-12 #black-studio-tinymce-6 .widget-inside {
    background-color: transparent;
    border: 0px;
    padding: 0px;
}

.site-footer .widget-inverse .container .row .col-xs-12 #black-studio-tinymce-6 .widget-inside .textwidget div {
    font-size: 9pt;
    padding-bottom: 0px;
    color: black;
}

.site-footer .widget-inverse .container .row .col-xs-12 #black-studio-tinymce-6 .widget-inside .textwidget a {
    font-size: 9pt;  
}
div {
    /*border: 1px black solid;*/
}

.fa-facebook-square {
    color: #3b5998
}

.fa-youtube-square{
    color: #c4302b;
}

.fa-google-plus-square{
    color: #C63D2D;
}

.fa-facebook-square, .fa-youtube-square, .fa-google-plus-square{
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.entry-wrapper {
    margin-bottom: 0px;
}

.widget-inverse .widget a:hover {
    color: #006dff;
}
/*slider*/
.bwg_container1_0 {
    
    border-radius: 40px;
}

/*social icon share and like fix*/
.really_simple_share_google1 {
    margin-left: 10px;
}

.really_simple_share_email {
    margin-left: 20px;
}

/*sitemap*/
.kwayy-page-list ul li a {
    color: #428BCA;
}

.kwayy-page-list ul li a:hover {
    color: #006dff;
}

.sml_nameinput, .sml_emailinput, .wpcf7-text, .wpcf7-textarea {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 3px 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

/*contact form*/
/*.wpcf7 {
    width: 49%;
    float: left;
}*/

@media (min-width: 767px){
    .contact_form {
        width: 49%;
        float: left;
    }

    .address_container{
        width: 49%;
        float:left;
        /*margin-left: 2%;*/
    }
    
    .address_map {
        width: 50%;  
    }
}
.contact_form h2, .address_container h2 {
    padding:0px;
    margin-top: 0px;
}

.wpcf7-form p {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top:10px;
    color:black;
}

.wpcf7-submit, .sml_submitbtn {
    border: 1px solid grey;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.53846;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    color: #333333;
}

div.wpcf7-validation-errors {
    border: 2px solid orange;
}

div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors  {
    border-radius: 4px;  
}

.wpcf7-textarea {
    height: 150px;
}

.sml_name p {
    margin: 0px;
}

#bwg_container1_3 #bwg_container2_3 .tablenav-pages_3 {
    display: none;
}

/*videos*/
.wb_video_title{
    color:#428BCA;
}
.wb_video_item {
    clear:both;
    min-height: 110px;
}

h2 {
    clear:both;
}
.wb_video_title a:hover{
    color: blue;
}
.wb_video_image_img {
    border-radius: 2px;
    box-shadow: 2px 1px 2px #888888;
}

a {
    color:#428BCA;
}

a:hover{
   color: #006dff ;
}

.widget-inverse .widget a:hover,
.widget-inverse .widget a:focus {
  color: #428BCA;
}

/*google maps*/
.mapp-layout {
    margin-bottom: 20px;
}

/*horario*/
.weekly_schedule, .weekly_schedule td, .weekly_schedule th, .weekly_schedule tr,.weekly_schedule > thead > tr > th, .weekly_schedule > tbody > tr > th, .weekly_schedule > tfoot > tr > th, .weekly_schedule > thead > tr > td, .weekly_schedule > tbody > tr > td, .weekly_schedule > tfoot > tr > td{
    border-color: #dde3e3;
    border: 1px solid #dde3e3 !important;
}

.weekly_schedule td {
    padding: 5px;
    color: #4b4b4b;
    border: 1px white solid;
    vertical-align: middle !important;
    height: 37px;
}

table.weekly_schedule {
    border-collapse: separate;
    border-spacing: 1px 1px;
}

.weekly_schedule tr td:first-child {
    background-color: #f4f7f7; 
    color: #3366ff;
}

.weekly_schedule thead tr {
    background-color: #f4f7f7;
}

.weekly_schedule {
    /*box-shadow: 2px 2px 2px lightgrey;*/
    margin-bottom: 10px;
}

.horarios_meditacao {
    left: 90%;
    position: absolute;
    top: 8px;
}

.imagem{
    box-shadow: 2px 2px 2px grey;
    border-radius: 6px;
    border: 1px solid #EDF3F3;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}
/*social network icons*/
.really_simple_share_email img {
    left: -34px;
    position: relative;
}

.cvimage{
    border: 1px lightgrey solid;
    border-radius: 3px;
    /*float: both;*/
}
/*google calendar*/
.gce-list {
    padding-left: 17px;
}

.gce-list-event {
    border-radius: 4px;
    padding-left: 2px;
}
.gce-widget-list .gce-list .gce-list-event {
    background-color: #f9f9f9;
    color: #476c8b;
}

.gce-feed-1 {
    margin-bottom: 5px;
}

.fa-calendar {
    color: #3391e7;
}

/*IE8 fixs*/
/*.col-lg-9 {
    width: 75%;
}

.col-lg-3 {
    width: 25%;
}*/

.widget-inside h3 {
    font-size: 15px;
    font-weight: bold;
    color: #476c8b;
    margin-top: 5px;
}

.footer-tail-sidebars  .widget-inside {
    background-color:transparent;
    border: 0px;
}
.fb-like > span {
    width: 450px !important; 
}

.fb-like {
	top: 20px;
}

.fb-like iframe{
	position: relative;
	top: -20px;
}

.fancybox-skin {
    background-image: url('images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center; 
}

.workboxvideo_container {
    width: 100%;
    height: 190px;
    background-position: center;
}

.workboxvideo_play {
    width: 100%;
    height: 100%;
    background: url("../../plugins/workbox-video-from-vimeo-youtube-plugin/ico-play.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    background-color:transparent;
}

.workboxvideo_mask {
    background-color: black;
    padding: 20px 0px 20px 0px;
}

div[id^="bwg_container"] div[id^="bwg_container"] div[class^="tablenav-pages"] {
    display: none !important;
}

span[class^="bwg_standart_thumb_spun"] {
    box-shadow: 2px 2px 2px lightgrey;
    border-radius: 4px;
    /*border: 1px solid #EDF3F3;*/
}

@media (min-width: 1367px){
    .container_margins {
        box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.23), 5px 0 5px -5px rgba(0, 0, 0, 0.23);
    }
}

.container_margins {
    padding-bottom:10px;
    width: 100%;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 3px 0 2px #f1f1f1,  -3px 0 2px #f1f1f1; 
}

.content-sidebar-wrapper {
    padding-bottom: 0px;
}

.announcement_container {
    position: relative;
    width: 100%;
}

.announcement {
    position: absolute;
    top: -50px;
    width: 100%;
}

.announcement marquee {
    color: white;
    font-size: 9pt;
    width: 100%;
}
.announcement marquee a {
    color: gold;
}

.yoga_child_boy{
    left: 93%;
    position: absolute;
    top: 1189px;
    width: 44px;
}

.yoga_child_girl {
    left: 88%;
    position: absolute;
    top: 1197px;
    width: 54px;
}
.lazy_loading_loader {
    width: 100%;
    background-image: url('images/ajax-loader.gif');
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
}

.loadmorenews{
    width: 100%;
    text-align:center;
    height: 32px;
}

.footer-tail-sidebars .container .widget-inside {
    background-color: transparent !important;
    border: 0px;
    padding: 0px !important;
}