/*
Theme Name: Business Idea
Theme URI: http://dm3studio.com
Author: dm3studio
Author URI: http://dm3studio.com
Description: Responsive theme for business, portfolio and personal
Version: 1.2
Tags: theme-options, translation-ready
Text Domain: dm3_fwk
*/

/*
PLEASE DO NOT EDIT THIS FILE IN ORDER TO MAKE IT EASIER
TO UPDATE THE TEMPLATE WHEN NEW VERSIONS ARE RELEASED.
*/

/*
  Table of contents:
  - Document setup
  - Header
  - Page header
  - Shortcodes
  - Table
  - Form
  - Widgets
  - Blog
  - Isotope
  - Portfolio (Gallery)
  - Portfolio item
  - Wordpress gallery
  - Footer
  - Dm3 responsive slider
  - Design for a width of 768px
  - Design for a width of 320px
  - Design for a width of 480px
*/


/**************************
 * Document setup
 **************************/
html {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  font-size: 14px;
  line-height: 22px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #555;
}

p {
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #0689c0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

abbr {
  border-bottom: 1px dotted #555;
  cursor: help;
}

acronym {
  border-bottom: 1px dotted #555;
}

blockquote {
  padding: 0;
  margin: 0 20px 20px 20px;
  font-style: italic;
}

blockquote p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

blockquote small {
  color: #919191;
}

blockquote small:before {
  content: '\2014 \00A0';
}

pre {
  display: block;
  padding: 10px;
  margin: 0 0 20px 0;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

code {
  display: inline-block;
  padding: 0 4px;
  background-color: #f5f5f5;
  color: #000;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.align-left,
.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-right,
.alignright {
  float: right;
  margin: 0 0 10px 10px;
}

.post .wp-caption {
}

.wp-caption img {
  display: block;
  padding: 0 5px;
}

.wp-caption-text {
  padding: 5px 10px 0 10px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #919191;
}

.wp-caption p {
  margin: 0;
}


h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  /*font-family: "bebas_neueregular", Arial, Helvetica, sans-serif;*/
  color: #000;
}

h1 {
  font-size: 36px;
  line-height: 40px;
}

h2 {
  font-size: 30px;
  line-height: 34px;
}

h3 {
  font-size: 24px;
  line-height: 28px;
}

h4 {
  font-size: 20px;
  line-height: 24px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

#site-bg {
  width: 100%;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 105px;
  bottom: 0;
  background-position: center center;
}

#header-toolbar ~ #site-bg {
  top: 145px;
}

#site-bg-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  background: url("images/bg-overlay.png") repeat 0 0;
}


.dm3-scroller {
  width: 100%;
  margin: 105px 0 0 0;
//  padding: 60px 0 0 0;
  position: relative;
  z-index: 3;
}

#header-toolbar ~ .dm3-scroller {
  margin-top: 145px;
}

.dm3-scroller-inner > .content {
  width: 100%;
  float: left;
}

.content > .content-inner {
  max-width: 100%;
  width: 1060px;
  margin: 0 auto;
  position: relative;
}

.content-inner > .section {
  padding: 60px 0 40px 0;
  background: #fff;
}

.content-inner > .section-bg {
  background-color: #eee;
}

.content-inner > .section:after {
  display: table;
  content: '';
  clear: both;
}

.content-inner > .content-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9998;
  left: 0;
  top: 0;
  background: url("images/preloader.gif") no-repeat center 200px;
}


.post ul,
.post ol,
.hentry ul,
.hentry ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

.post ul ul, .post ul ol, .post ol ol, .post ol ul,
.hentry ul ul, .hentry ul ol, .hentry ol ol, .hentry ol ul {
  margin-bottom: 0;
}

.post ul,
.hentry ul {
  list-style: outside square;
}

.post ol,
.hentry ol {
  list-style: outside decimal;
}


.dm3-lightbox {
  display: inline-block;
  padding: 4px;
  line-height: 0;
  font-size: 0;
  background-color: #eee;
}


.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.pager {
  margin: 40px 0 20px -8px;
  overflow: hidden;
}

.pager > a,
.pager > span {
  display: block;
  margin: 0 0 0 8px;
  padding: 5px 10px;
  border-bottom: 2px solid #ddd;
  float: left;
  color: #999;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}

.pager > a:hover,
.pager > span {
  font-weight: bold;
  color: #0689c0;
  border-color: #0689c0;
  background-color: #eee;
}


.sidebar .widget:after,
.dm3-tabs-testimonials .dm3-tabs-nav:after,
.gallery-item .gallery-caption:after,
.post.sticky:after {
  display: block;
  content: '';
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: -4px;
  border: 1px solid #ddd;
  height: 2px;
  background: #fff;
}

.screen-reader-text {
  display: none;
}

.wp-video-shortcode {
  margin-bottom: 20px;
}


/**************************
 * Header
 **************************/
#header-toolbar {
  width: 100%;
  height: 28px;
  padding: 12px 0 0 0;
  position: fixed;
  z-index: 6;
  left: 0;
  top: 0;
  background: #0689c0;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  overflow: hidden;
}

.admin-bar #header-toolbar {
  top: 28px;
}

#header-toolbar-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.header-contact {
  margin-left: 20px;
}

.header-contact li {
  margin: 0 20px 0 0;
  float: left;
  color: #fff;
}

.header-contact li > div {
  display: inline-block;
}

.header-contact li a {
  color: #fff;
}

.header-contact .icon {
  margin-right: 5px;
  font-size: 14px;
}

.header-social {
  margin-right: 20px;
  float: right;
}

.header-social li {
  margin: 0 0 0 15px;
  float: left;
}

.header-social a {
  color: #fff;
  font-size: 14px;
}

.header-social a:hover {
  color: #fff;
}

#site-nav {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  border-top: 5px solid #0689c0;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}

#header-toolbar + #site-nav {
  top: 40px;
}

.admin-bar #site-nav {
  top: 28px;
}

.admin-bar #header-toolbar +  #site-nav {
  top: 68px;
}

.ie8-shadow {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 4;
  left: 0;
  top: 8px;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
  zoom: 1;
}

#header-toolbar ~ .ie8-shadow {
  height: 135px;
}

#header-inner {
  max-width: 1060px;
  margin: 0 auto;
}

#logo {
  height: 100px;
  line-height: 100px;
  position: relative;
  float: left;
}

#logo > a {
  display: inline-block;
  vertical-align: middle;
  line-height: 37px;
}

#ajax-preloader {
  display: none;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 20px;
  position: absolute;
  left: 100%;
  top: 50%;
  background: url("images/preloader.gif") no-repeat center center;
}

#nav-mobile {
  display: none;
}

#mobile-nav-trigger {
  display: none;
}

.nav-desktop {
  float: right;
}

.nav-desktop > li {
  float: left;
  list-style: none;
  position: relative;
}

.nav-desktop > li > a {
  display: block;
  height: 100px;
  padding: 0 20px;
  line-height: 100px;
  /*font-family: 'bebas_neueregular';*/
  text-decoration: none;
  font-size: 23px;
  color: #000;
}

.nav-desktop .current-menu-item > a,
.nav-desktop .current-menu-ancestor > a {
  color: #0689c0;
  background-color: #eee;
}

.nav-desktop ul {
  display: none;
  width: 170px;
  padding: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  margin-top: -4px;
  border-top: 4px solid #0689c0;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.nav-desktop ul ul {
  top: 0;
  margin-top: 0;
  left: 170px;
  border: 0;
}

.nav-desktop li:hover > ul {
  opacity: 1;
  display: block;
}

.nav-desktop ul a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: url("images/transparent-black.png") repeat 0 0;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.nav-desktop ul .current-menu-item > a {
  color: #fff;
  background-color: transparent;
}

.nav-desktop ul li:hover > a {
  background-color: #222;
}

#nav-pointer {
  display: none;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #0689c0 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}

#header-toolbar {
  -webkit-transition: height 0.2s, padding-top 0.2s;
  transition: height 0.2s, padding-top 0.2s;
}

#site-nav {
  -webkit-transition: height 0.2s, top 0.2s;
  transition: height 0.2s, top 0.2s;
}

.nav-desktop > li > a,
#search-trigger,
#logo {
  -webkit-transition: height 0.2s, line-height 0.2s;
  transition: height 0.2s, line-height 0.2s;
}

.on-scroll .dm3-scroller {
  -webkit-transition: margin-top 0.2s;
  transition: margin-top 0.2s;
}

#site-bg {
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}

.on-scroll #site-bg,
.on-scroll #header-toolbar ~ #site-bg {
  top: 75px;
}

.on-scroll #header-toolbar {
  height: 0;
  padding-top: 0;
}

.on-scroll #site-nav,
.on-scroll #header-toolbar ~ #site-nav {
  height: 70px;
  top: 0;
}

.admin-bar.on-scroll #site-nav,
.admin-bar.on-scroll #header-toolbar ~ #site-nav {
  top: 28px;
}

.on-scroll #logo {
  height: 70px;
  line-height: 70px;
}

.on-scroll .nav-desktop > li > a,
.on-scroll #search-trigger {
  height: 70px;
  line-height: 70px;
}

.on-scroll .dm3-scroller,
.on-scroll #header-toolbar ~ .dm3-scroller {
  margin-top: 75px;
}

.on-scroll .ie8-shadow {
  height: 65px !important;
}


/**************************
 * Page header
 **************************/
#content-header {
  width: 1060px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  background: url("images/transparent-black.png") repeat 0 0;
  overflow: hidden;
}

#content-header h1 {
  margin: 0;
  font-size: 50px;
  line-height: 54px;
  color: #fff;
  float: left;
}

#content-header .page-description {
  margin: 16px 0 0 0;
  color: #919191;
  float: right;
}

#header-page-meta {
  padding: 10px 0 5px 0;
  background: #333;
  font-size: 11px;
  line-height: 20px;
  color: #919191;
}

#header-page-meta strong,
#header-page-meta .columns > span {
  display: block;
  float: left;
  border-left: 1px solid #555;
  margin: 0 0 5px 10px;
  padding-left: 10px;
  color: #bbb;
  line-height: 14px;
}

#header-page-meta .columns > span {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
  color: #919191;
}

#header-page-meta span + strong {
  padding-left: 0;
  border-left: 0;
}


/**************************
 * Shortcodes
 **************************/
/* Call to action */
.dm3-cta {
  margin: 0 0 20px 0;
  position: relative;
}

.dm3-cta h2 {
  margin-bottom: 20px;
  padding: 0 0 20px 0;
  font-size: 42px;
  line-height: 46px;
  border-bottom: 1px solid #ddd;
}

.dm3-cta-button a {
  font-weight: bold;
}

/* Icons */
.dm3-box-icon-left .dm3-box-icon-icon span {
  color: #0689c0;
}

.dm3-box-icon-center {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}

.dm3-box-icon-center .dm3-box-icon-icon {
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  background-color: transparent;
}

.dm3-box-icon-center .dm3-box-icon-icon span {
  font-size: 46px;
  line-height: 50px;
  color: #0689c0;
  vertical-align: top;
}

.dm3-box-icon-center .dm3-box-icon-content {
  padding: 0;
}

.dm3-box-icon-center .dm3-box-icon-content p {
  margin-bottom: 0;
}

/* Tabs */
.dm3-tabs-nav a,
.dm3-tabs-nav a:hover {
  color: #919191;
}

.dm3-tabs-nav .active a {
  color: #000;
}

/* Collapse */
.dm3-collapse-trigger a,
.dm3-collapse-trigger a:hover {
  color: #919191;
}

.dm3-collapse-open .dm3-collapse-trigger a {
  color: #000;
}

/* Testimonials */
.dm3-tabs-testimonials .dm3-tab-inner {
  padding: 20px;
  border: 1px solid #ddd;
}

.dm3-tabs-testimonials .dm3-tabs-nav {
  padding: 12px 0;
  text-align: center;
  border: 1px solid #ddd;
  border-top: 0;
  position: relative;
}

.dm3-tabs-testimonials .dm3-tabs-nav li {
  background: none;
}

.dm3-tabs-testimonials .dm3-tabs-nav .active a {
  background-color: #0689C0;
}

/* Team */
.dm3-member-block {
  position: relative;
}

.dm3-member-image {
  margin-bottom: 0;
}

body .dm3-member-title h2 {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.dm3-member-title,
.dm3-member-description {
  margin: 0;
  padding: 0 10px 5px 10px;
  border: 1px solid #ddd;
  border-top: 0;
  border-bottom: 0;
}

.dm3-member-title {
  padding-top: 20px;
}

.dm3-member-social {
  padding-bottom: 20px;
  border: 1px solid #ddd;
  border-top: 0;
}

.dm3-member-block:after {
  display: block;
  content: '';
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: -3px;
  border: 1px solid #ddd;
  height: 2px;
}

/* Box */
.dm3-box {
  margin: 0 0 20px 0;
  padding: 30px 30px 10px 30px;
  background-color: #eee;
}


/**************************
 * Table
 **************************/
.styled-table {
  width: 100%;
  margin-bottom: 20px;
}

.styled-table th, .styled-table td {
  border: 1px solid #ddd;
}

.styled-table th {
  font-weight: bold;
  padding: 8px;
  color: #000;
}

.styled-table td {
  padding: 8px;
}

.styled-table tr:hover td {
  background: #f5f5f5;
}


/**************************
 * Form
 **************************/
.form-1-field {
  margin-bottom: 20px;
}

.form-1-field input[type="text"],
.form-1-field textarea,
.comment-form input[type="text"],
.comment-form textarea,
.search-form .search-field,
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea {
  padding: 8px;
  border: 0;
  background-color: #eee;
  border: 1px solid #ddd;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0;
  max-width: 100%;
}

.form-1-field input[type="text"],
.form-1-field textarea,
.comment-form input[type="text"],
.comment-form textarea {
  width: 100%;
}

.form-1-field input[type="text"]:focus,
.form-1-field textarea:focus {
  outline: 0;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}

.form-1-field > label,
.comment-form > p > label {
  display: block;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 11px;
}

.form-1-large input[type="text"],
.form-1-large textarea,
.comment-form input[type="text"],
.comment-form textarea,
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea {
  padding: 14px;
}

.form-1-actions {
  margin-bottom: 20px;
}

/* Header search */
#header-search {
  width: 1060px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background: url("images/transparent-black.png") repeat 0 0;
}

#header-search.hidden {
  display: none;
}

#header-search.with-separator {
  border-bottom: 1px solid #555;
}

#header-search input[type="text"] {
  width: 100%;
  padding: 20px 90px 20px 20px;
  border: 0;
  outline: none;
  font-size: 24px;
  line-height: 28px;
  background: none;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#header-search button {
  display: block;
  width: 69px;
  height: 100%;
  line-height: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: #0689c0;
  cursor: pointer;
}

#header-search button span {
  font-size: 30px;
  line-height: 32px;
  vertical-align: middle;
  color: #fff;
}

#search-trigger {
  display: block;
  height: 100px;
  line-height: 100px;
  padding: 0 20px 0 20px;
  float: right;
}

#search-trigger span {
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

#search-trigger.active {
  background-color: #eee;
}

#search-trigger.active span {
  color: #0689c0;
}

/* Comment form */
#commentform {
  margin-bottom: 60px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 30.66%;
  margin-right: 4%;
  float: left;
}

.comment-form-url {
  margin-right: 0;
}

.comment-form-comment {
  clear: both;
}

#cancel-comment-reply-link {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 10px;
}

/* Search form */
.search-form {
  margin-bottom: 20px;
  position: relative;
}

.search-form .search-submit {
  position: absolute;
  right: 10px;
  top: 5px;
  border: 0;
  background: 0;
  padding: 0;
  font-size: 16px;
  color: #919191;
  cursor: pointer;
  background: none;
}

.search-form .search-submit:hover {
  color: #555;
}

.search-form .search-field {
  width: 100%;
  margin-right: 30px;
  padding-right: 30px;
}

#footer .search-form .search-field {
  background-color: #000;
  border: 1px solid #555;
  color: #bbb;
}

#footer .search-form .search-submit:hover {
  color: #fff;
}

/* Custom forms */
.wpcf7-submit,
input#submit {
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: box-shadow 0.1s;
}

.wpcf7-form > p {
  text-transform: uppercase;
  font-size: 11px;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
}

.wpcf7-textarea {
  width: 100%;
}

body span.wpcf7-not-valid-tip {
  padding-left: 5px;
  text-transform: none;
  max-width: 80%;
}

body span.wpcf7-not-valid-tip-no-ajax {
  display: block;
  margin: 5px 0 0 0;
  text-transform: none;
}

body div.wpcf7-response-output {
  margin: 20px 0;
}


/**************************
 * Widgets
 **************************/
.sidebar-inner {
  padding: 0 0 0 20px;
}

.sidebar .widget {
  padding: 20px 20px 0 20px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  position: relative;
}

.sidebar .widget + .widget {
  margin-top: 60px;
}

.sidebar .widget-title {
  font-size: 22px;
  line-height: 26px;
}

.sidebar ul {
  margin-bottom: 20px;
}

.sidebar li a {
  color: #919191;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.sidebar li a:hover {
  color: #0689c0;
}

.sidebar li ul {
  margin-left: 20px;
  margin-bottom: 0;
}

/* Posts widget */
.dm3-widgets-posts {
  margin-bottom: 20px;
}

.dm3-widgets-posts li:after {
  display: 'table';
  clear: both;
  content: '';
}

.dm3-widgets-posts li + li {
  margin-top: 20px;
}

.dm3-widgets-post-image {
  float: left;
  margin: 4px 10px 0 0;
  padding: 4px;
  background-color: #eee;
  line-height: 0;
  font-size: 0;
  width: 50px;
}

#footer .dm3-widgets-post-image {
  background-color: #555;
}

.dm3-widgets-post-description {}

.dm3-widgets-post-description > a {
  display: block;
}

.dm3-widgets-post-date {
  display: block;
  margin: 5px 0;
  font-size: 12px;
  line-height: 20px;
}

/* Photos (Flickr) widget */
ul.dm3-widgets-flickr {
  margin: 0 0 0 -22px;
}

.dm3-widgets-flickr:after {
  display: table;
  content: "";
  clear: both;
}

.dm3-widgets-flickr li {
  width: 58px;
  height: 58px;
  margin: 0 0 20px 22px;
  float: left;
}

.dm3-widgets-flickr a {
  display: block;
  line-height: 0;
  padding: 4px;
  background-color: #eee;
}

.dm3-widgets-flickr li img {
  width: 100%;
}

/* Twitter widget */
.dm3-widgets-twitter {
  margin-bottom: 20px;
}

.dm3-widgets-twitter li + li {
  margin-top: 20px;
}

.dm3-widgets-twitter .created-at {
  margin: 5px 0 0 0;
  font-size: 12px;
  line-height: 20px;
}

/* Contact widget */
.dm3-widgets-contacts {
  margin-bottom: 20px;
  table-layout: fixed;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 12px;
  line-height: 20px;
}

.dm3-widgets-contacts td {
  vertical-align: middle;
}

.dm3-widgets-contacts tr + tr td {
  padding-top: 20px;
}

.dm3-widgets-contacts .icon {
  padding-right: 10px;
}

.dm3-widgets-contacts .icon > div {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #0689c0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#footer .dm3-widgets-contacts .icon > div {
  width: 34px;
  height: 34px;
  line-height: 34px;
}

/* Calendar */
#wp-calendar caption {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar thead th {
  padding: 5px;
  text-align: center;
}

#wp-calendar tbody td {
  padding: 5px;
  border: 1px solid #ddd;
  text-align: center;
}

.three #wp-calendar thead th,
.three #wp-calendar tbody td {
  padding: 2px;
}

#footer #wp-calendar tbody td {
  border-color: #555;
}

#wp-calendar tbody td a {
  font-weight: bold;
}

/* Recent posts */
.widget .post-date {
  display: block;
}

/* Recent comments */
li.recentcomments + li.recentcomments {
  margin-top: 20px;
}

/* Categories list */
.current-cat {
  font-weight: bold;
}

/* Tags cloud */
.tagcloud {
  margin-bottom: 20px;
}

/* RSS widget */
a.rsswidget {
  display: block;
}

li + li > a.rsswidget {
  margin-top: 20px;
}

span.rss-date {
  font-size: 12px;
  line-height: 20px;
  color: #555;
}

#footer span.rss-date {
  color: #919191;
}

span.rss-date + cite {
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
  font-size: 12px;
  line-height: 20px;
  border-left: 1px solid #ddd;
}

#footer span.rss-date + cite {
  border-color: #555;
}

.widget-title > .rsswidget {
  display: inline;
  vertical-align: middle;
}

.widget-title > .rsswidget:first-child {
  float: right;
}

/* Custom menu */
.sidebar .menu .current-menu-item > a {
  font-weight: bold;
  color: #000;
}


/**************************
 * Blog
 **************************/
.post.sticky {
  padding: 20px;
  position: relative;
  border: 1px solid #ddd;
}

.post-short {
  margin-bottom: 60px;
}

.post-short:after {
  display: table;
  content: '';
  clear: both;
}

.post .more-link {
  font-weight: bold;
}

/* Meta - common */
.post-meta {
  font-size: 12px;
  line-height: 20px;
  color: #999;
}

.post-meta ul {
  margin-left: 0;
}

.post-meta-value {
  font-weight: bold;
}

.post-meta a {
  color: #999;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.post-meta a:hover {
  color: #0689c0;
}

/* Meta - layout1 */
.post-layout1 .post-meta {
  width: 140px;
  float: left;
  word-spacing: 2px;
}

.post-layout1.sticky .post-meta {
  width: 98px;
}

.post-layout1 .post-meta li {
  padding: 10px 0;
  list-style: none;
}

.post-layout1 .post-meta li > span {
  display: block;
}

.post-layout1 .post-meta-label {
  text-transform: uppercase;
  font-size: 11px;
}

.post-layout1 .post-meta li + li {
  border-top: 1px solid #ddd;
}

.post-layout1 .post-meta li:first-child {
  padding-top: 0;
}

.post-layout1 .post-media,
.post-layout1 .post-header,
.post-layout1 .post-content,
.post-layout1 .post-footer {
  margin-left: 160px;
}

.post-layout1.sticky .post-media,
.post-layout1.sticky .post-header,
.post-layout1.sticky .post-content,
.post-layout1.sticky .post-footer {
  margin-left: 118px;
}

/* Meta - layout2 */
.post-layout2 .post-meta ul {
  margin: 0 0 10px 0;
  word-spacing: 2px;
}

.post-layout2 .post-meta li {
  display: inline;
  list-style: none outside none;
  margin-right: 15px;
}

.post-layout2 .post-meta-label {
  text-transform: uppercase;
  font-size: 11px;
}

/* Media */
.post-media {
  line-height: 0;
  margin-bottom: 20px;
}

.post-media img {
  width: 100%;
}

/* Post header */
.post-short .post-header a {
  display: block;
  color: #000;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.post-short .post-header a:hover {
  color: #0689c0;
}

.post-full .post-header h1 {
  margin-bottom: 0;
}

/* Meta - post single */
.post-full .post-meta {
  margin: 10px 0 20px 0;
  word-spacing: 2px;
}

.post-full .post-meta li {
  display: inline;
  margin: 0 15px 0 0;
}

.post-full .post-meta-label {
  text-transform: uppercase;
  font-size: 11px;
}

/* Posts navigation */
.posts-navigation {
  margin-bottom: 20px;
  text-align: center;
}

.posts-navigation a {
  display: inline-block;
  margin: 0 10px;
  padding: 10px 15px 10px 15px;
  border-bottom: 2px solid #ddd;
  color: #919191;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}

.posts-navigation a:hover {
  color: #0689c0;
  border-color: #0689c0;
  background-color: #eee;
}

/* Comments */
#comments {
  margin-top: 60px;
}

#comments-title {
  margin-top: 60px;
}

body .commentlist {
  margin: 0;
  list-style: none;
}

body .commentlist .children {
  margin-left: 40px;
  list-style: none;
}

.comment-wrap {
  margin: 0 0 60px 0;
  position: relative;
}

.comment-wrap .avatar {
  position: absolute;
  left: 0;
  top: 0;
  padding: 4px;
  background-color: #eee;
}

.comment-meta {
  margin: 0 0 0 60px;
  padding: 0 60px 0 0;
  font-size: 12px;
  line-height: 20px;
  color: #919191;
  font-style: normal;
}

.comment-meta i {
  font-style: normal;
}

.comment-meta a {
  color: #000;
  font-weight: bold;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.comment-body {
  margin: 5px 20px 0 60px;
}

.comment-reply {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 12px;
  line-height: 20px;
}

.comment-reply-link {
  color: #000;
  font-weight: bold;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.comment-meta a:hover,
.comment-reply-link:hover {
  color: #0689c0;
}

.bypostauthor > div > .avatar {
  border: 3px double #ddd;
  background-color: #fff;
}

.bypostauthor > div > div > .comment-author {
  font-weight: bold;
}

.bypostauthor > div > .comment-meta,
.bypostauthor > div > .comment-body {
  margin-left: 66px;
}

.page-links a {
  display: inline-block;
  padding: 2px 7px;
  margin: 0 3px;
  border-bottom: 2px solid #ddd;
  color: #999;
  font-weight: normal;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}

.page-links a:hover {
  font-weight: bold;
  color: #0689c0;
  border-color: #0689c0;
  background-color: #eee;
}


/**************************
 * Isotope
 **************************/
/* Isotope Filtering */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property:  -moz-transform, opacity;
  -ms-transition-property:   -ms-transform, opacity;
  -o-transition-property:    -o-transform, opacity;
  transition-property:     transform, opacity;
}

/* disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}


/**************************
 * Portfolio (Gallery)
 **************************/
.dm3-gallery {
  margin: 0 0 0 -20px !important;
  overflow: hidden;
}

.dm3-gallery > li {
  margin: 0 0 20px 20px;
  float: left;
  list-style: none;
}

.dm3-gallery-2 > li {
  width: 460px;
}

.dm3-gallery-3 > li {
  width: 300px;
}

.dm3-gallery-4 > li {
  width: 220px;
}

.dm3-gallery > li img {
  width: 100%;
}

.portfolio-item {
  position: relative;
}

.portfolio-item:after {
  display: block;
  content: '';
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: -3px;
  border: 1px solid #ddd;
  height: 2px;
}

.portfolio-item .image {
  display: block;
  position: relative;
  line-height: 0;
  font-size: 0;
}

.portfolio-item .description {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 1px solid #fff;
}

.portfolio-item .description h2 {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.portfolio-item .description p {
  margin-bottom: 0;
}

.portfolio-item .read-more {
  display: block;
  margin-top: 5px;
  font-weight: normal;
}

.dm3-gallery-popover,
.dm3-gallery-popover .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.dm3-gallery-popover {
  display: none;
}

.dm3-gallery-popover .bg {
  background: #000;
  opacity: 0.8;
  z-index: 2;
  filter: alpha(opacity=80);
}

.dm3-gallery-popover .icon {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 70px;
  text-align: center;
  background: #0689c0;
  border-radius: 60px;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  font-size: 14px;
}

.dm3-gallery-popover .icon i {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
}

.dm3-gallery-popover.mfp-iframe .icon i {
  position: relative;
  left: 2px;
}

.dm3-gallery-terms {
  margin: 0 0 30px -10px !important;
  overflow: hidden;
}

.dm3-gallery-terms li {
  margin: 0 0 10px 10px;
  float: left;
  list-style: none;
}

.dm3-gallery-terms a {
  display: block;
  padding: 10px 15px 10px 15px;
  color: #555;
  border-bottom: 2px solid #ddd;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}

.dm3-gallery-terms a:hover,
.dm3-gallery-terms .active a {
  color: #0689c0;
  border-color: #0689c0;
  background-color: #eee;
}

.media-popover {
  position: relative;
  line-height: 0;
}

.flexslider .media-popover {
  margin-bottom: 0 !important;
}


/**************************
 * Portfolio item
 **************************/
.portfolio-item-title {
  margin: 0 0 20px 0;
}

.portfolio-post {
  margin-bottom: 40px;
}

.portfolio-post .post-meta {
  margin: -10px 0 20px 0;
  font-size: 12px;
  color: #919191;
}

.portfolio-post .post-meta ul {
  list-style: none !important;
}

.portfolio-post .post-meta li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.portfolio-post .post-meta li div {
  display: block;
}

.portfolio-post .media-popover {
  margin-bottom: 20px;
}


/**************************
 * Wordpress gallery
 **************************/
.gallery-item {
  margin: 0 0 20px 0 !important;
}

.gallery-columns-5 .gallery-item {
  padding: 0.5%;
  width: 19% !important;
}

.gallery-item img {
  border: 0 !important;
}

.gallery-item .gallery-icon {
  line-height: 0;
}

.gallery-item .gallery-caption {
  max-width: 138px;
  margin: 0 auto !important;
  padding: 5px;
  border: 1px solid #ddd;
  border-top: 0;
  position: relative;
}


/**************************
 * Footer
 **************************/
#footer {
  width: 1060px;
  max-width: 100%;
  margin: 0 auto 60px auto;
  background: url("images/transparent-black.png") repeat 0 0;
  color: #919191;
  position: relative;
  font-size: 12px;
  line-height: 20px;
}

#footer a {
  color: #bbb;
}

#footer a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer-widgets {
  padding: 60px 0 40px 0;
  border-bottom: 1px solid #555;
}

#footer .widget-title {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
}

#footer-widgets .widget {
  margin-bottom: 20px;
}

#footer-widgets .widget + .widget {
  margin-top: 60px;
}

#footer-bottom {
  padding: 20px 0 60px 0;
  font-size: 12px;
  line-height: 20px;
}

#footer-copy {
  float: left;
}

#footer-back-to-top {
  float: right;
}

#footer-widgets li ul {
  margin-left: 20px;
  margin-bottom: 0;
}


/**************************
 * Dm3 responsive slider
 **************************/
.dm3-rs {
  height: 0;
  overflow: hidden;
  position: relative;
  margin: 0 0 20px 0;
}

.dm3-rs::after {
  display: table;
  content: '';
  clear: both;
}

.dm3-rs-slides {
  width: 100%;
  overflow: hidden;
}

.dm3-rs ul {
  width: 30000px;
  overflow: hidden;
}

.dm3-rs ul li {
  width: 596px;
  float: left;
  position: relative;
  list-style: none;
}

.dm3-rs ul li img {
  width: 100%;
  height: auto;
}

.dm3-rs-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  background: #eee;
}

.dm3-rs .slide {
  cursor: pointer;
}

.dm3-rs .dm3-rs-current {
  cursor: default;
}

.dm3-rs {
  position: relative;
}

.dm3-rs .slide-media {
  line-height: 0;
}

.shade-left, .shade-right {
  width: 53px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background: url("images/slider-shades.png") repeat-y -53px 0;
  cursor: pointer;
}

.shade-right {
  right: 0;
  background-position: 0 0;
}

.dm3-rs .slide-caption {
  max-width: 60%;
  padding: 20px;
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 20px;
  color: #fff;
  background: url("images/transparent-black.png") repeat 0 0;
}

.dm3-rs .slide-caption .slide-title {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
}

.dm3-rs .slide-caption .slide-description {
  margin-top: 10px;
}

.dm3-rs .slide-caption .slide-link {
  margin-top: 10px;
}

.dm3-rs .slide-caption .slide-link a {
  color: #fff;
}

.dm3-rs .slide-caption .slide-link a:hover {
  text-decoration: underline;
}


/**************************
 * Design for a width of 768px
 **************************/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .content > .content-inner { width: 848px; }

  #logo {
    margin-left: 20px;
  }

  .dm3-gallery-2 > li {
    width: 364px;
  }

  .dm3-gallery-3 > li {
    width: 236px;
  }

  .dm3-gallery-4 > li {
    width: 172px;
  }
}


/**************************
 * Design for a width of 320px
 **************************/
@media only screen and (max-width: 767px) {
  #header-toolbar .header-contact {
    display: none;
  }
}
@media only screen and (max-width: 906px) {
  .dm3-scroller {padding-top: 0;}
  .content > .content-inner { width: 100%; }

  #site-bg, #site-bg-overlay {
    background: none #ddd;
  }

  #content-header, #footer {
    background: #000;
  }

 /* #header-toolbar ~ .dm3-scroller {
    margin-top: 145px;
  }*/

  #header-search {
    margin-top: 0;
    margin-bottom: 0;
    background: #333;
  }

  #content-header {
    margin-top: 0;
    margin-bottom: 0;
  }

  #content-header h1,
  #content-header h2 {
    float: none;
  }

  #content-header .page-description {
    margin: 0;
    float: none;
  }

  .content > .section {
    margin-top: 0;
  }

  #footer {
    margin-bottom: 0;
  }

  /* Header */
  #header-toolbar {
    position: absolute;
  }



  #site-nav {
    position: absolute;
  }

  #logo {
    padding-left: 20px;
    max-width: 240px;
  }

  #logo a {
    margin-left: 0;
  }

  #logo img {
    max-width: 100%;
    height: auto;
  }

  #ajax-preloader {
    width: 30px;
    height: 30px;
    margin: -15px 0 0 20px;
    background: url("images/preloader-small.gif") no-repeat center center;
  }

  #nav {
    display: none;
  }

  #nav-mobile {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
  }

  #nav-mobile > li > a {
    /*font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;*/
    font-size: 20px;
  }

  #nav-mobile a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    background: url("images/transparent-black.png") repeat 0 0;
  }

  #nav-mobile .current-menu-item > a {
    color: #0689c0;
  }

  #nav-mobile ul a {
    padding-left: 40px;
  }

  #nav-mobile ul ul a {
    padding-left: 80px;
  }

  #nav-mobile.active {
    display: block;
  }

  #mobile-nav-trigger,
  #search-trigger {
    display: block;
    background: #eee;
    width: 40px;
    height: 40px;
    line-height: 38px;
    position: absolute;
    right: 20px;
    bottom: 0;
    text-align: center;
  }

  #search-trigger {
    margin: 0;
    padding: 0;
    right: 60px;
  }

  #mobile-nav-trigger span,
  #search-trigger span {
    font-size: 21px;
    vertical-align: middle;
    color: #000;
  }

  #mobile-nav-trigger.active,
  #search-trigger.active {
    background: #000;
  }

  #mobile-nav-trigger.active span,
  #search-trigger.active span {
    color: #fff !important;
  }

  #nav-pointer {
    display: none !important;
  }


  #header-page-meta strong,
  #header-page-meta .columns > span {
    border-left: 0;
    padding-left: 0;
    margin: 0 15px 5px 0;
  }


  .sidebar-inner {
    margin-top: 20px;
    padding-left: 0;
  }

  /* Post meta - layout1 */
  .post-layout1 .post-meta {
    width: auto !important;
    float: none;
  }

  .post-layout1 .post-meta ul {
    margin: 0 0 20px 0;
    overflow: hidden;
    line-height: 20px;
  }

  .post-layout1 .post-meta li {
    display: inline;
    padding: 0;
    margin: 0 15px 0 0;
    border: 0 !important;
  }

  .post-layout1 .post-meta li > span {
    display: inline;
  }

  .post-layout1 .post-media,
  .post-layout1 .post-header,
  .post-layout1 .post-content,
  .post-layout1 .post-footer {
    margin-left: 0 !important;
  }


  #contact-block {
    width: auto;
    position: static;
    border-radius: 0;
  }

  #contact-map {
    height: 250px;
  }

  .dm3-gallery-2 > li,
  .dm3-gallery-3 > li,
  .dm3-gallery-4 > li {
    width: 300px;
  }

  .dm3-rs .slide-caption {
    padding: 10px;
    left: 10px;
    bottom: 10px;
  }

  .dm3-rs .slide-caption .slide-title,
  .dm3-rs .slide-caption .slide-description {
    display: none;
  }

  .dm3-rs .slide-caption .slide-link {
    margin-top: 0;
  }
}


/**************************
 * Design for a width of 480px
 **************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .content > .content-inner { width: 100%; }

  .dm3-gallery-2 > li,
  .dm3-gallery-3 > li,
  .dm3-gallery-4 > li {
    width: 200px;
  }
}

.nav-desktop > li > a {
 font-size: 12px !important;
font-family:"Roboto Condensed",Arial,Helvetica,sans-serif !important;
padding: 0px 15px !important;
}
#logo > a img{
height:83px !important;
}

/*#header-toolbar ~ .dm3-scroller {
margin-top: 150px;
}*/

/*.dm3-scroller {
    margin-top: 81px;
}*/

.content-inner > .section {
padding:0px 0px;
}

#footer-copy {
    padding: 0 30px;
}

#footer a {
    color: #FFF;
}


#content-header .page-description {
display:none;
}

.vc_label {
color:#fff!important;
font-size: 15px !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header{
background:#fff !important;
}

#header-toolbar{
background-color: #800000 !important;
color:#fff !important;
font-size:18px !important;
}

#site-nav{
 border-top-color: #B9B9B9 !important;
}

#nav-pointer {
    border-color: #C0C0C0 transparent transparent !important;
}


.header-contact li {
color:#fff !important;
margin:0 4px !important;
}

.nav-desktop .current-menu-item > a, .nav-desktop .current-menu-ancestor > a, #search-trigger.active{
color:#920000 !important;
}

.header-contact li a{
color:#fff !important;
}


#site-bg {
/* background:url("http://olxseventyseven.com/ontime/wp-content/uploads/2015/03/2014-Nissan-Micra-Interior.jpg") !important; */
background:none !important;

}

.content-inner > .section{
/*background:url("http://olxseventyseven.com/ontime/wp-content/uploads/2015/03/2014-Nissan-Micra-Interior.jpg");
background: none repeat scroll 0px 0px rgba(215, 215, 215, 0.88) !important;*/
background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.81)
}

.dm3-widgets-contacts .icon > div{
color:#000 !important;
}

#footer-back-to-top{
background:#f0f0f0 !important;
color:#000 !important;
padding:8px !important;
}

#footer-back-to-top a{
padding:8px !important;
}

td {
    padding: 10px !important;
}

.dk p{
background: none repeat scroll 0% 0% #E9E9E9 !important;
padding: 20px;
border-radius: 10px;
}

.nav-desktop ul a {
background:#E8E8E8 !important;
color:#000;
}

.nav-desktop ul a:hover {
background:#E8E8E8 !important;
}

#footer-widgets li ul {
    margin-left:0px;
}

.vc_label_units {
    display: none !important;
}

a:hover{
color:#000 !important;
}

a{
color:#000 !important;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a{
color:#000 !important;
}

.dm3-widgets-contacts td {
    vertical-align: middle;
    font-size: 9px;
    text-align: left !important;
    padding-left: 0px !important;
}

#footer a {
color:#919191 !important;
}

#nav-mobile a{
color:#fff !important;
}

.admin-bar #header-toolbar {
/*padding: 10px 0 !important;*/
}

.dm3-widgets-contacts .icon > div {
    color: #fff !important;
    background: #800000 !important;
}

#search-trigger{
display:none !important;
}

#header-toolbar ~ .dm3-scroller {
background: rgba(255, 255, 255, 0.74) !important;
}

.nform #form_ul .nform_btn {
opacity : 1 !important;
}
