body {
    background: #fbfbfb;
}
.bigC {
    color: #ae000c; #about
    font-size: 120%; 
    font-weight: 800;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.sold {
    width: 100%;
    height: 50px;
    vertical-align: middle;
    background-color: rgba(0,0,0,0.5);
}
.sold::after {
    content: "SOLD";
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    padding: 10px 24px 8px 24px;
    text-transform: uppercase;
    vertical-align: middle;

}
.wrapper {
    width: 100% !important;
    height: auto;
    overflow: hidden;
    position: relative;
}
.wrapper header.header {
    background-image: url("img/header-bg.jpg");
    background-size: 100% auto;
    height: auto;
    padding-top: 20px;
    position: relative;
}

.wrapper header.header .blue {
    bottom: -65px;
    height: 525px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.wrapper header.header .container {
    position: relative
}

.wrapper header.header img.shepe1 {
    left: 200px;
    position: absolute;
    top: 60px;
    width: 40px;
    height: 40px;
}

.wrapper header.header img.shepe2 {
    height: 90px;
    left: 72px;
    position: absolute;
    top: 125px;
    transform: rotate(180deg);
    width: 75px;
}

.wrapper header.header img.shepe3 {
    height: 80px;
    left: 160px;
    position: absolute;
    top: 200px;
    transform: rotate(180deg);
    width: 75px;
}

.wrapper header.header img.shepe4 {
    height: 50px;
    left: 290px;
    position: absolute;
    top: 130px;
    width: 50px;
}

.wrapper header.header img.shepe5 {
    height: 50px;
    left: 590px;
    position: absolute;
    top: 100px;
    width: 50px;
}

.wrapper header.header img.shepe6 {
    display: none;
    height: 75px;
    left: 800px;
    position: absolute;
    top: 90px;
    width: 75px;
}

.wrapper header.header .white img,
.wrapper header.header .blue img {
    width: 100%;
}

.wrapper header.header .white {
    bottom: -105px;
    height: 525px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.wrapper header.header .logo h2 {
    margin: 0;
    padding: 0;
}

.wrapper header.header .logo h2 a {
    font-family: 'Croissant One', cursive;
    font-size: 21px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}
.wrapper header.header .logo h2 a img {
    width: 300px;
    height: auto;
}
.wrapper header.header .logo h2 a #KALogo {
    width: 350px;
    height: auto;
    margin: 5em auto 1em auto;
}

.wrapper header.header ul.nav.navbar-nav li a {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 10px 24px 8px 24px;
    text-transform: uppercase;
}

.wrapper header.header ul.nav.navbar-nav {
    float: right;
}

.wrapper header.header ul.nav.navbar-nav li :hover {
    background: #000;
    color: #fff;
    border-radius: 39px;
}

.wrapper header.header .header-text {
    margin: -175px 0px auto auto;
    padding-top: 0px;
    text-align: center !important;
    width: 75%;
}

.wrapper header.header .header-text h1 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 3.75vw;
    font-weight: 600;
    margin: auto auto 25px auto;
    padding-bottom: 20px;
    position: relative;
}

.wrapper header.header .header-text h1::before {
    background: #de0000 none repeat scroll 0 0;
    bottom: 0;
    left: 17%;
    content: "";
    height: 5px;
    margin: auto auto auto auto;
    position: absolute;
    width: 67%;
}

.wrapper header.header .header-text h2 {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 2vw;
    font-weight: 700;
    margin: auto auto 20px auto;
    position: relative;
    letter-spacing: 8px !important;
}

.wrapper header.header .header-text p {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 57px;
}

.wrapper header.header .header-text button {
    background: #000 none repeat scroll 0 0;
    width: 200px;
    border: 0px solid #fff;
    border-radius: 60px / 61px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 300px;
    margin-right: 27px;
    padding: 14px 50px;
}

.wrapper header.header .header-text button:hover {
    background: #de0000;
    color: #fff;
}
#KAabout {
    position: absolute;
    top: 0px;
    left: 150px;
    margin: 0px 0px 0px 0px;
}
.KAbuttons {
    visibility: hidden;
}
#about {
    position: relative;
    top: -200px;
    left: -50px;
    margin: 0px 0px 0px 0px;
}
.another-text h3 {
    color: #de0000;
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 17px;
    position: relative;
    margin: 0px 0px 25px 0px;
}

.another-text h3::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: 0px;
    width: 70px;
}

.another-text p {
    color: #78909c;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 15px;
}

.wrapper section.development {
    padding-bottom: 300px;
    padding-top: 0px;
    position: relative;
    top: -100px;
}

.wrapper section.development .blue {
    bottom: 0px;
    height: 225px;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.wrapper section.development .white {
    bottom: -22px;
    height: 225px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.wrapper section.development .white img,
.wrapper section.development .blue img {
    width: 100%;
}

.wrapper section.development .design-development {
    text-align: center;
    padding-top: 50px
}

.wrapper section.development .design-development i {
    font-size: 41px;
    background: #f48fb1;
    color: #fff;
    padding: 30px;
    border-radius: 50%;
    position: relative;
}

.wrapper section.development .design-development i::after {
    border: 1px solid #f48fb1;
    content: "";
    height: 120px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 120px;
    border-radius: 50%;
}

.wrapper section.development .design-development i::before {
    border: 1px solid #f48fb1;
    content: "";
    height: 140px;
    left: -20px;
    position: absolute;
    top: -20px;
    width: 140px;
    border-radius: 50%;
}

.wrapper section.development .design-development.one i {
    background: #de0000;
}

.wrapper section.development .design-development.one i::after,
.wrapper section.development .design-development.one i::before {
    border: 3px solid #000;
}

.wrapper section.development .design-development.three i {
    background: #82b1ff;
}

.wrapper section.development .design-development.three i::after,
.wrapper section.development .design-development.three i::before {
    border: 1px solid #82b1ff;
}

.wrapper section.development .design-development h2 {
    position: relative;
    color: #de0000;
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin: 55px auto 25px;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: -o-fit-content;
}

.wrapper section.development .design-development h2::before {
    border: 1px solid #000;
    bottom: -15px;
    content: "";
    position: absolute;
    width: 100%;
}

.wrapper section.development .design-development p {
    color: #de0000;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

.wrapper section.works {
    margin-top: 70px;
}

.wrapper section.works .work-images {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.wrapper section.works .work-images img {
    height: 100%;
    width: 100%;
}

.wrapper section.works .work-text-full {
    display: table;
    height: 400px;
    margin-left: 80px;
}

.wrapper section.works .work-text {
    display: table-cell;
    height: auto;
    vertical-align: middle;
    margin-left: 30px;
}

.wrapper section.works .work-text h2 {
    color: #de0000;
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
    padding-bottom: 25px;
    position: relative;
}

.wrapper section.works .work-text h2::before {
    border: 2px solid #000;
    bottom: 5px;
    content: "";
    position: absolute;
    width: 75px;
}

.wrapper section.works .work-text p {
    color: #899ea9;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

.wrapper section.works .work-images .overlay-text {
    background: rgba(180, 0, 0, 0.95) none repeat scroll 0 0;
    height: 100%;
    padding-top: 155px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.wrapper section.works .work-images .overlay-text i {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 80px;
    padding: 2px;
    position: relative;
}

.wrapper section.works .work-images .overlay-text i::after {
    border: 1px solid #fff;
    content: "";
    height: 104px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 104px;
    border-radius: 50%;
}

.wrapper section.works .work-images .overlay-text i::before {
    border: 1px solid #fff;
    content: "";
    height: 124px;
    left: -20px;
    position: absolute;
    top: -20px;
    width: 124px;
    border-radius: 50%;
}

.wrapper section.portfolia {
    margin-top: 0px;
}
.wrapper section.portfolia #KAproducts {
    margin-top: -200px !important;
}

.wrapper section.portfolia .port-text h2 {
    color: #de0000;
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative
}

.wrapper section.portfolia .port-text h2::before {
    border: 1px solid #000;
    bottom: -20px;
    content: "";
    position: absolute;
    width: 75px;
}

.wrapper section.portfolia .port-text p {
    color: #738d99;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

.wrapper section.portfolia .portfolio-part {
    border-radius: 5px;
    height: 330px;
    margin: 55px 10px 0;
    overflow: hidden;
    position: relative;
}

.wrapper section.portfolia .portfolio-part img {
    width: 100%;
}

.wrapper section.portfolia .portfolio-part .overlay-slide {
    position: absolute;
    background: rgba(180, 0, 0, 0.95) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 20px 40px;
    opacity: 0;
}

.wrapper section.portfolia .portfolio-part:hover>.overlay-slide {
    opacity: 1;
}

.wrapper section.portfolia .portfolio-part .overlay-slide h2 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 150px;
    position: relative;
}

.wrapper section.portfolia .portfolio-part .overlay-slide h2::before {
    border: 1px solid #fff;
    bottom: -15px;
    content: "";
    position: absolute;
    width: 335px;
}

.wrapper section.portfolia .portfolio-part .overlay-slide p {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

div.wrapper section.portfolia div.penination p {
    background: #de0000 none repeat scroll 0 0;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 55px auto;
    padding: 12px 40px;
    position: relative;
    text-align: center;
    width: -moz-fit-content;
    border-radius: 30px/30px;
}
div.wrapper section.portfolia div.penination a{
    text-decoration: none;
    color: #fff;
}

.wrapper section.our-team {
    margin-bottom: 50px;
}

.wrapper section.our-team .team-text {
    margin-bottom: 75px;
}

.wrapper section.our-team .team-text h2 {
    color: #de0000;
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin: 0 auto;
    position: relative;
    width: -moz-fit-content;
    padding-bottom: 25px;
}

.wrapper section.our-team .team-text h2::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 65px;
    position: absolute;
    width: 75px;
}

.wrapper section.our-team .team-text p {
    color: #bec9cf;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 auto;
    padding-top: 10px;
    width: -moz-fit-content;
}

.wrapper section.our-team .my-claint {
    height: 350px;
    position: relative;
}

.wrapper section.our-team .my-claint .item {
    text-align: center;
}

.wrapper section.our-team .my-claint .item img {
    width: 155px;
    margin: 0 auto;
    opacity: 0.3;
}

.wrapper section.our-team .my-claint .item .item-text {
    opacity: 0;
}

.wrapper section.our-team .my-claint .item .item-text h3 {
    color: #de0000;
    font-family: "Raleway", sans-serif;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 30px;
}

.wrapper section.our-team .my-claint .item .item-text h4 {
    color: #de0000;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 32px;
}

.wrapper section.our-team .my-claint .item .item-text i {
    color: #cfd8dc;
    font-size: 20px;
    padding: 0 17px;
}

.wrapper section.our-team .my-claint .owl-item.active.center .item img {
    width: 200px;
    opacity: 1;
}

.wrapper section.our-team .my-claint .owl-item.active.center .item>.item-text {
    opacity: 1
}

.wrapper section.our-team .owl-prev,
.wrapper section.our-team .owl-next {
    position: absolute;
    top: 35px;
    background: #fff;
}

.wrapper section.our-team .owl-prev {
    left: 0;
}

.wrapper section.our-team .owl-next {
    right: 0;
}

.wrapper section.our-team .owl-prev i,
.wrapper section.our-team .owl-next i {
    font-size: 60px;
    color: #cfd8dc;
    background: transparent;
}

.wrapper section.our-team .owl-prev,
.wrapper section.our-team .owl-next {
    background: transparent;
}

.wrapper section.our-team .owl-prev:hover,
.wrapper section.our-team .owl-next:hover {
    background: transparent;
}

.wrapper section.our-team .owl-dots {
    display: none;
}

.wrapper section.contact {
    height: auto;
    overflow: hidden;
    padding: 50px 0;
    position: relative;
}

.wrapper section.contact .blue {
    bottom: 116px;
    height: 390px;
    position: absolute;
    width: 100%;
}

.wrapper section.contact .blue img,
.wrapper section.contact .white img {
    width: 100%;
}

.wrapper section.contact .white {
    bottom: 88px;
    height: 335px;
    position: absolute;
    width: 100%;
}

.wrapper section.contact .contact-text {
    margin-top: 100px;
}

.wrapper section.contact .contact-text h2 {
    color: #de0000;
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
}

.wrapper section.contact .contact-text h2::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    width: 75px;
}

.wrapper section.contact .contact-text p {
    color: #92a5af;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding-top: 5px;
}

/*----------------------------------------*/
/*  CAPTCHA CSS
/*----------------------------------------*/


	.capbox {
		width: 100%;
		position: relative;
		left: -6px;
		top: 10px;
		float: left;
		background-color: none;
		border: none;
		border-width: 0px 0px 0px 0px;
		*display: inline; zoom: 1; /* FOR IE7-8 */
		padding: 8px 0px 0px 0px;
		}
	
	.capbox-inner {
		position: relative;
		left: 6px;
		top: 0px;
		font-size: 24px;
		text-transform: uppercase;
		text-align: left;
		font-weight: 700;
		color: #c80000;
		background-color: none;
		padding: 5px 0px 0px 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		}
	
	#CaptchaDiv {
		position: relative;
		left: 0px;
		top: 2px;
		display: inline-block;
		font-size: 30px;
		line-height: 40px;
		font-style: italic;
		font-weight: 600;
		color: #000;
		border: none;
		text-align: left;
		background-color: none;
		padding: auto;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		}
	
       #CaptchaInput { 
                position: relative; 
                left: 0px; 
                top: 4px; 
                width: 100%;
}
.wrapper section.contact .contact-form .question textarea {
    background: transparent none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #cfd8dc;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #404548;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    line-height: 7px;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 5px;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-border-bottom-colors: none;
    -webkit-border-left-colors: none;
    -webkit-border-right-colors: none;
    -webkit-border-top-colors: none;
    -o-border-bottom-colors: none;
    -o-border-left-colors: none;
    -o-border-right-colors: none;
    -o-border-top-colors: none;
}


/*----------------------------------------*/
/*  CAPTCHA CSS END
/*----------------------------------------*/

.wrapper section.contact .contact-form {
    background: #fff none repeat scroll 0 0;
    margin-left: 135px;
    margin-top: 50px;
    padding: 40px 35px 35px;
    box-shadow: -9px 1px 15px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
}

.wrapper section.contact .contact-form .first {
    margin-right: 10%;
    float: left;
}

.wrapper section.contact .contact-form .last {
    float: right;
}

.wrapper section.contact .contact-form .first,
.wrapper section.contact .contact-form .last {
    padding-top: 8px;
    width: 45%;
}

.wrapper section.contact .contact-form input {}

.wrapper section.contact .contact-form input[type="text"] {
    background: transparent none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #cfd8dc;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #404548;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 5px;
    width: 100%;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-border-bottom-colors: none;
    -webkit-border-left-colors: none;
    -webkit-border-right-colors: none;
    -webkit-border-top-colors: none;
    -o-border-bottom-colors: none;
    -o-border-left-colors: none;
    -o-border-right-colors: none;
    -o-border-top-colors: none;
}

.wrapper section.contact .contact-form input[type="email"] {
    background: transparent none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #cfd8dc;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #404548;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-top: 50px;
    width: 100%;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-border-bottom-colors: none;
    -webkit-border-left-colors: none;
    -webkit-border-right-colors: none;
    -webkit-border-top-colors: none;
    -o-border-bottom-colors: none;
    -o-border-left-colors: none;
    -o-border-right-colors: none;
    -o-border-top-colors: none;
}

.wrapper section.contact .contact-form .message textarea {
    background: transparent none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #cfd8dc;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #404548;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 600;
    height: 145px;
    padding-bottom: 5px;
    padding-top: 8px;
    margin-top: 50px;
    width: 100%;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-border-bottom-colors: none;
    -webkit-border-left-colors: none;
    -webkit-border-right-colors: none;
    -webkit-border-top-colors: none;
    -o-border-bottom-colors: none;
    -o-border-left-colors: none;
    -o-border-right-colors: none;
    -o-border-top-colors: none;
}

.wrapper section.contact .contact-form .checkbox {
    float: left;
    margin-left: 17px;
    padding-top: 30px;
    width: 200px;
    color: #8197a3;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.wrapper section.contact .contact-form .submit {
    float: right;
    padding-top: 25px;
}

.wrapper section.contact .contact-form input[type="submit"] {
    background: #de0000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 33px / 33px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 11px 65px;
}

.wrapper section.contact .contact-form .checkbox-submit {
    padding-bottom: 70px;
}

.wrapper footer.footer {
    background-image: url("img/footer-bg.jpg");
    background-size: 100% 100%;
    height: 400px;
    margin-top: 100px;
    padding-top: 110px;
}

.wrapper footer.footer .footer-icon h2 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 40px;
    position: relative;
}

.wrapper footer.footer .footer-icon h2::before {
    background: #c87575 none repeat scroll 0 0;
    bottom: -17px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 310px;
}

.wrapper footer.footer .footer-icon h5 {
    color: #c87575;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    line-height: 20px !important;
    font-weight: 600;
    margin-top: 25px;
}
.wrapper footer.footer .footer-icon h5 a {
    color: #fff;
}

.wrapper footer.footer .footer-icon i {
    color: #fff;
    font-size: 25px;
    padding: 0 44px 0 0;
}

.wrapper footer.footer .footer-text .footer-text-single h3 {
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.wrapper footer.footer .footer-text .footer-text-single p a {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c87575;
    text-decoration: none;
}
.wrapper footer.footer .footer-text .footer-text-single p a:hover {
    color: #fff;
    text-decoration: underline;
}

.sidenav, #menubutton {
    display: none;
}
#scrolltop {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #d20012; 
  color: white;
  cursor: pointer; 
  padding: 15px; 
  border-radius: 50%;
  font-size: 20px; 
}

#scrolltop:hover {
  background-color: #555;
}
#inventory-filters .form-control {
	max-width: 90%;
}

/* Blog */

aside{
	border:1px solid #e5e5e5;
	padding:20px 15px 0 15px;
	margin: 0 0 30px 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

aside .widget{
	margin-bottom:30px;
}


aside .widget ul {
	list-style:none;
	margin-left:0;
}

aside .widget h4{
	margin-bottom:15px;
}

ul.recent{
	margin:0;
	padding:0;
	list-style:none;
}

ul.recent li{
	border-bottom:1px solid #e5e5e5;
	margin:15px 0 0 0;
	padding:0 0 15px 0;
	list-style:none;
}

ul.recent li img{
	margin:5px 15px 5px 0;
}
ul.recent li img:hover{
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

  /* IE 5-7 */
  filter: alpha(opacity=80);

  /* Netscape */
  -moz-opacity: 0.7;

  /* Safari 1.x */
  -khtml-opacity: 0.7;

  /* Good browsers */
  opacity: 0.7;
}

ul.recent li p{
	margin-bottom:0;
}

ul.recent li h6 a{
	color:#494949;
}

ul.recent li h6 a:hover{
	text-decoration:none;
}

/* list */

ul.check-dark, ul.check-white {
	list-style:none;
}


ul.check-dark li {
	background:url(../img/list/check-dark.png) no-repeat 0 3px;
	padding-left:26px;
	line-height:1.6em;
}
ul.check-white li {
	background:url(../img/list/check-white.png) no-repeat 0 3px;
	padding-left:26px;
}

#comment span{
	font-size:11px;
	font-style:italic;
	color:#999999;
}
.comment a {
	color:#333;
}

article.blog-post{
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px solid #fff;
}
@media (max-width: 480px) {
article.blog-post{
	width: 95%;
}
}

article .headline{
	float:left;
	width:100%;
	margin-bottom:25px;
}

article .headline h4{
	float:left;
	margin-bottom:0;
	font-size:24px;
}
#inventory-details .headline h4{
	float:left;
	color: #fff;
	font-weight: 900;
	margin-bottom:0;
	font-size:30px;
}
#inventory-details .headline2 h4{
	float:left;
	font-family: "Raleway", sans-serif;
	color: #de0000;
	font-weight: 700;
	margin-bottom:0;
	font-size:30px;
}
.inventory-detail-link h4{
	float:left;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px !important;
	font-size:30px;
}
#inventory-grid {
        vertical-align: top !important;
}
#maincontent {
        vertical-align: top !important;
        position: relative;
        top: 0px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}
#inventory-grid p {
        font-size: 14px;
        line-height: 17px;
        margin-top: 2px;
        margin-bottom: 10px;
}
.well {
	padding-left: 40px;
}
.well .car-pictures, .well .portfolio-part, .thumbnails {
        text-align: center !important;
        vertical-align: top !important;
        margin: 0px 0px 25px 0px !important;
        padding: 0px 0px 0px 0px !important;
}
.car-pictures .span2 {
        display: inline-block;
        text-align: center !important;
        vertical-align: top !important;
        margin: 0px 28px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 430px;
        height: 375px;
        border: none !important;
        border-radius: 0px !important;
        object-fit: cover !important;
        overflow: hidden;
}

#Pdetails {
        position: relative;
        top: -150px;
        margin-bottom: 50px !important;
}

article  span.comment{
	float:right;
	margin-top:5px;
}

article button.btn,
article a.btn {
	margin-bottom:10px;
}

article.blog-post img{
	margin-bottom:0px;
}
article.blog-post img:hover{
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

  /* IE 5-7 */
  filter: alpha(opacity=80);

  /* Netscape */
  -moz-opacity: 0.7;

  /* Safari 1.x */
  -khtml-opacity: 0.7;

  /* Good browsers */
  opacity: 0.7;
}

article.blog-post img.thumbnail{
	margin-bottom:0;
}

/* last post article */
article.last-post {
	color:#fff;
	margin-bottom:20px;
}

article.last-post .content {
	padding:20px;
}
article.last-post .content a {
	color:#fff;
	font-weight:bold;
}
article.last-post h4 {

}

article.last-post iframe{
	width:100%;
	height:150px;
	border:none;
	margin-bottom:0;
}

.tooltip-demo a{
	display: block;
}

ul.time-post {
	background:#fff;
}

ul.time-post{
	float:left;
	list-style:none;
	width:60px;
	padding:10px 0 10px 0;
	margin:0 20px 20px 0;
	text-align:center;
	color: #222;
}

ul.time-post li{
	list-style:none;
	margin:0;
	padding:0;
}

ul.time-post li.date{
	font-size:28px;
	line-height:24px;
	padding:10px 0 0 0;
}

ul.time-post li.year{
	padding:0 0 10px 0;
	border-bottom:1px solid #fff;
	text-shadow: none;
}

ul.post-meta{
	float:left;
	list-style:none;
	padding:0;
	margin:0 0 15px 0;
}

ul.post-meta li {
	float:left;
	background:none;
	border:0px solid none;
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0;

}
ul.post-meta li strong, .ListPrice {
	color: #003eb5;
	font-size: 150%;
	font-weight: 700;
	padding:0px 5px 0px 0px;
	margin:0;

}
ul.post-meta li a{
	color:#737373;
}

ul.post-meta li.first{
	border-left:1px solid #e3e3e3;
	border-right:none;
}

ul.post-meta li.last{
	border-right:1px solid #e3e3e3;
	border-left:none;
}

ul.post-meta li i{
	float:left;
	margin-top:2px;
}

ul.post-meta li span{
	float:left;
	font-size: 14px;
	line-height: 16px;
	margin-left:0px;
	margin-bottom: -10px;
}
.media,
.media .media {
  margin-top: 20px;
}

.media-list .media{
	margin-top:30px;

}

.media-body .media-heading a{
	color:#494949;
}
.media-body .media-heading span {
	margin-left:20px;
}

.media .pull-left {
  margin-right: 15px;
}

.media .pull-right {
  margin-left: 15px;
}

a.commentlink {
	text-align:right;
	color: #333;
}

.comment-post{
	border-top:1px solid #eeeeee;
	margin-top:30px;
	padding-top:20px;
}

.comment-form{
	margin:15px 0 30px 0;
}

.contact-form{
	margin:0 0 30px 0;
}

.comment-form  label, .contact-form label{
	margin-bottom:10px;
}

.comment-form input, .contact-form input{
	margin-bottom:20px;
}

.comment-form textarea, .contact-form texarea{
	margin-bottom:25px;
 }

 .validation {
   color: red;
   display:none;
   margin: 0 0 20px;
   font-weight:400;
   font-size:13px;
 }

 #sendmessage {
   color: green;
   display:none;
   text-align:center;
   padding:15px;
   font-weight:600;
   margin-bottom:15px;
 }

 #errormessage {
   color: red;
   display:none;
   text-align:center;
   padding:15px;
   font-weight:600;
   margin-bottom:15px;
 }

 #sendmessage.show, #errormessage.show, .show {
 	display:block;
 }
.Mprice {
         position: relative;
         display: inline-block;
         float: left;
         left: 8px;
         top: 0px;
}
.Mprice::before {
        position: relative;
        display: inline-block;
        float: left;
        left: -9px !important;
        top: 0px;
        margin-bottom: -30px;
        content: "$";
}
.pp_social {
	display: none !important;
}

@media (max-width: 767px)
{
    .pp_pic_holder.pp_default
    {
        width: 90%!important;
        margin-top:-100px !important;
        left: 5%!important;
        overflow: hidden;
	}
	
    div.pp_default .pp_content_container .pp_left
    {
        padding-left: 0!important;
    }
    div.pp_default .pp_content_container .pp_right
    {
        padding-right: 0!important;
    }
    .pp_content, .pp_left, .pp_right
    {
        width: 100%!important;
        height: auto!important;
        background-color: transparent !important;
        background-image: none !important;
    }
    .pp_fade
    {
        width: 100%!important;
        height: 100%!important;
    }
    a.pp_expand,
    a.pp_contract,
    .pp_hoverContainer,
    .pp_gallery,
    .pp_top,
    .pp_bottom,
    .pp_social
    {
        display: none!important;
    }
    #pp_full_res img
    {
        width: 100%!important;
        height: auto!important;
    }
    .pp_details
    {
        width: 100%!important;
        height: 25px !important;
    }
    a.pp_close
    {
        right: 10px!important;
        top: 0px!important;
        background-color: transparent !important;
    }
}