/*

Theme Name: BID

Theme URI: http://colorlib.com/wp/themes/sparkling

Author: Colorlib

Author URI: http://colorlib.com/

Description: Sparkling is a clean minimal and responsive WordPress theme well suited for travel, health, business, finance, portfolio, design, art, photography, personal and any other creative websites and blogs. Developed using Bootstrap 3 that makes it mobile and tablets friendly. Theme comes with full-screen slider, social icon integration, author bio, popular posts widget and improved category widget. Sparkling incorporates latest web standards such as HTML5 and CSS3 and is SEO friendly thanks to its clean structure and codebase. It has dozens of Theme Options to change theme layout, colors, fonts, slider settings and much more. Theme is also translation and multilingual ready, compatible with WPML and is available in Spanish, French, Dutch, Polish, Russian, German, Brazilian Portuguese, Portuguese (Portugal), Persian (Iranian language), Romanian, Turkish, Bulgarian, Japanese, Lithuanian, Czech, Ukrainian, Traditional Chinese, Simplified Chinese, Indonesian and Italian. Sparkling is a free WordPress theme with premium functionality and design. Now theme is optimized to work with bbPress, Contact Form 7, Jetpack and other popular free and premium plugins.

Version: 1.9.3

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: sparkling

Domain Path: /languages/

Tags: green, light, white, gray, black, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, photoblogging, left-sidebar, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments





This theme, like WordPress, is licensed under the GPL.



sparkling is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.



*/



/* Table of content

-----------------------------------------------

1. Global

2. Content

3. Post styling

4. Singe Post/Page Pagination

5. Media

6. Widgets

7. Buttons

8. Infinite Scroll

8. Custom Styles

9. Navigation

10. Comments

11. Attachment styling

12. Gallery

13. Footer

14. Social icons

15. Call For Action

*/



/* =Global

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

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,300italic,400italic,600italic,700italic,800italic);

body {
  color: #6B6B6B;
  background-color: #F2F2F2;
  word-wrap: break-word;
  font-family: 'Open Sans', sans-serif!important;
  line-height: 1.7;
  font-size: 14px;
}

a {
  color: #009898;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,

a:focus {
  color: #009898;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #009898;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif!important;
}

h1,

.h1 {
  font-size: 28px;
}

h2,

.h2 {
  font-size: 24px;
}

h3,

.h3 {
  font-size: 20px;
}

h4,

.h4 {
  font-size: 16px;
}

h5,

.h5 {
  font-size: 14px;
}

h6,

.h6 {
  font-size: 13px;
}

img {
  height: auto;
 /* Make sure images are scaled correctly. */
  max-width: 100%;
 /* Adhere to container width. */;
}

button,

input,

select,

textarea {
  font-size: 100%;
 /* Corrects font size not being inherited in all browsers */
  margin: 0;
 /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
 /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
 /* Improves appearance and consistency in all browsers */;
}

input[type="checkbox"],

input[type="radio"] {
  padding: 0;
 /* Addresses excess padding in IE8/9 */;
}

input[type="search"] {
  -webkit-appearance: textfield;
 /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
 /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
 /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,

input::-moz-focus-inner {
 /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],

input[type="email"],

input[type="tel"],

input[type="url"],

input[type="password"],

input[type="search"],

textarea {
  color: #666;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}

input[type="text"]:focus,

input[type="email"]:focus,

input[type="tel"]:focus,

input[type="url"]:focus,

input[type="password"]:focus,

input[type="search"]:focus,

textarea:focus {
  color: #111;
}

input[type="text"],

input[type="email"],

input[type="tel"],

input[type="url"],

input[type="password"],

input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto;
 /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
 /* Improves readability and alignment in all browsers */
  width: 100%;
}



#cookie-monster p{

  float: left;
  margin-top: 20px;
}

.close-cookie-monster {
    color: #fff !important;
    background-color: transparent !important;
    border-radius: 0;
}

.input-contact-message {
    clear: both;
}

/* Alignment */

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}



/* Text meant only for screen readers */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,

.screen-reader-text:active,

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
 /* Above WP toolbar */;
}



/* Clearing floats */

.clear:before,

.clear:after,

.gallery:before,

.gallery:after,

.entry-content:before,

.entry-content:after,

.comment-content:before,

.comment-content:after,

.site-header:before,

.site-header:after,

.site-content:before,

.site-content:after,

.site-footer:before,

.site-footer:after,

.home-widget-area:before {
  content: '';
  display: table;
}

.clear:after,

.entry-content:after,

.gallery:after,

.comment-content:after,

.site-header:after,

.site-content:after,

.site-footer:after,

.home-widget-area:before {
  clear: both;
}

#contact_form_holder {
  padding: 0px;
  margin: 0px;
}

#cf_submit_p {
  text-align: right;
}

.error {
  display: none;
  padding: 0px 0 7px 0;
  color: #D8000C;
  font-size: 12px;
  float: left;
  width: 100%;
}

.success {
  display: none;
  padding: 5px;
  color: #000;
  font-size: 12px;
  float: left;
  width: 100%;
}

#contact_logo {
  vertical-align: middle;
}

.error img {
  vertical-align: top;
}

.contact_name, .contact_email, .contact_subject, .contact_message {
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  background: none;
  border: solid 1px #505050;
  padding: 5px;
  margin: 5px 0px;
}

#topic {
  width: 100%;
  font-size: 12px;
  background: none;
  border: solid 1px #505050;
  padding: 5px;
  margin: 5px 0px;
}

.contact_message {
  height: 50px;
}

select, input, textarea {
  outline: none;
  background: none;
}

select:focus, input:focus, textarea:focus {
    /*border:solid 1px #0066FF; 
    -webkit-box-shadow:#0066FF 0px 0px 5px; */;
}

#contact_form_holder01 {
  padding: 0px;
  margin: 0px;
}

#cf_submit_p01 {
  text-align: right;
}

.error01 {
  display: none;
  padding: 0px 0 7px 0;
  color: #D8000C;
  font-size: 12px;
  float: left;
  width: 100%;
}

.success01 {
  display: none;
  padding: 5px;
  color: #000;
  font-size: 12px;
  float: left;
  width: 100%;
}

#contact_logo01 {
  vertical-align: middle;
}

.error01 img {
  vertical-align: top;
}

.contact_name01, .contact_email01, .contact_subject01, .contact_message01 {
  font-size: 14px;
  width: 388px;
  max-width: 388px;
  background: none;
  border: solid 1px #505050;
  padding: 5px;
  margin: 5px 0px;
}

#topic01 {
  width: 100%;
  font-size: 12px;
  background: none;
  border: solid 1px #505050;
  padding: 5px;
  margin: 5px 0px;
}

.contact_message01 {
  height: 200px;
}

select, input, textarea {
  outline: none;
  background: none;
}

select:focus, input:focus, textarea:focus {
    /*border:solid 1px #0066FF; 
    -webkit-box-shadow:#0066FF 0px 0px 5px; */;
}

#contact_form_holder02 {
  padding: 0px;
  margin: 0px;
}

#cf_submit_p02 {
  text-align: right;
}

.error02 {
  display: none;
  padding: 0px 0 7px 0;
  color: #D8000C;
  font-size: 12px;
  float: left;
  width: 100%;
}

.success02 {
  display: none;
  padding: 5px;
  color: #000;
  font-size: 12px;
  float: left;
  width: 100%;
}

#contact_logo02 {
  vertical-align: middle;
}

.error02 img {
  vertical-align: top;
}

.contact_name02, .contact_email02, .contact_subject02, .contact_message02 {
  font-size: 14px;
  width: 388px;
  max-width: 388px;
  background: none;
  border: solid 1px #505050;
  padding: 5px;
  margin: 5px 0px;
}

#topic02 {
  width: 100%;
  font-size: 12px;
  background: none;
  border: solid 1px #505050;
  padding: 5px;
  margin: 5px 0px;
}

.contact_message02 {
  height: 200px;
}

select, input, textarea {
  outline: none;
  background: none;
}

select:focus, input:focus, textarea:focus {
    /*border:solid 1px #0066FF; 
    -webkit-box-shadow:#0066FF 0px 0px 5px; */;
}

#contact_form_holder03 {
  padding: 0px;
  margin: 0px;
}

#cf_submit_p03 {
  text-align: right;
}

.error03 {
  display: none;
  padding: 0px 0 7px 0;
  color: #D8000C;
  font-size: 12px;
  float: left;
  width: 100%;
}

.success03 {
  display: none;
  padding: 5px;
  color: #000;
  font-size: 12px;
  float: left;
  width: 100%;
}

#contact_logo03 {
  vertical-align: middle;
}

.error03 img {
  vertical-align: top;
}

.contact_name03, .contact_email03, .contact_subject03, .contact_message03 {
  font-size: 14px;
  width: 388px;
  max-width: 388px;
  background: none;
  border: solid 1px #505050;
  padding: 5px;
  margin: 5px 0px;
}

#topic03 {
  width: 100%;
  font-size: 12px;
  background: none;
  border: solid 1px #505050;
  padding: 5px;
  margin: 5px 0px;
}

.contact_message03 {
  height: 200px;
}

select, input, textarea {
  outline: none;
  background: none;
}

select:focus, input:focus, textarea:focus {
    /*border:solid 1px #0066FF; 
    -webkit-box-shadow:#0066FF 0px 0px 5px; */;
}

#contact_form_holder04 {
  padding: 0px;
  margin: 0px;
}

#cf_submit_p04 {
  text-align: right;
}

.error04 {
  display: none;
  padding: 0px 0 7px 0;
  color: #D8000C;
  font-size: 12px;
  float: left;
  width: 100%;
}

.success04 {
  display: none;
  padding: 5px;
  color: #000;
  font-size: 12px;
  float: left;
  width: 100%;
}

#contact_logo04 {
  vertical-align: middle;
}

.error04 img {
  vertical-align: top;
}

.contact_name04, .contact_email04, .contact_subject04, .contact_message04 {
  font-size: 14px;
  width: 388px;
  max-width: 388px;
  background: none;
  border: solid 1px #505050;
  padding: 5px;
  margin: 5px 0px;
}

#topic04 {
  width: 100%;
  font-size: 12px;
  background: none;
  border: solid 1px #505050;
  padding: 5px;
  margin: 5px 0px;
}

.contact_message04 {
  height: 200px;
}

select, input, textarea {
  outline: none;
  background: none;
}

select:focus, input:focus, textarea:focus {
    /*border:solid 1px #0066FF; 
    -webkit-box-shadow:#0066FF 0px 0px 5px; */;
}

/* =Content

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



.sticky {
}

.hentry {
  margin: 0;
}

.byline,

.updated {
  display: none;
}

.single .byline,

.group-blog .byline {
  display: inline;
  margin-right: 0;
}

.page-content,

.entry-content,

.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.main-content-area {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* =Post styling

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

.entry-meta a {
  font-size: 13px;
  color: #6B6B6B;
}

.entry-meta {
  margin-bottom: 20px;
}

footer.entry-meta {
  margin-bottom: 0;
}

.page-header {
  margin-top: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
}

.entry-meta span {
  margin-right: 10px;
}

.entry-title {
  color: #444;
  margin-bottom: 30px;
}

.entry-title a {
  color: #444;
}

.entry-title a:hover {
  color: #009898;
}

.btn.btn-default.read-more {
  float: right;
  margin-top: 10px;
  font-size: 12px;
  padding: 11px 13px;
}

.search .btn.btn-default.read-more {
  float: none;
}

hr.section-divider {
  border-color: #E8E8E8;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* author */

.author-bio {
  clear: both;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}

.author-bio .avatar {
  float: left;
}

.author-bio-content h4 {
  font-size: 14px;
  margin-top: 0;
}

.author-bio .author-bio-content {
  margin-left: 74px;
}

.secondary-content-box {
  padding-top: 0;
  padding-bottom: 0;
}

.single-view,

.blog-item-wrap {
  margin-bottom: 50px;
}

.post-inner-content {
  padding: 20px 20px;
  background-color: #fff;
  border: 1px solid #dadada;
  border-top: none;
}

.post-inner-content:first-child {
  border: 0px solid #dadada;
  ;
}

.entry-title {
  margin-top: 0;
}

.more-link,

.says {
  display: none;
}

.comment-author .fn,

.author-bio h4,

.comment-reply-title {
  text-transform: uppercase;
  font-weight: 700;
}



/* =Singe Post/Page Pagination

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

.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #009898;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}

.page-links a span {
  background-color: inherit;
  border: 1px solid #E8E8E8;
  color: #009898;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.page-links a:hover span {
  background-color: #009898;
  border: 1px solid #009898;
  color: #fff;
}

.pagination .fa-chevron-left,

.pagination .fa-chevron-right {
  font-size: 12px;
}

.pagination li a {
  color: #009898;
}

.pagination li:hover a {
  color: #009898;
}

.pagination>.active>a,

.pagination>.active>span,

.pagination>.active>a:hover,

.pagination>.active>span:hover,

.pagination>.active>a:focus,

.pagination>.active>span:focus {
  color: #FFF;
  background-color: #009898;
  border-color: #009898;
}

.pagination>li>a,

.pagination>li>span {
  padding: 9px 14px;
  border-color: #dadada;
}

.bottom-pagination {
  text-align: center;
}



/* =Asides

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



.blog .format-aside .entry-title,

.archive .format-aside .entry-title {
  display: none;
}



/* =Media

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



.page-content img.wp-smiley,

.entry-content img.wp-smiley,

.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.single-featured {
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  display: block;
  margin: auto;
}

.big-img-single img {
  width: 100%;
}

.single-featured:hover {
  opacity: 0.8;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}



/* Make sure embeds and iframes fit their containers */

embed,

iframe,

object {
  max-width: 100%;
}



/* =Widgets

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



/* Make sure select elements fit in widgets */

.widget select {
  max-width: 100%;
}

/* Search widget */

.widget_search .search-submit {
  display: none;
}

.widget ul li {
  list-style: none;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.widget ul {
  padding: 0;
  line-height: 18px;
  font-size: 14px;
}

.widget ul.nav.nav-tabs {
  padding: 0;
}

#secondary .widget {
  margin-bottom: 50px;
  color: #C1C0C0;
  overflow: hidden;
}

#secondary .widget:last-child {
  margin-bottom: 0px;
}

.tab-content ul li {
  list-style: none;
}

#secondary .widget_archive ul li:before,

#secondary .widget_categories ul li:before,

#secondary .widget_recent_comments ul li:before {
  font-family: fontawesome;
  margin-right: 10px;
}

#secondary .widget_archive ul li:before {
  content: '\f073';
}

#secondary .widget_categories ul li:before {
  content: '\f115';
}

#secondary .widget_recent_comments ul li:before {
  content: '\f0e5';
}

.well {
  background-color: transparent;
  padding: 0px;
  overflow: hidden;
  clear: both;
  border: none;
  box-shadow: none;
  border-radius: 0px !important;
}

#secondary .widget > h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  color: #636467;
}

#secondary .widget a {
  color: #C1C0C0;
}

.widget ul ul {
  padding: 10px;
}

.widget #social ul li {
  border-bottom: 0;
}

.not-found-widget {
  margin-top: 30px;
}

@media (max-width: 767px) {

  #secondary {
    clear: both;
  }
}
@media (max-width: 991px) {
  .right-header {
    display: none;
  }
  .menu-prin.original {
    min-width: 80% !important;
  }
}



/* Custom Category Widget */

.cats-widget ul li span {
  float: right;
}

/* Recent Post widgets */

.popular-posts-wrapper .post {
  float: left;
  clear: both;
  margin-bottom: 20px;
}

.popular-posts-wrapper .post .post-image {
  width: 60px;
  height: 60px;
  float: left;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #DADADA;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.popular-posts-wrapper .post .post-image img {
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: opacity  0.5s;
  -moz-transition: opacity  0.5s;
  -o-transition: opacity  0.5s;
  transition: opacity  0.5s;
}

.popular-posts-wrapper .post .post-image img:hover {
  opacity: 0.6 !important;
}

.popular-posts-wrapper .post .post-content {
  margin-left: 80px;
}

.widget .post-content > span {
  display: block;
}

#secondary .widget .post-content a {
  color: #009898;
}

#secondary .widget .post-content a:hover {
  color: #DADADA;
}

.widget .post-content span {
  font-size: 12px;
}

.tagcloud {
  margin-top: 25px;
}

.tagcloud a {
  padding: 6px 7px;
  margin-right: 0;
  margin-bottom: 4px;
  line-height: 100%;
  display: inline-block;
  color: #FFF !important;
  background-color: #DADADA;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 12px !important;
}

.tagcloud a:hover {
  background-color: #009898;
  border-color: #009898;
}



/* =Buttons

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

.btn-default, .label-default {
  background-color: #009898;
  border-color: #009898;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.btn-default:hover,

.label-default[href]:hover,

.label-default[href]:focus,

.btn-default:hover, .btn-default:focus,

.btn-default:active,

.btn-default.active,

#image-navigation .nav-previous a:hover,

#image-navigation .nav-next a:hover {
  background-color: #363636;
  border-color: #363636;
}

.btn.btn-default {
  color: #FFF;
  text-transform: uppercase;
}

.input-group-btn:last-child>.btn {
  margin-left: 0;
}

button {
  background-color: #009898;
  border: none;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

button:hover {
  background-color: #363636;
}

#subscription-toggle {
  float: right;
}

/* =Infinite Scroll

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



/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
 /* Theme Footer (when set to scrolling) */
  display: none;
}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
  display: block;
}

#infinite-handle span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 20px;
  background: transparent;
  border: 1px solid #DADADA;
  background: #fff;
  color: #009898;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#infinite-handle span:hover {
  background-color: #009898;
  color: #fff;
}

/* =Custom Styles

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

.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}

.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}

.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {

  .pull-right {
    float: none !important;
  }

  .pull-left {
    float: none !important;
  }

  .flex-caption {
    display: none;
  }
}




/* =Navigation

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



.post-navigation a,

.paging-navigation a {
  border: 1px solid #DADADA;
  background-color: #FFF;
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 4px;
  display: block;
  margin: 0 0 1.5em;
  overflow: hidden;
}

.post-navigation a:hover,

.paging-navigation a:hover {
  color: #FFF;
  background: #009898;
  text-decoration: none;
}

.paging-navigation {
  text-transform: uppercase;
}

.post-navigation .nav-previous,

.paging-navigation .nav-previous {
  float: left;
}

.post-navigation .nav-next,

.paging-navigation .nav-next {
  float: right;
  text-align: right;
}

.more-link {
  float: right;
  margin: 10px 0;
}

.single .nav-links {
  margin-top: 30px;
}

.nav>li>a {
  text-transform: uppercase;
}

.navbar.navbar-default {
  background-color: #FFFFFF;
  font-family: 'Open Sans', serif;
  margin-bottom: 0;
  font-weight: 500;
}

.navbar-default .navbar-nav > li > a {
  color: black;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 11px;
}

.navbar > .container .navbar-brand {
  color: #DADADA;
  font-size: 20px;
  margin: 13px 0;
  font-family: 'Open Sans', sans-serif;
}

.navbar-default .navbar-nav > .open > a,

.navbar-default .navbar-nav > .open > a:hover,

.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}

.navbar {
  border-radius: 0;
}

.navbar-default {
  border: none;
}

.navbar-default .navbar-nav > .active > a,

.navbar-default .navbar-nav > .active > a:hover,

.navbar-default .navbar-nav > .active > a:focus,

.navbar-default .navbar-nav > li > a:hover,

.navbar-default .navbar-nav > li > a:focus,

.navbar-default .navbar-nav > .open > a,

.navbar-default .navbar-nav > .open > a:hover,

.navbar-default .navbar-nav > .open > a:focus {
  color: #009898;
  background-color: transparent;
}

.dropdown-menu > li > a:hover,

.dropdown-menu > li > a:focus,

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #009898;
}

@media (max-width: 767px) {

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #009898;
  }
}

.dropdown-menu {
  font-size: 13px;
}

.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
  color: #009898;
  background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
  color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #DADADA;
}

@media (min-width: 979px) {

  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu > li > a {
  padding: 10px 15px;
  color: #636467;
}

.dropdown-menu,

.dropdown-menu > .active > a,

.dropdown-menu > .active > a:hover,

.dropdown-menu > .active > a:focus {
  border: none;
}

.dropdown-menu>.active>a,

.dropdown-menu>.active>a:hover,

.dropdown-menu>.active>a:focus {
  background-color: #009898;
  color: #fff;
}

.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar-nav > li > .dropdown-menu {
  padding: 0;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-default .navbar-toggle:hover,

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.nav.navbar-nav {
  float: right;
  width: 100%;
}

@media (max-width: 767px) {

  .nav.navbar-nav {
    float: none;
  }

  .navbar > .container .navbar-brand {
    margin: 0;
  }

  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

span.site-name img{

  margin-top: 0 !important;
}

.home .main-content-inner{
  padding-right: 0 !important;
}

#text-idi-home-inner {
    width: 50% !important;
}

.projects-catg-inner-first{
  width: 100% !important;
}
.projects-catg-inner-second{
  width: 100% !important;
}
.projects-catg-inner-first a img{
  width: 100%;
}
.projects-catg-inner-second a img{
  width: 100%;
}

.partners-footer div:nth-child(5), .partners-footer div:nth-child(10) {
    padding-right: 2.5px !important;
}
.partners-footer div:nth-child(1), .partners-footer div:nth-child(6) {
    padding-left: 2.5px !important;
}
#social-footer{
  width: 100% !important;
  margin-top: 15px;
}
.search-footer{
  float: none !important;
  clear: both;
}
li.menu-item-footer {
    display: inline-block;
    float: none!important;
}
#footer-navigation{
  margin-bottom: 15px;
}
.archive .main-content-inner{
  padding-right: 0px !important;
}
.single .main-content-inner{
  padding-right: 0 !important;
}
.single #sidebar{
  position: relative !important;
}
.related-01{
  width: 50% !important;
}
.related-01 .featured-relat {
    max-height: 175px;
    overflow: hidden;
}
.related-01 img {
    min-height: auto;
    width: 100% !important;
}
.related-01:last-child {
    width: 100% !important;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #666;
}
.page-template-template-about .main-content-inner{
  padding-right: 0 !important;
}
.text-about-02-left{
  width: 50% !important;
  margin-right: 0 !important;
}
.text-about-02-right{
  width: 50% !important;
}
.img-by-cat img {
    width: 100%;
}
.page-template-template-advertising .main-content-inner {
    padding-right: 0 !important;
}
.page-template-template-contributer .main-content-inner {
    padding-right: 0 !important;
}
.text-img-contributor{
  background-color: transparent !important;
  text-align: center;
}
.text-contributor-02-left{
  width: 50% !important;
  margin-right: 0 !important;
}
.text-contributor-02-right{
  width: 50% !important;
}
.text-blogname-contributor{
  text-align: center;
}
.text-tt-contributor{
  text-align: center;
}
.page-template .main-content-inner {
    padding-right: 0px !important;
}
.page-template-template-contact div#secondary {
    margin-bottom: 30px !important;
}

.page-template-template-sitemap div#secondary {
    margin-bottom: 30px !important;
}
.page-template-template-polityprivacy div#secondary {
    margin-bottom: 30px !important;
}

}



/* =Comments

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



.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
}

#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}

#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}

p.logged-in-as {
  padding-bottom: 0px;
}

.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}

.comment-list,

.comment-list .children {
  list-style: none;
}

.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 100px;
  position: relative;
  border: 1px solid #E8E8E8;
  border-bottom: 1px solid #DADADA;
  border-radius: 4px;
}

.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #DADADA;
  background-repeat: no-repeat;
  background-position: left 20px;
}

.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}

#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}

.comment-author.vcard {
  font-size: 12px;
}

.vcard .avatar {
  position: absolute;
  left: 20px;
  top: 29px;
  border-radius: 2px;
}

.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}

.comment-reply-link {
  float: right;
}

.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}

.comment-respond label {
  display: block;
  font-weight: normal;
}

.comment-respond .required {
  color: #C7254E;
}

#submit {
  font-size: 12px;
}

.comment-navigation,

.single .nav-links {
  overflow: hidden;
  margin-top: 30px;
}

.comment-reply-title {
  font-size: 14px;
}

.comment-reply-link {
  background: #C1C0C0;
  border: #C1C0C0;
  font-size: 10px;
  text-transform: uppercase;
}

@media(max-width:767px) {

  .post-inner-content {
    padding: 20px 25px;
  }

  .comment-list .children {
    padding-left: 10px;
  }
  .search-results .main-content-inner{
    padding-right: 0 !important;
  }
  .partners-footer div:nth-child(7){
    margin-bottom: 0;
  }
}

/* =Attachment styling

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

#image-navigation .nav-previous a,

#image-navigation .nav-next a {
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block;
}

#image-navigation .nav-previous a:hover,

#image-navigation .nav-next a:hover {
  background-color: #009898;
  color: #fff;
}

#image-navigation .nav-previous,

#image-navigation .nav-next {
  margin: 10px 0;
}

#image-navigation .nav-previous a {
  float: left;
}

#image-navigation .nav-next a {
  float: right;
}



/* =Gallery

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

.gallery {
  margin-bottom: 20px;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),

.gallery-columns-2 .gallery-item:nth-of-type(2n),

.gallery-columns-3 .gallery-item:nth-of-type(3n),

.gallery-columns-4 .gallery-item:nth-of-type(4n),

.gallery-columns-5 .gallery-item:nth-of-type(5n),

.gallery-columns-6 .gallery-item:nth-of-type(6n),

.gallery-columns-7 .gallery-item:nth-of-type(7n),

.gallery-columns-8 .gallery-item:nth-of-type(8n),

.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),

.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),

.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),

.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,

.gallery-columns-8 .gallery-caption,

.gallery-columns-9 .gallery-caption {
  display: none;
}



/* =Footer

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



#footer-area {
  background-color: #313233;
  color: #999;
  border-top: 1px solid #D2D2D2;
}

#footer-area a {
  color: #DADADA;
}

#footer-area .footer-widget-area {
  padding: 40px 0 20px 0;
  overflow: hidden;
}

#footer-area ul li {
  border-bottom: 1px solid #444;
}

#footer-area .site-info nav ul li {
  border-bottom: none;
}

.widgettitle {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  color: inherit;
}

#footer-area .widget ul li {
  list-style: none;
}

.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}

.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}

.footer-widget {
  overflow: hidden;
}

.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
}

#colophon {
  background-color: #FFFFFF;
  padding: 10px 0;
  border-top: 0px solid #FFFFFF;
}

.site-info a {
  color: #777;
}

.site-info a:hover {
  color: #999;
}

#footer-area a:hover {
  color: #fff;
}

.site-info {
  color: #999;
  font-size: 12px;
}

.footer-nav.nav > li > a:hover {
  background-color: transparent;
}

.scroll-to-top {
  background: #363636;
  background: rgba(100, 100, 100, 0.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  width: 32px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.scroll-to-top:hover {
  background: #009898;
  opacity: .8;
}

@media (max-width: 768px) {

  .site-info, .copyright {
    text-align: center;
  }

  .footer-nav.nav, .copyright {
    float: none;
  }
}



/* =Social icons

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

#secondary .widget .social-icons a {
  color: #fff;
}

.social-icons {
  position: relative;
  text-align: center;
}

#secondary .widget .social-icons {
  text-align: left;
}

.social-icons a {
  font-size: 18px;
  line-height: 40px;
  list-style: none;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #DADADA;
  -webkit-transition: background-color  0.5s;
  -moz-transition: background-color  0.5s;
  -o-transition: background-color  0.5s;
  transition: background-color  0.5s;
}

#footer-area .social-icons a {
  margin-right: 7px;
  background-color: #363636;
  color: #fff;
}

.social-icons a.facebook:hover {
  background-color: #4265b9 !important;
}

.social-icons a.twitter:hover {
  background-color: #55ACEE !important;
}

.social-icons a.dribbble:hover {
  background-color: #ea4c89 !important;
}

.social-icons a.flickr:hover {
  background-color: #ff0084 !important;
}

.social-icons a.googleplus:hover {
  background-color: #d62408 !important;
}

.social-icons a.skype:hover {
  background-color: #0bbff2 !important;
}

.social-icons a.pinterest:hover {
  background-color: #c31e26 !important;
}

.social-icons a.linkedin:hover {
  background-color: #005987 !important;
}

.social-icons a.vimeo:hover {
  background-color: #1bb6ec !important;
}

.social-icons a.tumblr:hover {
  background-color: #35506b !important;
}

.social-icons a.youtube:hover {
  background-color: #df3333 !important;
}

.social-icons a.instagram:hover {
  background-color: #F95B60 !important;
}

.social-icons a.rss:hover {
  background-color: #f39c12 !important;
}

.social-icons a.foursquare:hover {
  background-color: #2398C9 !important;
}

.social-icons a.soundcloud:hover {
  background-color: #F50 !important;
}

.social-icons a.github:hover {
  background-color: #4183C4 !important;
}

.social-icons a.spotify:hover {
  background-color: #81b71a !important;
}

.fa-googleplus:before {
  content: "\f0d5";
}

.fa-vimeo:before {
  content: "\f194";
}

@media (max-width: 992px) {

  .site-branding {
    text-align: center;
  }
}



/* =Call For Action

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

.cfa {
  padding: 30px 0px;
  background: #FFF;
  border-bottom: 1px solid #DADADA;
  text-align: center;
}

.cfa-text {
  font-size: 22px;
  color: #009898;
  display: block;
  padding-top: 10px;
}

.cfa-button {
  background-color: transparent;
  color: #009898;
  padding: 15px 30px;
  border-color: #009898;
}

.cfa-button a {
  color: #009898;
}

.cfa-button:hover {
  background-color: #009898;
  color: #fff;
}

@media (max-width: 767px) {

  .cfa {
    padding: 0 0 20px;
  }

  .cfa-button {
    padding: 10px 16px;
    margin-top: 10px;
  }
}



/* =Elements when no javaScript is present

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

#submit,

.tagcloud,

.comment-reply-link,

.widget_rss ul,

button[type=submit],

.postform,

table#wp-calendar {
  display: none;
}

.no-js #submit,

.no-js .tagcloud,

.no-js .comment-reply-link,

.no-js .widget_rss ul,

button[type=submit],

.no-js .postform,

.no-js table#wp-calendar {
  display: block;
}





/* MEU CODIGO

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



#footer-navigation {
  width: 70%;
  float: left;
  padding-left: 0px;
}

ul#menu-bottom {
  margin: 0px;
  padding: 0px;
}

li.menu-item-footer {
  list-style: none;
  border: none !important;
  float: left;
  margin-right: 10px;
}

li.menu-item-footer a {
  color: black !important;
  text-transform: uppercase;
  font-size: 11px;
  padding-right: 6px;
  font-weight: bold;
}

li.menu-item-footer a:hover {
  color: #009898 !important;
}

.home .main-content-inner {
  padding-right: 20px;
  padding-left: 0px;
}

.span-8 {
  padding: 0px;
  margin-right: 20px;
  width: 31.45%;
  background-color: white;
  margin-bottom: 20px;
}

.span-8:nth-child(5n) {
  display: none;
}

.span-8:nth-child(4) {
  margin-right: 0px;
}

.span-8:nth-child(9) {
  margin-right: 0px;
}

.span-8-inner {
  float: left;
  width: 100%;
}

.span-9 {
  padding: 0px;
  background-color: white;
  margin-bottom: 20px;
}

.span-9-inner {
  float: left;
  width: 100%;
}

#imageem {
  width: 100%;
  float: left;
  height: 211px;
  overflow: hidden;
}

.cat-post {
  float: left;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.date-post {
  float: left;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.month {
  float: left;
  padding-right: 5px;
  font-size: 11px;
}

.day {
  float: left;
  font-size: 11px;
}

#titcat {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

#titcat h5 {
  height: 36px;
  overflow: hidden;
  line-height: 14pt;
}

#titcat a {
  color: #242424;
}

#titcat a:hover {
  color: #009898;
}

.cat-post a {
  color: #242424;
  text-transform: uppercase;
  font-size: 11px;
}

.cat-post a:hover {
  color: #009898;
}

#social_post_home {
  float: left;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

#social_post_home ul {
  margin-left: 0px;
  padding-left: 0px;
  float: left;
}

#social_post_home ul li {
  float: left;
  list-style: none;
  margin-right: 5px;
}

.site-navigation-inner {
  float: left;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

.navbar-header {
    float: left;
    width: 12%;
    position: relative;
    z-index: 10;
    padding-right: 2%;
}

li#menu-item-8 {
  border-right: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  border-top: 1px solid #D2D2D2;
}

/*li#menu-item-32725 {
  border-right: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  border-top: 1px solid #D2D2D2;
  width: 17%;
  text-align: center;
}*/

li#menu-item-6 {
  border-bottom: 1px solid #D2D2D2;
  border-top: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
}

/*li#menu-item-32723 {
  border-bottom: 1px solid #D2D2D2;
  border-top: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  width: 16%;
  text-align: center;
}*/

li#menu-item-7 {
  border-right: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  border-top: 1px solid #D2D2D2;
}
/*
li#menu-item-32726 {
  border-right: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  border-top: 1px solid #D2D2D2;
  width: 29%;
  text-align: center;
}
*/
li#menu-item-5 {
  border-right: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  border-top: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
}

/*li#menu-item-32724 {
  border-right: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  border-top: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
  width: 13.004%;
  text-align: center;
}


li#menu-item-36617 {
    border-right: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
    border-left: 0px solid #D2D2D2;
    width: 25%;
    text-align: center;
}*/

.menu-prin.original {
  width: 67%;
  float: left;
  margin-top: 2%;
}

.right-header {
    float: right;
    margin-top: 3%;
    width: 20%;
}
.right-header #social-footer {
    width: auto;
}

.menu-prin.cloned li#menu-item-8 {
  border: none;
}

.menu-prin.cloned li#menu-item-32725 {
  width: 16%;
}

.menu-prin.cloned li#menu-item-6 {
  border: none;
}

.menu-prin.cloned li#menu-item-32723 {
  width: 17%;
}

.menu-prin.cloned li#menu-item-7 {
  border: none;
}

.menu-prin.cloned li#menu-item-32726 {
  width: 27%;
}

.menu-prin.cloned li#menu-item-5 {
  border: none;
}

.menu-prin.cloned li#menu-item-32724 {
  width: 15%;
}

.collapse.navbar-collapse.navbar-ex1-collapse {
  padding: 0px;
  width: 100%;
  float: left;
}

#logo-for-fix-menu {
  display: none;
}

#logo {
  float: left;
}

span.site-name {
  float: left;
}

a.navbar-brand {
  padding: 0px !important;
  width: 100% !important;
  margin: 0px !important;
  height: auto;
}

.top-bar-part {
  float: right;
  width: 89.5%;
/*  border-top: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;*/
}

.menu-prin.cloned {
  background-color: white;
  float: left;
  left: 0 !important;
  width: 100% !important;
}

.menu-prin.cloned ul#menu-menu-1 {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.menu-prin.cloned .collapse.navbar-collapse.navbar-ex1-collapse {
  margin: 0 auto;
  float: none !important;
}

#secondary {
  padding-left: 0px;
  padding-right: 0px;
}

.titles-sidebar {
  float: left;
  width: 100%;
}

.titles-sidebar h4 {
  font-weight: normal;
  color: #242424;
  font-size: 16px;
  margin-top: 0px;
}

.subscribe-sidebar {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.subscribe-sidebar form {
  float: left;
  width: 100%;
}

input#name03 {
  width: 100%;
  border-radius: 0px;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: #242424;
  margin-bottom: 3px;
  border: 1px solid #D2D2D2;
  font-family: 'Open Sans', sans-serif;
  outline-color: #019796;
}

input#email03 {
  width: 100%;
  border-radius: 0px;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: #242424;
  margin-bottom: 3px;
  border: 1px solid #D2D2D2;
  font-family: 'Open Sans', sans-serif;
  outline-color: #019796;
}

input.btn.btn-default {
  width: 100%;
  border-radius: 0px;
  background-color: #242424;
  font-size: 11px;
  border: none;
  outline: none;
}

.social-sidebar {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.img-brand {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.archive-sidebar {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.archive-sidebar ul {
  margin: 0px;
  width: 100%;
  padding: 0px;
}

.archive-sidebar li.cat-item {
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  background-color: white;
  margin-bottom: 3px;
  padding-left: 7px;
  padding-bottom: 3px;
  padding-top: 4px;
  padding-right: 5px;
  width: 100%;
  border: 1px solid #D2D2D2;
  color: #242424;
}

.archive-sidebar li.cat-item:hover {
  border: 1px solid #019798;
  color: #019798;
}

.editor-sidebar {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.top-interior-designers {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  display: none;
}

.home .top-interior-designers {
  display: block;
  padding: 0px;
}

.top-interior-designers h4 {
  margin-top: 0px;
  font-weight: normal;
  color: #242424;
}

.top-interior-designers ul {
  margin: 0px;
  padding: 0px;
  float: left;
}

.top-interior-designers ul li {
  width: 18.3173%;
  float: left;
  list-style: none;
  margin-right: 20px;
  text-align: center;
  background-color: white;
}

.top-interior-designers ul li:last-child {
  margin-right: 0px;
}

.site-main h4 {
  margin-top: 0px;
  font-weight: normal;
  color: #242424;
}

#tit-top-designs h5 {
  font-size: 14px;
  line-height: 14pt;
  height: 36px;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
}

#tit-top-designs h5 a {
  color: #242424;
}

#tit-top-designs h5 a:hover {
  color: #009898;
}

.img-large-brand {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

#social-top {
  float: left;
  width: 50%;
  padding-left: 12px;
}

.search-top {
  float: right;
  padding-right: 12px;
}

.search-footer {
  float: right;
  padding-right: 15px;
}

#social-footer {
  float: right;
  margin-right: 10px;
  width: 20%;
}

.big-slide {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  display: none;
}

.home .big-slide {
  display: block;
}



/*.nbs-flexisel-item {

  width: 600px !important;

}*/



.rpf-slider img {
  border: none !important;
  padding: 0px !important;
}

.rpf-title {
  margin-top: 0px !important;
  width: 75%;
  background-color: rgba(255, 255, 255, 0.93);
  position: absolute;
  bottom: 43px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 12.5% !important;
  margin-left: 12.5% !important;
}

.rpf-title a {
  background-color: transparent !important;
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
  color: #242424 !important;
  width: 100% !important;
  text-align: center !important;
  float: left;
  border: none !important;
  padding-left: 10px;
  padding-right: 10px;
}

.read-slider {
  margin-top: 0px !important;
  width: 75%;
  background-color: rgba(255, 255, 255, 0.93);
  position: absolute;
  bottom: 20px;
  padding-bottom: 10px;
  margin-right: 12.5% !important;
  margin-left: 12.5% !important;
}

.related-01 img {
  min-height: auto;
  width: auto;
}

.related-01 .featured-relat {
    max-height: 100px;
    overflow: hidden;
}

.big-img-single {
  width: 100%;
  max-height: 350px;
  overflow: hidden;
}

.post-inner-content .entry-header h1 {
  font-size: 21px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
}

.cat-links a {
  text-transform: uppercase;
}

.entry-content p {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}

.comments-single {
  font-size: 13px;
  color: #6B6B6B;
}

.post-nav-single {
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-previous {
  float: left;
  width: 50%;
}

.post-previous a {
  font-size: 14px !important;
  letter-spacing: 0.2pt;
}

.post-previous h4 a {
  color: #242424;
}

.post-next {
  float: right;
  width: 50%;
  text-align: right;
}

.post-next a {
  font-size: 14px !important;
  letter-spacing: 0.2pt;
}

.post-next h4 a {
  color: #242424;
}

.also-like-single {
  width: 100%;
  float: left;
  padding-left: 0px;
  padding-right: 0px;
}

.vcard {
  display: none;
}

.related-01 {
  float: left;
  width: 20%;
  background-color: white;
  padding-bottom: 7px;
}

.related-category {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left;
  padding-top: 2px;
}

.related-category a {
  color: #242424;
  text-transform: uppercase;
  font-size: 11px;
}

.related-dat {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.related-dat i.fa {
  display: none;
}

.related-dat span.posted-on a {
  float: left;
}

.related-dat a.url.fn.n {
  display: none;
}

.related-dat a {
  color: #242424;
  font-size: 11px;
}

a.title-relat {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  color: #242424;
  font-size: 12px;
  text-transform: capitalize !important;
  font-weight: bold;
  line-height: 12pt;
  height: 33px;
  overflow: hidden;
}

.big-header-single {
  float: left;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.big-header-single .entry-header.page-header {
  background-color: white;
  margin-bottom: 0px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #D2D2D2;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.big-header-single .entry-header.page-header h1.entry-title {
  font-size: 21px;
  margin-bottom: 9px;
}

.big-header-single .entry-header.page-header .entry-meta {
  font-size: 11px;
}

.single .post-inner-content {
  padding-top: 0px;
  float: left;
  border-bottom: 1px solid #D2D2D2;
  width: 100%;
}

.single article {
  float: left;
  width: 100%;
}

.single #primary {
  float: left;
  width: 100%;
}

.single #main {
  float: left;
  width: 100%;
}

.single .main-content-inner {
  padding-right: 20px;
  padding-left: 0;
}

.bid-sidebar {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.search h1.page-title {
  margin-top: 0px;
  font-weight: normal;
  color: #242424;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 18px;
  clear: both;
}

.search .page-header {
  margin-bottom: 0px !important;
  text-align: center;
  float: left;
  width: 100%;
}

.archive h1.page-title {
  margin-top: 0px;
  font-weight: bold;
  color: #242424;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 18px;
  clear: both;
}

.archive .page-header {
  margin-bottom: 0px !important;
  text-align: center;
  float: left;
  width: 100%;
}

.archive .span-8:nth-child(3) {
  margin-right: 0px;
}

.archive .span-8:nth-child(4n) {
  display: none;
}

.archive .span-8:nth-child(9) {
  margin-right: 0px;
}

.search .span-8:nth-child(3) {
  margin-right: 0px;
}

.search .span-8:nth-child(4n) {
  display: none;
}

.search .span-8:nth-child(9) {
  margin-right: 0px;
}

.page-template-template-about .main-content-inner {
  padding-right: 20px;
  padding-left: 0;
}

.page-template-template-contact .main-content-inner {
  padding-right: 20px;
  padding-left: 0;
}

.text-about-01 {
  float: left;
  width: 100%;
  background-color: white;
  padding-left: 15px;
  padding-top: 4px;
  margin-bottom: 20px;
  padding-bottom: 1px;
}

.text-about-01 h5 {
  color: #242424;
  font-size: 14px;
}

.text-about-01 p {
  font-size: 12px;
}

.text-about-02 {
  float: left;
}

.text-about-02-right {
  float: left;
  width: 22.9%;
}

.text-about-02-left {
  float: left;
  width: 22.8%;
  margin-right: 20px;
  margin-bottom: 17px;
}

#post-by-cat-inner {
  float: left;
  background-color: white;
}

.img-by-cat {
  float: left;
  width: 100%;
}

.titcat-by-cat {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.titcat-by-cat h5 {
  font-size: 11px;
  color: #242424;
  margin-top: 9px;
  line-height: 11pt;
  height: 28px;
}

.titcat-by-cat h5 a {
  color: #242424;
}

.tit-by-cat {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.tit-by-cat h3 {
  color: #242424;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 14pt;
}

.page-template-template-about .tit-by-cat h3 {
  height: 52px;
  overflow: hidden;
}

.page-template-template-advertising .tit-by-cat h3 {
  height: 52px;
  overflow: hidden;
}

.page-template-template-contact .tit-by-cat h3 {
  height: 52px;
  overflow: hidden;
}

.tit-by-cat h3 a {
  color: #242424;
}

.tit-by-cat h3 a:hover {
  color: #009898;
}

.img-brand-about {
  float: left;
  margin-top: 20px;
  width: 100%;
}

.page-template-template-newsletter .main-content-inner {
  padding-right: 20px;
  padding-left: 0;
}

.page-template-template-advertising .main-content-inner {
  padding-right: 20px;
  padding-left: 0;
}

.text-newsletter-01 {
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
}

.text-newsletter-img {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.text-newsletter-01 h5 {
  color: #242424;
  font-size: 14px;
  float: left;
  width: 100%;
}

.text-newsletter-01 p {
  font-size: 12px;
}

.text-newsletter-form {
  float: left;
  width: 100%;
}

.nopadding {
  padding: 0px;
}

form.newsletter-form.col-md-6.col-sm-6.col-xs-12.nopadding input.email {
  width: 100%;
  border-radius: 0px;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: #242424;
  margin-bottom: 3px;
  border: 1px solid #D2D2D2;
  font-family: 'Open Sans', sans-serif;
  outline-color: #019796;
}

.text-newsletter-02 {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.text-newsletter-02-left {
  float: left;
  width: 22.9%;
  margin-right: 20px;
}

.text-newsletter-02-right {
  float: left;
  width: 22.9%;
  margin-right: 0px;
}

.text-img-newsletter {
  width: 100%;
  height: 168px;
  background-color: #242424;
}

.text-newsletter-02-inner {
  background-color: white;
  float: left;
  width: 100%;
}

.text-date-newsletter {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.text-date-newsletter h5 {
  font-size: 11px;
  color: #242424;
  margin-top: 9px;
  line-height: 11pt;
}

.text-tt-newsletter {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.text-tt-newsletter h3 {
  color: #242424;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 14pt;
  height: 55px;
  overflow: hidden;
}

.text-tt-newsletter h3 a {
  color: #242424;
}

.text-tt-newsletter h3 a:hover {
  color: #009898;
}

.text-contributor-01 {
  float: left;
  width: 100%;
  background-color: white;
  padding-left: 15px;
  padding-top: 4px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.text-contributor-01 h5 {
  color: #242424;
  font-size: 14px;
}

.text-contributor-01 p {
  font-size: 12px;
}

.contact-form {
  float: left;
  width: 100%;
  margin-top: 15px;
  padding: 0px;
}

.contact-form input.email {
  width: 100%;
  border-radius: 0px;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: #242424;
  margin-bottom: 3px;
  border: 1px solid #D2D2D2;
  font-family: 'Open Sans', sans-serif;
  outline-color: #019796;
}

.input-contact {
  width: 49%;
  float: left;
}

.input-contact select#topic06 {
  width: 100%;
  height: 26px;
  margin-bottom: 3px;
  border: 1px solid #cac9c9;
}

.input-contact select#topic07 {
  width: 100%;
  height: 26px;
  margin-bottom: 3px;
  border: 1px solid #cac9c9;
}

.input-contact select#topic05 {
  width: 100%;
   height: 26px;
  margin-bottom: 3px;
  border: 1px solid #cac9c9;
}

.input-contact.last {
  width: 49%;
  float: right;
}

.input-contact input.email {
  width: 100%;
  border-radius: 0px;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: #242424;
  margin-bottom: 3px;
  border: 1px solid #D2D2D2;
  font-family: 'Open Sans', sans-serif;
  outline-color: #019796;
}

.input-contact-message textarea {
  width: 100%;
  border-radius: 0px;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: #242424;
  margin-bottom: 3px;
  border: 1px solid #D2D2D2;
  font-family: 'Open Sans', sans-serif;
  outline-color: #019796;
  border-radius: 0px;
}

.text-contributor-02-left {
  float: left;
  width: 22.8%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.text-contributor-02-right {
  float: left;
  width: 22.8%;
}

.text-contributor-02-inner {
  float: left;
  width: 100%;
  background-color: white;
}

.text-img-contributor {
  float: left;
  width: 100%;
  background-color: #242424;
}

.text-contributor-02-inner p {
  display: none;
}

.text-blogname-contributor {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.text-blogname-contributor h5 {
  font-size: 11px;
  color: #242424;
  margin-top: 9px;
  line-height: 11pt;
  height: 28px;
}

.page-template-template-contributer .text-blogname-contributor h5 {
  height: auto !important;
}

.text-blogname-contributor {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.text-contributor-02-inner p {
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.text-tt-contributor {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.text-tt-contributor h3 {
  color: #242424;
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 14pt;
  letter-spacing: 0.2pt;
  font-weight: normal;
}

.text-tt-contributor h3 a {
  color: #009898;
}

.img-brand-contributor {
  float: left;
  width: 100%;
}

.text-contact-01 {
  float: left;
  width: 100%;
  background-color: white;
  padding-left: 15px;
  padding-top: 4px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.text-contact-01 h5 {
  color: #242424;
  font-size: 14px;
}

.text-contact-01 p {
  font-size: 12px;
}

.text-contact-02 {
  float: left;
  width: 100%;
}

section.error-404.not-found h1 {
  color: #242424;
  text-align: center;
  margin-top: 0px;
}

.error-404.not-found .page-content {
  width: 49%;
  margin-left: 26%;
  margin-right: 26%;
}

.social-error404 {
  margin-top: 18px;
}

.titles-404error {
  float: left;
  margin-right: 20px;
}

.titles-404error h4 {
  margin-bottom: 0px;
  line-height: 30pt;
}

input.form-control.search-query {
  text-transform: uppercase;
  padding-left: 15px;
}

.error404 .top-interior-designers-for-error .top-interior-designers {
  display: block;
}

.top-interior-designers-for-error {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.nbs-flexisel-nav-right {
  right: 15% !important;
}

.nbs-flexisel-nav-left {
  left: 15% !important;
}

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  width: 38px !important;
  height: 48px !important;
}

.nbs-flexisel-nav-leftbig {
  float: left;
  width: 17.8%;
  /*background-color: rgba(242, 242, 242, 0.7); */
  height: 100%;
  position: absolute;
  left: 10%;
}

.nbs-flexisel-nav-rightbig {
  float: right;
  width: 17.8%;
  /*background-color: rgba(242, 242, 242, 0.7); */
  height: 100%;
  position: absolute;
  right: 10%;
}

.interior-design-interview-home {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 0px;
  margin-bottom: 20px;
}

.interior-design-interview-home h4 {
  margin-top: 0px;
  color: #242424;
  font-weight: normal;
}

.text-idi-home {
  width: 37.8%;
  float: right;
}

.video-idi-home {
  float: left;
  width: 60%;
  background-color: white;
  height: 240px;
}

.video-idi-inner {
  width: 63%;
  height: 100%;
  background-color: #23282D;
  float: left;
}

#text-idi-home-inner {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background-color: white;
}

#text-idi-home-inner:last-child {
  margin-bottom: 0px;
}

.img-idi-home {
  float: left;
  width: 50%;
}

.titcat-idi-home-inner-2 {
  float: left;
  width: 50%;
  padding: 10px;
}

.titcat-idi-home-inner-2 .tit-idi-home h3 {
  max-height: 35px;
  overflow: hidden;
}

.titcat-idi-home {
  float: left;
  color: #242424;
  width: 100%;
  margin-bottom: 4px;
}

.titcat-idi-home h5 {
  float: left;
  color: #242424;
  font-size: 10px;
  margin: 0px;
  font-weight: normal;
  letter-spacing: 0.2pt;
}

.datecat-idi-home {
  float: left;
  width: 100%;
  margin-bottom: 2px;
}

.tit-idi-home {
  float: left;
  color: #242424;
  width: 100%;
}

.tit-idi-home h3 {
  color: #242424;
  font-size: 14px;
  margin: 0px;
  line-height: 14pt !important;
}

.tit-idi-home h3 a {
  color: #242424;
  font-size: 14px;
  line-height: 14pt !important;
}

.tit-idi-home h3 a:hover {
  color: #009898;
}

.video-idi-inner-content {
  float: left;
  width: 37%;
  padding: 20px;
  padding-top: 30px;
}

.idi-home-text {
  float: left;
  width: 100%;
  margin-top: 12px;
}

.idi-home-text p {
  font-size: 13px;
  line-height: 14pt;
}

.editor-sidebar ul {
  margin: 0px;
  float: left;
  padding: 0px;
  float: left;
  background-color: white;
}

.editor-sidebar ul li {
  list-style: none;
  float: left;
  width: 100%;
}

#img-editorspic {
  float: left;
  width: 100%;
}

/*#img-editorspic img {
  min-height: 152px;
  min-width: 330px;
}*/

#img-editorspic img {
  min-height: auto;
  min-width: 100%;
}

#ult-fs-search .close {
  background-color: transparent;
  border-color: transparent;
}

#ult-fs-search {
  z-index: 1000000000000000000000000;
}

.archive .main-content-inner {
  padding-right: 20px;
  padding-left: 0;
}

.search-results .main-content-inner {
  padding-right: 20px;
  padding-left: 0;
}

.page-template-template-contributer .main-content-inner {
  padding-right: 20px;
  padding-left: 0;
}

.page-template-template-sitemap .main-content-inner {
  padding-left: 0;
  padding-right: 20px;
}

.page-template-template-polityprivacy .main-content-inner {
  padding-left: 0;
  padding-right: 20px;
}

.navigation {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.navigation ul {
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}

.navigation ul li {
  list-style: none;
  float: left;
  padding-right: 10px;
  color: #242424;
}

.navigation ul li a {
  color: #242424;
  text-transform: uppercase;
  font-size: 12px;
}

.navigation ul li a:hover {
  color: #009898;
}

.img-large-brand form {
  position: absolute;
  right: 104px;
  width: 252px;
  margin-top: 58px;
}

.img-large-brand input#email02 {
  width: 207.5px;
  background-color: transparent;
  border: none;
  line-height: 16pt;
  outline: none;
  padding: 1px;
  padding-left: 10px;
}

.editor-sidebar #titcat {
  width: 200px;
}

.img-large-brand input.btn.btn-default {
  float: right;
  width: 44px;
  border: none;
  height: 25px;
  background-color: #009898;
  line-height: 11pt;
}

.img-brand-contributor input#email02 {
  width: 241.5px;
  background-color: transparent;
  border: none;
  line-height: 16pt;
  outline: none;
  padding: 3px;
  padding-left: 10px;
}

.img-brand-contributor input.btn.btn-default {
  float: right;
  width: 50px;
  border: none;
  height: 28px;
  background-color: #009898;
  line-height: 11pt;
}

.img-brand-contributor form {
  position: absolute;
  right: 327px;
  width: 294px;
  margin-top: 70px;
}

.img-brand-contributor-inner {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.part-imgs-404 {
  float: left;
  width: 100%;
}

.part-imgs-404-01 {
  float: left;
  width: 550px;
}

.part-imgs-404-02 {
  float: left;
  width: 400px;
}

.part-imgs-404-im {
  float: left;
}

.home .notim {
  display: block;
}

form.wpmcsw.form .select_wrapper {
  float: left;
  margin-right: 2px;
  border-radius: 0px;
}

form.wpmcsw.form dl {
  display: none;
  float: left;
  width: 100%;
  margin-top: 5px;
}

form.wpmcsw.form dt {
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
}

form.wpmcsw.form dl dd label {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
}

form.wpmcsw.form dl dd input[type="radio"] {
  float: left;
  margin-right: 5px;
}

form.wpmcsw.form input.btn.btn-default {
  width: 18%;
  border-radius: 0px;
  background-color: #242424;
  font-size: 11px;
  border: none;
  outline: none;
  height: 23px;
  float: left;
  line-height: 18pt;
  padding-bottom: 0px;
  padding-top: 0px;
}

form.wpmcsw.reset {
  float: left;
  width: 9%;
}

input.btn.btn-default {
  height: 23px;
  float: left;
  line-height: 18pt;
  padding-bottom: 0px;
  padding-top: 0px;
}

.posts-proj-page {
  float: left;
  margin-top: 20px;
}

.layout-proj-page {
  float: left;
  width: 100%;
}

form.wpmcsw.form {
  float: left;
}

form.wpmcsw.form fieldset {
  float: left;
}

.nbs-flexisel-inner {
  /*max-width: 1079.19px;*/
  max-width: 950px;
}

.search-no-results #secondary {
  display: none;
}

.search-no-results .main-content-inner {
  padding: 0px;
}

.projects-catg-home {
  float: left;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.projects-catg-inner-home {
  float: left;
  width: 100%;
  padding-left: 15px;
}

.page-template-template-sitemap  .projects-catg-inner-home {
  float: left;
  width: 100%;
  padding-left: 0px;
}

.page-template-template-polityprivacy  .projects-catg-inner-home {
  float: left;
  width: 100%;
  padding-left: 0px;
}

.page-template-template-contact .projects-catg-inner-home {
  float: left;
  width: 100%;
  padding-left: 0px;
}

.page-template-template-newsletter  .projects-catg-inner-home {
  float: left;
  width: 100%;
  padding-left: 0px;
}

.page-template-template-advertising  .projects-catg-inner-home {
  float: left;
  width: 100%;
  padding-left: 0px;
}

.page-template-template-about  .projects-catg-inner-home {
  float: left;
  width: 100%;
  padding-left: 0px;
}

.projects-catg-inner-first {
  width: 50%;
  float: left;
}

.projects-catg-inner-second {
  float: left;
  width: 50%;
}

.projects-catg-inner-second #text-proj-home-inner {
  width: 50%;
  float: left;
  max-height: 140px;
  overflow: hidden;
}

.img-idi-home img {
  min-height: 110px;
}

img.attachment-projectsimgs02.wp-post-image {
  min-height: 140px;
  min-width: 238px;
}

.projects-catg-inner-second .img-proj-home img:hover {
  opacity: .7;
}

.img-proj-home {
  float: left;
  width: 100%;
  background-color: #fafafa;
}

.projects-catg-title-home {
  position: absolute;
  background-color: white;
  margin-top: 20px;
  margin-left: 20px;
  padding-left: 20px;
  padding-bottom: 17px;
  padding-right: 20px;
  padding-top: 12px;
}

.projects-catg-title-home h4 {
  color: #242424;
  font-weight: normal;
}

.projects-catg-title-home p {
  width: 100%;
  font-size: 12px;
  margin-bottom: 4px;
  line-height: 12pt;
}

.projects-catg-title-home a {
  font-size: 11px;
  letter-spacing: 0.2pt;
}

#img-top-designs {
  float: left;
  width: 100%;
}

#tit-top-designs {
  float: left;
  width: 100%;
}

#hover_block {
  list-style: none;
  z-index: 60000;
  position: fixed;
  float: left;
  left: 0;
  padding-top: 195px;
  width: 18px;
  height: 180px;
}

#hover_block ul {
  -webkit-padding-start: 0px;
  margin: 0;
  list-style: none;
  -moz-padding-start: 0px;
  padding-left: 0px;
}

ul.hover_block li {
  list-style: none;
  float: left;
  padding-left: 0 !important;
  padding: 0;
  width: 125px;
  position: relative;
  margin-right: 20px;
  height: 33px;
  border: none!important;
}

ul.hover_block li a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 32px;
  width: 125px;
  padding: 16px;
}

ul.hover_block li img {
  position: absolute;
  top: 0;
  left: -95px;
  border: 0;
  transition: left 1s;
  -moz-transition: left 1s;
  -webkit-transition: left 1s;
  -o-transition: left 1s;
  cursor: pointer;
}

ul.hover_block li img:hover {
  left: 0 !important;
}

.img-down-media {
  float: left;
  width: 100%;
  background-color: white;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 40pt;
  padding: 20px;
  font-size: 22px;
  padding-left: 35px;
  border: 1px solid #D2D2D2;
}

.img-down-media a {
  text-transform: uppercase;
  color: #242424;
}

.img-down-media-01 {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.single #sidebar {
  float: right;
  max-width: 208px;
}
.single #sidebar.fixed {
    /*margin-top: -39.5%;*/
    top: 65px;
}
.single .fixed .last {
  margin-bottom: 350px;
}
.single .fixed {
  position: fixed;
  /*right: 50%;
  margin-right: -50%;*/
}
.modal-backdrop {
  background-color: transparent !important;
}
@media screen and (max-width: 775px) {
    .single .fixed {
      display: none;
    }
    .single #sidebar01 {
      max-width: 100%;
    }
}

.single .footer_main_full.clear_standard {
    display: none;
}

.cat-news, .cat-best-interior-designers, .cat-projects, .cat-interviews{ display: none; }

.archive.category-news .cat-news{ display: block; }

.archive.category-europe .cat-best-interior-designers, .archive.category-asia .cat-best-interior-designers, .archive.category-north-america .cat-best-interior-designers, .archive.category-south-america .cat-best-interior-designers, .archive.category-australia .cat-best-interior-designers{ display: block; }

.archive.category-projects .cat-projects{ display: block; }

.archive.category-interior_design_interviews .cat-interviews{ display: block; }


.archive.category-projects .well{ display: block; }

.archive.category-news .well { display: none; }

.archive.archive.category-europe .well, .archive.category-north-america .well{ display: none; }

.archive.category-interior_design_interviews .well{ display: block; }

.span-8:nth-child(13), .span-8:nth-child(17), .span-8:nth-child(21) {
    margin-right: 0;
}
.shr-badge__button__logo {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px){

  .navbar-default .navbar-nav > li > a{
    font-size: 10px !important;
  }
  
  .home .main-content-inner {
    padding-right: 0px !important;
  }
  .projects-catg-inner-second #text-proj-home-inner{
    max-height: 105.5px;
  }
  .partners-footer div:nth-child(1) {
    margin-bottom: 0;
  }
  .partners-footer div:nth-child(2) {
    margin-bottom: 0 !important;
  }
  .partners-footer div:nth-child(5), .partners-footer div:nth-child(10) {
    padding-right: 2.5px;
  }
  .partners-footer div:nth-child(1), .partners-footer div:nth-child(6) {
    padding-left: 2.5px;
  }
  .archive .main-content-inner {
    padding-right: 0px !important;
  }

  .archive div#secondary{
    max-width: 240px;
    margin: 0 auto;
    float: none;
  }

  .single .main-content-inner {
    padding-right: 0px !important;
  }
  .single #sidebar{
    position: relative !important;
  }

  .single div#secondary{
    max-width: 240px;
    margin: 0 auto;
    float: none;
  }
  .related-01 .featured-relat a img {
    min-height: 100px;
  }
  .related-01 .featured-relat {
      max-height: 100px;
      overflow: hidden;
  }
  .page-template-template-about .main-content-inner {
    padding-right: 0px !important;
  }
  .page-template-template-advertising .main-content-inner {
    padding-right: 0px !important;
  }
  .page-template-template-contributer .main-content-inner {
    padding-right: 0px !important;
  }
  .page-template-template-newsletter .main-content-inner {
    padding-right: 0px !important;
  }
  .page-template-template-contact .main-content-inner {
    padding-right: 0px !important;
  }
  .page-template-template-sitemap .main-content-inner {
    padding-right: 0px !important;
  }
  .page-template-template-polityprivacy .main-content-inner {
    padding-right: 0px !important;
  }


}

ins.adsbygoogle {
    max-width: 100%;
    overflow: hidden;
}
div#logo img {
  width: 100px;
}
.b-header {
    margin-top: -18px;
    text-align: center;
}
.b-header a img {
    max-width: 400px;
}
.menu-prin.cloned .b-header {
    display: none;
}
.social-sidebar img {
  width: 12%;
    height: auto;
}