
/* ********************************************* Start Common Css ******************************************************* */ 
html, body { height: 100%; }
html { box-sizing: border-box; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,

*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear{clear:both;}
ul,li{list-style:none; margin:0; padding:0;}
img{display:inline-block; vertical-align:top;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1em !important;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1em !important;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}

/* =Global
----------------------------------------------- */
h1{ font-size:30px;}
h2{ font-size:33px; line-height:25px; }
h3{ font-size:30px; line-height:34px;}
h4{ font-size:20px;}
h5{ font-size:16px;}
h6{ font-size:14px;}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 0;
}

ol, ul {
	list-style: none;
}

ul {
	list-style: square;
	
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}

pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}

.common.column > p {
    font-size: 16px !important;
    line-height: 24px;
    padding: 0 0 0 50px;
}

.car-color.column {
    padding: 0 0 0 50px;
	margin: 16px 0 0;
}

.lux-title > h5
{
	font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;	
}

.col-12 > h5
{
	font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;	
}

.col-12 > p {
    font-size: 14px !important;
    line-height: 22px;
}

.col-12 th {
    border-bottom: 1px dotted #ddd;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 0 !important;
}

	
.col-12 th h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;	
}

.common.column small {
    font-size: 16px;
}


/* -- 24-04-2017 -- */

.col-12 .sub-heading56 {
    font-size: 15px;
    font-weight: 600;
    margin-left: 25%;
}
.hideon {
    display: none;
	position:static;
    transition:position 1s linear;
}
.random{position:absolute; top:5%; width:33.33%;}

.info-tm{position:relative;}

.popuptrim {
    color: #fff;
   }
.up{display:block !important;}
/*#trimModel .modal-content{padding:20px;}
#trimModel .modal-header{
	background:transparent;
	border-bottom:1px solid #ccc;
}
#trimModel .modal-header h4{color:#333; padding-bottom:8px;}
#trimModel .modal-header .close{background:transparent; color:#000; font-size:21px; border:medium none;}
#trimModel .modal-body{padding:15px 10px;}

*/
.info-tm .popuptrim .tooltiptext,.tooltiptext1  {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff !important;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
	font-size:12px !important;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}
.logo img {width:100%;}	
.popuptrim .tooltiptext::after,.tooltiptext1::after  {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tool-tip{position: relative;}
.popuptrim:hover .tooltiptext,.tool-tip:hover .tooltiptext1 {
    visibility: visible;
    opacity: 1;
}
/* ********************************************* End Common Css ******************************************************* */ 


