/* STYLES */

/* basics & reset */

body {
  font: 13px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif;
  color:#7d7d7d;
  background: #f2f2f2
}

a,a:visited {text-decoration:none;color:#333}
a:hover {text-decoration:underline;}
a:hover, a:active, a:focus, object, embed, input::-moz-focus-inner {
    outline:0
}

h1 {
  font-size: 25px
}

h2 {
  font-size: 23px
}

h3 {
  font-size: 21px
}

h4 {
  font-size: 19px
}

h5 {
  font-size: 17px
}

h6 {
  font-size: 15px
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Droid Sans', sans-serif;
  font-weight: lighter;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

p {
  font-size: 1.1em;
}

.align-right {
  float:right;
}

blockquote, blockquote p {
  font-size: 32px!important;
  font-style: normal;
  font-weight:lighter;
  margin-bottom: 3px!important;
  margin-top: 1px;
  /*letter-spacing:-2px;*/
  line-height: 36px
}
blockquote {
  margin: 0;
  padding: 35px 0 30px 0;
  clear: both;
  border-left:0!important;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px
}
blockquote cite { display: block; font-size: 15px!important; font-weight:normal; letter-spacing:0;  color:#acacac }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color:#acacac }

.quote_wrap {
  min-height: 94px;
}

.quote-group {
  margin-left: 145px;
  margin-top: -128px;
}
#quote-group blockquote p {
  color: white;
  font-size: 42px !important;
  word-wrap: break-word;
}

.quote_wrap .quote-image {
  float: none !important;
}


section {
  margin:0;
  padding:70px 0;
  position:relative
}

.section-grey {
  background: #f2f2f2;
}

.section-black {
  background:#52504F
}

.nospace-top {margin-top:0}
.nospace-bottom {margin-bottom:0}
.nospace {margin-top:0;margin-bottom:0}

label.error {
  display:none!important
}

/*input.error,textarea.error {
  background:rgba(255, 0, 0, .5)
}*/

.center {text-align:center}

.vertical-spacer {
  display:block;
  float:left;
  width:100%;
  height:30px
}

.border-break {
  width:100%;
  height:1px;
  float:left;
  display:block;
  margin:5px 0;
  background:#fff;
  box-shadow:0 1px 1px #aaa;
}

.break-title {
  font-size: 12px;
  text-transform: uppercase;
  clear: both;
  display: block;
  width: 100%;
  border-bottom: 1px dotted #CCC;
  margin: 50px 0;
  letter-spacing: 4px;
  padding-bottom: 5px
}

/* spacings */

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

.spacer {
  display:block;
  float:left;
  clear:both;
  width:100%;
  margin:20px 0
}

.clear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0
}

.last {margin-right:0!important}

/* 3. Header */

header {
  min-height:260px;
  /*background:#52504F;*/
  background: #F2F2F2;
  text-align:center;
}

#logo {
  margin-top:25px;
  margin-bottom:-10px
}

#logo a:hover {
  text-decoration:none
}

#logo-footer {
  margin-top:4%;
  margin-bottom:-10px
}

#logo-footer a:hover {
  text-decoration:none
}

.logo-fontcon {
  display: block!important;
  text-align: center;
  font-size: 70px;
  margin-bottom: 12px
}

footer .logo-fontcon {
  color:#d2d2d2
}

.sticky-body {
  margin-top: 260px;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10500;
}

/* 4. Navigation */

#navigation {
  /*margin: 55px 0 10px 0;*/
  margin: 0 0 10px 0;
}

#navigation ul {
  margin:0;
  padding:0
}

#navigation ul li {
  margin:0;
  padding:0;
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  display:inline;
  color:#3b3b3b;
  font-size:18px
}

#navigation ul li:after {
   content: "/";
   margin:0 20px;
}

#navigation ul li:last-child:after {
   content: none!important;
   margin:0 0 0 20px!important
}

#navigation ul li a {
  font-size:18px;
  color: #52504F;
  font-family: 'Cabin', Arial, sans-serif;
}

#navigation ul li a:hover {
  text-decoration:none
}

#navigation li a {
  -webkit-transition: color 500ms linear;
  -moz-transition: color 500ms linear;
  -o-transition: color 500ms linear;
  -ms-transition: color 500ms linear;
  transition: color 500ms linear
}

.menu_mobile {
  margin: 0 auto;
  background-color: #52504F !important;
  background-image: url("../images/icon-dropdown-30.png") !important;
  background-position: 197px 4px !important;
  background-repeat: no-repeat !important;
  border: 0 none !important;
  color: #FFFFFF !important;
  height: 30px !important;
  margin-bottom: 0 !important;
  -webkit-appearance: none;
}

/* 5. Teaser */

#teaser {
  padding: 80px 0 0px 0;
  position: relative;
  height: auto;

}

#teaser-page {
  min-height:63px;
  /* margin-bottom:50px; */
  padding:50px 0
}

#teaser-page h1 {
  color:#fff;
  font-size:48px;
  font-weight: lighter;
  /*letter-spacing:-1px;*/
  margin:10px 0 0 0
}
#teaser-page a, #teaser-page a:hover {
  color:#fff;
}

#teaser h2 {
  font-size: 40px;
  font-weight: lighter;
  color: #52504F;
  text-transform: uppercase;
  letter-spacing: 0px;
  /*text-shadow:2px 2px 2px rgba(0,0,0,.25);*/
  text-shadow:0px 0px 1px #777;
  line-height: 100%;
  margin: 0;
}

#teaser h3 {
  font-size: 30px;
  /*color: #52504F;*/
  /*color: #BFA32A;*/
  color: #52504F;
  /*text-transform: uppercase;*/
  font-weight: lighter;
  letter-spacing: 0;
  /*margin: -15px 0 25px 0*/
  /*text-shadow: 1px 1px 1px #636363;*/
  margin: 0;
}

.teaser-holder {
  /*position: absolute;*/
  /*bottom: 0;*/
}

.teaser-left {
  float: left;
  display: inline-block;
  width: max-width: 527px;
  margin: 0 0 0 20px;
  /*display: none;*/
}

.teaser-right {
  display: inline-block;
  float: right;
  margin: 0;
}


.superlist {
  margin:0 0 35px 0;
  padding:0
}

.superlist li {
  margin:0 0 20px 0;
  padding-left:64px;
  background-image:url(../images/superlist-check.png);
  background-repeat:no-repeat;
  background-position:0 0
}

.superlist .title, .superlist2 .title {
  color:#fff;
  text-shadow:1px 1px 1px rgba(0,0,0,.25);
  font-size:19px;
  font-weight:bold;
  /*letter-spacing:-1px;*/
  display:block;
  float:left;
  width:100%;
  margin-bottom:5px
}

.superlist .subtitle, .superlist2 .subtitle {
  color:#52504F;
  line-height:18px;
}

.superlist2 {
  margin-bottom: 20px;
}

.superlist2 .fonticon {
  display: inline-block;
  float: left;
  color: white;
}
.superlist2 .superlist-text {
  display: inline-block;
  width: 80%;
}

.superlist2>span {
  float:left;
  margin-right: 15px;
}

.superlist2 .title {
  float:none !important;
}

.store-buttons {
  background:rgba(0,0,0,.25);
  width:180px;
  text-align:center;
  padding:10px 0;
  border-radius:12px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  -ms-border-radius:12px;
  border-radius:12px;
  display: inline-block;
  margin-right:10px;
  margin-bottom:10px;
}

#calltoaction-form {
  background: #f2f2f2;
  padding-bottom: 10px;
  width: 100%;
  max-width: 527px;
}

.form-title {
  text-align: center;
  background: #52504F;
  /*background: #4A5D6C;*/
  padding: 10px 0
}

#teaser .form-title h3 {
  margin: 5px 0 ;
  color:#fff;
  /*font-size: 42px;*/
  line-height: 100%;
}

#teaser .form-title p {
  margin-bottom: 0;
}

.callus {
  font-size:14px;
  text-transform:uppercase;
  font-weight: bold;
  color: #CCC!important;
}

#calltoaction-form form {
  width: 100%;
  text-align: center;
}

#calltoaction-form select {
  /*width: 100%;*/
  border: 0;
  margin: 0;
  /*height: 48px!important;*/
  /*line-height: 48px;*/
  /*padding-left: 15px;*/
  /*padding-top: 15px;*/
  /*padding-bottom: 15px;*/
  /*color: white !important;*/
  font-weight: lighter;
  color: #BBB;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #calltoaction-form select {
    /*text-indent: 15px;
    padding-left: 0;
    padding-top: 0;
    background-image: url('../images/select_arrow.png');
    background-repeat: no-repeat;
    background-position: right center;*/
  }
}

/*#calltoaction-form input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
#calltoaction-form input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ffffff !important;
}
#calltoaction-form input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
#calltoaction-form input:-ms-input-placeholder {
  color: #ffffff !important;
}

#calltoaction-form input[type="text"], #calltoaction-form select {
  height: 40px;
  background-color: #FFF !important;
  margin-bottom: 0;
  color: #777 !important;
}

#calltoaction-form input,#calltoaction-form textarea {
}

#calltoaction-form textarea {
  background-color: #52504F;
  height: 130px;
  width: 80%;
  color:#fff;
  padding-top:10px;
  margin-bottom: 0
}

#calltoaction-form label {
  float:left;
  text-align: left;
  margin-left: 46px;
  color: #777;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  width: 90%;
}*/

/*.form-section {
  display: block;
  float: left;
  margin: 13px 2%;
  width: 96%;
}*/
/*
#calltoaction-form .btn {
  height: 50px;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: -10px;
  width: 85%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 9px!important;
  color: #FFF;
  font-size: 24px;
  border: 0;
  text-shadow: none;
  margin-top: 20px
}

#calltoaction-form .btn:hover {
  background: #BFA32A;
  color: #FFF !important;
}

#calltoaction-form input[type="text"] {
  font-size: 16px;
}

input.error, textarea.error, select.error {
  background-color: red!important;
  color: white!important;
  margin-bottom: 0
}*/

.add_field_button a:hover {
  color: black !important;

}
.remove_button a:hover {
  color: black !important;

}
.captcha-container {
  margin:16px 0 10px 0;
  float:left;
  display:block;
  width:59%
}

/*#contact_form label.error {
  font-size: 11px;
  font-style:italic
}*/

.captcha-container span {
  display: block;
  font-size: 12px;
  margin: 0 0 3px;
  float:left;
  line-height:36px
}

/*.error {
  color: red!important;
  margin-bottom: 22px
}*/

#captcha {
  width: 68px!important;
  margin-top: -7px;
  border: 0
}

.captcha-question {
  float:left;
  max-width: 30%;
  margin-left: 40px;
  text-align: left;
  font-weight: bold;
  color: #000000;
  padding-top: 11px;
}

.captcha-task {
  float:right;
  max-width: 50%;
  margin-right: 43px;
  text-align: right;
}

#captcha-img {
  margin-top: 8px;
  color: #000;
}

.icon-question-sign {
  font-size: 1.4em;
}

.quote-form .tooltip-inner {
  text-transform: none;
}

.box-icon{
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 70px;
  color: #52504F;
  -webkit-transition: color 500ms linear;
  -moz-transition: color 500ms linear;
  -o-transition: color 500ms linear;
  -ms-transition: color 500ms linear;
  transition: color 500ms linear
}

.box.tiw {
  margin-bottom: 50px;
}



.box h3,.box p {
  margin: 0
}

.box h3 {
  color:#52504F;
  -webkit-transition: color 500ms linear;
  -moz-transition: color 500ms linear;
  -o-transition: color 500ms linear;
  -ms-transition: color 500ms linear;
  transition: color 500ms linear;
  /*font-size:24px;*/
  text-transform:uppercase
}

.box:hover .box-icon,.box:hover h3 {
  -webkit-transition: color 500ms linear;
  -moz-transition: color 500ms linear;
  -o-transition: color 500ms linear;
  -ms-transition: color 500ms linear;
  transition: color 500ms linear
}

h3.section-title {
  text-transform:uppercase;
  font-size:40px;
  margin-bottom: 50px;
  margin-left: 20px;
}

#section-1830 {
  padding: 40px 0 0 0;
}

.flexslider-carousel {
  margin:50px 0 0 0;
  position:relative
}

.flexslider-carousel img {
  border:5px solid #fff;
  width: 240px;
  height: auto
}

.flexslider-carousel ul,
.flexslider-carousel li {
  margin:0
}

.flexslider-carousel .flex-direction-nav a {
  margin: 0;
  top: -80%
}

.flexslider-carousel .flex-direction-nav .flex-prev {
  right: 90px!important;
  left:auto
}

.flexslider-carousel .flex-direction-nav .flex-next {
  right: 50px;
  background-position: 100% 0;
}

.flex-direction-nav a:hover {
  opacity:0.35;
}

section .subtitle {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -10px
}

.section-black .subtitle {
  color:#fff
}

.social-icon {
  display: inline-block;
  margin-bottom: 10px;
}

.social-icons {
  margin:0;
  text-align:center
}

.social-icons a {
  display: inline-block;
}

.social-icons li {
  margin:0 40px 0 0;
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
}

/* FAQ */

.faq .question {
  cursor: pointer;
  font-size: 17px;
  padding: 0;
  color: #52504F;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 20px;
}

.faq .question .colored {
  float:left;
  padding:10px;
  font-weight:bold;
  font-size:24px;
  color: #F2F2F2;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px;
}

.faq .question p {
  margin-top: 3px;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  padding-left: 50px;
  line-height: 36px;
}

/*.section-grey .faq .answer {
  background-color: #f7f7f7;
}*/

.faq .answer {
  display: none;
  /*background: #1f1f1f;*/
  background-color: #f7f7f7;
  width: auto;
  position: relative;
  margin: -5px 0 25px 0;
  font-size: 18px;
  padding: 25px;
}

#faqholder dl {
  margin-bottom: 0
}

#faqholder dd p {

}

.section-colored .twitter-image {
  color: white;
}

.section-black .flex-direction-nav a {
  background: url(../images/bg_direction_nav_white.png) no-repeat 0 0;
}

a.buy-btn {
  padding: 12px 42px;
  color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 24px;
  text-transform: uppercase;
  text-shadow: none !important;
}

a:hover.buy-btn {
  text-decoration:none;
  background:#52504F;
}

.section-grey h3.section-title-small {
  font-size: 48px;
  line-height: 50px;
  color: #52504F;
  margin-top: 75px
}

.xsection-grey p, .xsection-colored p {
  font-size:20px;
  line-height:28px;
  color:#9f9f9f;
}

.section-black p {
  line-height:35px;
  color: white;
}

.section-black .tiw h3, .section-black .tiw .box-icon {
  color: white;
}

.section-black .social-icon span, .section-colored .social-icon span {
  color: white;
}

.section-grey .social-icon span {
  color: #7d7d7d;
}

.pull-bottom {
}

/* Newsletter */

.section-black p.subtitle {
  color:#fff;
  margin-bottom:0
}

#newsletterform {
  float: right;
  margin-top: -87px
}

#newsletterform div {
  height: 45px;
  float: left;
  margin: 30px 18px 0 0
}

#newsletterform input {
  padding: 16px 18px!important
}

#newsletterform label {
  color:#fff;
  text-shadow: 1px 1px rgba(0,0,0,.25);
  font-size:12px
}

a#newslettersubmit {
  float:left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 30px;
  font-size:24px
}

a:hover#newslettersubmit {
  text-decoration:none;
  background:#222
}

a:hover.newsletter-btn {
  text-decoration:none;
  background:#555
}

footer {
  padding:70px 0;
  text-align:center;
  border-top: 1px solid #ddd;
}

.copyright {
  margin-top:15px
}

a.newsletter-btn {
  padding: 9px 42px;
  color: #52504F;
  font-size: 24px;
  text-transform: uppercase;
}

/* Device layout */

#device {
  position:relative
}

.ipad {
  background:url(../images/ipad.png) no-repeat;
  width:550px;
  height:600px;
  margin-bottom: -18px
}

#teaser-slider .flexslider {
  margin: 0;
  padding: 0;
  left: 96px;
  position: absolute;
  top: 56px;
  width: 360px;
  height: 483px
}

#teaser-slider .flexslider .slides img {
  width: 360px;
  height: 483px
}

#teaser-slider .flex-direction-nav a {
  width: 35px;
  height: 100px;
  margin: -40px 0 0
}

#teaser-slider .flexslider .flex-next, #teaser-slider .flexslider .flex-prev {
  opacity: 0;
}

#teaser-slider .flexslider:hover .flex-next, #teaser-slider .flexslider:hover .flex-prev {
  opacity: 1;
}

#teaser-slider .flexslider:hover .flex-next:hover, #teaser-slider .flexslider:hover .flex-prev:hover {
  opacity: 0.5;
}

/*  sidebar  */

#sidebar .widget {
  margin-bottom: 50px;
  display: block;
  clear: both
}

#sidebar h4 {
  font-size: 20px;
  margin-bottom: 20px
}

.searchform input[type="text"] {
  width: 60%;
}

.searchform #searchsubmit {
  width: 30%;
  margin-top: -9px;
  font-size: 10px;
  padding-left: 5px;
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #333333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border: 1px solid #cccccc;
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.searchform #searchsubmitx {
  height: 25px !important;
  min-height: 30px !important;
  margin-bottom: 10px !important;
}

#sidebar ul {
  list-style:none;
  margin:0;
  padding:0
}

#sidebar ul li {
  margin:0 0 -1px 0;
  padding:0
}

#sidebar ul li a {
  color:#aaa;
  text-transform:uppercase;
  font-size:12px
}

.tagcloud a {
  float:left;
  height:24px;
  line-height:24px;
  position:relative;
  font-size:11px!important;
  margin-bottom:10px
}

.tagcloud {
  margin-bottom: 50px;
}
.tagcloud:after {
  content: '';
  display: block;
  clear: both;
}

.tagcloud a {
  margin-left:15px;
  margin-right:10px;
  padding:0 10px 0 12px;
  color:#fff!important;
  background:#555;
  text-decoration:none;
  -moz-border-radius-bottomright:4px;
  -webkit-border-bottom-right-radius:4px;
  border-bottom-right-radius:4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-right-radius:4px;
  border-top-right-radius:4px;
}

.tagcloud a:before {
  content:"";
  float:left;
  position:absolute;
  top:0;
  left:-12px;
  width:0;
  height:0;
  border-color:transparent #555 transparent transparent;
  border-style:solid;
  border-width:12px 12px 12px 0;
}

.tagcloud a:after {
  content:"";
  position:absolute;
  top:10px;
  left:0;
  float:left;
  width:4px;
  height:4px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  background:#fff;
  -moz-box-shadow:-1px -1px 2px #52504F;
  -webkit-box-shadow:-1px -1px 2px #52504F;
  box-shadow:-1px -1px 2px #52504F;
}

.tagcloud a:hover{background:#666;}
.tagcloud a:hover:before{border-color:transparent #666 transparent transparent;}

/*--Wp calendar--*/

#wp-calendar {
  border: 1px solid #ddd;
  empty-cells: show;
  font-size: 14px;
  margin: 0;
  width: 100%;
  border-bottom:15px solid #ddd;
  padding-bottom:15px;
}

#wp-calendar thead tr {
  background:#ddd
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  padding:3px;
  text-align:center
}

#wp-calendar td {
  color: #aaa;
  font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  letter-spacing: normal;
  padding: 2px 0;
  text-align: center;
}

#wp-calendar #today {
  background: #ddd;
  color: #52504F;
}

#wp-calendar caption {
  text-transform:uppercase;
  font-size:11px;
  margin-bottom:0;
  background: #F0F0F0;
  border: 1px solid #DDDDDD;
  border-bottom:0;
  padding:5px;
  border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  -webkit-border-radius:5px 5px 0 0;
  text-align:center
}

/*
  Caption
*/

.caption {
  z-index:500;
  position:absolute;
  bottom:-35px;
  left:0;
  height:30px;
  padding:5px 20px 0 20px;
  background:#000;
  background:rgba(0,0,0,.5);
  width:400px;
  font-size:1.3em;
  line-height:1.33;
  color:#fff;
  border-top:1px solid #000;
  text-shadow:none;
}

.inner {
  padding:0 15px;
}

#main-content {
  padding-bottom: 50px;
  padding-top: 50px;
}

/* Twitter feed */

#twitter-feed {
  text-align:left;
  color:#fff;
  min-height:80px;
  padding:35px 0
}

.twitter_wrap {
  min-height: 94px
}

.tweet {
  font-size: 42px!important;
  color: #fff;
  font-size: 35px;
  text-shadow: 1px 1px rgba(0,0,0,.25);
  font-style: normal;
  font-weight: bold;
  /*letter-spacing: -2px;*/
  white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.tweet_list li {
  line-height:50px;
  padding:12px 0 5px 88px
}

.tweet_list li a:hover {
  color: white;
  text-decoration: none;
}

.twitter-image {
  font-size: 100px;
  float: left;
  margin: 15px 0 0 0!important
}

/* Content shortcodes */

.half, .half-last {float:left;width:47%;margin:0px 0;margin-right:6%;}
.half-last {margin-right:0}

.third, .third-last {float:left;width:29%;margin:0px 0;margin-right:6%;}
.third-last {margin-right:0}

.quarter, .quarter-last {float:left;width:20%;margin:0px 0;margin-right:6%;}
.quarter-last {margin-right:0}

.border-break {
  border-top: 1px solid #E0E0E0;
  clear: both;
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 15px
}

pre {
  margin:30px 0!important
}

.social-icon span {
  margin-right: 40px;
  margin-bottom: 20px;
  font-size: 6em;
}

.social-icon:hover {
  text-decoration: none;
}

/**** Archive Page ****/
.archive-item {

}

.archive-item .archive-thumbnail {
  float:left;
  width: 240px;
  overflow: hidden;
  margin: 0px 20px 5px 0px;
}

.archive-item .archive-thumbnail>img {
  max-width: 100% !important;
}

.archive-item .archive-title {
  width: 100%;
  float:left;
}

.archive-item .archive-title h2 {
  margin: 0;
}

.archive-item .archive-meta {
  width: 100%;
  float:right;
  margin: 10px 0px 20px 0px;
  text-align: left;
}

.archive-item .archive-meta-separator {
  font-size: 16px;
  padding: 0px 15px;
}

.archive-item .read-more {
  text-transform: uppercase;
  font-size: 10px;
}

.archive-item .archive-separator {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px;
}

.archive-item-separator {
  border-bottom: 1px solid #DDDDDD;
  margin-top: 20px;
  margin-bottom: 20px;
}

/**** Post Page ****/
.blog-thumbnail {
  float:left;
  width: 240px;
  overflow: hidden;
  margin: 0px 20px 5px 0px;
}

.blog-single-item .blog-thumbnail>img {
  max-width: 100% !important;
}

.blog-single-item .blog-title {
  width: 100%;
  float:left;
}

.blog-single-item .blog-title h1 {
  margin: 0;
}

.blog-single-item .blog-meta {
  width: 100%;
  float:right;
  margin: 10px 0px 20px 0px;
  text-align: left;
}

.blog-single-item .blog-meta-separator {
  font-size: 16px;
  padding: 0px 15px;
}

.blog-single-item .read-more {
  text-transform: uppercase;
  font-size: 10px;
}

.blog-single-item .blog-separator {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px;
}

.blog-item-separator {
  border-bottom: 1px solid #DDDDDD;
  margin-top: 20px;
  margin-bottom: 20px;
}

/**** Comment List ****/
.commentlist {
  background-color: #f7f7f7;
}

.commentlist li {
  padding: 15px 0px;
}

.commentlist li .avatar {
  float:left;
  margin-right:10px;
}

.commentlist li .children {
  background-color: #e7e7e7;
  padding: 15px 0px;
}

#commentform textarea {
  width: 100% !important;
}

/***** Sub Menu *****/
#main-navigation li {
  position: relative;
}

.sub-menu {
  display: none;
  position: absolute;
  left: -20px;
  top: 20px;
  z-index:9999;
  background-color: #52504F;
  padding: 25px 20px 15px 20px !important;
  min-width: 175px;
}

.sub-menu li {
  display: block !important;
  text-align: left;
  padding: 5px 0 !important;
}

.sub-menu li:after {
  content: '' !important;
}

.sub-menu li:last-child:after {
  margin: 0px !important;
  margin-left: 0px !important;
}

.sub-menu li:after {
  margin: 0px !important;
  margin-left: 0px !important;
}

.post-navigation {
  margin-bottom: 45px;
  clear:both;
  display:block
}

.left {
  float:left
}

.right {
  float:right
}

/* author box */

.author-box {
  padding:15px;
  background:#f7f7f7;
  width:96%;
  display:block;
  float:left;
  clear:both;
  margin:30px 0
}

.author-social {
  font-size: 11px!important;
  margin: -13px 0 0 0!important
}

.author-social a {
  font-size:11px;
  margin:0
}

.author-box h4 {
  margin:15px 0 10px 0;
  text-transform:uppercase
}

.author-box p {
  margin-top:0;
  font-size:12px
}

.author-image {
  float:left;
  margin-right:15px;
  width: 128px;
  height: auto
}

/* social share */

.social-share {
  width:100%;
  display:block;
  float:left;
  clear:both
}

.social-share ul {
  list-style:none;
  margin:0;
  padding:0
}

.social-share ul li {
  float: left;
  margin: 0;
  padding: 0;
  min-width: 10%;
  max-width: 200px;
  width: 100px
}

img.avatar {
  border: 1px solid #FFFFFF;
  float: left;
  margin: 0 7px 0 0;
}

section .post-edit-link {
  height: 0;
  float: left;
}

code {
  white-space:normal !important;
}

.searchform .screen-reader-text {
  display: none;
}

.post-content ul li {
  list-style: disc;
}

.post-content ol li {
  list-style: decimal;
}

.social-share li {
   list-style: none;
}

/* #WP specific
================================================== */

.bypostauthor {
  font-style:italic
}

.wp-caption {
  text-align:center;
  font-style:italic
}

.wp-caption-text {
  clear: both;
  font-size: 11px;
  line-height:12px;
  padding:8px 0 5px 0
}

.sticky {
  border:1px solid #ccc;
  padding:15px
}

.gallery-caption {
  margin:0;
  padding:5px 0;
  width:100%
}

.alignright {
  float:right;
  margin: 5px 2px 0px 10px
}

.alignleft {
  float:left;
  margin: 5px 10px 0px 2px
}

.aligncenter {
  margin: 10px auto
}

.alignright img, .alignleft img, .aligncenter img {
  border:0
}

.wf-featured-section {
  height: 590px;
  position: relative;
  padding: 70px 0px 0px 0px;
}

.wf-featured-section .container {
  position: relative;
  min-height: 100%;
}

.wf-holder-inner {
  bottom: 0;
  position: absolute;
}

.section-content {
  display: inline-block;
  margin-bottom: 25px;
  margin-right: 2%;
  padding-top: 30px;
  vertical-align: top;
  width: 48%;
}

.section-featured-image {
  display: inline-block;
  margin-right: 0;
  vertical-align: bottom;
  width: 48%;
}

.gmap {
  width: 100%;
}

#newsletterform p {
  display: inline;
  padding: 0;
  margin: 0;
}

#primary_menu_mobile {
  padding: 0 0 0 10px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
.uneditable-input {
  /*-webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;*/
}

/*textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {*/
  /*border-color: rgba(132, 189, 235, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(92, 139, 165,0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(131, 163, 196, 0.6);*/
/*}*/

/*.form-section select {
  border: 1px solid #CCC !important;
  background-color: #F0F0F0 !important;
}

.form-section input#year {
  width: 60px;
}

.form-section select#make {
  width: 160px;
  margin: 0 10px;

}

.form-section select#model {
  width: 160px;
}*/




header {
  min-height: 110px;
}

.logo-container {

}

.logo-text {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
  color: #BFA32A;
}

.vendor-seal img {
  width: 100px;
  margin: 0 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vendor-seal img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

.vendor-seal img.grayscale:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}





#teaser {
  /*background:  url('http://lepkeautotrans.com.s74671.gridserver.com/wp-content/uploads/road-small.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  /*background: #111;*/
}

.phone-number h3 {
  margin: 20px 0 10px 0;
  font-size: 30px;
  color: #BFA32A;
  text-align: right;
}

#navigation {

}

.teaser-left h2,
.teaser-left h3 {
  /*visibility: hidden;*/
}

#calltoaction-form section {
  /*padding: 0;*/
  /*margin: 0;*/
}

.quote-form #est_ship_date {
  max-width: 84%;
}

.quote-form fieldset {
  padding: 20px 0;
}

.quote-form .lbl-text {
  text-align: left;
}

/*.quote-form .form-section {
  padding: 0px;
}*/

.quote-form .input-append .add-on:last-child {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.quote-form .input-append .add-on,
.quote-form .input-prepend .add-on {
  height: 35px;
}

.quote-form .callus {
  font-size: 11px;
}

.quote-form #submit_quote {
  width: 84%;
  padding: 10px 0;
  color: #FFF;
  font-size: 20px;
  text-transform: uppercase;
  border: 0;
  background:#BFA32A;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.quote-form #submit_quote:hover {
  background: #5D8AA8;
}

.bootstrap-datetimepicker-widget td span.active:hover, .bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active, .bootstrap-datetimepicker-widget td span.active.disabled, .bootstrap-datetimepicker-widget td span.active[disabled],
.bootstrap-datetimepicker-widget td span.active,
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#5C8BA5);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#5C8BA5));
  background-image: -webkit-linear-gradient(top,#08c,#5C8BA5);
  background-image: -o-linear-gradient(top,#08c,#5C8BA5);
  background-image: linear-gradient(to bottom,#08c,#5C8BA5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088',endColorstr='#ff0044',GradientType=0);
  border-color: #5C8BA5 #5C8BA5 #002a80;
}

.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
  vertical-align: middle;
}

.quote-form-row select.error { border: 1px solid #E44634 !important; height: 100% !important; }

#gglcptch_error {
  float: left !important;
}

@media (min-width: 768px) and (max-width: 780px) {
  .quote-form .form-section {
    padding: 20px 0;
    }
}


@media (min-width: 600px) and (max-width: 767px) {
  .quote-form .form-section {
    padding: 20px 40px 0 40px;
    }
}

@media screen and (max-width: 600px) {
  .quote-form .form-section {
    padding: 30px;
    padding-bottom: 0;
    }
}

@media (max-width: 767px) {
  .quote-form #est_ship_date {
    max-width: 95%;
    }
}
@media (max-width: 400px) {
  a.buy-btn {
    padding: 12px 10px;
    font-size: 22px;
    }
}

.bbb-box-icon {
    max-width: 150px;
    margin-left: 10px;
}

.section-black_new{
	background: #52504F !important;
}

.section-grey_new {
  background: #f2f2f2 !important;
}