
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #fff;
    text-align: center;
    background:black;
}


table.black {
  background:#3D3D3D;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #242424;
}


strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #35969a;
	text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 42px;
    font-weight: 300;
    line-height: 54px;
}

h3 {
	font-size: 30px;
    font-weight: 300;
    line-height: 34px;
}

img { max-width: 100%; }

::-moz-selection { background: #35969a; color: #fff; text-shadow: none; }
::selection { background: #35969a; color: #fff; text-shadow: none; }


/***** Loader *****/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden !important;
	z-index: 99999;
}

.loader-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: url(../img/loading.gif) center center no-repeat;
}


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 40px;
}

.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 30px;
	padding: 0 120px;
    font-size: 22px;
    line-height: 36px;
}


/***** Scroll arrows *****/

.scroll-page {
	margin-top: 60px;
	font-size: 36px;
}
.scroll-page a, .scroll-page a:hover { color: #fff; }


/***** Modal *****/

.modal-content {
	background-color: #333;
	font-size: 18px;
    line-height: 32px;
	text-align: left;
}

.modal-content h4 {
	font-size: 30px;
    font-weight: 300;
    line-height: 34px;
}

.modal-body {
	padding: 15px 25px;
}

.modal-body img {
	margin-bottom: 15px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.modal-header {
	padding: 25px 25px 15px 25px;
}

.modal-footer {
	padding: 15px 25px 25px 25px;
}

.modal-header, .modal-footer { border: 0; }

.modal-header .close {
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	text-shadow: none;
	opacity: 1;
}

.modal-button {
	margin-top: 60px;
}

.modal-footer button, .modal-button button {
	height: 52px;
	margin: 0;
    padding: 0 20px;
	background: none;
	border: 1px solid #fff;
	font-size: 22px;
    font-weight: 300;
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.modal-button button:hover, .modal-footer button:hover { opacity: 0.6; background: none; border: 1px solid #fff; color: #fff; }

.modal-button button:focus, .modal-button button:active:focus, .modal-button button.active:focus { outline: 0; background: none; color: #fff; }

.modal-footer button:focus, .modal-footer button:active:focus, .modal-footer button.active:focus {
	outline: 0; background: none; border: 1px solid #fff; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}


/***** Top menu *****/

nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 998;
	background: #333;
	background: rgba(51, 51, 51, 0.3);
	font-size: 18px;
	color: #fff;
    line-height: 32px;
    text-align: center;
}

nav a {
	display: inline-block;
	margin: 0 15px;
	padding: 10px 0;
	color: #fff;
}
nav a:hover { color: #35969a; }
nav a:focus { color: #35969a; outline: 0; }

.show-menu, .hide-menu {
	position: absolute;
	top: -6px;
	right: 100px;
	padding: 0 20px;
	z-index: 999;
	text-align: center;
}
.hide-menu { top: -1px; }

.show-menu a, .hide-menu a {
	display: inline-block;
	width: 46px;
	height: 48px;
	padding-top: 11px;
	font-size: 21px;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.show-menu a:hover, .hide-menu a:hover { color: #fff; }

.show-menu a {
	background: #333;
	background: rgba(51, 51, 51, 0.3);
}


/***** Top content *****/

.top-content {
    margin: 0 auto;
}

.inner-bg {
    padding: 120px 0;
}

.top-content .logo {
	padding-bottom: 40px;
}

.top-content .logo a {
	display: inline-block;
	width: 180px;
	height: 82px;
	margin: 0;
	padding: 0;
	background: url(../img/logo.png) left center no-repeat;
	text-indent: -9999px;
}
.top-content .logo a:focus { outline: 0; }

.top-content h1 {
	padding: 0 120px;
}

.top-content .description {
	margin: 40px 0 10px 0;
	padding: 0 120px;
    font-size: 22px;
    line-height: 36px;
}

.timer {
    margin-top: 60px;
}

.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper,
.timer .seconds-wrapper {
    display: inline-block;
    width: 160px;
    margin: 0 10px;
    font-size: 18px;
}

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
    font-size: 80px;
    font-weight: 100;
    line-height: 90px;
}


/***** Subscription form *****/

.subscribe form {
    margin-top: 40px;
    margin-bottom: 20px;
}

.subscribe form input.subscribe-email {
    width: 362px;
    height: 52px;
}

.success-message, .error-message {
    font-size: 22px;
    line-height: 36px;
}

.success-message {
	margin: 20px 0 10px 0;
}

.error-message {
	margin: 10px 0;
	color: #35969a;
}


/***** Features *****/

.features-box {
	margin-top: 30px;
}

.features-box h3 {
	padding: 10px 0;
}

.features-box p {
	font-size: 18px;
    line-height: 32px;
}

.features-box .features-box-icon {
    width: 80px;
	height: 80px;
    margin: 0 auto;
	padding-top: 10px;
	background: #35969a;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.features-box .features-box-icon i { vertical-align: middle; }


/***** Testimonials *****/

.testimonials p {
	padding: 0;
}

.testimonials a { color: #fff; border-bottom: 1px dotted #fff; }
.testimonials a:hover, .testimonials .scroll-page a { color: #fff; border: 0; }

.testimonial-single {
	display: inline-block;
}

.testimonial-single p {
	display: none;
}

.testimonial-single-image {
	display: inline-block;
	width: 58px;
	margin: 0 5px 10px 5px;
}

.testimonial-single-image img {
	width: 100%;
	opacity: 0.5;
	cursor: pointer;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.testimonial-active {
	padding-bottom: 20px;
}


/***** About us *****/

.about-us-box {
	padding-top: 30px;
	padding-bottom: 15px;
}

.about-us-box h3 {
	padding: 10px 0;
}

.about-us-box p {
	font-size: 18px;
    line-height: 32px;
}

.about-us-box .about-us-photo {
    width: 130px;
    height: 130px;
    margin: 0 auto;
}

.about-us-box .about-us-photo img {
	width: 100%;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.about-us-box .about-us-social {
    margin-top: 5px;
}


/***** Contact us *****/

.contact-form,
.contact-address {
	padding-bottom: 20px;
	text-align: left;
}

.contact-form h3,
.contact-address h3 {
	padding: 0 0 10px 0;
	font-size: 30px;
    font-weight: 300;
    line-height: 34px;
}

.contact-form p {
	margin: 15px 0 0 0;
	font-size: 18px;
	line-height: 32px;
}

.contact-form form {
	margin: 15px 0 0 0;
}

.contact-form form input,
.contact-form form textarea {
    width: 95%;
    height: 52px;
    margin-bottom: 5px;
}

.contact-form form textarea {
	height: 162px;
}

.contact-form form .contact-error {
	border-color: #35969a;
}

.contact-address .map {
	height: 210px;
	margin: 15px 0 40px 0;
}

.contact-address p {
	margin-bottom: 5px;
	font-size: 18px;
    line-height: 32px;
}

.contact-address p i {
	width: 40px;
	font-size: 24px;
	vertical-align: middle;
}

.contact-address a, .contact-address a:focus { color: #fff; }
.contact-address a:hover { color: #fff; border-bottom: 1px dotted #fff; }


/***** Footer *****/

footer {
	padding: 25px 0 20px 0;
	background: #333;
	background: rgba(51, 51, 51, 0.3);
	text-align: right;
}

.footer-copyright {
	margin: 6px 0 0 0;
	font-size: 18px;
    line-height: 32px;
    text-align: left;
}

footer .bottom-links{
  text-align: center;
  margin:0px auto;
}

footer .bottom-links li {
  display:inline-block;
  padding:0px 10px;
}

.footer-copyright a, .footer-copyright a:focus { color: #fff; }
.footer-copyright a:hover { color: #fff; border-bottom: 1px dotted #fff; }


input[type="text"],
input[type="email"],
textarea,
textarea.form-control {
    margin: 0;
    padding: 0;
    text-indent: 10px;
    vertical-align: middle;
    background: none;
    border: 1px solid #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
textarea.form-control:focus {
	outline: 0;
    border: 1px solid #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #fff; }
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #fff; }
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #fff; }


.subscribe button,
.contact-form button {
	height: 52px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #008AC9;
    border: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 52px;
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.subscribe button:hover,
.contact-form button:hover {
    opacity: 0.8;
    color: #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.subscribe button:active,
.contact-form button:active {
	outline: 0;
    opacity: 0.6;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.subscribe button:focus,
.contact-form button:focus {
	outline: 0;
	background: #35969a;
	color: #fff;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0;
	background: #35969a;
	color: #fff;
}

.g-recaptcha{ margin-top:30px; padding:0 360px;}
#background{
  width:100%;
  height:100%;
  position:fixed;
  top:0px;
  left:0px;
  z-index:0;
  background:url(../img/backgrounds/background.jpg) no-repeat center center;
  background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
}

.section-description{
  margin-top:20px !important;
}

.carInfo h4{
  text-transform: capitalize;
}

#vinData tr td{
  text-align:left;
  text-indent: 5px;
}

.history .form-group{
  color:#F7F7F7;
  display: block;
  margin-bottom:15px;
}

.price{
  font-weight: bold;
  font-size:26px;
  margin-bottom:12px;
  line-height:34px;
}

.price .numbers{
  font-size:32px;
  display: inline-block;
  color:#3AA9AD;
  font-weight: bold;

}

.history-lead{
  color:#F7F7F7;
  font-size:18px;
  margin-top:10px !important;
}

.history-lead a {
  text-decoration: underline;
}

.history .form-group.cbplace{
  margin-bottom:10px;
}

.top-menu{
  padding:0px;
  width:322px;
  margin:0 auto;
  margin-top:30px;
  display:inline-block;
  z-index:99;
  position: relative;
}

.top-menu li{
  width:160px;
  padding:0px;
  margin:0px;
  list-style:none;
  float:left;
}

.top-menu a{
  display:block;
  font-size:24px;
  color:white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.top-menu a.active{
  background:#35969a;
}


.faq{
  width:365px;
  margin:25px auto;
  margin-top: 45px;
  text-align: left;
  display: block;
}

.faq h3{
  border-bottom:1px solid white;
  text-indent:5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display:block;
  text-align: center;
  font-size:24px;
}

.faq .faq-c{
  margin-top:5px;
  display: inline-block;
}

.faq .faq-c h4{
  color: #3aa9ad;
  margin-bottom:5px;
}

.faq .faq-c p{
  text-align: left;
  padding:5px 0px;
  margin-top:10px;
  font-size:16px;
  line-height:20px;
  margin-top:0px;
  color:#f7f7f7;
}

.faq .faq-c ul{
    padding-left: 15px;
    font-size:16px;
}

.cbplace a , .cbplace span{
  color:#f7f7f7;
  line-height: 30px;
  margin-left:8px;
  font-size:14px;
}

.cbplace span{
  width:140px;
  display:inline-block;
}

.cbplace [type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.cbplace [type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}


.cbplace [type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 26px; height: 26px;
  border: 1px solid #89918F;
  border-radius: 2px;
}
/* checked mark aspect */
.cbplace [type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "✔\fe0e";
  position: absolute;
  top: 7px; left: 5px;
  font-size: 20px;
  line-height: 0.8;
  color: white;
  transition: all .2s;
}
/* checked mark aspect changes */
.cbplace [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.cbplace [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}


#payment-mask{
  position:fixed;
  left:0px;
  top:0px;
  z-index:900;
  background:white;
  width:100%;
  height:100%;
  display:none;
  opacity:0.1;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
   transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#braintree-payment{
  z-index:999;
  padding:16px;
  background:white;
  display:block;
  position:absolute;
  top:-1000px;
  left:0px;
}

#braintree-payment #payment-form{
  margin-top:20px;
  margin-bottom:15px;
}

#braintree-payment #submit-cc{
  background:#009cde;
  color:white;
  font-size:16px;
  font-weight:bold;
}

#braintree-payment #submit-cc:hover {
    background-color: #008ac5;
}

#braintree-payment .select-payment{
  display:block;
  color:#3e3c42;
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

.option-table td{
  text-transform: capitalize;
}


.global-loader{
  position:fixed;
  width:100%;
  height:100%;
  display:none;
  z-index:9999;
  top:0px;
}

.global-loader .loader-bg{
  background:black;
  opacity: 0.6;
  width:100%;
  height:100%;
  position:absolute;
  display:block;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 12em;
  height: 12em;
}

.loader {
  margin: 0px auto;
  top: 30%;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.2em solid rgba(255, 255, 255, 0.2);
  border-right: 1.2em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.2em solid rgba(255, 255, 255, 0.2);
  border-left: 1.2em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  background:none;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.discount-block{
  width: 364px;
  margin:0px auto;
  position:relative;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}

input.discount{
    padding:0px;
    text-indent: 10px;
    width: 70% !important;
    height: 52px;
    float:left;
    display: inline-block;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right:0px;
}

input.discount:focus{
  border-right:none;
}

.discount-button{
  width:30% !important;
  line-height:50px;
  float:left;
  color:white;
  background: #35969a;
  cursor:pointer;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border:1px solid white;
  border-left:0px;
}

.discount-button:hover{
  background:#35969a;
}

.footer-copyright{
  font-size:10px;
  text-align: center;
  line-height:16px;
}

.domain-change{
  position:fixed;
  z-index:999999;
  text-align:center;
  width:100%;
  line-height:40px;
  background:black;
  top:0px;
}

.domain-change strong{
  color:#35969a;
}

.carInfo{
  padding-top:40px;
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
	.cbplace span{
	  width:160px;
	}
}}

@media (min-width: 992px) and (max-width: 1199px) {

	.show-menu, .hide-menu { right: 30px; }

	.top-content h1, .top-content .description { padding: 0 40px; }

  .g-recaptcha{ padding:0 260px;}

}

@media (min-width: 768px) and (max-width: 991px) {
.g-recaptcha{ padding:0 150px;}
	.section-description p { padding: 0; }

	.top-content h1, .top-content .description { padding: 0 40px; }

	.timer .days-wrapper, .timer .hours-wrapper, .timer .minutes-wrapper, .timer .seconds-wrapper { width: 145px; }

}

@media (max-width: 991px) {

	.show-menu { right: 30px; }
	.hide-menu { position: static; top: auto; right: auto; z-index: auto; }
	.hide-menu a { height: 42px; padding-top: 0; }
	.faq{
		width:100%; !important;
	}
}

@media (max-width: 767px) {
  .g-recaptcha{
    padding:0px 0px;
    margin-left:5px;
    margin-top:15px;
    width:100%:
    transform:scale(100%);-webkit-transform:scale(100%);transform-origin:0 0;-webkit-transform-origin:0 0;
    margin-left:25%;
  }

	.section-description p { padding: 0; }

  .top-content h1, .top-content .description { padding: 0; }

    .timer .days-wrapper, .timer .hours-wrapper, .timer .minutes-wrapper, .timer .seconds-wrapper { width: 145px; }
	.timer .slash { display: none; }

	.subscribe form input.subscribe-email, .subscribe form button , .discount-block { width: 95%; }
	.subscribe form input.subscribe-email { margin-left: auto; margin-right: auto; }

	.contact-form, .contact-address { text-align: center; }
	.contact-form form input, .contact-form form textarea { margin-left: auto; margin-right: auto; }

	footer, .footer-copyright { text-align: center; }
	.footer-copyright { padding-bottom: 15px; }
}

@media (max-width: 600px) {
.g-recaptcha{margin-left:20%;}

}

@media (max-width: 500px) {
  .g-recaptcha{margin-left:15%;}
}

@media (max-width: 460px) {

  .g-recaptcha{margin-left:10%;}
}

@media (max-width: 460px) {
  .g-recaptcha{margin-left:7%;}
}

@media (max-width: 425px) {
	.subscribe form input.subscribe-email, .subscribe form button , .discount-block { width: 320px; }
  .g-recaptcha{margin-left:3%;}
}

@media (max-width: 415px) {

	h1, h2 { font-size: 32px; }

	.show-menu { right: 10px; }
}

@media (max-width: 360px) {
	.subscribe form input.subscribe-email, .subscribe form button , .discount-block { width: 280px; }
  .g-recaptcha{
    padding:0px 0px;
    margin-left:5px;
    margin-top:15px;
    transform:scale(0.90);-webkit-transform:scale(0.90);transform-origin:0 0;-webkit-transform-origin:0 0;
  }

	.cbplace span {
    width: 160px;
	}

@media (max-width: 320px) {
	.subscribe form input.subscribe-email, .subscribe form button , .discount-block { width: 260px; }
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    .safari_only {

        color:#0000FF;
        background-color:#CCCCCC;

    }
}}

	.cbplace a{
		margin-left:5px;
	}

	.history-header{
		line-height:35px;
		margin-top:10px;
	}

}

@media (max-width: 335px) {
	#cancel-cc{
		margin-top:10px;
	}
}

@media (max-width: 310px) {

  .g-recaptcha{
    transform:scale(0.80);-webkit-transform:scale(0.80);transform-origin:0 0;-webkit-transform-origin:0 0;
    }
}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	/* logo */
    .top-content .logo a {
    	background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 180px 82px !important;
    }

}
