/* QIC Global Declaration CSS */

@font-face {
  font-family: 'robotolocal';
  src: url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'),
       url('../fonts/roboto/Roboto-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
font-family: 'robotolocal';
src: url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'),
     url('../fonts/roboto/Roboto-Bold.ttf')  format('truetype');
font-weight: bold;
font-style: normal;
}

* { padding: 0; margin: 0; border-radius: 0; }


body {
    background-color:#ffffff;
    font-family: 'robotolocal';
    color: #333;
    font-size: 14px;
    line-height: 1.6; 
} 


a { 
text-decoration: none; 
color: #343434; 
cursor:pointer 
}

a:hover { 
color: #ab0334; 
text-decoration:nonel;
}

.mrgbtm5 {margin-bottom:5px;}
.mrgbtm10{margin-bottom:10px;}
.mrgbtm15{margin-bottom:15px;}
.mrgbtm20{margin-bottom:20px;}
.mrgbtm25{margin-bottom:25px;}
.mrgbtm30{margin-bottom:30px;}
.mrgbtm35{margin-bottom:35px;}

.mrgtop5 {margin-top:5px;}
.mrgtop10{margin-top:10px;}
.mrgtop15{margin-top:15px;}
.mrgtop20{margin-top:20px;}
.mrgtop25{margin-top:25px;}
.mrgtop30{margin-top:30px;}
.mrgtop35{margin-top:35px;}


a, img { 
border: 0; 
outline: none; 
}

.qic-prd-scroll{
    overflow-x: auto;
}

#inv_rep_tab_wrapper, #auc_rep_tab_wrapper, #pur_rep_tab_wrapper {
    overflow-x: auto;
}

/*Dropdown Menu*/
.qic-header .dropdown-menu {
	padding: 0;
	border: none;
	min-width: 200px;
	border-radius: 0;
	z-index: 9999 !important;
	border-top: solid 2px #aa0233;
	border-bottom: solid 1px #EBEBEC;
}

.qic-header .dropdown-menu li a {
	color: #687074;
	font-size: 14px;
	font-weight: 400;
	padding: 6px 15px;
	border-bottom: solid 1px #eee;
}

.qic-header .dropdown-menu .active > a,
.qic-header .dropdown-menu li > a:hover {
	color: #687074;
	filter: none !important;
	background: #f4f4f4 !important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.qic-header .dropdown-menu li > a:focus {
	background: none;
	filter: none !important;
}

/*------Button Common ----*/

.cstm-btn {
    border-radius: 0px;
    background-color: #b40034;
    border-color: #b40034;
    font-weight: bold;
    text-transform: uppercase;
}

.cstm-btn:hover, .cstm-btn:focus{
    background-color: #9a002c;
    border-color: #9a002c;
}



ul, ul li { list-style: none; }

/* Common Class */
h1, h2, h3, h4, h5, h6 { margin: 0px }

.clearfix:after { clear: both; display: block; content: ""; }

.qic-header{
    z-index: 99;
    position: relative;
}

.qic-topbar {
    background: #fdfdfd;
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
}

/*Top Contacts*/
.qic-topbar ul {
	margin: 0;
}

.qic-topbar .qic-topbar-contacts {
	margin-top: 8px;
	font-size: 15px;
}

.qic-topbar .qic-topbar-contacts i {
	color: #A91D35; 
	font-size: 15px;
	margin-right: 3px;
	margin-left:3px;
}

.qic-topbar .qic-topbar-data {
    text-align: right;
}


.qic-topbar .qic-topbar-data li {
    padding: 7px 11px;
    margin-right: -4px;
    display: inline-block;
}

.qic-topbar .qic-topbar-data li a {
    font-size: 15px;
}

.qic-topbar .qic-topbar-data li a:hover {
	text-decoration: none;
}

.qic-topbar .qic-topbar-data li i {
	color: #777;
	font-size: 14px;
}

.qic-topbar .qic-topbar-data li a:hover i {
	color: #ab0334;
}


@media (max-width: 991px) {
.qic-topbar ul {
		text-align: center !important;
}

.qic-topbar .qic-topbar-contacts {
		margin: 10px 0;

}

.qic-topbar .qic-topbar-data {
	border-top: solid 1px #eee;
}

.qic-topbar .qic-topbar-data li {
		top: 1px;
		padding: 6px 16px;
		margin-left: -1px;
		position: relative;
}		
	
}

.qic-logo-cnt {
    margin: 17px 0px;
}

.qic-wishlist {
    background: #f4f4f4;
    border-bottom: solid 1px #f0f0f0;
}

.qic-wishlist ul, .qic-wishlist p {
	margin: 0;
}

.qic-wishlist ul li, .qic-wishlist p {
	padding: 7px 11px;
}

.qic-wishlist .qic-wishlist-data{
	
	 text-align: right;
}

.qic-cred {
    margin-top: 14px !important;
}


@media (max-width: 768px) {
	
.qic-wishlist .qic-wishlist-data, .qic-logo-cnt{
	 text-align: center;
}
	
}

/*Navbar Collapse*/
.qic-header .qic-resp-navcollapse {
	position: relative;
	text-align: center;
	background: #ebebeb;
	border-bottom: 1px solid #d6d6d6;
}

.qic-resp-navcollapse .container{
	    padding-left: 0;
    padding-right: 0;	
}

.qic-resp-navcollapse ul.navbar-nav{
    //float: none;
    position: relative;
    vertical-align: top;
    display: inline-block;
}

.qic-resp-navcollapse ul.navbar-nav li a{
	color: #687074;
	font-size: 15px;
	font-weight:400;
	text-transform: uppercase;
}
.qic-resp-navcollapse ul.navbar-nav li a:hover, .qic-resp-navcollapse ul.navbar-nav li a:focus{
    background-color: transparent;
    color: #ab0334;
}

.qic-resp-navcollapse:after {bottom: -9px;content: "";height: 9px;position: absolute;width: 100%;background: url('../img/hdr-shadow.png')  no-repeat scroll center bottom rgba(0, 0, 0, 0);left: 0;right: 0;}

@media (min-width:769px){

.qic-resp-navcollapse ul.navbar-nav li a{
	border-bottom: solid 2px transparent;
}

.qic-resp-navcollapse ul.navbar-nav li a:hover, .qic-resp-navcollapse ul.navbar-nav li a:focus{
	border-bottom: 2px solid #b40034;
}
	
}

@media (max-width: 768px) {
	
.qic-header .navbar-nav > li > a {
border-bottom: solid 1px #eee;
}

.qic-resp-navcollapse .container ul{
    margin: 0px -15px;
    float: none !important;
}

.qic-header .qic-resp-navcollapse {
	text-align: left;
}

.qic-resp-navcollapse ul.navbar-nav{
    display: block;
}

.qic-resp-navcollapse ul.navbar-nav li a:hover, .qic-resp-navcollapse ul.navbar-nav li a:focus{
    text-decoration: none;
    background-color: #b40034;
	color:#fff;
}
	
}

.qic-modal-body{
	display: inline-block;
	padding-top: 5px;
	width: 100%;
}

.qic-modal-body label{
	font-weight:normal;	
}

.qic-modal-body label span{
	 color: #b40034;	
}

.qic-modal-form{
	padding:0;	
}

.i-style {
    background: #f6f6f6;
    border-radius: 0;
    color: #b40034;
}

.frm-style {
    border-radius: 0;
    color: #000000;
}

.frm-hdng{
	font-size:22px;
	font-weight:bold;
	border-bottom: 2px solid #b40034;
   padding-bottom: 5px;
    color: #b40034;
}

.qic-modal-body .cstm-btn, .qic-regis .cstm-btn {
    border-radius: 0px;
    background-color: #b40034;
    border-color: #b40034;
    font-weight: bold;
    text-transform: uppercase;
}

.qic-modal-body .cstm-btn:hover, .qic-modal-body .cstm-btn:focus , .qic-regis .cstm-btn:hover , .qic-regis .cstm-btn:focus{
    background-color: #9a002c;
    border-color: #9a002c;
}

.qic-close{
	color:#b40034;
	opacity:.7;	
}

.qic-close:hover{
	color:#b40034;
	opacity:.9;	
}

.forgot{
	text-align:right;
	
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* -----Registration Page Starts Here -----*/

.qic-main-regis {
    padding-top: 40px;
    padding-bottom: 20px;
}

.qic-regis{
	background: #fafafa;
	padding: 15px;
	border-radius: 7px;
	border: 1px solid #dfdfdf;
}

.qic-regis h2 {
    margin-bottom: 15px;
    font-weight: normal;
    padding-bottom: 10px;
}

.qic-regis label span{
 color: #b40034;	
}

#error1 {
    color: red;
    text-align: center;
    font-size: 14px;
    background: rgba(237, 237, 237, 0.58);
    width: 50%;
    border-radius: 4px;
}

/*--------- Body Section1 ------*/

.bodysection1 {
    //background-image: url("../img/bs1_bg.jpg");
    width: 100%;
    background-size: inherit;
    padding: 15px 0px 0px 0px;
    background-position: center top;
    background-repeat: repeat-x;
}


.bs1_col p {
    text-align: center;
    padding: 18px 20px;
    background: rgba(244,244,244,0.4);
    border-radius: 4px;
    font-size: 22px;
    border: 1px solid rgba(244, 244, 244, 0.11);
    text-transform: uppercase;
}

.bs1_col p a{
 color: rgb(234, 234, 234);
}

.bs1_col p:hover{
 background: rgba(244, 244, 244, 0.9);
}

.bs1_col p:hover a{
 color: rgb(161, 0, 29);
 text-decoration: none;
} 



.bodysection2 {
    background: #ffffff;
    padding: 20px 0px 20px 0px;
}

#frstdesc {
    float: right;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.4);
    color: #fff;
}

.qic-tab {
    margin-top: 50px;
}

.qic-tablist {
    background: rgba(169,0,44,.5);
    border-bottom: 1px solid #F0F0F0;
}

.qic-tablist>li.active>a, .qic-tablist>li.active>a:focus, .qic-tablist>li.active>a:hover, .qic-tablist>li>a:hover {
	color: #a9002c;
	background-color: #fff;
	border: 0px solid #ddd;
}

.qic-tablist>li>a{
 border-radius: 0px;
 color: #ffffff;
 border: 0px solid #ddd;
}

#qictab2 .qic-process {
    margin: 15px auto;
    padding: 138px 0px;
}

#qictab1 .qic-process {
    margin: 15px auto;
    padding: 138px 0px;
}

.qic-tabcontr{
    background: none repeat scroll 0 0 #fff;
    float: left;
    width: 100%;
    min-height: 200px;
    padding: 20px 20px 0px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-top: 0;
}

.qic-tabcontr:after{
    background: url("/Auction/img/shadow.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    bottom: 22px;
    content: "";
    height: 27px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
    }

@media (max-width: 991px) {
	

.bodysection1 {
    background-image: url("../img/bs1_bg.jpg");
    height: auto;
    width: 100%;
    background-size: inherit;
    padding: 40px 0px 5px 0px;
    background-position: center top;
    background-repeat: repeat-x;
}

}


.viewmr {
    background: #44659f;
    padding: 4px 10px;
    border-radius: 3px;
}

.viewmr a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.hwhdng {
    text-align: center;
}

.hwtobid:before,
.hwtobid:after {
	top: 15px;
	height: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
}

.bodysection3{
    background: #b40034;
    padding: 40px 0px;
}

.bodysection3 .bdysec3p {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 0px;
}

.bodysection3 .bdysec3p span {
    font-weight: normal;
    font-size: 22px;
}

#qic-suscr{
    padding: 27px 0px;
}

.suscr-btn{
	background: #c3c3c3;
	border-radius: 0;
	color: #b40034;
}

.footer-section .qic-footer {
    padding: 30px 0;
    background: #ffffff;
    border-top: 1px solid #dfdfdf;
}

.footer-logo {
    margin: 3px 0 5px;
}

.footer-section .qic-footer p {
    color: #343434;
}

.footer-section .qic-footer h2 {
	color: #919095;
	font-size: 18px;
	font-weight:normal;
}

.link-list li:first-child {
    border-top: none !important;
}

.footer-section address,
.footer-section .link-list a,
.footer-section .link-list i {
	color: #000;
}

.footer-section address {
	line-height: 23px;
}

.link-list li i {
	color: #bbb;
	float: right;
	margin-top: 10px;
}



.headline {
	display: block;
	margin: 10px 0 25px 0;
	border-bottom: 1px dotted #b9b9bc;
}

.headline h2 {
	font-size: 22px;
}

.headline h2,
.headline h3,
.headline h4 {
	margin: 0 0 -2px 0;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 2px solid #aa0234;
}


/*Dotted Map*/
.map-img {
	background: url("../img/map-img.png") 5px 60px no-repeat;
}


/*Link List*/
.link-list li {
	border-top: solid 1px #ececec;
}

.link-list li:first-child {
	border-top: none !important;
}

.link-list a {
	color: #eee;
	padding: 6px 0px;
	display: inline-block;
	text-transform: uppercase;
}

.link-list li i {
	color: #bbb;
	float: right;
	margin-top: 10px;
}

/*Copyright*/
.footer-section .copyright {
	background: #b40034;
	border-top: none;
	padding: 0;
}

.footer-section .copyright p {
	color: #fff;
	margin-top: 14px;
}

.footer-section .copyright a {
	margin: 0 2px;
	color: #ffffff;
}

.footer-section .footer-socials {
	margin-top: 12px;
	text-align: right;
}

.footer-section .footer-socials li a {
	color: #ffffff;
	font-size: 16px;
}

@media (max-width: 991px) {
	.footer-section .copyright,
	.footer-section .footer-socials {
		text-align: left;
	}
}



/* ----- Contact Page ------*/


.qic-bread {
  overflow: hidden;
  padding: 10px 0 10px;
  border-bottom: solid 1px #eee;
  background: url(../img/breadcrumbs.png) repeat;
}

.qic-contact {
    padding-top: 40px;
    padding-bottom: 40px;
}

.qic-who li {
    margin-bottom: 6px;
}

.qic-who li i {
	color: #b40034;
	font-size: 14px;
	min-width: 15px;
	margin-right: 8px;
	text-align: center;
	position: relative;
}
.qic-who li:hover i,
.qic-who li:hover a {
	color: #777;
}
.qic-who li:hover a:hover {
	text-decoration: none;
}



/* ----- Processing Page ------*/
.qic-process{
    padding: 40px;
    margin: 60px 0;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #d8d8d8;
    font-size: 14px;
}

.qic-process h2 {
    margin-bottom: 20px;
    color: #b40034;
}

.qic-process p img {
    text-align: center;
    margin: 0 auto;
    width: 100px;
    height: auto;
}

.lodng {
    font-size: 18px;
    color: #b40034;
    margin-top: -10px;
}



/* -----Payment-Success------*/

.qic-success{
    padding: 40px;
    margin: 60px 0;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #d8d8d8;
    font-size: 14px;
}

.qic-success h2 {
    margin-bottom: 20px;
    color: #b40034;
}

.qic-success p img {
    text-align: center;
    margin: 0 auto;
    width: 100px;
    height: auto;
}

.qic-success p span {
    color: #b40034;
}

.lodng {
    font-size: 18px;
    color: #b40034;
    margin-top: -10px;
}

.qic-session{
	padding: 40px;
    margin: 60px 0;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #d8d8d8;
    font-size: 14px;
}

.qic-session #cautn{
 font-size: 36px;
 color: #ffb000;
}

.qic-session h2{
    margin-bottom: 20px;
    color: #b40034;
}

.qic-session a{
	
color: #b4003a;
text-decoration:none;
}

.qic-session a:hover{
	color:#44659f;
	
}


.qic-adminreg h2 {
    margin-bottom: 15px;
    font-weight: normal;
    padding-bottom: 10px;
}

 .qic-choose{
    position: relative;
    display: block;
    overflow:hidden;
    margin-bottom: 0px;
}

 .qic-choose .button {
	position: absolute;
	top: 1px;
	right: 1px;
	float: none;
	height: 32px;
	margin: 0;
	padding: 0 20px;
	font-size: 14px;
	background: #b40034;
	line-height: 32px;
	color:#fff;
	opacity:0.9;
}

 .qic-choose .button:hover {
	box-shadow: none;
	opacity:1;
}

 .qic-choose .button input {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	font-size: 30px;
	cursor: pointer;
	opacity: 0;
}

 .qic-choose input {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 6px 12px;
	outline: none;
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
	border-radius: 0;
	background: #fff;
	font-size: 14px;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    line-height: 1.42857143;
    font-weight:normal;
}

.language-select {
    background-color: #fff;
    border: 1px solid #ae0838;
    border-radius: 5px;
    float: left;
    line-height: 1;
    margin-right: 10px;
    margin-top: 10px;
}
.language-select .btn.active {
    background-color: #ae0838;
    border: 1px solid #ae0838;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    outline: none;
}
.language-select .btn {
    background-color: transparent;
    color: #888;
    line-height: 1;
    outline: none;
    padding: 3px 8px;
}

.bidNowBtn{
    background-color: #AE0838;
    color: #FFF;
    border-radius:5px;
    border:1px solid #AE0838;
}

.hwtobid{
    background: #b40034;
    padding: 40px 0px;
}

 h1.one {
     overflow: hidden;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
	}

h1.one:before,
h1.one:after {
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    vertical-align: middle;
    width: 12%;
}
h1.one:before {
    right: 0.5em;
    margin-left: -50%;
    top: -3px;
}
h1.one:after {
    left: 0.5em;
    margin-right: -50%;
    top: -3px;
}

.hwb {
    text-align: center;
	margin-top:30px;
	margin-bottom:15px;
}

.hwb p img {
    margin: 0 auto;
    text-align: center;
}

.hwb #subhd {
    color: #fff;
    font-size: 16px;
}


@media (min-width:320px) and (max-width:480px){
.hwb #subhd {
    color: #fff;
    font-size: 18px;
}

}

.mandat{
    color : red;
}