@CHARSET "UTF-8";
* {
	font-family: Roboto;
}
body {
	color: #323232;
	font-weight: 400;
	font-size: 15px;
}
body.body-navbar-fixed {
	padding-top: 81px;
}

/** komunikaty **/
.alert {
	margin-top: 20px;
}

/** różne **/
.v-top, .v-top img {
	vertical-align: top;
}
b, strong, strong *, b * {
	font-weight: 700;
}
.text-weight-bolder {
	font-weight: 400;
}
.jumbotron .text-weight-bolder {
	font-weight: 400;
}
.jumbotron {
	background: none;
}
.jumbotron  h1 {
	font-size: 62px;
	font-weight: 300;	
}
.jumbotron-small {
	padding-top: 20px;
}
.jumbotron-mini {
	padding-bottom: 0px;	
}
.mr5, input.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
hr {
	border-color: #e0e0e0;
	background: #e0e0e0;
}
h1.no-margin-top, h2.no-margin-top, h3.no-margin-top {
	margin-top: 0px;
}
p.back a {
	font-size: 12px;
	font-weight: 300;
}
.bg-gray {
	background-color: #F2F2F2;
}
.block-ads {
	margin: 20px 0px;
}
.block-ads-billboard {
	margin: 20px 0px 20px 0px;
}
.block-ads-billboard img {
	max-width: 100%;
	height: auto;
}
.stars-rating img {
	margin-left: 3px;	
}
ul.padding-small {
	padding-left: 20px;
}
ol.lower-alpha {
	list-style-type: lower-alpha;
} 
/** stronnicowanie **/
.cake-pagination {
    font-size: 1.2em;
}
.cake-pagination span a, .cake-pagination span.current {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    display: inline-block;
    padding: 4px 12px;
    text-decoration: none;
    color: #444;
}
.cake-pagination span a:hover {
	text-decoration: underline;
	color: #FFAE21;
}
.cake-pagination span.current {
    color: #FFAE21;
}
.cake-pagination a.prev {
	border-left: 1px solid #DDDDDD;
}
.cake-pagination span.prev {
	border: 1px solid #DDDDDD;
    display: inline-block;
    padding: 4px 12px;
    text-decoration: none;
    color: #444;
}
.cake-pagination span.next {
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
    display: inline-block;
    padding: 4px 12px;
    text-decoration: none;
    color: #444;
}
.cursor-pointer {
	cursor: pointer;
}
.mechanic-next {
	margin-top: 28px;
}
/** sekcje **/
.section-padding {
	padding: 70px 0px 60px 0px;
}
.section-grey-last { /* w przypadku gdy sekcja z szarym tłem jest ostatnim elementem na stronie */
	margin-bottom: -90px;
}
.block-spacing-smaller {
	margin-bottom: 10px;
}
.block-spacing-small {
	margin-bottom: 20px;
}
.block-spacing-medium {
	margin-bottom: 30px;
}
.block-spacing-normal {
	margin-bottom: 40px;
}
.block-spacing-big {
	margin-bottom: 60px;
}
.container-first {
	margin-top: 30px;
}
/** sekcje specjalne ***/
.section-home-search {
	padding: 70px 0px 100px 0px;
	height: 350px;
	background: url(../img/home/bg_search.jpg) center center no-repeat;
	background-size: cover;
	
}
.section-home-search h1 {
	color: #FFF;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 250%;
}

/** formularze **/
input.form-control {
	border-radius: 0px;
}
.label-normal label {
	font-weight: normal;
	vertical-align: top;
	margin-left: 10px;
}
.form-control-file {
	margin-top: 10px;
}
.form-horizontal .error-message, 
.form-horizontal .help-block, 
form .error-message,
.form-chpass .help-block{
	color: #E30000;
}
.form-horizontal textarea.help-block, .form-horizontal input.help-block {
	margin-top: 0px;
	margin-bottom: 0px;
}
.form-horizontal input[type="checkbox"].help-block {
	display: inline;	
}
.form-horizontal .required > label sup {
    font-size: 12px;
}
.form-chpass .help-block {
	margin-top: -5px;
}
.textarea-small {
	max-height: 80px;
}
.input-no-radius {
	border-radius: 0px;
}
.ui-widget.ui-multiselect {
	font-family: Roboto;
	font-size: 14px;
	margin-top: 5px;
}
.ui-multiselect-checkboxes .child label {
	font-weight: normal;
	padding-left: 30px;
}
.ui-multiselect-menu .ui-multiselect-filter input {
	color: #444;
	height: 25px;
	font-size: 13px;
}
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
select option.child {
	margin-left: 20px;
}
.select2-results {
	font-size: 13px;
}
.select2-results .child .select2-result-label {
	padding-left: 20px;
}
.form-horizontal .label-text {
	padding-top: 7px;
}
.ui-datepicker-month {
	color: #444;
}
.ui-datepicker-white .ui-datepicker-month { 
	color: #FFF;
}
.max-width-300 {
	max-width: 300px;
}
/** przyciski **/
.btn {
	border-radius: 0px;
	font-weight: 500;
	padding: 7px 30px;
}
.btn.btn-xs {
	padding: 1px 5px;
}
.btn.btn-lg  {
	padding: 10px 16px;
}
.btn.btn-narrow {
	padding: 6px 10px;
}
.btn-primary {
	background: #ffae21;
	border: #ffae21 1px solid;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #FFBE4C;
	border: #FFBE4C 1px solid;
}
.btn-default {
	border: 2px solid #ffae21;
	color: #ffae1e;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	border: 2px solid #FFC359;
	color: #FFC359;
	background: #FFF;
}
.btn-success {
	border: 2px solid #444;
	background: #FFF;
	color: #444;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
	border: 2px solid #848484;
	background: #FFF;
	color: #848484;
}
.btn-iframe-calendar {
	width: 273px;
	padding-left: 50px;
	height: 54px;
	background: url(../img/widget/btn-button.png) 5px 7px no-repeat #ffae21;
	text-align: left;
	display: inline-block;
	color: #FFF;
	font-size: 16px;
}
.btn-iframe-calendar:hover {
	color: #FFF;
}

/** zakładki ***/
.nav-tabs {
	border-color: #f2f2f2;
}
.nav-tabs > li > a {
	border-color: #f2f2f2;
	border-radius: 0px;
	background: #f2f2f2;
	padding: 15px 30px;
	cursor: pointer;
	color: #323232;
	font-weight: 300;
}
.nav-tabs > li.active > a {
	border-color: #DDD;
	border-bottom: none;
	background: #FFF;
	font-weight: 500;
}
.tab-content {
	padding-top: 30px;
}
.nav-tabs-simple > li > a {
	background-color: #FFF;
	border-top: none;
	border-left: none;
	border-right: none;
	font-weight: bold;
}
.nav-tabs-simple > li > a:hover {
	background-color: #FFF;	
	border-color: #F2F2F2;
	color: #FFBE4C;
}
.nav-tabs-simple > li.active > a, .nav-tabs-simple > li.active > a:hover {
	background-color: #FFF;
	border-top: none;
	border-left: none;
	border-right: none;
	font-weight: bold;
	color: #FFBE4C;
	cursor: pointer;
}
.nav-tabs-simple li:first-child > a {
	padding-left: 0px;
}
/** tooltip **/
.tooltip-inner {
	background-color: #FFF3DD;
	color: #444;
	font-size: 13px;
	font-weight: 300;
	border: 1px solid #FDDEA5;
	padding: 15px;
}
.tooltip.bottom .tooltip-arrow {
	background-color: #FFF;
	border-bottom-color: #FFF3DD;
}
/** panele **/
.panel {
	border-radius: 0px;
}
.panel-default {
	border-color: #e4e4e4;
}
.panel-default .panel-heading {
	background: #f2f2f2;
	border-color: #e4e4e4;
	text-align: center;
	font-weight: 300;
	padding: 20px 15px;
}
.panel-primary {
	border-color: #000;
}
.panel-primary .panel-heading {
	background: #000;
	border-color: #000;
	text-align: center;
	font-weight: 300;
	padding: 20px 15px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
}
.panel-danger {
	border: #FFE4B5 1px solid;
}
.panel-danger .panel-heading {
	background: #FFE4B5;
	border-color: #FFE4B5;
	color: #444;
	text-align: center;
	font-weight: 300;
	padding: 20px 15px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
}
.panel-danger .panel-footer {
	background: #FFE4B5;
}
.panel-info {
	border-color: #CCC;
}
.panel-info .panel-heading {
	background: #FFF;
	border-color: #CCC;
	text-align: center;
	font-weight: 300;
	padding: 20px 15px;
	color: #444;
}
.panel-info .panel-footer {
	background: #fff;
	border-color: #CCC;
}
/** breadcrumb ***/
.breadcrumb {
	background: none;
	margin-top: 20px;
	padding-left: 0px;
}
.breadcrumb > li {
	font-size: 12px;
	color: #444;
	font-weight: 300;
}
.breadcrumb > li > a {
	font-size: 12px;
	color: #686868;
	font-weight: 300;
}
/* typografia **/
p {
	margin-bottom: 10px;
}
.text-spacing-big p {
	margin-bottom: 20px;
}
.text-spacing-big h2, .text-spacing-big h3 {
	margin-bottom: 20px;
}
.text-gray  {
	color: #c2c2c2;
}
.text-orange {
	color: #ffae21;
}
.text-white {
	color: #FFF;
}
a.text-white:hover {
	color: #FFF;
	text-decoration: underline;
}
.text-gray-dark  {
	color: #c0c0c0;
}
a.text-gray-dark {
	text-decoration: none;
}
a.text-gray-dark:hover  {
	color: #c0c0c0;
	text-decoration: underline;
}
.text-big {
	font-size: 16px;
}
.text-bigger {
	font-size: 20px;
}
.text-large {
	font-size: 24px;
}
.text-extra-large {
	font-size: 42px;
}
.text-smaller {
	font-size: 12px;
}
.text-mini {
	font-size: 75%;
}
.text-color-positive, .text-color-comment-1 {
	color: #7eb732;
}
.text-color-neutral, .text-color-comment-100 {
	color:	#323232;
}
.text-color-negative, .text-color-comment-200 {
	color: #e30000;
}
.text-color-orange {
	color: #FFAE21;
}
.text-color-white {
	color: #FFF;
}
.text-bold {
	font-weight: bold;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-lighter {
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 400;
}
h1, .h1 {
	font-size: 32px;
}
.panel-mechanic h5, .panel-mechanic .h5 {
	font-size: 21px;
	margin-top: 0px;
	font-weight: 400;
}
.capitalize {
	text-transform: capitalize;
}
/** misc  **/
ul.list-orange {
	list-style: none;
	list-style-type: none;
}
ul.list-orange li {
	background: url(../img/guide/img_list_item.jpg) top left no-repeat;
	padding: 2px 0px 20px 30px;
	font-size: 22px;
	line-height: 1em;
}
span.number {
	color: #ffad20;
	border: 3px solid #ffad20; 
	display: inline-block;
	width: 28px;
	padding-top: 2px;
	height: 28px;
	border-radius: 19px;
	font-size: 18px;
	color: #ffad20;
	font-weight: 600;
}
h3 span.number {
	position: relative;
	top: -2px;
}
.v-middle {
	vertical-align: middle;
}
#appWidget {
	position: fixed;
	left: 0px;
	top: 265px;
	display: block;
	width: 62px;
	height: 253px;
}
/*** linki ***/
a  {
	color: #ffae21;
}

a.orange {
	color: #ffdeb5;
	text-decoration: underline;
}
a.orange span {
	color: #ffae21;	
}
a.orange:hover {
	color: #ffae21;
}
a.orange span.glyphicon {
	margin-right: 5px;
} 

a.grey {
	color: #888;
	text-decoration: underline;
}
a.grey span {
	color: #CCC;	
}
a.white:hover {
	color: #CCC;
}

a.dark {
	color: #DDD;
	text-decoration: underline;
}
a.dark span {
	color: #444444;	
}
a.dark:hover {
	color: #444444;
}
a.text-color-positive:hover {
	color: #7eb732;
	text-decoration: underline;
}
a.text-color-neutral:hover {
	color: #323232;
	text-decoration: underline;
}
a.text-color-negative:hover {
	color: #e30000;
	text-decoration: underline;
}
a.orange.no-decoration {
	text-decoration: none;
}
/** nagłówek **/
.navbar-default {
	background: #000;
	color: #FFF;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
}
.navbar-default .navbar-nav > li > a.gray {
	color: #AAA;	
}
.navbar-default .navbar-nav > li > a:hover {
	color: #FFF;
	text-decoration: underline;
}
.navbar-default .navbar-nav > li > a:focus {
	color: #FFF;
}
.navbar-default .navbar-right {
	padding-top: 22px;
}
.navbar-default {
	border-color: #000;
}
.navbar-default .navbar-text {
	color: #FFF;
	margin-top: 7px;
}
.navbar-default .navbar-nav > li.open > a:focus {
	background-color: #000;	
	color: #FFF;
}
.navbar-brand {
	height: auto;
	padding: 0px;
	margin-top: 17px;
	margin-bottom: 17px;
}
.navbar-brand img {
	max-height: 46px;	
}
.navbar-nav > li > a {
	padding-top: 7px;
}
.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.navbar-default .navbar-nav > li >.dropdown-for-mechanics,
.navbar-default .navbar-nav > li >.dropdown-for-mechanics:focus,
.navbar-default .navbar-nav > li.open >.dropdown-for-mechanics:focus,
.navbar-default .navbar-nav > li >.dropdown-for-mechanics:hover
 {
	border: 2px solid #FFAE21;
	padding-top: 5px;
	padding-bottom: 5px; 
	color: #FFAE21;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}
.navbar-fixed-top  li > a.orange {
	font-weight: 500;
	text-decoration: none;
}
.navbar-google-plus {
	min-width: 90px;
	margin-right: 00px;
}
.navbar-facebook {
	min-width: 130px;
	margin-right: 30px;
	margin-left: 10px;
}
#navbar-collapse-1 a.orange {
	color: #FFAE21;
	text-decoration: none;
}
.navbar-fixed-mechanic {
	padding-top: 12px;
	padding-bottom: 7px;
	background-color: rgba(255,255,255,0.95);
	color: #444;
	border-color: #E4E4E4;
}
.navbar-fixed-mechanic p.h3 {
	margin-top: 0px;
	margin-bottom: 12px;
}
/* stopka */
#footerApp {
	margin-top: 90px;
	padding-bottom: 70px;
}
#footer {
	background: #F2F2F2;
	padding: 30px 0px 20px 0px;
	font-size: 0.935em;
	margin-top: 0px;
}
#footer.footer-single {
	margin-top: 100px;
}
#footer a {
	color: #FFF;
}
#footer a.text-orange {
	color: #FFAE21;
}
/** strona główna ***/
.form-inline .input-search {
	width: 100%;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	font-size: 12px;
	font-weight: 300;
}
.form-inline .input-search-submit {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	font-weight: 300;
}
.home-city {
	background: #f2f2f2;
}
.home-comments {
	padding-bottom: 0px;
}
.section-gray-last {
	background: #f2f2f2;
	margin-bottom: -90px;
}
.home h2 {
	font-size: 20px;
	line-height: 1.4;
}
.home .btn-default {
	font-size: 12px;
	font-weight: bold;
}
/** listing warsztatów */
.panel-mechanic {
	border: 1px solid #d9d9d9;
	border-radius: 0px; 
}
.panel-mechanic h5 a.dark {
	color: #696969;
}
li.premium .panel-mechanic {
	border-color: #fff0d3;
	background-color: #fff0d3;
}
li.premium .panel-mechanic .btn-primary {
	color: #FFF8E8;	
}
.panel-mechanic .additional {
	padding-top: 15px;
	margin-top: 10px;
	border-top: 1px solid #E6E6E6;
}
.list-mechanics-my .panel-mechanic-my {
	border: 1px solid #f7f7f7;
	border-radius: 0px;
	background: #F2F2F2; 
}

.panel-mechanic .mechanic-special-offer {
	width: 100%;
	font-weight: 500;
}

.panel-mechanic .mechanic-special-offer td {
	padding: 7px 15px;
	vertical-align: middle;
}
.panel-mechanic .mechanic-special-offer td p {
	margin: 0px;
	padding: 6px 20px;
	border-left: 1px solid #BEBAAF;
	border-right: 1px solid #BEBAAF;
}
.panel-mechanic .mechanic-special-offer td:last-child {
	padding-right: 0px;	
}
.panel-mechanic .mechanic-special-offer td:first-child {
	padding-left: 0px;	
}

/** logowanie **/
.form-signin, .form-chpass {
    margin: 80px auto 100px auto;
    max-width: 330px;
    padding: 15px;
}
.form-signin .form-control {
	margin-bottom: 10px;
}	
/** Zmiana hasła **/
.form-chpass .form-control {
	/*margin-bottom: 0px;*/
}
.form-account-activate {
	margin: 80px auto 100px auto;
    max-width: 400px;
    padding: 15px;
}
.form-account-activate .form-control {
	margin-bottom: 10px;
}

/** lista komentarzy **/
.list-comments li {
	background-color: #f7f7f7; 
	padding: 20px;
	margin-bottom: 20px;
}
.list-comments li.comment_200 {
	background: #FDE9EA;	
}
/** dodawanie opinii **/
.comment-type label {
	margin-right: 20px;
	font-weight: 500;
	margin-left: 5px;
}
#ratingTimeHint, #ratingPriceHint, #ratingServiceHint {
	min-height: 22px;
}
/** boks znasz juz opinie **/
.calendar-popup {
	position: fixed;
	width: 300px;
	height: 180px;
	right: 2px;
	bottom: 2px;
	display: none;
	z-index: 2;
}
.calendar-popup .panel {
	height: 178px;
}
.calendar-popup .panel .panel-body {
	padding-top: 30px;
	padding-bottom: 30px;
}
/** terminarz ustawienia **/
.table-calendar-settings li.label-normal {
	margin-bottom: 3px;
}
.table-calendar-settings label {
	margin-left: 0px;
}
/** terminarz umawianie **/
#popupHowItWorks table {
	width: 800px;
	vertical-align: top;
}
#popupHowItWorks table td {
	width: 50%;
	vertical-align: top;
	padding: 30px 20px;
}
#popupHowItWorks table td .pull-left {
	margin-right: 10px;
}
#popupHowItWorks table td .pull-left.pull-left-top {
	margin-top: -5px;
}
#CalendarEventCode {
	text-align: center;
	max-width: 400px;
}
/** cennik ***/
.packages-selector a {
	color: #444;
}
.packages-selector a:first-child {
	margin-right: 40px;
}
.packages-selector a.selected {
	color: #FFAE21;
	font-weight: bold;
}
.packages {
	margin: 0px auto;
}
.packages th {
	font-size: 20px;
	font-weight: normal;
}
.packages td, .packages th {
	padding: 15px 30px;
}
.packages th.package-name {
	padding: 15px 50px;
}
.packages-standard .bgSilverBottomName {
	background: #F2F2F2;
	border-bottom: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
}
/****/
.packages-silver-selected-1 .bgStandardTopName,
.packages-silver-selected-1 .bgGoldTopName {
	background: #F2F2F2;
}
.packages-silver-selected-1 thead th, .packages-silver-selected-1 .fake-row td {
	padding: 0px;
	height: 10px;
}
.packages-silver-selected-1 .bgSilver {
	background: #F2F2F2;
}
.packages-silver-selected-1 .bgSilverTop, 
.packages-silver-selected-1 .bgSilverTopName,
.packages-silver-selected-1 .bgSilverBottomName,
.packages-silver-selected-1 .bgSilverBottom
{
	background: #E9E9E9;
}
/****/
.packages-silver-selected-2 .bgStandardTopName,
.packages-silver-selected-2 .bgGoldTopName {
	background: #F2F2F2;
}
.packages-silver-selected-2 thead th, .packages-silver-selected-2 .fake-row td {
	padding: 0px;
	height: 10px;
}
.packages-silver-selected-2 .bgSilver {
	background: #FFEFD5;
}
.packages-silver-selected-2 .bgSilverTop, 
.packages-silver-selected-2 .bgSilverTopName,
.packages-silver-selected-2 .bgSilverBottomName,
.packages-silver-selected-2 .bgSilverBottom
{
	background: #FFE0AA;
}
/****/
.packages-gold-selected-1 .bgStandardTopName,
.packages-gold-selected-1 .bgSilverTopName {
	background: #F2F2F2;
}
.packages-gold-selected-1 thead th, .packages-gold-selected-1 .fake-row td {
	padding: 0px;
	height: 10px;
}
.packages-gold-selected-1 .bgGold {
	background: #F2F2F2;
}
.packages-gold-selected-1 .bgGoldTop, 
.packages-gold-selected-1 .bgGoldTopName,
.packages-gold-selected-1 .bgGoldBottomName,
.packages-gold-selected-1 .bgGoldBottom
{
	background: #E9E9E9;
}
.packages-gold-selected-1 .bgSilverBottomName {
	border-bottom: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
}
.packages-gold-selected-1 .bgGoldBottomName {
	border-bottom: none;
	border-right: 1px solid #E2E2E2;
}
/****/
.packages-gold-selected-2 .bgStandardTopName,
.packages-gold-selected-2 .bgSilverTopName {
	background: #F2F2F2;
}
.packages-gold-selected-2 thead th, .packages-gold-selected-2 .fake-row td {
	padding: 0px;
	height: 10px;
}
.packages-gold-selected-2 .bgGold {
	background: #FFEFD5;
}
.packages-gold-selected-2 .bgGoldTop, 
.packages-gold-selected-2 .bgGoldTopName,
.packages-gold-selected-2 .bgGoldBottomName,
.packages-gold-selected-2 .bgGoldBottom
{
	background: #FFE0AA;
}
.packages-gold-selected-2 .bgSilverBottomName {
	border-bottom: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
}
.packages-gold-selected-2 .bgSilverTopName {
	border-top: 1px solid #E2E2E2;
}
.packages-gold-selected-2 .bgGoldBottomName {
	border-bottom: none;
	border-right: 1px solid #E2E2E2;
}
/****/
.packages .price {
	font-size: 20px;
}
.borderRB {
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}
.borderT {
	border-top: 1px solid #E2E2E2;
}
.borderL {
	border-left: 1px solid #E2E2E2;
}
.packages-standard .bgStandardTopName {
	background-color: #F2F2F2;
}
.packages-standard .bgSilverTopName {
	border-top: 1px solid #E2E2E2;
	background-color: #F2F2F2;
}
.packages-standard .bgGoldTopName {
	border-top: 1px solid #E2E2E2;
	background-color: #F2F2F2;
}

/** szybka wyszukiwarka **/
.section-search-quick {
	min-height: 150px;
	padding-top: 22px;
	background: url(../img/main/bg_search_small.jpg) top center no-repeat;
	background-size: cover;
}
.section-search-quick .form-control {
	font-size: 12px;
	font-weight: 300;
}
.select2-container .select2-choice > .select2-chosen {
	color: #555;
}
.section-search-quick .col-no-padding-right {
	padding-right: 0px;
}
.section-search-quick .col-no-padding-left {
	padding-left: 0px;
}
.section-search-quick .row-first {
	margin-bottom: 20px;
}
.section-search-geo {
	min-height: 100px;
	padding-top: 25px;
	background: url(../img/main/bg_search_small.jpg) center center no-repeat;
	background-size: cover;
}
#MechanicMiasto {
	padding: 2px 8px;
	height: 28px;
}
/** wyszukiwarka auto podpowiadanie **/
.autosuggestContainer {
	position: relative;	
}
.autosuggests {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #444444;
    left: 6.2%;
    position: absolute;
    top: 45px;
    width: 426px;
    z-index: 11;
}
.autosuggests ul {
	margin-bottom: 0px;
}
.section-search-quick .autosuggests {
	left: 2px;
}
.autosuggests ul li {
    border-bottom: 1px solid #CCCCCC;
    font-size: 1.2em;
    font-weight: normal;
    text-align: left;
    padding: 2px 5px 2px 15px;
}
.autosuggests ul li:last-child {
	border-bottom: none;
}
/** umawianie wizyty **/
#alertCalendarBoost {
	position: relative;
	padding-left: 50px;
}
#boostArrow {
	position: absolute;
	top: 22px;
	left: 12px;
}
.section-calendar {
    min-height: 150px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.section-calendar h1 {
	margin-bottom: 20px;
}
.section-calendar table {
	width: 100%;
	font-size: 0.9em;
}
.section-calendar table td img {
	height: 40px;
}
.section-calendar .inactive {
	color: #989898;
}

/*** wyszukiwanie z mapy **/
#map img {
    max-width: none;
}
#map #google_map {
	font-family: Arial;
	font-size: 12px;
}
.section-payment-sell-offer {
	padding-top: 90px;
	padding-bottom: 90px;
	background: url(../img/sell/bg_info.jpg) center center no-repeat;
	background-size: cover;
	color: #FFFFFF;
    font-size: 250%;
    text-align: center;
}
/** wyszukiwarka mechanika - czy jest w bazie**/
.form-check-mechanic {
	height: 46px;
	margin: 30px auto 40px;
	max-width: 780px;	
}
.orSpan {
	margin: 0 30px;
}

/** reklama **/
.advert {
	margin: 20px 0;
}	

/** baza wiedzy **/
.bwInfo {
	padding-top: 60px;
}	
.bwInfo div{
	padding-left: 70px;
	background-repeat: no-repeat; 
	background-position: left;
	min-height: 47px;
	margin-bottom: 20px;
	font-size: 20px;	
}
.bwAddress {
	background-image: url('../img/help/ico_address.png');
}
.bwPhone {
	background-image: url('../img/help/ico_phone.png');
	padding-top: 10px;
}
.bwPhone .small {
	font-size: 11px;
}
.bwEmail {
	background-image: url('../img/help/ico_email.png');
	padding-top: 10px;
}
.bwImage {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
}

/** Wizytówki dla warsztatu **/
.row-cards h3 {	 
	color: #FFAE21;
}
.row-cards img{
	max-width: 100%;
}
.row-cards-first {
	margin: 80px 0 160px; 
}	
.row-cards-second {
	margin-bottom: 160px;
}
.cards-info p{
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}
/** broszury dla warsztatow **/
.row-leaflets h3 {	 
	color: #FFAE21;
}
.row-leaflets img{
	max-width: 100%;
}
.row-leaflets-first {
	margin: 60px 0 90px; 
}	
.row-leaflets-second {
	margin-bottom: 90px;
}

/* Zaufany warsztat */
.mechanic-cert .row-cards-first {
	margin: 80px 0px 70px; 
} 						
.mechanic-cert .row-cards-second {
	margin-bottom: 130px;
}

/** Terminasz **/
.row-arrow {
	padding: 80px 0;	
}
.row-arrow-first {
	padding-top: 80px;
}
.row-cards .btn {
	white-space: normal;
}

/** artykuły ***/
.media-body-article ul li, .media-body-article ol li {
	list-style: inside;
}


/** jesteś mechanikiem - slider **/
.carousel-indicators {
    bottom: 0;
}	
.carousel-inner > .item > img, .carousel-inner > .item > a > img {    
    width: 100%;
}	
.carousel-inner > .item {
	height: 580px;	
	background-size: cover;	
}
.carousel-inner > .item > .container{
	height: 480px;
	padding-top: 100px;
	position: relative;
	padding-left: 50px;
    padding-right: 50px;
}
.carousel-inner > .item > .container h2,
.carousel-inner > .item > .container p{
	color: #fff;
}
.carousel-inner > .item > .container h2 {
	font-size: 50px;
}
.carousel-inner > .item > .container p{
	margin-bottom: 20px;
	font-size: 20px; 
}
.carousel-inner > .item > .container .btn-default {
	background: none;
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight: 600;
}
.carousel-inner > .item > .container img {
	display: block;
	position: absolute;
	top: 60px;
	right: 20px;
}
.carousel-inner > .item-terminarz > .container img {	
	top: 80px;
	right: 0px;	
}
.carousel-inner > .item-cennik > .container img {
	right: 50px;
}
.carousel-inner > .item-pytania > .container img {	
	top: 40px;
	right: 30px;	
}
.carousel-inner > .item-reklama > .container img {	
	top: 80px;
	right: 0px;	
}
.carousel-inner > .item > .container .info {
	width: 50%;
}

.item-wizytowka {
	background: url(../img/help/slide_wizytowka.jpg) center center / cover no-repeat;
}
.item-terminarz {
	background: url(../img/help/slide_terminarz.jpg) center center / cover no-repeat;
}
.item-certyfikat {
	background: url(../img/help/slide_certyfikat.jpg) center center / cover no-repeat;
}
.item-cennik {
	background: url(../img/help/slide_cennik.jpg) center center / cover no-repeat;
}
.item-pytania {
	background: url(../img/help/slide_pytania.jpg) center center / cover no-repeat;
}
.item-reklama {
	background: url(../img/help/slide_reklama.jpg) center center / cover no-repeat;
}
.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
    content: inherit;
}
.glyphicon-chevron-left {
	background: url(../img/main/slider_prev.png) center center no-repeat;
	display: block;
	width: 24px;
	height: 45px;
}
.glyphicon-chevron-right {
	background: url(../img/main/slider_next.png) center center no-repeat;
	display: block;
	width: 24px;
	height: 45px;
}
.carousel-control {
	width: 5%;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {    
    height: 45px;    
    width: 24px;
    margin-top: -22px;
}
.carousel-control .glyphicon-chevron-left {
	margin-left: -12px;    
}
.carousel-control .glyphicon-chevron-right {
	margin-right: -12px;    
}

.opinions {
	margin-top: 50px;	
}
.opinions .opinion {
	padding-right: 30px;
	margin-bottom: 30px;
}
.opinions .opinion img {
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	display: block;
	width: 140px;
}
.opinions .opinion p {
	font-size: 17px;	
	font-style: italic;	
}
.opinions .opinion p.author {
	font-size: 11px;
	font-weight: bold;	
	text-transform: uppercase;	
}
/*** guide premium ****/
.guidePremium {
	font-size: 18px;
	padding: 30px 0px;
} 
#guidePremium_1 { 
	background: url(../img/guide_premium/bg_header.jpg) center top / cover no-repeat;
	padding: 70px 0px 50px 0px;
}
#guidePremium_1 h1 {
	color: #FFF;
	font-size: 60px;
	line-height: 130%;
}
#guidePremium_2 {
	font-size: 18px;	
	padding: 60px 0px 30px 0px; 
}
#guidePremium_2 h2 {
	margin-bottom: 30px;	
}
#guidePremium_3 {
	padding: 30px 0px;
}
#guidePremium_4 {
	padding: 30px 0px;
}
#guidePremium_5 {
	background: #b1a6a6;
	font-size: 18px;
	color: #FFF;
	padding: 50px 0px; 
}
#guidePremium_5 p, #guidePremium_6 p, #guidePremium_7 p {
	margin: 30px 0px;
}
#guidePremium_8 {
	font-size: 25px;
}
#guidePremium_8.guidePremium {
	padding-bottom: 0px;
}

#guideSection_1 {
	background: url(../img/guide/bg_guide_top.jpg) top center / cover no-repeat;
	height: 656px;
	padding-top: 50px;
	font-family: Roboto;
	font-weight: 300;
}
#guideSection_1 p.intro {
	color: #ffad20;
	font-size: 90px;
	margin-top: 100px;
	line-height: 1em;
}
#guideSection_1 p.claim {
	color: #ffad20;
	font-size: 58px;
}
#guideSection_1 p.info {
	font-size: 30px;
	color: #FFF;
}
#guideSection_1 p.info strong {
	font-weight: 400;
}

#guideSection_2 {
	padding: 70px 0px;
	font-size: 18px;
}
#guideSection_2 p.header {
	margin: 40px 0px 30px 0px; 
}
		
#guideSection_2	span.text-color-red {
	font-weight: 500;
}
#guideSection_2 span.number {
	color: #ffad20;
	border: 3px solid #ffad20; 
	display: inline-block;
	width: 38px;
	padding-top: 2px;
	height: 36px;
	border-radius: 19px;
	font-size: 18px;
	color: #ffad20;
	font-weight: 600;
}
	

#guideSection_3 {
	background: #F7F7F7;
	padding: 70px 0px 0px 0px;
}
#guideSection_3 .row {
		margin-top: 60px;
	}
#guideSection_3 span.text-color-red {
	font-weight: 500;
}

@media (min-width: 992px) {
	#guideSection_3	{
		margin-top: 70px;
	}
	#guideSection_3 #point_3 {
		margin-top: 220px;
	}
}



 
#guideSection_4	{ 
	padding: 70px 0px;	
}
	
#guideSection_4	.row {
	margin-top: 60px;
}
#guideSection_4 .row ul {
	list-style: none;
	list-style-type: none;
}
#guideSection_4 .row ul li {
	background: url(../img/guide/img_list_item.jpg) top left no-repeat;
	padding: 2px 0px 20px 30px;
	font-size: 22px;
	line-height: 1em;
}

#guideSection_5 {
	background: url(../img/guide/bg_trust.jpg) top center / cover no-repeat;
	padding: 70px 0px;
	font-weight: 400;
	font-size: 18px;	
}
#guideSection_5 p.text-color-white {
	font-weight: 500;
}
#guideSection_5 p.quote {
	font-size: 150px;
	margin-top: 30px;
	line-height: 0.6em;
	margin-bottom: -30px;
}


#guideSection_6 {
	padding: 70px 0px;
}
#guideSection_6 p.intro {
	font-size: 18px;
	margin: 20px 0px;
}	
#guideSection_6 .row {
	margin-top: 50px;
}
#guideSection_7 {
	padding: 70px 0px 0px 0px;
	background: #f4f4f4;
}
#guideSection_7 p {
	font-size: 15px;
}
#guideSection_7 h2 {
	margin-bottom: 60px;
}
#guideSection_7 .row .img-responsive {
	margin-top: 30px;
}

@media (min-width: 1170px) { 
	#guideSection_7	#point_2 {
		position: relative;
		left: 60px;
		margin-bottom: 60px;
		z-index: 1;
	}
		
	#guideSection_7	#point_3 {
		position: relative;
		left: -60px;
		margin-top: 40px;
		margin-bottom: 60px;
		z-index: 1;
	}
}
#guideSection_8 {
	padding: 70px 0px 70px 0px;
}
#guideSection_8 h2 {
	margin-bottom: 30px;
}
#guideSection_8	ul {
		list-style: none;
		list-style-type: none;
}
#guideSection_8	ul li {
	background: url(../img/guide/img_list_item.jpg) top left no-repeat;
	padding: 2px 0px 15px 30px;
	font-size: 22px;
	line-height: 1.2em;
}
@media (min-width: 1170px) { 
	#guideSection_8 ul {
		margin-top: 90px;
	}
}
#guideSection_9 {
	padding: 50px 0px 10px 0px;
	color: #FFF;
	text-align: center;
	background: #000;
	/* 
	#gradient .vertical(#fb5e5a; #ef303d); 
  	background-color: red;
  	background-image: linear-gradient(red, orange);
  	background: red;
  	background: linear-gradient(red, orange);
	*/
}
#guideSection_9 h2 {
	margin-bottom: 50px;
}	
#guideSection_9	p.copy {
	font-size: 12px;
	margin-top: 50px;
}
#contestContent .sectionBgWhite {
	padding: 80px 0px;
}
#contestContent .sectionBgGray {
	padding: 80px 0px;
	background: #f0f0f0;
}
#contestContent #mainHeader {
	height: 445px;
	padding-top: 45px;
	color: #ffa813;
	background: url(../img/contest_content/bg_header.jpg) no-repeat top center / cover; 
}
#contestContent #mainHeader h1 {
	font-size: 110px;
	font-weight: 400;	
}
#contestContent #mainHeader h2 {
	font-size: 44px;
	font-weight: 400;
	color: #FFF;
}
#contestContent #mainHeader h3 {
	font-size: 56px;
	font-weight: 400;
	color: #ffa813;
}
#contestContent #contestStart #start {
	font-size: 70px;
	font-weight: 300;
	line-height: 100%;
	margin-bottom: 0px;
}
#contestContent #contestStart #start .orange {
	color: #ffa813;
	font-weight: 400;
}
#contestContent #contestStart #end {
	font-size: 30px;
	font-weight: 300;
}
#contestContent #contestStart #end .orange {
	color: #ffa813;
	font-weight: 400;
}

#contestContent #contestAwards .contest-comments-award {
	background: #ffae21;
	color: #FFF;
	max-width: 730px;
	margin: 50px auto;
	position: relative;
	font-size: 1.2em;
}
#contestContent #contestAwards .contest-comments-award .award-info {
	padding: 30px 20px 20px 38%;
}
#contestContent #contestAwards .contest-comments-award .award-photo {
	position: absolute;
	top: -60px;
	left: 30px;
}
#contestContent #contestAwards .table-awards {
		width: 100%;
}
#contestContent #contestAwards .table-awards td {
	padding: 10px;
	vertical-align: top;
}

#successStory #successStoryHeader {
	min-height: 489px;
	padding-top: 50px;
	background: url(../img/success_story/bg_header.jpg) top center no-repeat;
}

#successStory #successStoryHeader h1 {
	color: #ffae21;
	font-size: 80px;
	font-weight: 300;
	margin-top: 110px;
}

#successStory #successStoryHeader p {
	color: #FFF;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 90px;
}

#successStory #successStoryHeader img {
	-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;
}

#successStory #successStoryInterview {
	font-size: 18px;
}
#successStory #successStoryInterview h4 {
	font-size: 24px;
}
#successStory #interviewQuote {
	font-size: 36px;
	font-style: italic;
}
#jumbotronSuccessStory {
	background: url(../img/success_story/img_mechanic.jpg) center left no-repeat;
}
#jumbotronSuccessStory.jumbotron p {
	font-size: 24px;
	margin-bottom: 50px;
}

#advertisingHeader {
	background: url(../img/advertising/bg_header.jpg) center center / cover no-repeat;
	padding-top: 180px;
	padding-bottom: 180px;
	text-align: center;
}
#advertisingHeader h1 {
	color: #FFF;
	font-size: 56px;
	font-weight: 300;
	line-height: 140%;
	margin-bottom: 30px;
}
#advertisingHeader .btn-default {
	background: transparent;
}
#advertisingClaim .text-bigger {
	font-size: 29px;
}
#advertisingClaim .text-big {
	font-size: 22px;
}
#advertisingContact {
	margin-bottom: -90px;
}
#phoneQuestion {
	padding: 30px 40px;
}
#phoneQuestionNumber {
	font-size: 46px;
	margin-bottom: 1px;
}
#phoneQuestionNumber .glyphicon {
	font-size: 30px;
}
/*** warsztaty VIP ***/
.mechanic-vips {
	border: 2px solid #333333;
	margin-bottom: 20px;
}
.mechanic-vips .panel {
	margin-bottom: 0px;
}
.mechanic-vips ul.list-unstyled {
	margin-bottom: 0px;
}
.mechanic-vip-header {
	background: #333333;
	color: #FFF;
	padding: 10px; 15px;
}
.mechanic-vip-header img {
	height: 32px;
	vertical-align: middle;
	margin-left: 10px;
}
.mechanic-vip-header .small {
	font-size: 12px;	
}
.mechanic-vip-header .pull-left {
	margin-top: 5px;
	margin-bottom: 0px;
}
.mechanic-vip-header .pull-right {
	margin-bottom: 0px;
}
.eca-header {
	text-align: center;
	padding: 130px 0px;
	font-size: 16px;
	background: url(../img/eca/bg_header.jpg) no-repeat top center / cover;
	color: #FFF;
}
.eca-header .big {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
.eca-container {
	font-size: 	18px;
}
.eca-container .text-bigger {
	font-size: 	24px;
}
.eca-container .table-eca-steps td {
	padding-bottom: 20px;
}
#complete-visit {
	background: #EFEFEF;
	padding: 5px 0px 20px 0px;
}
#complete-visit .row {
	background: #FFF;
	padding: 10px 0px 0px 0px; 
}
#complete-visit .row .glyphicon {
	font-size: 1.5em;
}
#mechanicPhoneSms {
	background: url(../img/mechanic/bg_phone_sms.jpg) no-repeat top center;
	width: 278px;
	padding: 110px 20px 0px 20px;
	height: 557px;
	margin: 10px auto;	
}
#mechanicSms {
	background: #ffae21;
	padding: 10px;
	border-radius: 10px;
	color: #FFF;
}

@media (max-width: 1200px) {
	.carousel-inner > .item-terminarz > .container img {
		width: 500px;	
		top: 150px;
		right: 30px;
	}
	.carousel-inner > .item-wizytowka > .container img {
		width: 80%;
		
	}
	.carousel-inner > .item-pytania > .container img {	
		width: 450px;
		top: 70px;
	}	
	.carousel-inner > .item-reklama > .container img {	
		width: 450px;
		top: 100px;
	}
}
@media (min-width: 992px) {
	.section-search-geo .col-no-padding-right {
		padding-right: 0px;
	}
	.section-search-geo .col-no-padding-left {
		padding-left: 0px;
	}
}
@media (min-width: 1200px) {
	.text-right-lg {
		text-align: right;
	}
}
@media (max-width: 992px) {
	.section-search-quick .col-xs-offset-2 {
		margin-left: 0px;
	}
	.section-search-quick .col-xs-8 {
		width: 100%
	}
	.section-search-geo {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
	}
	.section-search-geo .col-md-6 {
		margin-bottom: 10px;
	}
	.row-cards-first {
		margin: 80px 0 !important; 
	}	
	.row-cards-second {
		margin-bottom: 80px !important;
	}
	.carousel-inner > .item > .container {
		padding-left: 40px;
    	padding-right: 40px;
    }	
    .carousel-inner > .item > .container .info {
    	width: 40%;
    }
    .carousel-inner > .item-wizytowka > .container img {
		width: 85%;
		top: 160px;
		right: 30px;
	}
	.carousel-inner > .item-terminarz > .container img {
		width: 400px;
		right: 30px;
	}
	.carousel-inner > .item-certyfikat > .container img {
		width: 400px;
		right: 30px;		
	}
	.carousel-inner > .item-cennik > .container img {
		width: 85%;
		top: 110px;		
	}
	.carousel-inner > .item-pytania > .container img {	
		width: 400px;
		top: 90px;
	}
	.carousel-inner > .item-reklama > .container img {	
		width: 400px;
		top: 180px;
	}
	#jumbotronSuccessStory { 
		background: none;
	}
}	
@media (max-width: 767px) {
	.navbar-static-top {
		margin-bottom: 10px;
	}
	.section-home-search, .section-search-geo {
		margin-top: -10px;
	}
	.navbar-default .navbar-collapse {
		border-color: #444;
	}
	.navbar-nav .navbar-text {
		margin-left: 15px;
	}
	.packages th {
		font-size: 18px;
	}
	.packages td {
		font-size: 14px;
	}
	.packages td .price {
		font-size: 16px;
	}	
	.packages th.package-name {
		padding: 5px 10px;
	}
	.packages td, .packages th {
		padding: 5px 10px;
	}	
	.orSpan {
		display: block;
		margin: 10px 0;
	}
	.row-cards {
		text-align: center;
	}
	.row-cards-first {
		margin: 40px 0 !important; 
	}	
	.row-cards-second {
		margin-bottom: 40px !important;
	}		
	.row-arrow {
	    padding: 40px 0;
	}
	.row-arrow-first {
		padding-top: 40px;
	}
	.cards-info-block {
		margin-bottom: 40px;
	}
	.carousel-inner > .item > .container img {
		margin: 20px auto 0;		
		position: static;		
	}
	.carousel-inner > .item > .container {
		text-align: center;		
		padding-top: 40px !important;
	}	
	.carousel-inner > .item > .container .info {
    	width: 100% !important;
    }
    .carousel-inner > .item-terminarz > .container img {
		width: 62%;		
	}
	.carousel-inner > .item-certyfikat > .container {
		text-align: center;		
		padding-top: 20px !important;
	}
	.carousel-inner > .item-certyfikat > .container img {
		width: 35%;		
	}
	.carousel-inner > .item-cennik > .container img {
		width: 70%;
	}
	.carousel-inner > .item-pytania > .container img {	
		width: 45%;		
	}
	.carousel-inner > .item-reklama > .container img {	
		width: 45%;
	}
	.btn {
		margin-bottom: 5px; 
	}
	#sugester_widget {
		display: none !important;
	}
	.section-payment-sell-offer {
		padding-top: 50px;
		padding-bottom: 50px;
	    font-size: 200%;
	}
	.panel-quarters ul li {
		margin-bottom: 5px;
	}

	#phoneQuestion {
		padding: 15px 20px;
	}
	.mechanic-tabs #about .ml10 {
		float: none !important;
		margin-left: 0px;
	}
}


@media (max-width: 479px) {
	.bwInfo div{
		font-size: 18px;
	}		
	.carousel-control {
	    width: 30px;
	}
	.carousel-inner > .item > .container h2 {
		font-size: 40px;
	}
	.carousel-inner > .item > .container p {
		font-size: 16px;
	}
	.carousel-inner > .item > .container img {
		display: none;
	}
	.carousel-inner > .item {
		height: 380px;
	}
	.carousel-inner > .item > .container {				
		padding-top: 40px !important;
	}
	.carousel-inner > .item-certyfikat > .container {				
		padding-top: 20px !important;
	}
	.opinions .opinion {
		text-align: center;
	}	
	.opinions .opinion img {
		float: none;
		margin: 0 auto 30px;	
	}
	.section-payment-sell-offer {
		padding-top: 20px;
		padding-bottom: 20px;
	    font-size: 120%;
	}
	#phoneQuestion {
		padding: 5px 10px;
	}
}



#ouibounce-modal {
  font-family: 'Open Sans', sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
#ouibounce-modal .ouibounce-modal {
  width: 900px;
  height: 530px;
  background-color: #FFF;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
}
#ouibounce-modal .ouibounce-modal-title {
  font-size: 18px;
  background-color: #252525;
  color: #fff;
  padding: 10px;
  margin: 0;
  border-radius: 4px 4px 0 0;
  text-align: center;
}
#ouibounce-modal h3 {
  color: #fff;
  font-size: 1em;
  margin: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}
#ouibounce-modal .ouibounce-modal-body {
  padding: 20px 35px;
  font-size: 0.9em;
}
#ouibounce-modal .ouibounce-modal-body .panel-mechanic {
	margin-bottom: 15px;
}
#ouibounce-modal .ouibounce-modal-body .panel-body {
	padding: 10px 15px;
}

#ouibounce-modal p {
  line-height: 1.3em;
}
#ouibounce-modal .ouibounce-modal-footer {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
#ouibounce-modal .ouibounce-modal-footer p {
  text-transform: capitalize;
  cursor: pointer;
  display: inline;
  border-bottom: 1px solid #344a5f;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

