/* ***VISMODULE CSS**/
.collapse {
  height: auto;
  overflow: unset;
}
.visCSSrbinl input[type="radio"] {
    margin-bottom: 5px;
    display: inline-block;
}
.btn.btn-secondary {
    background-color: #860312 !important;
 
}




/* ***card hover zoom efect***/
.najam .card:hover {
  transform: scale(1.05);
}
.najam .card {
  transition: transform 0.2s ease;
}

.img-fluid-fleet {
    width: 1920px;
    height: 250px;
}

@media (min-width: 1200px) {
.container {
    max-width: 1240px;
}
.t4-slide .container  {
   max-width: 1440px;
}
}
@media (min-width: 992px) {
.nav-breakpoint-lg .header-block-2 .t4-navbar {

    padding-left: 0px;
 }  
}
.vrcdivsearch .vrcsfentrycont select, 
.vrcdivsearch .vrcsfentrycont input {
	
	text-transform: capitalize; 
}
.vrccurconv-flag {
     padding: 0px 0px 0;
}

.shadow-h1 {
  text-shadow: 1px 1px 1px #000;
}

.t4-navbar .nav-item {
    position: relative;
    text-transform: uppercase;
}

.pretraga .vrc-searchmod-wrap-horizontal > form {
    align-content: space-around;
    margin-top: 10px;
    background: #860312;
    color: white;
}
.pretraga .vrc-searchmod-wrap-horizontal > form > div {
    margin: 10px;
}

.pretraga .vrc-searchmod-wrap-horizontal .vrcsfentrysubmit .vrcsearch {
   background: white;
  color: black;
}

.navbar-brand.logo-control img.logo-img {
    
    max-height: 75px;
}
.t4-section-1 .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}
.t4-section_heading .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

/* MODULE VIK CARS */
figure figcaption {
    background-color: #860312;
    color: #ffffff;
}

.t4-foot_first {
  margin-top: 25px;
  /*margin-bottom: 25px;*/
  padding-top: 25px;
  padding-bottom: 25px;
}

.wrap {
    width: 98%;
    
}

.fa-facebook-square {
  background: #3B5998;
  color: white;
}

.fa-twitter-square {
  background: #55ACEE;
  color: white;
}

.fa-linkedin-square {
  background: #007bb5;
  color: white;
}

.fa-instagram-square {
  background: #125688;
  color: white;
}
/* proba*/


*{
  margin:0;
  padding:0;
}

.containerq{  
  padding-top: 20px;
  padding-bottom: 20px;
  /*margin-left: 4%;*/
}
@media (max-width: 992px) {
	.containerq{
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -15px;
}
}
body{
  background-color: #111845;
}


.contentq h2{ 
  font-size:19px;
  margin-left: 10px;
  margin-top: 25px;
}
.contentq {
  margin-left: 5px;
}

.boxq{
  position: absolute;
  top: 55%;
  left: 65%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: #860312;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 20px 50px rgb(76 5 13);
  border: 2px solid #860312;
  color: white;
  padding: 0px 20px 20px 20px;
}
@media (max-width: 992px) {
.boxq{
position: relative;
  top: 0%;
  left: 0%;
  transform: translate(4%, 0%);
  width: 300px;
  height: 300px;
  background: #860312;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 20px 50px rgb(76 5 13);
  border: 2px solid #860312;
  color: white;
  padding: 0px 20px 20px 20px;
  margin: auto;
 }  
}

.boxq:before{
  content: '';
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.1);
  transition:0.5s;
  pointer-events: none;
}

.boxq:hover:before{
  left:-50%;
  transform: skewX(-5deg);
}


.box .content{
  position:absolute;
  top:15px;
  left:15px;
  right:15px;
  bottom:15px;
  border:1px solid #f0a591;
  padding: 0px 20px 20px 20px;
  text-align:center;
  box-shadow: 0 5px 10px rgba(9,0,0,0.5);
  
}

.boxq span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  
}

.boxq span:nth-child(1)
{
  transform:rotate(0deg);
}

.boxq span:nth-child(2)
{
  transform:rotate(90deg);
}

.boxq span:nth-child(3)
{
  transform:rotate(180deg);
}

.boxq span:nth-child(4)
{
  transform:rotate(270deg);
}

.boxq span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 2px;
  background: #8b8680;
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;
    
  }
  
  100%
  {
    transform:scaleX(0);
  transform-origin: right;
    
  }
} 
/*button color for  VRC cars */
.vrclistgoon a, .vrclistgoon a:visited, .vrclistgoon a:link, .vrclistgoon a:active {
	background: none repeat scroll 0 0 #830002;
}	
.vrclistgoon a:hover {
	color: #fff;
	background: #af0003;
}

.vrcdivsearch .vrcsfentrysubmit input.vrcdetbooksubmit, .vrcdivsearch .button {
	background: none repeat scroll 0 0 #860312;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
}

.vrcstepsbarcont .vrc-stepbar li.vrc-step-complete > *:before {
	color: #860312;
	border: 2px solid #860312;
}
.vrcstepsbarcont .vrc-stepbar li.vrc-step-complete > *:hover:before {
	background: #860312;
	color: #fff;
}
.vrcstepsbarcont .vrc-stepbar li.vrc-step-current > *:before {
	color: #fff;
	background: #860312;
	border: 2px solid #860312;
}
.vrcmodcarsgridview a {
    
    background: #e7e7e7;
    color: #860312;
}
.btn {
    color: white;
    background-color: #860312;
    border: 0px solid #860312;
}
.btn:hover {
  color: white;
  background: #af0003;
}

.goback {
	
	background: #860312;
	
}

.goback a {
	
	color:#fff;
	
}
.goback:hover {
  color: white;
  background: #af0003;
}

.booknow {
    background: #860312;
   
}

.vrc-enterpin-top .vrc-pincode-sbmt {
	background: #860312;
	border: 1px solid #860312;
  }
.vrcstepsbarcont .vrc-stepbar li a:hover {
	color: #860312;
}
.car_options table .vrc-tableopt-td-img img {
    padding-right: 10px;
    max-height: 35px;
}

.t4-d_usluge {
      padding-bottom: 30px;
}

// CENE

.cene >table>tbody>tr {
  
}
@media(max-width:991px) {
  .cene >table>tbody>tr {
		width: 100%;
		display: block;
	}
  }
.cene >table>tbody>tr>td {
	vertical-align: top;

}

@media(max-width:991px) {
  .cene >table>tbody>tr>td {
		width: 100%;
		display: block;
	}
}
.cene >table>tbody>tr>td:nth-of-type(1) {
    border-right: none;
	width: 50%;
	display: table-cell;
	
	
}
@media(max-width:991px) {
  .cene >table>tbody>tr>td:nth-of-type(1) {
		width: 100%;
		display: block;
	}
  }
.cene>table>tbody>tr>td:nth-of-type(2) table td {
	padding: 5px;
	border: 1px solid #ddd;
}

.cene thead tr>th{
	background: #830002;
	color: white;
	padding: 10px 5px;	
}


.cene table img {
	object-fit: contain;
}

/*    SOCIAL ICON  */
/*.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}*/

.fab:hover {
    opacity: 0.7;
}

.fab-facebook-square {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}


