/*=================PP==================*/

/*get contact popup*/
.footer-address{ position:relative;}
#get_bnt_cont{ display:none;}
#get_bnt{}
.get-content-pp{position: absolute;
    background: #fcfcfc;
    padding:15px 15px;
    width: 100%;
    top: 0px;
    border:3px solid #eb5642; z-index:99;
    }
#vryfc{ padding-top:20px; }	
.secpp{ margin-bottom:10px; min-height:100px;}	
.get-content-pp .form-group{ margin-bottom:7px; display:inline-block; width:100%;}
.get-content-pp .form-group:last-child{ margin-bottom:0;}
.get-content-pp .form-control {
    display: block;
    width: 100%;
    height: 24px;
    padding: 6px 6px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.42857143;
    color: #555;
    background-color: #fafafa;
    background-image: none;
    border: 1px solid #e94e39;
    border-radius: 0;
    box-shadow: none;
}

.get-content-pp .skip {
    color: #000000;
    font-size: 11px;
    float: right;
    display: none;
    margin-top:10px;
    text-decoration: underline; line-height:26px;
}
.get-content-pp .sbmt {
    background: #e94e39;
    border: none;
    font-size: 12px;
	text-transform:uppercase;
    border-radius: 0;
    color: #fff;
    outline: none;
    padding: 5px 20px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-right:10px;
	float:left;
}
.sucfull{color: #2da8ff;
    display: inline-block;
    width: 100%;
    font-size: 30px;
    text-align: center; height:150px;}
.sucfull img{ max-height:100%; max-width:100%; display:inline-block; }	


.sbmt {
    background: #e94e39;
    border: 1px solid #e94e39;
    font-size: 12px;
    border-radius: 0;
    color: #fff;
    outline: none;
    
 }
/*end get contact popup*/

/*logo txt*/
.logo_txtsec{width: auto;}
.logo_txt {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 70px;
    font-family: 'open sans';
    font-weight: 700;
    display: inline-block;
    color: #7b7b7b;
    max-width: 480px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.navbar-sticky .top-bottom .navbar-header .logo_txt{ padding-top:10px;}
/*end logo txt*/

.vehicle-item-sm:last-child{ margin-bottom:0;}
.pro-listing{ display:inline-block; width:100%; margin:50px 0;}
.plist{border: 1px solid #efefef; padding: 10px; margin-bottom: 30px;box-shadow:0px 0px 11px -5px #868686;}
.plist:hover{box-shadow:0px 0px 10px 0px #d6d6d6;}
.plist .pname{font-family: Work Sans, sans-serif; text-transform: uppercase;  color: #de3b21; font-weight: normal; margin-top: 0px; margin-bottom:10px; font-size: 20px; display:inline-block; line-height:20px;}
.price{ font-size:20px;}
.left_photo_frame {
    width: 100%;
    height:220px;
    border: 1px solid #efefef;
    padding: 2px; text-align:center; position:relative;
}
.ppic {
    max-width: 100%;
    max-height: 100%;
    /* display: inline-block; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.plist .sbmt{ margin-top:10px; }
.plist .sbmt:focus ,.plist .sbmt:hover{ background:#e94e39; border-color:#e94e39;}


/* ============================
view more new add & inquery form changes 
============================= */
.morecontent{ display:inline-block;  width:100%;}
.morecontent .vmbtn {
    color: #444;
    cursor: pointer;
    padding: 0px 4px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    display:inline-block;
}

.morecontent .vmdata {
    padding: 20px 0px;
      
}


.rdetail{ float:right;}
.side-module1 > h3 {
    background: #DEDEDE;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    padding: 14px 20px 10px;
    margin: 0;
    font-family: roboto;
    font-weight: 700;
    line-height: 1.4;
    display: inherit;
    margin-bottom: 22px;
}

/*mystyle*/

.page-header{
    padding-bottom: 10px;
    border-bottom: 1px solid #000; margin:0;
}
.page-header h2 {
    font-family:  Work Sans, sans-serif;
    text-transform: uppercase;
    color: #3f3f3f;
    font-size: 24px;
    text-align: left; margin:0;
}
.page-header h3 {
    font-family: Work Sans, sans-serif;
    text-transform: uppercase;
    color: #3f3f3f;
    font-size: 24px;
    text-align: left;
}





/* ====================
right-side-accordian-menu
===================== */

.flex-direction-nav{height: 44px; margin: 40px 0 50px; border-bottom: 1px solid #000;}

.our-pro-part h1{
	margin-bottom:0px;
}
.our-pro-part .heading{
   color: #fff;
font-size: 21px;
background: #de3b21;
padding: 7px 18px;
border-radius: 0px;
display: inherit; font-weight:400;
}


 .accordion {
 	width: 100%;
 	/*max-width: 360px;*/
 	background: #F5F5F5;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px; margin:0;
 }

.accordion .link{
    cursor: pointer;
    display: block;
    padding: 10px;
    color: #717171;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; text-transform:capitalize;
}
.accordion .link:hover{ background:#eee;}
.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa {
	right: 12px;
	left: auto;
	font-size: 20px;
}

.accordion li.open .link {
	color: #de3b21;
}

.accordion li.open i {
    color: #de3b21;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	background: #444;
 	font-size: 14px;
 }

 .submenu li {
 	border-bottom: 1px solid #4b4a5e;
 }

.submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 10px;
    padding-left: 18px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    line-height: 20px;
}

 .submenu a:hover {
 	background: #de3b21;
 	color: #FFF;
 }

.our-pro-part a:hover {
    color: #DEDEDE;
    text-decoration: none;
}

/*end mystyle */



.side-module1 > h3 { background:#5d5d5d; color: #fff; text-transform: uppercase;  font-size: 14px;  padding: 14px 20px 10px;  margin: 0;  font-family: roboto;
	    font-weight: 700;  line-height: 1.4; display: inherit;	margin-bottom: 22px;}
.top-header-widget.welcome p{ margin:0; font-size:12px;}
header .navbar-nav{ float:right; border:none;}
.navbar-sticky-function{ box-shadow:none; margin-bottom:0; background:#fff;}
.slicknav_nav{background: #383546;
    position: absolute;
    width: 100%; left:0; right:0; margin-top:8px;}

.overlay
{
background: transparent;
height: 100%;
left: 0;
transition: all 0.4s ease-in-out 0s;
width: 100%;
}

body{ position:relative;}
.hr{ margin:80px 0;}
.about-content{ display:inline-block; width:100%; padding:50px 0;}
.sidebar-wrapper{ display:inline-block; width:100%; background:#fff; margin:30px 0; margin-top:0;}
.sidebar-wrapper .featured-item{ padding-left:10px; }
.result-sorting-wrapper {
    background: #272c31;
    color: #ffffff;
    padding: 13px 15px 12px;
}
.vehicle-itemGrid.dp{ background:#fff; width:100%;    border: 1px solid #C9C9C9; margin:0; margin-bottom:20px; transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.1);}
.vehicle-itemGrid.dp:hover{-webkit-box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.47);
	-moz-box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.47);
	box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.47);}	
.vehicle-item{ width:100%; display:inline-block;}
.prd-name{width: 100%; float: left;margin-bottom: 10px; padding: 0;}
.cpmn-name{ display:none; width:100%; float:left;padding:0 1%;}
.prd-name h5{text-align: left; margin-bottom: 0;font-size: 26px;font-weight: 300;font-family:roboto;}
.cpmn-name h6{padding-top: 15px; padding-right: 15px; font-family:roboto;}
.vehicle-itemGrid .image{ border-bottom:none;}
.vehicle-item .content{ padding:0;} 

.prd-dtl{display:inline-block; width:100%;}
.prd-dtl  h5{ text-align:left; font-weight:400; font-size:16px;color: #3f98f7;
    margin-bottom: 5px;} 
.vehicle-item .content .price{ text-align:left; font-family:'open sans'; border-bottom: 3px double #ccc; margin-bottom:10px;}
.vehicle-item .content .price .pr{color: #333;margin-right: 5px; display:inline-block; font-size:26px; font-weight:300;}
.vehicle-item .content .price i{ font-size:16px; color:#333;}
.vehicle-item .content .portfolio_single_detail{ font-size:14px; font-family:roboto;   text-align: left;
    border-bottom: 1px solid #eaeaea; margin-bottom:10px;}
.vehicle-item .content .portfolio_item_meta_label{ display:inline-block; width:17%;  border-right:1px solid #ccc;}
.vehicle-item .content .portfolio_item_meta_data{ padding-left:5px;}
.home-demo{ background:#fff; padding:20px;}
.banner{ background:url(../images/banner5.jpg) no-repeat; padding:5% 0;  background-position: -197px -406px;}
.banner .result-filter-wrapper{ width:350px; float:right;}
.detail-titile .price a {font-size: 16px; background: #e94e39; color: #fff; padding:5px;}
.section about-us{ display:inline-block; width:100%;}
.arrow-img{ width:40px; height:30px; display:inline-block; } 
.breadcrumb-wrapper{padding:10px 0;}
.breadcrumb-wrapper h2.page-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #595959;
    text-transform: uppercase;
    margin-top: 5px;
}
.prdlist{ display:inline-block; width:100%; margin-top:20px;}
.prdlist .portfolio_inner_content{ display:inline-block; width:100%;}
.prdlist h4{display: inline-block; text-align: left; font-size:26px;	font-family:roboto; font-weight: 400; border-bottom:3px double #CCC;}
.prdlist .portfolio_inner_content .portfolio_item{width: 15.7%; overflow: hidden; float: left; margin: 15px 5px;}
.prdlist .portfolio_inner_content .portfolio_item .prdimg{ display:inline-block; width:100%; border-radius:10px; min-height:180px;}
.prdlist .portfolio_inner_content .portfolio_item .prdimg img{max-width:100%; max-height:100%; position:relative;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;}
	
.prdlist .portfolio_inner_content .portfolio_item:hover .prdimg img{transform: scale(0.90);
    -webkit-transform: scale(0.90);border-radius: 15px;}
.prdlist .portfolio_inner_content .portfolio_item .column_title_center{ font-size:16px; display:inline-block; text-align:center; padding-top:5px;  font-weight: 400;  color: #e94e39; width:100%;}



.home-demo .sld-heading{ font-size:26px; font-weight:400; text-align:left; display:inline-block; width:auto; padding:0;   border-bottom: 3px double #CCC; margin-bottom:40px;}
.about-cont{ width:100%; background:#f9f9f9; padding:30px 20px; font-family: lato;}
.about-cont .sidebar-wrapper{ padding-top:0;} 
.sideabout{ /*background:#ededed;*/ padding:15px;}
.sideabout h3{ display:inline-block; text-align:left; text-transform: uppercase; font-size:22px; font-weight:400; /*border-bottom: 3px double #CCC;*/ color:#e94e39; margin-top:0;}
.sideabout p{margin-bottom: 18px; font-size: 16px; color: #636363; font-family: lato; display:block;}
.result-sorting-wrapper .text-holder{ padding-top:0;}
.contact-form-wrapper-boxed .btn.btn-send{ padding:10px 10px; background: #e94e39;
    border-color: #e94e39;
    color: #FFF; font-size:14px;}
.vehicle-item-list .content .button{ display:none;}
.fa-long-arrow-right{ color:#e94e39; padding-left:5px; position:relative; top:1px;}
.add:hover .fa-long-arrow-right{ color:#333;}
.add-para{ font-size:14px; color:#000;}
.add { display:inline-block;}
.add .add-btn{line-height: 24px;
    margin-top: 0;
    padding: 0;
    font-size: 14px;
    min-height: 50px;
    overflow: hidden;
    height: 70px;
    color: #636363;
    text-align: justify;}
.ads-bnner{ display:inline-block; width:100%; min-height:150px; height:250px; position:relative;}
.ads-bnner a{ display:inline;}
.ads-bnner .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background:#000; visibility:hidden; opacity:0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.ads-bnner:hover .overlay{
    transition: all 0.25s ease 0s;
    visibility:visible;opacity:0.3;
}
.ads-bnner img{ /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/     max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;}

.vehicle-item-list .content .btn:focus {
    color: #fff;
    background-color: #e94e39;
    border-color: #e94e39;
}
/*--default css--*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.footer-address .email{ display:inline-block;}	
.footer-address .getcont{ display:inline-block; margin-top:5px;}

.top-bottom{ display:inline-block; width:100%; position:relative; margin-top:10px;}
.top-bottom .navbar-header{ margin:auto;}
.top-bottom .navbar-header .navbar-brand { width: 150px; height: auto;padding: 0; margin-top:5px;  }
.navbar-sticky .top-bottom .navbar-header .navbar-brand{ padding-top:10px; height:70px;}
.navbar-sticky .top-bottom .navbar-header .navbar-brand img{ max-height:100%;}
.navbar-sticky .navbar-nav{ margin-top:5px;}

.top-bottom .navbar-brand>img { max-width: 400px; max-height: 60px; }
@import url(http://fonts.googleapis.com/css?family=Roboto);

/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto; position:relative;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;    border-top-left-radius: 5px; border-top-right-radius: 5px; 
  font-family: roboto; background:#ed1c25; color:#fff; padding:10px; margin-top:0;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 35px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; color:#9c9c9c;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 
.modal-dialog .loginmodal-submit {
    background: #ed1c25;
    padding: 10px 4px;
    margin-top: 15px;
    font-size: 18px;
    border-radius: 3px;
    width: 50%;
    margin: 0 auto;
    line-height: 18px;
    outline: none;
}
.modal.fade.in {
    top: 0;
}
.modal-overflow.modal.fade.in{ z-index:9999;}
.txtar{ padding:8px; width:100%; min-height:50px; color:#9c9c9c;border: 1px solid #d9d9d9; margin-bottom:10px;}

#close { position:absolute; right:0; top:0; cursor:pointer;  padding:1px 6px; background:#000; color:#fff; opacity:1;}
/****** END LOGIN MODAL ******/

.holder-item textarea.form-control{ resize:none; overflow:hidden;}
.holder-item .form-control{ width:100%; padding-left:8px;color: #909090; border-radius:0;}
.alt-bg-white .vehicle-item .bottom-btn{ display:inline-block; width:100%;}
.alt-bg-white .vehicle-item .bottom-btn .btn{ float:left; margin-right:5px; margin-left:2px; margin-bottom:5px;}
.alt-bg-white .vehicle-item .bottom-btn .btn:focus{background:#e94e39; border-color:#e94e39;}
.listing{}
.listing .vehicle-item .content{ margin-bottom:0;}
.listing .vehicle-item .content {  text-align:left;}
.bg{ display:inline-block; width:100%; border-top:5px solid #ccc; padding-top:30px;}
.social_block{ margin:0; padding:0;}
.social_block li{ position:relative; background:transparent;}
.social_block li a {
    font-weight: 400;
    color: #757272;
    font-size: 15px;
    font-family: Roboto;
    padding-left: 27px;
    display: inline-block;}
.social_block li a .fa {
    float: left;
    position: absolute;
    left: 0;
    top: 5px;
}
    .social_block li.facebook a .fa {
        color: #999898;
    }
    .social_block li.twitter a .fa {
        color: #999898;
    }
    .social_block li.goplus a .fa {
        color: #999898;
    }
    .social_block li.linkin a .fa {
        color: #999898;
    }


.prd-list{ padding-top:0px;}
.payment-card{ float:right;cursor:pointer;}
.payment-card span{display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 20px; padding-right:10px; }
.main-footer .subm{    background: #212121;
    border: 1px solid #737272;
    color: #fff;
    box-shadow: 0px 2px 7px #777;
    padding: 4px 20px;
    text-align: center;
    text-transform: uppercase;transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;}
.main-footer .subm:hover{    background: #e94e39;
    border-color: #fff;}
.copy-right{ color:#dcdcdc; font-size:14px; font-weight:400; margin-bottom:0;}
.main-footer .contact-form .form-group {
    margin-bottom: 7px;
}
.main-footer .contact-form .form-control {
    border-radius: 0;
    box-shadow: none; */
    font-size: 14px;
    padding-top: 7px;
    font-weight: 400;
    color: #212121;
    width: 100%;
    display: inline-block;
    line-height: 20px;
    padding: 6px 10px;
    background: #e6e6e6;
    border: 1px solid #212121;
}

.main-wrapper{ position:relative; background:#ffffff;}
.search-slider{    position: absolute; top:50%;left:50%; z-index: 1;transform: translate(-50%,-50%);} 

/* The side navigation menu */
.side-menu{ display:inline-block; width:100%;}
.bar-menu{font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: -10px;
    left: 0px;}
.sidenav {
    height: 100%; /* 100% Full-height */
    width:0; /* 0 width - change this with JavaScript */
    position:fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0px; 
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 10px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */ margin-top:7em;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
        position: absolute;
    top: -15px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/*01-05-18*/
.with-top-header .navbar-sticky .top-bottom{ padding-top:10px;}
.result-filter-wrapper h3{ font-family:Lato;}
#top-header{ height:15px;}
.dbr{ position:relative;}
.dbr:after{content: '';
    border-bottom: 3px double #CCC;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 100px;
    height: unset;
    margin: 0 auto;}
/*factsheet home page 01-05-18*/

.factsheet{ background:#f5f5f5; display:inline-block; width:100%; padding:30px 0; margin-top:40px; }
.factsheet .table{ font-size:16px; margin-bottom:10px;}
.factsheet .table>tbody>tr>td{ padding:15px 10px; vertical-align:middle; }
.factsheet .table>tbody>tr:nth-child(odd){ background:#f1f1f1;}
.factsheet .table>tbody>tr:nth-child(even){ background:#ededed;}
.factsheet .table>tbody>tr>td:first-of-type{ width:40%;}
.factsheet .heading{
	/*background: #f9f9f9;*/
    text-align: center;
    color:#e94e39;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    font-family: lato;
    letter-spacing: 2px;
    margin:0;}
.tblheading {
    display:inline-block;
    font-size: 22px;
    margin-bottom: 10px;
    font-family: roboto;
    color: #333;
}

/*New & Update*/
.scrollspy-container.newupdate{position: relative;
    background: #e2e2e2;}
	
.updatedata {
    background: #fff;
    padding: 30px;
    width: 70%;
    margin: 0 auto;
}
.views_year {
    font-size: 14px;
    margin: 0;
    padding: 0; color:#9a9494; margin-left:10px;
}
.views_year li{ display:inline-block;}
.views_year > li:not(.shareLink):not(:first-child)::before {
    content: '/'; padding:0 5px;
}
.btm_st{ background:#eee; padding:5px; width:100%; display:inline-block; margin-top:10px;}
.p_time{ float:left;}

.icon-bar {
  /*position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/ float:left;
}

.icon-bar a {
    display: inline-block;
    text-align: center;
    padding: 0 6px;
    transition: all 0.3s ease;
    color: white;
    font-size: 14px;
    float: left;
    margin-left: 5px; width:25px;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.share_icon{ float:right;}
.share_icon .txt {
    font-size: 13px;
    color: #424242;
    padding: 0 5px; font-weight:500; font-family:roboto; float:left;
}
.star_m{ display:none;}
.allratingM {
    margin-bottom: 30px;
    border-bottom: 3px solid #eee;
    padding-bottom: 15px;
}
.allratingM .allratL .fr {
    float: left;
    height: 150px;
	width:100%;
    /*width: 150px;*/
    margin-right: 20px;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 2px; position:relative;
}
.allratingM .allratL .fr img{ position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); border-radius:0px;}
.rating-detail .allratingM {
    margin: 0;
}
.allratingM .allratL {
    width: 20%;
    float: left;
    margin-right: 3%;
}

.allratingM .allratR {
    float: right;
    font-size: 13px;
    width: 75%;
}
.allratingM .allratR .fr {
    float: left;
    font-size: 14px;
    margin-bottom: 4px;
    color: #424242;
    display: table;
    font-weight: 500; width:100%;border-bottom: 1px solid #ccc;

}
.allratingM .allratR .fr .rName {
    color: #424242;
    display: table-cell;
    padding: 0 2px 0 0;
    position: relative;
    right: 0;
    vertical-align: middle;
    float: none;
    top: 0;
}
.allratingM .allratR .dtyr {
    color: #ed1c25;
    font-size: 13px; margin-top:-28px;
}
.allratingM .allratR .sec {
    float: left;
    clear: left;
    width: 100%;
    padding-bottom: 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
    color: #6d6d6d;
}



/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}