﻿@charset "utf-8";

/* Compare Table */
.compare{
	width:100%;
	height:400px;
	background:#FFFFFF;
	border-collapse: collapse;
}
.compare th,
.compare td {
	padding: 4px;
	white-space: nowrap; 
	border: 1px solid #E1E1E1; 
}

.compare th {
	background:#FFFFFF;
}

.compare th img {
	width: 81px;
}

.compare th.label {
	/*background: #afafaf;*/
	background:#FFFFFF;
	font-weight:700;
	color:#333333;
	text-align:left;
}

.compare th{
	font-size: 12px;
	line-height: 14px;
	text-align: center;	
	font-weight:400;	
}

.compare th h4 {
	font-size: 12px;
	line-height: 14px;
	text-align: center;	
	color:#000;
}

.compare td {
	font-size: 12px;
	text-align: center;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 5; }
th:last-child,
td:last-child {
  padding-right: 5; }
  th, td colspan{border-right:1px solid #E1E1E1;}
thead{background: #333; color:#fff;}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modalm-dialog {
  position: relative;
  width: auto;
  margin: 50px 10px 10px 5px;
}
.modal-dialog.prdt_selector{
  position: relative;
  width: auto;
  margin: 15% 10px 10px 5px;
}
.modalm-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  width:700px;
  height:auto;
  margin:0 auto;
  padding:10px;
  border: 5px solid #fff;
  outline: none;
  z-index:999999;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modalm-content.country_popup{
  width:850px;
  margin:0 auto;
}
.modal-content.compare_popup {
  width:90%;
  padding:10px 5px;
}
.modal-content.compare_popup.small {
  width:750px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
}
.modal-header {
  float:right;
  margin-top:10px;
  margin-right:10px;
}
.modal-header .closebtn {
  color:#000000;
  cursor:pointer;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-body.compare_table{
 padding: 0 10px;
}
.modal-body .modal_img{
  display:block; 
  text-align:center;
  width:100%;
}
.modal-body .modal_img img{
  width:100%;
  border:1px solid #CCCCCC;
}
.modal_img iframe{
	width:100%;
	height:420px;
}
.modal_compare{
	width:100%;
	height:auto;
	margin:0 auto;
	background:#FFFFFF;
	overflow:hidden;
	padding:0;
}
.modal_compare .inner{
	width:100%;
	height:auto;
	margin:0 auto;
	background:#FFFFFF;
}
.modal_compare .inner iframe{
	width:100%;
	height:500px;
}

.modal_compare h4 {
	margin-bottom:20px;	
}
.modal_compare.autoscroll{
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}
.modal_compare.autoscroll .inner{
	height:auto;	
}
.modal_compare.ios{
	overflow-x:scroll;
	-webkit-overflow-scrolling: touch;
}
.modal_compare .inner.ios{
	display:inline;
}
.modal-body p{
	text-align:center;
	color:#000000;	
}
.facebook_share{
	display:block;
	text-align:center;
}

.accessories_img{
	width:400px;
	margin:0 auto;	
}

.accessories_img img{
	width:100%;
}

.accessories_title{
	font-size:40px;
	line-height:50px;
	font-weight:400;
	color:#0a4e9b;
	text-align:center;
	margin-bottom:20px;
}

.accessories_description{
	font-size:21px;
	line-height:31px;
	font-weight:500;
	color:#0a4e9b;
	font-family: 'Gudea', sans-serif;
	text-align:center;
}

.form-container{
	width:98%;
	height:500px;
	overflow-y:auto;
	padding-right:2%;	
}

.msg_us_title{
	font-size:20px;
	line-height:24px;
	font-weight:700;
	color:#0a4e9b;
	text-align:left;
	margin-bottom:20px;
	font-family: 'Gudea', sans-serif;
}

.msg_us_description{
	font-size:16px;
	line-height:20px;
	font-weight:400;
	color:#434343;
	font-family: 'Gudea', sans-serif;
	text-align:left;
}

.msg_us_form{
	width:100%;	
	border:none;
}

.msg_us_form tr td{
	padding:0;
	margin:0;
	border:none;
}

.msg_us_form tr td strong{
	font-size:16px;
	line-height:24px;
	font-weight:700;
	color:#434343;
	font-family: 'Gudea', sans-serif;
	text-align:left;
}
.msg_us_form tr td.u-full-width{
	width:95%;
	height:25px;
	padding:0 2.5%;	
}

@media all and (max-width: 1310px) { 
	.modal-content.compare_popup {
	  width:90%;
	}
	.modal-content.compare_popup.small {
	  width:750px;
	}
}
@media all and (max-width: 1100px) { 
	.modal_compare.autoscroll .inner{
		height:600px;	
	}
	.modal-body{
		width:95%;
		margin:20px auto;
		padding:0;		
	}
	.modal-body.MSG {
		margin-top: 40px;
	}
}
@media all and (max-width: 860px) { 
	.modal-content.compare_popup {
	  width:95%;
	  padding:5px;
	}
	.modal-content.compare_popup.small {
	  width:70%;
	}
	.modal_compare.autoscroll .inner{
		height:400px;	
	}
}
@media all and (max-width: 849px) { 
	.modal-content.country_popup{
	  	width:550px;
	}
}
@media (max-width: 750px) {
	.modal-content {
		width:95%;
	}
	.modal_img iframe{
		height:380px;
	}
	.modal-content.compare_popup.small {
	  width:95%;
	}
}
@media (max-width: 600px) {
	.modal_img iframe{
		height:320px;
	}
	.accessories_img{
		width:90%;
	}
	.modal-content.country_popup{
	  	width:95%;
	}
}
@media (max-width: 420px) {
	.modal_img iframe{
		width:100%;
		height:240px;
	}
}
@media (max-width: 340px) {
	.modal_img iframe{
		height:200px;
	}
}

.prdt_selector .modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  width:700px;
  height:auto;
  margin:0 auto;
  padding:10px;
  border: 5px solid #fff;
  outline: none;
  z-index:999999;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
