/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*{
    margin: 0px;
    padding: 0px;
}

img{
    padding: 0px;
    border: none;
}

a{
    color: #a10304;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #e60001;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #000000;
    /* overflow-x: hidden; */
    background: #ffffff url(images/bg.jpg) repeat-x top;
    width: 100%;
    margin: 0 auto;
    max-width: 1014px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #d17b02;
	padding-bottom: 5px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #a10304;
	font-weight: normal;
	padding-bottom: 20px;
	line-height: 32px;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #a10304;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #a10304;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #a10304;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
	background: url(images/right_title.png) repeat-x bottom;
	margin-bottom: 10px;
}

h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #a10304;
	border-bottom:solid 1px #a10304;
	font-weight: normal;
	margin-bottom: 10px;
}

.clear{
	clear: both;	
}

#menu{
	width: 1014px;
	height: 43px;
	padding-top: 30px;
}

#menu ul{
	padding-left: 0px;
    list-style: none;
	padding: 0px 0px 0px 10px;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
	text-align: center;
    font-weight: normal;
    text-decoration: none;
    display: block;
    float: left;
    width: 124px;
    height: 43px;
	line-height: 43px;
	margin-right: 4px;
   	background: url(images/menu_bg.png) 0px 0px;
}

#menu ul li a:hover,  #menu ul li .active{
	color: #ffffff;
	background: url(images/menu_bg.png) 0px 43px;
}

/*logo*/

#logo{
	height: 50px;
	padding-top: 20px;
	text-align: right;

	background-image:url('phillips_logo.png');
	background-repeat:no-repeat;
	background-position:0px 20px;
}

#logo h1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#logo a small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/*
	prew box
*/


.prew_img1{
	background: url(images/prew_img1.jpg);
}

.button_left{
	margin-top: 150px;
	margin-left: 5px;
	float: left;
}

.button_right{
	margin-top: 150px;
	margin-right: 5px;
	float: right;
}

.razd{
	border-top: 1px solid #a10304;
	height: 1px;
	border-bottom: 1px solid #a10304;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}

/*
	content
*/

#left{
	float: left;
	width: 611px;
	padding-right: 40px;
}

.left_razd{
	height: 50px;
}

.images_box{
    padding: 15px 0px 15px 0px;
    width: 50%;
    float: left;
}

/*.images_box a{
	display: block;
	float: left;
}*/

.center_img{
	margin: 0px 10px 0px 10px;
}

.more{
	
}

.more a{
	display: block;
	background: url(images/more.png) no-repeat;
	width: 69px;
	height: 16px;
	float: right;
	text-align: center;
	line-height: 16px;
	margin: 15px 0px 0px 0px;	
}

#right{
    float: right;
    width: 363px;
    margin-top: 20px;
    margin-right: 5px;
}

.right_bg_top{
	background: url(images/right_top.png) no-repeat;
	width: 363px;
	height: 10px;
}

.right_bg{
	background: url(images/right_bg.png) no-repeat;
	min-height: 207px;
	border-left: 1px solid #a10304;
	border-right: 1px solid #a10304;
	padding: 0px 20px 0px 20px;
}

.right_bg_bot{
	background: url(images/right_bot.png) no-repeat;
	width: 363px;
	height: 10px;
}

.right_pad{
	padding-bottom: 15px;
}

.italic_style{
	font-style: italic;
	clear: both;
}

.author{
	float: right;
	font-style: italic;
	padding: 5px 0px 5px 0px;
}

/*
	3column
*/

#column3{
	clear: both;
}

#col1, #col2, #col3{
	float: left;
	width: 285px;
}

#col2{
	padding-left: 79px;
	padding-right: 79px;
}

.pad_left{
    padding-left: 20px;
    margin-bottom: 5px;
}

.ls{
	list-style: none;
}

.ls li{
	border-bottom: 1px solid #b5b5b5;
}

.ls li a{
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}

#col1 .ls{
	padding-top: 20px;
}

#col1 .ls li a{
	font-size: 12px;
	text-transform: none;
}

/*
	footer
*/

#footer{
	text-align: center;
	padding-bottom: 15px;
	font-size: 10px;
}

#footer p, #footer a{
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	font-size: 10px;
}


/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/


#slider-wrapper {
    background:url(images/top.jpg) no-repeat;
    width:984px;
    height: 327px;
    margin:0 auto;
}

#slider {
	position:relative;
    width: 984px;
    height: 327px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
	display: none;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

.services {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #a10304;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 40px;
}

.services tr td{
		padding:10px;
}

div#prew_box {
    position: relative;
}

.cstm-badge-icon {
    position: absolute;
    bottom: 2px;
    right: 8PX;
}

@media screen and (max-width:767px)
{
#prew_img{
	width: 100%;
}
#prew_box{
	width: 100%;
	height: auto;
    position: relative;
    padding: 0;
	background:none;
}
#slider-wrapper {
	width: 100%;
}
#slider {
	width: 100%;
}
body {
    width: 100%;
	background:none;
}
#logo {
    height: 50px;
    padding-top: 0;
    background-size: 258px;
	background-position: center center;
}
#header {
    width: 100%;
    background: #ffffff url(images/bg.jpg) repeat-x top;
}
#prew_box img {
    float: left;
    width: 50%;
    height: 110px;
    object-fit: cover;
    object-position: left;
}
.cstm-badge-icon {
    position: relative;
    bottom: 25px;
    right: 0;
}
.images_box img {
    width: 100%;
}
.images_box {
    padding: 15px 0px 15px 0px;
    width: 100%;
    float: none;
}
#col1, #col2, #col3 {
    float: none;
    width: 100%;
    padding: 0 !important;
}
#wrapper:after {
    content: "";
    display: block;
    clear: both;
}
body #prew_box .cstm-badge-icon img {
    float: none;
    width: 25%;
    height: auto;
    object-fit: unset;
    margin: 0 auto 0 auto;
    display: block;
}
.new-badge-icon {
    background-color: #aa0015;
    color: #fff;
}
.new-badge-icon * {
    color: #ffffff;
    text-align: center;
    display: block;
}
}

/*cutome */

.Phillips-Auto{ margin-top: 39%;}
.gold-class{float:left;margin-top: 20px;}
.left-box{float:left;padding:24px;border-radius:10px;border:solid 1px #a10304;width: calc(50% - 50px);}
  .left-box img{margin: 0px auto;
    align-items: center;
    display: flex;}
.left-box p{font-size:18px;padding-bottom:30px;line-height: normal;}
.left-box p:nth-child(5) {
    padding-bottom: 0px;
}
.left-box .frist-pg{padding-top:30px;} 
.right-box{
    /* float:left; */
    /* margin-left:90px; */
    /* max-width:375px; */
    width: 50%;
    display: inline-block;
    }
.right_iner{
    min-height: 207px;
    background: url(images/right_bg.png) no-repeat;
    width: 100%;
    padding: 0px 20px;
    max-width:334px;
    background-size: cover;
    border: solid 1px rgb(161,3,4);
    border-radius: 10px;
    padding-top: 10px;
    display: block;
    margin-left: auto;
}
.col1{
    /* float: right; */
    width: 100%;
    max-width: 285px;
    margin-left: auto;
}
.col1 p{line-height:20px;}
.col1  h6{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #a10304;
    border-bottom: 1px solid #a10304;
    font-weight: normal;
    margin-bottom: 10px;
}
.img-car-box{     text-align: right;
    margin-top: 40px;
    display: block;
    padding-right: 55px;
    margin-bottom: 35px;
   
}
.img-car-box img{
    padding-bottom: 25px;
    
}
.contact-box {
    /* float: right; */
    max-width: 285px;
    padding-top: 60px;
    width: 100%;
    margin-left: auto;
    display: block;
    }

 
   .footer{ text-align: center;
    float: left;
    padding-top: 70px;
}
 .footer .razd-footer {
    border-top: 1px solid #a10304;
    height: 1px;
    border-bottom: 1px solid #a10304;
    margin-top: 15px;
   
    clear: both;}
	
	
	.prew_box {
   
    width: 100%;
    height: 327px;
    padding: 15px;
    left: 0;
	right:0;}
	
	 .prew_box  {
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    min-height: 327px;
    padding: 0;
    background: url(home.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}