@charset "utf-8";





@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300");


@import url("http://fonts.googleapis.com/css?family=Cabin:400,500,600,700,400italic,500italic,600italic,700italic");


@import url("jquery.fancybox.css");




a {
  color: #DC182D;
}
a:hover {
  text-decoration: none;
}
a:active,a:focus {
  outline: none;
  text-decoration: none;
}
address {
  border-bottom: 1px solid #ccc;
  color: #4e4e4e;
  font-size: 0.8em;
  line-height: 1.8em;
  padding: 0 0 10px 0;
}
address strong {
  display: block;
  font-size: 1.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #252f38;
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
}
h2 {
  border-left: 3px double #DC182D;
  font-size: 1.7em;
  line-height: 0.7em;
  margin: 0 0 20px 0;
  padding: 0 0 0 5px;
}
h3 {
  border-bottom: 1px solid #e1e1e1;
  font-size: 1.1em;
  padding: 0 0 5px 0;
}
img {
  width: 100%;
}
img.pull-right {
  margin: 0 0 1.5em 1.5em;
}
img.pull-left {
  margin: 0 1.5em 1.5em 0;
}
p {
  color: #4e4e4e;
  font-size: 0.8em;
  line-height: 1.8em;
}
ul {
  padding: 0;
}





header {
  margin-bottom: 4%;
}

header .topbar {
  background: #DC182D;
  color: #fff;
  font-weight: normal;
}
header .topbar #topmenu,
header .topbar #topsocial {
  line-height: 15px;
  margin-bottom: 0;
  padding: 8px 0;
}
header .topbar #topmenu li,
header .topbar #topsocial li {
  list-style: none;
}
header .topbar #topmenu li:first-child,
header .topbar #topsocial li:first-child {
  padding-left: 0;
}
header .topbar #topmenu li:last-child,
header .topbar #topsocial li:last-child {
  border: none;
}
header .topbar #topmenu li a,
header .topbar #topsocial li a {
  color: #fff;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;  
}
header .topbar #topmenu li a:hover,
header .topbar #topsocial li a:hover {
  color: #efd2b2;
}
header .topbar #topmenu {
  font-size: 0.75em;
}
header .topbar #topmenu li {
  border-right: 1px dotted #efd2b2;
  display: inline-block;
  padding: 0 1em;
}
header .topbar #topsocial li {
  float: right;
  padding: 0 0.25em;
}
header .topbar #topsocial li a {
  font-size: 1em;
}
header .topbar #language {
  background-color: #992323;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 5px 0 0 0;
  padding: 0 0 0 10px;
  width: 55px;
}
header .topbar #language a {
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 23px; 
}
header .topbar #language ul {
  background: #992323;
  padding: 10px;
  margin-top: 4px;
}
header .topbar #language ul li {
  display: block;
  height: 20px;
}
header .topbar #language ul li a {
  color: #fff;
  width: 100%;
  font-size: 0.9em;
}
header .topbar #language ul li a:hover {
  background-color: transparent;
  text-decoration: underline;
}
header .topbar #language .en_gb {
  background-image: url("../img/flags/gb.png");
}
header .topbar #language .es_es {
  background-image: url("../img/flags/es.png");
}
header .topbar #language .fr_fr {
  background-image: url("../img/flags/fr.png");
}
header .topbar #language .pt_br {
  background-image: url("../img/flags/br.png");
}


header .navbar {
  background: #292d30;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0;
  min-height: 61px;
  text-transform: uppercase;
}
.container > .navbar-header, .container > .navbar-collapse {
  padding-right: 0;
}
.nav > li > a:hover, .nav > li > a:focus{
  background: transparent;
}
header .navbar .navbar-header .navbar-brand {
  padding-top: 12px;
  padding-bottom: 12px;
}
header .navbar .navbar-header .navbar-toggle {
  background: #DC182D;
}
header .navbar .navbar-header .navbar-toggle span {
  background: #fff;
}
header .navbar .navbar-nav li a {
  color: #fff;
  height: 61px;
  line-height: 61px;
  padding: 0 0.9em;
}
header .navbar .navbar-nav li.active a,
header .navbar .navbar-nav li a:hover {
  background-color: transparent;
  color: #DC182D;
}
header .navbar .navbar-nav .dropdown ul {
  font-size: 0.8em;
  font-weight: 700;
  margin: 0 0 0 -2px;
  padding: 0;
  text-transform: none;
}
header .navbar .navbar-nav .dropdown ul li {
  background-color: #222322;
  border-bottom: 1px solid #333;
  padding: 0;
}
header .navbar .navbar-nav .dropdown ul li:last-child {
  border: none;
}
header .navbar .navbar-nav .dropdown ul li a {
  color: #ccc;
  height: 44px;
  line-height: 44px;
  margin: 1px 0 0;
  width: 200px;
}
header .navbar .navbar-nav .dropdown ul li.active a,
header .navbar .navbar-nav .dropdown ul li a:hover {
  color: #fff;
  background: #DC182D;
}
header .navbar .navbar-nav .dropdown.open a {
  background-color: transparent;
}
header .navbar .navbar-nav .buy:hover .menu-buy {
  display: block;
}
header .navbar .navbar-nav .menu-buy {
  background: #1b2023;
  color: #c2c3c5;
  display: none;
  height:465px;
  left: -70px;
  padding: 5px;
  position: absolute;
  top: 100%;
  width: 875px;
  z-index: 99999;
}
header .navbar .navbar-nav .menu-buy .arrow {
  border: 8px solid #1b2023;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  left: 110px;
  position: absolute;
  top: -16px;
  width: 16px;
  z-index: 2;
}
header .navbar .navbar-nav .menu-buy .items {
  float: left;
  margin: 10px;
  width: 250px;
}
header .navbar .navbar-nav .menu-buy .items a {
  color: #c2c3c5;
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  height: 56px;
  line-height: 15px;
  margin: 0 0 13px 0;
  overflow: hidden;
  padding: 0;
  text-transform: initial;
}
header .navbar .navbar-nav .menu-buy .items a strong {
  display: block;
}
header .navbar .navbar-nav .menu-buy .items a span {
  display: block;
  margin: 1px 0 0 0;
}
header .navbar .navbar-nav .menu-buy .items a img {
  float: right;
  width: 108px;
}
header .navbar .navbar-nav .menu-buy .car {
  float: right;
  margin: 0 20px 0 0;
  text-transform: initial;
  width: 550px;
}
header .navbar .navbar-nav .menu-buy .car strong {
  display: block;
  font-size: 1.6em;
  margin: 0;
}
header .navbar .navbar-nav .menu-buy .car span {
  display: block;
  font-size: 1em;
  line-height: 1.2em;
  margin: 10px 0;
}
header .navbar .navbar-form {
  padding-right: 0;
  margin-top: 17px;
}
header .navbar .navbar-form .btn,
header .navbar .navbar-form .form-control {
  background-color: #262a2d;
  border-color: #191d20;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0.5px rgba(0,0,0,0.5);
  box-shadow: inset 0 0 0.5px rgba(0,0,0,0.5);
  color: #63676a;
  height: 30px;
  margin: 0;
  min-width: initial;
}
header .navbar .navbar-form .advanced {
  font-size: 1.3em;
  padding: 5px 0 0 0px;
  position: relative;
  width: 40px;
}
header .navbar .navbar-form .advanced:hover,
header .navbar .navbar-form .advanced.active {
  background-color: #DC182D;
  border-color: #DC182D;
  color: #fff;
}
header .navbar .navbar-form .advanced .icon-plus {
  font-size: 0.7em;
  left: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
header .navbar .navbar-form .form-group {
  width: 200px;
  display:none !important;
}
header .navbar .navbar-form .form-group .form-control {
  border-right: none;
  font-size: 0.8em;
  margin: 0;
  color: #676b6e!important;
}
header .navbar .navbar-form .form-group .input-group-btn .btn {
  color: #DC182D;
  font-size: 1.3em;
  padding: 0;
  width: 33px;
}


header .subbar {
  background-color: #ebeae8;
  background-image: url("../img/header-pattern.png");
  font-size: 1.2em;
  font-weight: 700;
  min-height: 122px;
  position: relative;
  text-transform: uppercase;
}
header .subbar #carousel-top .carousel-inner {
  margin: 20px auto;
  width: 90%;
}
header .subbar #carousel-top .offer {
  background: #f1f1f1;
  border: 1px solid #eee;
  display: block;
  float: left;
  margin: 0 15px;
  width: 223px;
}
header .subbar #carousel-top .offer:hover  {
  background: #DC182D;  
}
header .subbar #carousel-top .offer:hover span  {
  background: #DC182D;
  color: #fff;
}
header .subbar #carousel-top .offer:hover span strong {
  color: #fff;
}
header .subbar #carousel-top .offer img {
  float: left;
  max-width: 110px;
  max-height: 85px;
}
header .subbar #carousel-top .offer span {
  color: #292d30;
  float: left;
  font-size: 0.6em;
  font-weight: 400;
  margin: 0;
  padding: 5px;
  text-transform: none;
  width: 110px;
}
header .subbar #carousel-top .offer span strong {
  color: #DC182D;
  display: block;
  font-size: 1.2em;
  line-height: 20px;
  text-transform: uppercase;
}
header .subbar #carousel-top .carousel-control {
  background: none;
  color: #8e8e8e;
  left: -10px;
  margin: 19px 0 0 0;
  position: absolute;
  top: 0px;
  z-index: 3;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;  
}
header .subbar #carousel-top .carousel-control:hover {
  color: #DC182D;
}
header .subbar #carousel-top .carousel-control.next {
  left: 100%;
  margin-left: -32px;
}





.alert {
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 2px;
  padding: 10px;
}
.alert i {
  font-size: 1.5em;
}
.alert.alert-success {
  background: #f0f0f0;
  border-color: #9bbb68;
  color: #9bbb68;
}
.alert.alert-warning {
  background: #f0f0f0;
  border-color: #c9c21a;
  color: #c9c21a;
}
.alert.alert-danger {
  background: #f0f0f0;
  border-color: #DC182D;
  color: #DC182D;
}






.panel.panel-accordion {
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.panel.panel-accordion .panel-heading {
  background: #f9f9f9;
  border: 1px solid #252f38;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.panel.panel-accordion .panel-heading .panel-title {
  font-size: 0.7em;
  font-weight: 400;
}
.panel.panel-accordion .panel-heading .panel-title a {
  display: block;
  padding: 5px;
}
.panel.panel-accordion .panel-heading .panel-title .badge {
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #DC182D;
  font-size: 1.5em;
  margin-top: -2px;
}
.panel.panel-accordion .panel-heading:hover {
  background: #DC182D;
}
.panel.panel-accordion .panel-heading:hover a {
  color: #fff;
  text-decoration: none;
}
.panel.panel-accordion .panel-heading:hover .badge i {
  color: #fff;
}
.panel.panel-accordion .panel-body {
  font-size: 0.8em;
}
.panel.panel-accordion .panel-body strong {
  display: block;
}





.fullsize p {
  font-size: 1em;
}
.fullsize .panel.panel-accordion .panel-heading .panel-title {
  font-size: 1.2em;
}
.fullsize .panel.panel-accordion .panel-heading .panel-title span.colorletter{
  color: #DC182D;
}
.fullsize .panel.panel-accordion .panel-heading:hover a span.colorletter{
  color: #fff;
}



.btn {
  background: #292d30;
  border: 1px solid #191d1e;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #f9f9fb;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  margin: 0.5em;
  padding: 12px 26px;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;  
}
.btn:hover {
  background: #DC182D;
  border-color: #DC182D;
  color:#ffffff;
}
.btn.btn-sm {
  font-size: 12px;
  line-height: 12px;
  min-width: 120px;
  padding: 8px;
}
.btn.btn-lg {
  font-size: 14px;
  line-height: 14px;
  min-width: 190px;
  padding: 15px;
}
.btn.alt {
  background: #ebebeb;
  color: #4e4e4e;
}
.btn.alt:hover {
  color: #DC182D;
}
.btn.btn-navigation {
  background: #ebebeb;
  border-color: #e7e7e7;
  color: #252f38;
  font-weight: 400;
  padding: 7px 20px;
  text-transform: none;
  width: 12em;
}
.btn.btn-navigation:hover {
  background: #DC182D;
  color: #fff;
}
.btn.red {
  background: #DC182D;
  border-color: #DC182D;
  color: #fff;
}
.btn.red:hover {
  background: #292d30;
  border: 1px solid #191d1e;
}
.btn.silver {
  background: #f0f0f0;
  border-color: #f0f0f0;
  color: #252f38;
}
.btn.green {
  background: #6ca53a;
  border-color: #6ca53a;
  color: #fff;
}
.btn.blue {
  background: #1eaacd;
  border-color: #1eaacd;
  color: #fff;
}
.btn.pink {
  background: #d84dc4;
  border-color: #d84dc4;
  color: #fff;
}
.btn.yellow {
  background: #e4b600;
  border-color: #e4b600;
  color: #252f38;
}
.btn.aqua {
  background: #67d2cc;
  border-color: #67d2cc;
  color: #252f38;
}
.btn.teal {
  background: #709395;
  border-color: #709395;
  color: #fff;
}
.btn.purple {
  background: #a079b2;
  border-color: #a079b2;
  color: #fff;
}
.btn.grey {
  background: #6b6b6b;
  border-color: #6b6b6b;
  color: #fff;
}
.btn.black {
  background: #000;
  border-color: #000;
  color: #fff;
}




.carousel-control {
  background: #b0b0b0;
  color: #fff;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: static;
  text-shadow: none;
  width: 42px;
}
.carousel-control:hover,
.carousel-control:focus {
  background: #DC182D;
  color: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: static;
}



.carousel.carousel-thumb ol {
  font-size: 1em;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%;
}
.carousel.carousel-thumb ol li {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  float: left;
  height: 79px;
  margin: 8px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 0;
  width: 79px;
}
.carousel.carousel-thumb ol li:first-child {
  margin-left: 0;
}
.carousel.carousel-thumb ol li:last-child {
  margin-right: 0;
}
.carousel.carousel-thumb ol li.active {
  border: 3px solid #DC182D;
}
.carousel.carousel-thumb ol li img {
  height: 100%;
  width: auto;
}




.dropdown {
  z-index: 2000;
}
.dropdown ul {
  display: none;
  left: 0;
  overflow: visible;
  position: absolute;
  text-align: left;
  top: 100%;
}
.dropdown ul li {
  display: inline-block;
  list-style: none;
}
.dropdown ul li a {
  display: inline-block;
  margin: 0;
  padding: 0 15px;
}




.progress {
  background-color: #e1e1e1;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: auto;
}
.progress .progress-bar {
  background-color: #DC182D;
  background-image: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  padding: 0.5em 1em;
  text-align: left;
}
.progress .progress-bar.silver {
  background: #f0f0f0;
}
.progress .progress-bar.green {
  background: #6ca53a;
}
.progress .progress-bar.blue {
  background: #1eaacd;
}
.progress .progress-bar.pink {
  background: #d84dc4;
}
.progress .progress-bar.yellow {
  background: #e4b600;
}
.progress .progress-bar.aqua {
  background: #67d2cc;
}
.progress .progress-bar.teal {
  background: #709395;
}
.progress .progress-bar.purple {
  background: #a079b2;
}
.progress .progress-bar.grey {
  background: #6b6b6b;
}
.progress .progress-bar.black {
  background: #000;
}




.nav-tabs {
  border-bottom: 0;
  font-size: 14px;
}
.nav-tabs>li>a {
  background: #DC182D;
  border: 1px solid #ddd;
  border-left: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  margin-right: 0;
  padding: 0.6em 2em;
  text-transform: uppercase;
}
.nav-tabs>li>a:first-child {
  border-left: 1px solid #ddd;
}
.nav-tabs>li>a:hover {
  background: #e1e1e1;
}
.nav-tabs>li.active > a,
.nav-tabs>li.active > a:hover {
  background: #e1e1e1;
  color: #252f38;
}
.nav-tabs.alt>li>a {
  background: #f0f0f0;
  color: #252f38;
  font-weight: 400;
}
.nav-tabs.alt>li>a:hover {
  background: #DC182D;
  color: #fff;
}
.nav-tabs.alt>li.active > a,
.nav-tabs.alt>li.active > a:hover {
  background: #fff;
  color: #DC182D;
}
.tab-content {
  background: #e1e1e1;
  padding: 5px;
}
.tab-content.alt {
  background: #fff;
  border: 1px solid #ebebeb;
}



.cta {
  margin-top: 3%;
  margin-bottom: 3%;
}
blockquote {
  background: #e1e1e1;
  border-left: 3px double #DC182D;
  color: #252f38;
  font-size: 0.9em;
  font-style: italic;
  font-weight: 700;
  line-height: 1.8em;
  padding: 40px 60px;
  position: relative;
}
blockquote.action {
  padding-right: 280px;
}
blockquote .btn {
  left: 100%;
  margin: 0 0 0 -260px;
  min-height: 38px;
  position: absolute;
  top: 40%;
  white-space: initial;
  width: 160px;
}


.tags.price {
  background: #DC182D;
  color: #fff;
  float: right;
  font-size: 1.3em;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  margin: -35px 0 0 0;
  padding: 0 10px;
  position: relative;
}
.tags.price span {
  border-bottom: 20px solid transparent;
  border-right: 15px solid #DC182D;
  border-top: 20px solid transparent;
  display: block;
  height: 0;
  left: -15px;
  position: absolute;
  top: 0;
  width: 0;
}



.testimonials{
  margin-top: 6%;
  margin-bottom: 0;
}
#carousel-testimonials {
  border-top: 1px solid #e1e1e1;
  margin: 0 -15px;
  padding: 20px 0 0 0;
}
#carousel-testimonials .testimonials-item {
  float: left;
  font-size: 0.8em;
  line-height: 1.7em;
  margin-bottom: 40px;
  min-height: 90px;
  padding: 0 20px 0 120px;
  position: relative;
  width: 50%;
}
#carousel-testimonials .testimonials-item .img {
  border: 5px solid #DC182D;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #DC182D;
  float: left;
  height: 90px;
  margin-left: -120px;
  overflow: hidden;
  width: 90px;
}
#carousel-testimonials .testimonials-item span {
  border: 6px solid #DC182D;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  height: 12px;
  left: 89px;
  position: absolute;
  top: 39px;
}
#carousel-testimonials .testimonials-item strong {
  color: #DC182D;
  display: block;
  float: right;
  font-style: italic;
  font-weight: 400;
  margin-top: 5px;
}
#carousel-testimonials .carousel-control {
  background: transparent;
  border: 1px solid #999;
  color: #999;
  font-size: 20px;
  height: 26px;
  left: 100%;
  line-height: 26px;
  margin: 0 0 0 -50px;
  position: absolute;
  top: -40px;
  width: 26px;
}
#carousel-testimonials .carousel-control.prev {
  margin: 0 0 0 -160px;
}
#carousel-testimonials .carousel-control i:before,
#carousel-testimonials .carousel-control i:after {
  width: auto;
}
#carousel-testimonials .carousel-control:hover {
  background: #DC182D;
  color: #fff;
}
#carousel-testimonials .carousel-control.all {
  font-size: 0.8em;
  margin: 0 0 0 -130px;
  text-transform: uppercase;
  width: 75px;
}



.flickr-feed {
  height: 154px;
  list-style: none;
}
.flickr-feed li {
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  list-style: none;
  margin: 3.5px;
}
.flickr-feed li:hover {
  border: 3px solid #DC182D;
  margin: 1.5px;
}




.bannercontainer {
  height: 100%;
  max-height: 495px !important;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100% !important;
}
.bannercontainer .tp-leftarrow.default,
.bannercontainer .tp-rightarrow.default {
  background: url("../img/slider/arrows.png") no-repeat;
  height: 60px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  width: 60px;
}
.bannercontainer .tp-rightarrow.default:hover {
  background-position: 0 -60px;
}
.bannercontainer .tp-leftarrow.default {
  background-position: -60px 0;
}
.bannercontainer .tp-leftarrow.default:hover {
  background-position: -60px -60px;
}
.bannercontainer .tp-bullets.simplebullets.round .bullet {
  background-image: url("../img/slider/bullet.png");
}
.bannercontainer .caption p {
  background: #000;
  color: #fff;
  font-family: 'Cabin', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  margin-bottom: 70px;
  padding-right: 60px;
  text-transform: uppercase;
}
.bannercontainer .caption p>span {
  background: #DC182D;
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  margin: -10px 40px -10px 0px;
  position: relative;
  text-align: center;
  padding: 2px 20px 0 33px;
}
.bannercontainer .caption p>span>span {
  border: 30px solid #DC182D;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  height: 62px;
  left: 100%;
  position: absolute;
  top: 0;
  width: 30px;
}
.pagetitle {
  padding-bottom: 1%;
}


aside h3 {
  border: none;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
aside h3:first-child {
  margin-top: 0;
}
aside h3 span {
  color: #DC182D;
}
aside i {
  color: #DC182D;
}
aside .row{
  margin-bottom: 15%;
}




#carousel-car-model {
  background: #f9f9f9;
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
  padding: 0 20px;
}
#carousel-car-model .model {
  color: #4e4e4e;
  float: left;
  font-size: 0.7em;
  height: 80px;
  margin: 0 7px;
  padding: 15px 0;
  text-align: center;
  width: 97px;
}
#carousel-car-model .model img {
  margin: 0 auto;
  max-width: 72px;
}
#carousel-car-model .model span {
  display: block;
  height: 30px;
  line-height: 30px;
}
#carousel-car-model .model.active {
  border: 2px solid #DC182D;
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5), 5px 5px 10px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.5), 5px 5px 10px rgba(0,0,0,0.1);
}
#carousel-car-model .carousel-control {
  background: none;
  color: #DC182D;
  left: -10px;
  position: absolute;
  top: 18px;
  z-index: 3;
}
#carousel-car-model .carousel-control.next {
  left: 100%;
  margin-left: -32px;
}




.container-comments .single-comment {
  padding-bottom: 1%;
  padding-left: 0;
  margin-bottom: 2%;
  float: left;
}
.container-comments .single-comment img {
  background: #DC182D;
  float: left;
  margin-right:10px;
  width: 20%;
}
.container-comments .single-comment h4 {
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}
.container-comments .single-comment h4 a {
  color: #252f38;
}
.container-comments .single-comment h4 a:hover {
  color: #DC182D;
  text-decoration: none;
}
.container-comments .single-comment small {
  color: #252f38;
  display: block;
  font-size: 0.75em;
  font-weight: 400;
  margin-bottom: 20px;
}
.container-comments .single-comment.reply {
  margin-left: 60px;
}




form label {
  color: #4e4e4e;
  font-size: 0.9em;
  font-weight: 400;
}
form .form-control {
  background: #f9f9f9;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form .input-group-addon {
  background: #f9f9f9;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 0;
  border-radius: 0;
}
form .input-group.date {
  float: left;
  width: 49%;
}
form .slider-range {
  height: 100px;
  width: 100%;
}
form .slider-range .slider {
  width: 100%;
}
form .slider-range .slider.slider-horizontal {
  width: 100%;
}
form .slider-range .slider.slider-horizontal .slider-track {
  height: 5px;
  background: #fff;
  border: 1px solid #1b1c20;
  margin-top: -2px;
}
form .slider-range .slider.slider-horizontal .slider-selection {
  background: transparent;
}
form .slider-range .slider.slider-horizontal .slider-handle {
  background: #fff;
  border: 1px solid #000;
  margin-top: -9px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
form .slider-range .span_range {
  font-size: 0.8em;
  background: #2a2e31;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #f1f2f4;
  border: 1px solid #191d1e;
  height: 20px;
  padding: 0 15px;
}
form .slider-range .span_range.min {
  float: left;
}
form .slider-range .span_range.max {
  float: right;
}
form .slider-range label {
  display: block;
  margin: 0 0 15px 0;
}



.form-search {
  background: #3e3f43;
  color: #e5e5e7;
  margin: 0;
}
.form-search label {
  color: #e5e5e7;
}
.form-search h3 {
  background: #2a2e31;
  border: none;
  color: #fff;
  font-size: 1.1em;
  margin: 0;
  padding: 10px 20px;
  text-transform: uppercase;
}
.form-search .group-options {
  border-bottom: 1px solid #2b2c2e;
  border-top: 1px solid #565759;
  padding: 20px 10px;
}
.form-search .group-options p {
  color: #e5e5e7;
  display: inline-block;
  margin: 0 10px;
  text-align: right;
  width: 100px;
}
.form-search .group-options .checkbox-inline {
  width: 150px;
}
.form-search .group-options .form-group.select {
  margin: 0 25px 0 0;
  width: 335px;
}
.form-search .group-options .form-group.select label {
  margin: 0 10px;
  text-align: right;
  width: 100px;
}
.form-search .group-options .form-group.select .form-control {
  width: 200px;
}
.form-search .group-options button[type=submit] {
  display: block;
  margin: 0 auto;
  padding-left: 20px;
}
.form-search .group-options button[type=submit] i {
  border-left: 1px solid #fff;
  margin-left: 20px;
  padding-left: 10px;
}
.form-search .group-options button[type=submit]:hover {
  background: #DC182D;
  color: #fff;
}
.form-search .group-options button[type=submit]:hover i {
  border-left: 1px solid #fff;
  color: #fff;
}
.form-search .slider-range {
  float: left;
  height: 70px;
  margin: 0 2% 0 0;
  width: 47%;
}
.form-search .slider-range .slider.slider-horizontal {
  width: 70%;
  float: right;
}
.form-search .slider-range .slider.slider-horizontal .slider-handle {
  border: 1px solid #1a1e1f;
  background: #2a2e31;
}
.form-search .slider-range .slider.slider-horizontal .slider-track {
  background: #424347;
  border: 1px solid #1c1d21;
}
.form-search .slider-range label {
  width: 29%;
  float: left;
  text-align: right;
  padding: 34px 20px 0 0;
}
.form-search .slider-range span {
  margin: 0 0 15px 0;
}




.grid {
  display: inline-block;
  margin: 0;
}
.grid .item-grid {
  background: #ebebeb;
  border: 1px solid #ebebeb;
  cursor: pointer;
  float: left;
  margin: 15px 6px;
  position: relative;
  width: 270px;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -o-transition: 3s;
  -ms-transition: 3s;
  transition: 3s;
  overflow: hidden;
}
.grid .item-grid .ribbon {
  border: 35px solid #2c4774;
  border-bottom-color: transparent;
  border-left-color: transparent;
  height: 70px;
  left: 100%;
  margin: 0 0 0 -70px;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 2;
}
.grid .item-grid .ribbon span {
  color: #fff;
  font-size: 0.6em;
  font-weight: 700;
  left: 100%;
  margin: -15px 0 0 -20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 60px;
}
.grid .item-grid .ribbon.red {
  border-top-color: #DC182D;
  border-right-color: #DC182D;
}
.grid .item-grid .ribbon.grey {
  border-top-color: #4e4e4e;
  border-right-color: #4e4e4e;
}
.grid .item-grid .more {
  background: rgba(205,29,31,0.6);
  color: #fff;
  font-size: 4em;
  height: 208px;
  line-height: 210px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  z-index: 1;
}
.grid .item-grid .more i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: -200px;
  left: 50%;
  margin: 0 0 0 -45px;
  position: absolute;
}
.grid .item-grid p {
  border: 1px solid #fff;
  font-size: 0.9em;
  font-weight: 700;
  height: 38px;
  line-height: 38px;
  margin: 2px 0 0 0;
  padding: 0 0 0 10px;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  -ms-transition: 1.5s;
  transition: 1.5s;
}
.grid .item-grid p span {
  background: #e1e1e1;
  border-left: 1px solid #c9c9c9;
  display: inline-block;
  float: right;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 95px;
}
.grid .item-grid:hover .more {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.grid .item-grid:hover .more i {
  top: 0;
}
.grid .item-grid:hover p {
  color: #DC182D;
}
.grid .item-grid:hover p span {
  color: #4e4e4e;
}



.list-group .list-group-item {
  background: none;
  border: 1px solid #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-top-color: #ccc;
  font-size: 0.8em;
  margin: 0;
  padding: 7px;
}
.list-group .list-group-item:first-child,
.list-group .list-group-item:last-child {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.list-group .list-group-item:hover {
  background: none;
  border: 1px solid #DC182D;
  color: #DC182D;
}
.list-group.alt {
  background: #3e3f43;
  color: #e5e5e7;
}
.list-group.alt h3 {
  background: #2a2e31;
  color: #fff;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding: 7px 3px
}
.list-group.alt .list-group-item {
  background: none;
  border: none;
  border-bottom: 1px solid #2d2d2f;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-top: 1px solid #565759;
  color: #e5e5e7;
  font-size: 0.8em;
  margin: 0;
  padding: 7px;
}
.list-group.alt .list-group-item:hover {
  background: #2d2d2f;
  color: #DC182D;
}
.list-group.alt .list-group-item i {
  color: #808183;
}



.most-viewed {
  float: left;
  font-size: 0.9em;
  font-weight: 700;
  margin: 0 0 20px 0;
  width: 100%;
}
.most-viewed a {
  color: #888;
  display: block;
}
.most-viewed a:hover {
  color: #222322;
}
.most-viewed span {
  color: #888;
  font-size: 0.9em;
  font-weight: normal;
}
.most-viewed div {
  float: left;
  height: 60px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  width: 60px;
}
.most-viewed div img {
  width: 100%;
}




.pagination {
  background: #ebebeb;
  border: 1px solid #b0b0b0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
  margin-right: 0;
  margin-left: 0;
}
.pagination li a {
  background: none;
  border: none;
  color: #4e4e4e;
  font-weight: 700;
  padding: 6px;
}
.pagination li a:hover {
  color: #DC182D;
  text-decoration: underline;
}




.post {
  margin-bottom: 60px;
}
.post h3, .post h3 a {
  color: #292d30;
}
.post h3 a:hover {
  color: #DC182D;
  text-decoration: none;
}
.post .info {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.post .info span:first-child {
  margin-left: 0
}
.post .info span {
  display: inline-block;
  font-size: 0.7em;
  margin: 0 12px;
}
.post .info span i {
  font-size: 1.5em;
  top: -3px;
}
.post .post-img {
  margin-bottom: 20px;
  position: relative;
}
.post .post-img .more {
  background: rgba(205,29,31,0.6);
  color: #fff;
  display: none;
  font-size: 5em;
  height: 100%;
  padding: 10% 0 0 0;
  position: absolute;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
.post .post-img:hover .more {
  display: block;
}
.post footer {
  height: 34px;
  margin: 20px 0;
}
.post footer a {
  font-weight: 400;
}
.post footer .tags {
  color: #4e4e4e;
}
.post footer .tags a {
  color: #4e4e4e;
  font-size: 0.7em;
}
.post footer .tags a:hover {
  color: #DC182D;
  text-decoration: none;
}
.post footer .tags i {
  font-size: 1.2em;
}
.post footer .learnmore {
  color: #4e4e4e;
  display: block;
  font-size: 0.8em;
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
}
.post footer .learnmore:hover {
  color: #DC182D;
}
.post footer .learnmore i {
  font-size: 1.3em;
}
.post .img-author {
  float: left;
  margin: 10px 20px 10px 10px;
  max-width: 106px;
  max-height: 106px;
}
.post h4 {
  margin-top: 20px;
}


.blog-small-thumbail h3{
  margin-top: 0;
}

.blog-small-thumbail .post .post-img .more{
  font-size: 3em;
  padding: 15% 0 0;
}

.blog-small-thumbail .post .row{
  margin-left: 0;
}

.blog-small-thumbail .post .row div{
  padding-left: 0;
}

aside .row{
  margin-right: 0;
  margin-left: 0;
}



.pricing-table {
  text-align: center;
}
.pricing-table .title {
  background: #292d30;
  color: #ced0cd;
  display: block;
  font-size: 1.3em;
  font-weight: 600;
  min-height: 67px;
  padding: 18px;
}
.pricing-table .price {
  background: #dcdcdc;
  color: #282d30;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 0.5em;
  margin: 0;
  min-height: 120px;
  padding: 25px;
}
.pricing-table .price small {
  font-size: 0.4em;
  padding: 0 5px 0 0;
}
.pricing-table .price span {
  display: block;
  font-size: 0.4em;
  font-weight: 400;
}
.pricing-table ul {
  background: #f1f1f1;
  padding: 20px;
}
.pricing-table ul li {
  color: #252f38;
  font-size: 0.9em;
  font-weight: 400;
  list-style: none;
  padding: 0.5em;
}
.pricing-table ul li .btn {
  background: #dcdcdc;
  color: #252f38;
}
.pricing-table ul li .btn:hover {
  background: #DC182D;
  color: #fff;
}
.pricing-table.active .price,
.pricing-table:hover .price {
  background: #DC182D;
  color: #fff;
}




.search input,
.search button {
  -webkit-border-radius: 0;
  border-radius: 0;
  min-height: 34px;
}
.search button {
  border-left: none;
  color: #888;
}



.services{
  margin-top: 6%;
  margin-bottom: 0;
}

#carousel-services {
  border-top: 1px solid #e1e1e1;
  padding: 20px 0 0 0;
}

#carousel-services .services-item {
  float: left;
  font-size: 0.8em;
  line-height: 1.7em;
  margin-bottom: 40px;
  min-height: 90px;
  padding: 10px 20px 0 95px;
  width: 370px;
}
#carousel-services .services-item .ico {
  border: 5px solid #DC182D;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #DC182D;
  float: left;
  font-size: 3em;
  height: 70px;
  line-height: 55px;
  margin-left: -85px;
  text-align: center;
  width: 70px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#carousel-services .services-item .ico .glyphicon {
  top: -1px;
}
#carousel-services .services-item strong {
  display: block;
  font-size: 1.3em;
  margin-bottom: 5px;
}
#carousel-services .services-item:hover .ico {
  border-color: #fff;
  -webkit-box-shadow: 0 0 0 7px #DC182D;
  box-shadow: 0 0 0 7px #DC182D;
}
#carousel-services .carousel-control {
  background: transparent;
  border: 1px solid #999;
  color: #999;
  font-size: 20px;
  height: 26px;
  left: 100%;
  line-height: 26px;
  margin: 0 0 0 -50px;
  position: absolute;
  top: -40px;
  width: 26px;
}
#carousel-services .carousel-control.prev {
  margin: 0 0 0 -80px;
}
#carousel-services .carousel-control i:before,
#carousel-services .carousel-control i:after {
  width: auto;
}
#carousel-services .carousel-control:hover {
  background: #DC182D;
  color: #fff;
}
.devinfo{
  margin-top: 3%;
  margin-bottom: 0;
}
.itemde{
  margin-bottom: 4%;
}
.itemde:last-child{
  margin-bottom: 0;
}
.itemde h3{
  margin-top: 0;
}
.itemde img{
  margin-bottom: 3%;
}




.social li {
  display: block;
  float: right;
  list-style: none;
  text-align: center;
}
.social li a {
  background: #171b1e;
  display: block;
  font-size: 1.2em;
  height: 76px;
  line-height: 76px;
  margin: 0 1px 0 0;
  width: 76px;
  text-decoration: none;
}
.social li a i {
  color: #979797;
}
.social li a:hover i {
  color: #fff;
}
.social li a.twitter:hover {
  background: #00aced;
}
.social li a.facebook:hover {
  background: #3b5998;
}
.social li a.gplus:hover {
  background: #dd4b39;
}
.social li a.linkedin:hover {
  background: #007bb6;
}
.social li a.pinterest:hover {
  background: #cb2027;
}
.social li a.vimeo:hover {
  background: #aad450;
}
.social li a.play:hover {
  background: #b00;
}
.social li a.instagram:hover {
  background: #517fa4;
  background: #ff0084;
}









#home .advanced {
  color: #a2a6a9;
}
#home .src {
  margin: 0;
}
#home .title {
  font-size: 1.3em;
  text-transform: uppercase;
}
#home .list-group-item {
  color: #fff;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  transition: 0.4s all ease;  
}
#home .list-group-item .popular-item {
  height: 120px;
}
#home .list-group-item .popular-item img {
  float: left;
  margin: -10px 5px 20px 25px;
  max-width: 115px;
}
#home .list-group-item .popular-item strong {
  display: block;
  margin-top: 30px;
}
#home .list-group-item .hot-item img {
  margin: 3%;
  width: 94%;
}
#home .list-group-item .hot-item strong {
  display: block;
  float: left;
  margin-top: 5px;
}
#home .list-group-item .hot-item span {
  display: block;
  float: right;
  margin-top: 5px;
  text-align: right;
}

.intoduction {
  margin-top: 3%;
  margin-bottom: 3%;

}
.introform{
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 3%;
  padding-bottom: 1%;
}


.form-search .group-options {
  padding: 10px;
}
.form-search .group-options .form-group {
  height: 45px;
  width: 100%;
}
.form-search .group-options .form-group.select label {
  margin: 0 0 0 10px;
  text-align: left;
  width: 85px;
}
.form-search .group-options .form-group.select .form-control {
  margin: 0 0 0 3px;
  width: 140px;
}
.form-search .group-options p {
  text-align: left;
}
.form-search .checkbox-inline {
  margin: 0 0 0 20px;
}
.form-search .checkbox-inline p {
  display: block;
  margin: 0 0 25px;
}
.form-search .checkbox-inline span {
  display: inline-block;
  text-align: center;
  width: 50px;
}
.form-search .slider-range {
  width: 100%;
  height: 120px;
}
.form-search .slider-range .slider.slider-horizontal {
  width: 100%;
}
.form-search .slider-range label {
  width: 100%;
  text-align: left;
  float: none;
  padding: 0;
}


.new-sale {
  background: #e1e1e1;
  margin: 0 0 4% 0;
}
.new-sale .img {
  padding: 0;
  border-right: 1px solid #ebebeb;
}
.new-sale h3 {
  border: none;
  font-size: 1.1em;
}
.new-sale .btn {
  font-size: 0.7em;
  padding-right: 14px;
  padding-left: 14px;
}




.sellform{
  margin-top: 3%;
  margin-bottom:0;
}
.sellform .btn.info {
  color: #fff;
  margin-left: 0;
}




#snews #carousel-recent-posts .carousel-control {
  background: none;
  color: #252f38;
  left: 100%;
  margin: 0 0 0 -55px;
  position: absolute;
  top: -50px;
}
#snews #carousel-recent-posts .carousel-control:hover {
  color: #DC182D;
}
#snews #carousel-recent-posts .carousel-control.next {
  margin: 0 0 0 -42px;
}
#snews #carousel-recent-posts .recent-posts {
  border-bottom: 1px solid #ccc;
  float: left;
  height: 305px;
  margin: 0 9px;
  width: 270px;
}
#snews #carousel-recent-posts .recent-posts:first-child {
  margin-left: 0;
}
#snews #carousel-recent-posts .recent-posts:last-child {
  margin-right: 0;
}
#snews #carousel-recent-posts .recent-posts a {
  color: #252f38;
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  margin: 10px 0 0 0;
}
#snews #carousel-recent-posts .recent-posts a:hover {
  color: #DC182D;
  text-decoration: none;
}
#snews #carousel-recent-posts .recent-posts span {
  display: block;
  font-size: 0.7em;
  margin: 0 0 10px 0;
}




#asearch .btn.alt {
  background: #ebebeb;
  border: none;
  color: #4e4e4e;
  margin: 0 0 0 20px;
}
#asearch .btn.alt:hover {
  background: #DC182D;
  color: #fff;
}
#asearch label {
  font-weight: 600;
}
#asearch .radio label {
  font-weight: 400;
}




.company {
  margin-top: 0;
  margin-bottom: 6%;
}
.team strong,
.manager strong {
  display: block;
  font-weight: 600;
  margin: 20px 0 10px 0;
}
.team strong em,
.manager strong em {
  font-size: 0.9em;
  font-weight: 400;
}
.team footer,
.manager footer {
  margin: 10px 0 0 0;
}
.team footer a,
.manager footer a {
  color: #a1a1a1;
  margin: 0 3px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;  
}
.team footer a:first-child,
.manager footer a:first-child {
  margin-left: 0 ;
}
.team footer a:hover,
.manager footer a:hover {
  color: #DC182D;
}
.team strong,
.team footer {
  margin: 0;
}
.history {
  margin-top: 3%;
  margin-bottom: 0;
}
.userdetail{
  float: left;
  display: block;
  margin-bottom: 2%;
  width: 100%;
}





#car #map {
  height: 365px;
}

#car iframe {
  width: 100%;
}

#car .btn {
  margin: 0;
}

.extrainfo{
  margin-top: 4%;
  margin-bottom: 0;
}

#car #carousel-interested .carousel-control {
  background: none;
  color: #252f38;
  left: 100%;
  margin: 0 0 0 -55px;
  position: absolute;
  top: -50px;
}
#car #carousel-interested .carousel-control:hover {
  color: #DC182D;
}
#car #carousel-interested .carousel-control.next {
  margin: 0 0 0 -42px;
}
#car #carousel-interested .interest-item {
  float: left;
  margin: 0 1%;
  position: relative;
  width: 31%;
}
#car #carousel-interested .interest-item:first-child {
  margin-left: 0;
}
#car #carousel-interested .interest-item:last-child {
  margin-right: 0;
}
#car #carousel-interested .interest-item .more {
  background: rgba(205,29,31,0.6);
  color: #fff;
  display: none;
  font-size: 5em;
  height: 100%;
  padding: 17% 0 0 0;
  position: absolute;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
#car #carousel-interested .interest-item:hover .more {
  display: block;
}
#car #carousel-car {
  position: relative;
}
#car #carousel-car .carousel-control {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -21px 0 0 0;
  z-index: 10;
}
#car #carousel-car .carousel-control.next {
  left: 100%;
  margin-left: -42px;
}




#contact {
  margin-top: -4%;
}

#contact #map {
  height: 400px;
  margin-bottom: 4%;
}

#contact p {
  margin-bottom: 3em;
}

#contact button {
  margin-left: 0;
}





.pricing-tables-main:first-child{
  margin-bottom: 6%;
  display: block;
  float: left;
}
.pricing-tables {
    border: 1px solid #EEEEEE;
    float: left;
    position: relative;
    width: 24%;
}

.pricing-tables .title {
    background-color: #454545;
    border-bottom: 1px solid #818181;
    border-top: 3px solid #292D30;
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-weight: normal;
    padding: 12px 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.pricing-tables .price {
    background-color: #636363;
    color: #FFFFFF;
    float: left;
    font-size: 40px;
    font-weight: normal;
    padding: 30px 0 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.pricing-tables .price i {
    color: #CCCCCC;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-top: 18px;
}
.pricing-tables .cont-list {
    background-color: #F9F9F9;
    border-bottom: 3px solid #FFFFFF;
    border-top: 3px solid #FFFFFF;
    color: #727272;
    float: left;
    text-align: center;
    width: 100%;
}
.pricing-tables .cont-list ul {
    margin: 0;
    padding: 0;
}
.pricing-tables .cont-list li {
    border-bottom: 1px solid #FFFFFF;
    line-height:1;
    list-style-type: none;
    margin: 0;
    padding: 20px 0;
}
.pricing-tables .cont-list li.last {
    border: medium none;
}
.pricing-tables .ordernow {
    background-color: #E3E3E3;
    color: #FFFFFF;
    float: left;
    padding: 0;
    text-align: center;
    width: 100%;
}
.button.darkgray {
    background-color: #292D30;
    color: #FFFFFF;
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    text-align: center;
    width: 50%;
}


.pricing-tables-helight {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    float: left;
    position: relative;
    width: 27%;
}
.pricing-tables-helight .title {
    background-color: #b10f11;
    border-bottom: 1px solid #dc292b;
    border-top: 3px solid #940305;
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-weight: normal;
    margin-top: -10px;
    padding: 19px 0 21px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.pricing-tables-helight .price {
    background-color: #DC182D;
    color: #FFFFFF;
    float: left;
    font-size: 45px;
    font-weight: normal;
    padding: 34px 0 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.pricing-tables-helight .price i {
    color: #EEEEEE;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-top: 20px;
}
.pricing-tables-helight .cont-list {
    background-color: #F9F9F9;
    border-bottom: 3px solid #FFFFFF;
    border-top: 3px solid #FFFFFF;
    color: #727272;
    float: left;
    text-align: center;
    width: 100%;
}
.pricing-tables-helight .cont-list ul {
    margin: 0;
    padding: 0;
}
.pricing-tables-helight .cont-list li {
    border-bottom: 1px solid #FFFFFF;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    padding: 20px 0;
}
.pricing-tables-helight .cont-list li.last {
    border: medium none;
}

.pricing-tables-helight .ordernow {
    background-color: #EEEEEE;
    color: #FFFFFF;
    float: left;
    padding: 0;
    text-align: center;
    width: 100%;
}
.button.small.colorchan {
    background-color: #DC182D;
    color: #FFFFFF;
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    text-align: center;
    width: 50%;
}

.pricing-tables.three {
    width: 32%;
}
.pricing-tables-helight.middle {
    width: 36%;
}




footer {
  color: #c3c3c1;
  font-weight: 300;
  margin-top: 6%;
}
footer a {
  font-weight: 300;
}
footer h2 {
  border-left: 1px dotted #DC182D;
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 20px;
  padding-left: 5px;
  text-transform: uppercase;
}
footer p {
  color: #c3c3c3;
  font-size: 0.9em;
}
footer .topfoot {
  background: #f5f5f5;
  border-top: 2px solid #e5e5e5;
}
footer .topfoot .carousel-inner {
  margin: 42px 4%;
  text-align: center;
  width: 92%;
}
footer .topfoot .carousel-inner .item > div {
  display: inline-block;
  margin: 0 18px;
  width: 140px;
}
footer .topfoot .carousel-inner .item div:first-child {
  margin-left: 0;
}
footer .topfoot .carousel-inner .item div:last-child {
  margin-right: 0;
}
footer .topfoot .carousel-control {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  left: 0;
  margin-top: -21px;
  position: absolute;
  top: 50%;
}
footer .topfoot .carousel-control.control-right {
  left: 100%;
  margin-left: -42px;
}
footer .middlefoot {
  background: #292d30 url("../img/world-footer-bg.png") center center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 0.8em;
  padding: 1% 0 4% 0;
}
footer .middlefoot .row {
  margin: 0;
}
footer .middlefoot .bread-top {
  border-bottom: 1px solid #33373a;
  color: #c2c3c5;
  font-size: 0.9em;
  font-weight: 400;
  margin: 0 0 50px 0;
  padding: 15px 0;
}
footer .middlefoot .bread-top a {
  color: #fff;
  font-weight: 400;
}
footer .middlefoot .bread-top a:hover {
  color: #DC182D;
  text-decoration: none;
}
footer .middlefoot .bread-top .go-top {
  text-align: right;
}
footer .middlefoot ul li {
  line-height: 2.5em;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .middlefoot ul li a {
  color: #fff;
}
footer .middlefoot ul li a:hover {
  color: #DC182D;
  text-decoration: none;
}
footer .middlefoot ul li i {
  color: #DC182D;
  font-size: 1.2em;
  margin-right: 10px;
}
footer .middlefoot ul.hours li {
  border-bottom: 1px solid #34373a;
  line-height: 2em;
}
footer .middlefoot ul.hours li i {
  line-height: 2.3em;
}
footer .middlefoot .about a {
  color: #fff;
  font-style: italic;
}
footer .middlefoot .about a:hover {
  color: #DC182D;
}
footer .middlefoot .about a span {
  margin: 0 5px;
}
footer .middlefoot .about a i {
  font-size: 1.5em;
}
footer .middlefoot .recent-news {
  font-weight: 700;
  margin: 0 0 20px 0;
  min-height: 70px;
}
footer .middlefoot .recent-news a {
  color: #fff;
  display: block;
  font-size: 0.9em;
  margin: 0 0 10px 0;
}
footer .middlefoot .recent-news:hover a {
  color: #DC182D;
  text-decoration: none;
}
footer .middlefoot .recent-news:hover div .post-icon {
  background: #DC182D;
}
footer .middlefoot .recent-news span {
  font-size: 0.9em;
  font-weight: normal;
}
footer .middlefoot .recent-news div {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  height: 70px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  width: 80px;
}
footer .middlefoot .recent-news div .post-icon {
  background: rgba(100,100,100,0.5);
  color: #222322;
  font-size: 1.5em;
  height: 100%;
  left: 0;
  padding: 1em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
footer .middlefoot .recent-news div img {
  width: 100%;
}
footer .bottomfoot {
  background: #1e2225;
  color: #c3c3c1;
  min-height: 75px;
}
footer .bottomfoot .row {
  margin: 0;
}
footer .bottomfoot p {
  font-size: 0.8em;
  line-height: 75px;
  margin: 0;
}
footer .bottomfoot p span {
  color: #ffd302;
}

.overimage {
	position: absolute;
	z-index: 1;
	bottom:0px;
	left:42px;
	font-size: 0.95em;
	background-color: #00803e;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	

}


.overimage2 {
	position: absolute;
	z-index: 1;
	bottom:0px;
	right:42px;
	font-size: 0.95em;
	background-color: #00803e;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	

}

.galerija1{
	position: absolute;
	z-index: 3;
	bottom:42px;
	width:100%;
	
	
	
}
.galerija1 .next { position:absolute; left:100% !important; margin-left:-42px;}
.galerija1 .prije {margin-left:0px;position:absolute;}

.centered { text-align: center !important;}
.tablica-cijene {
	
	border: 1px solid #ededed;
	width: 95%;
}
.tablica-cijene td,.tablica-cijene th {
	padding: 5px;
	border: 1px solid #ededed;
}




.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}





.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em; }.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

	.cc-revoke, .cc-window {font-family: 'Open Sans', sans-serif !important;; font-size:0.8em !important;
}