*
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body
{
	font-size: 16px;
	color: #000;
}

a
{
	text-decoration: none;
	transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.lap_section
{
	width: 100%;
	float: left;
}

.lap_inside
{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

.lap_banner
{
	background: rgba(0, 0, 0, 0) url("images/banner_img_1.png") repeat scroll center center;
	float: left;
	width: 100%;
	background-size: cover;
}

.lap_top_wraper
{
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.top_lago_main_cvr
{
    width: 100%;
    float: left;
}

.lap_top_sml_logo
{
	display: block;
	float: left;
	max-width: 95px;
	padding: 5px 0;
}

.lap_top_sml_logo img
{
	max-width: 100%;
	vertical-align: middle;
}

.lap_top_lrg_logo
{
	display: block;
	float: right;
	max-width: 180px;
	padding: 15px 0;
	display: none;	
}

.lap_lrglogo_toggle_cvr
{
	width: 30%;
	float: right;
}

.lap_top_lrg_logo img
{
	max-width: 100%;
	vertical-align: middle;
	margin-top: 13px;
}

.lap_toggle
{
	background: url(images/lap_toggle.png) no-repeat scroll center center;
	width: 35px;
	height: 35px;
	cursor: pointer;
	float: right;
	margin-top: 9px;
}

.lap_main_bg_inner
{
	width: 100%;
	float: left;
	padding-top: 100px;
}

.lap_bnr_text_part
{
	width: 100%;
	float: right;	
}

.lap_bnr_btn
{
	float: right;
	background: #ee0000;
	display: none;
}

.lap_bnr_btn a
{
	color: #fff;
	font-family: Opensans-Regular;
	font-size: 14px;
	text-align: center;
	display: block;
	padding: 10px 20px;
	text-transform: uppercase;
}

.lap_bnr_btn a:hover,.lap_news_btn a:hover
{
	color: #000;
	background: #fff;
	transition: all 0.5s;
}

.lap_bnr_text
{
	background: #191919 none repeat scroll 0 0;
	float: left;
	padding: 10px 0 10px 20px;
	width: 100%;
	display: none;
}

.lap_bnr_text p
{
	font-family: Opensans-Semibold;
	font-size: 12px;
	color: #fff;
	padding: 0;
}

.lap_bnr_text h1
{
	font-family: Square BT-Bold;
	font-size: 35px;
	color: #fff;
	text-transform:	uppercase;
	padding: 8px 0;
}

.lap_blck_brd
{
	width: 100%;
	float: left;
	background: #000;
	padding: 10px 0;	
}

.lap_news_wraper
{
	width: 100%;
	float: left;
	background: #191919;	
}

.lap_news_cvr
{
	width: 100%;
	float: left;	
}

.lap_news_head_cvr
{
	width: 100%;
	float: left;
	background: #191919;	
}

.lap_news_head_text
{
	float: left;	
}

.lap_news_head_text h1
{
    background: #fff none repeat scroll 0 0;
    color: #000;
    display: block;
    font-family: Abel-Regular;
    font-size: 27px;
    padding: 10px 33px 10px 10px;	
}

.lap_news_split_cvr
{
	width: 100%;
	float: left;
}

.lap_news_split
{
	width: 100%;
	float: left;
	position: relative;
}


.lap_news_split:last-child
{
	float: right;
}

.lap_news_split_img_box
{
	width: 100%;
	border-top: 4px solid #ee0000;
	float: left;
	height: 226px;
}

.first_bg_img
{
    background: rgba(0, 0, 0, 0) url("images/lap_news_img_2.png") repeat scroll center center;
	background-size: cover;
}

.second_bg_img
{
    background: rgba(0, 0, 0, 0) url("images/lap_news_img_4.png") repeat scroll center center;
    background-size: cover;
}

.third_bg_img
{
    background: rgba(0, 0, 0, 0) url("images/lap_news_img_3.png") repeat scroll center center;
    background-size: cover;
}

.fourth_bg_img
{
    background: rgba(0, 0, 0, 0) url("images/lap_news_img_5.png") repeat scroll center center;
    background-size: cover;
}

.lap_news_content_box 
{
	bottom: 0;
	float: left;
	left: 0;
	margin-top: 40px;
	position: absolute;
	width: 100%;
}

.lap_news_btn
{
	float: right;
}

.lap_news_btn a
{
	color: #fff;
	font-family: Opensans-Regular;
	font-size: 14px;
	text-align: center;
	display: block;
	padding: 10px 20px;
	text-transform: uppercase;
	background: #ee0000;
}

.lap_news_content
{
	background-color: rgba(0, 0, 0, 0.6);
	float: left;
	width: 100%;
	padding: 10px 0;
}

.lap_news_content h2
{
	font-family: Abel-Regular;
	font-size: 18px;
	color: #fff;
	padding: 5px;
	text-transform: uppercase;		
}

.lap_news_content p
{
	font-family: DroidSans-Regular;
	font-size: 13px;
	color: #adadad;
	padding: 5px;
	font-weight: 200;	
}

.blck_bg
{
	background: #191919;
	padding: 30px 0;	
}

.lap_fix_bg_cvr
{
	width: 100%;
	float: left;
}

.lap_fix_content_cvr
{
	background: url(images/main_bnr.png) no-repeat fixed center center;
	float: left;
	background-size: cover;
}

.lap_fix_content
{
	width: 100%;
	float: left;
}

.lap_fix_content h1
{
	font-family: Abel-Regular;
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin-top: 50px;
}

.lap_fix_content p
{
	font-family: Droidsans-Regular;
	color: #d3d3d3;
	font-size: 13px;
	text-align: center;
	margin-top: 10px;
}

.lap_fix_btn
{
	display: table;
	margin: 20px auto;
}

.lap_fix_btn a
{
	font-family: Opensans-Regular;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	padding: 10px 20px;
	background: #ee0000;
	color: #fff;
}

.lap_abt_map_main_cvr
{
	width: 100%;
	float: left;
}

.lap_abt_section
{
	width: 100%;
	float: left;
}

.lap_abt_section h1
{
	font-family: Abel-Regular;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}

span.red_text
{
	font-family: Droidsans-Regular;
	font-size: 13px;
	color: #ff4848;
}

.lap_abt_section p
{
	font-family: Droidsans-Regular;
	font-size: 13px;
	color: #b9b9b9;
	margin: 15px 0;
}

span.link
{
	color: #ee0000;
}

.lap_map_section
{
	border: 2px solid #eee;
	width: 100%;
	float: left;
	height: 220px;
}

.lap_dealer_cvr
{
	width: 100%;
	float: left;
}

.lap_dealer_head_box
{
	width: 100%;
	float: left;
	background: #000;
}

.lap_dealer_head_box h1
{
	color: #fff;
	font-family: Abel-Regular;
	font-size: 22px;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
}

span.dealer_big
{
	font-size: 44px;	
}

.lap_dealer_logo_section
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #000;
    float: left;
    padding: 11px 0;
    width: 100%;
}

.lap_dealer_logo_split
{
	width: 100%;
	float: left;	
}

.lap_dealer_logo_img_one
{
	display: block;
	margin: 6px auto;
	max-width: 253px;
	
}

.lap_dealer_logo_img_one img
{
	width: 100%;
	vertical-align: middle;
}

.lap_contact_split_cvr
{
	width: 100%;
	float: left;
}

.lap_contact_split
{
	width: 100%;
	float: left;
	margin-bottom: 15px;
	background: #000;	
}

.lap_contact_split_icn
{
	margin: 0 auto;
	float: left;
	display: block;
	max-width: 60px;
}

.lap_contact_split_icn img
{
	width: 100%;
	vertical-align: middle;
}

.lap_contact_split p
{
	color: #fff;
	float: left;
	font-family: Abel-Regular;
	font-size: 18px;
	margin-left: 10px;
	margin-top: 6px;
	text-transform: uppercase;
}

.last_split
{
	padding: 17px 10px;	
}

span.sml_text 
{
	float: left;
	margin-top: 10px;
	text-transform: none;
}

.footer_bg
{
	background: #000;
}

.lap_logo_social_cvr
{
	width: 100%;
	float: left;	
}

.lap_ftr_logo
{
	display: block;
	margin: 20px auto;
	max-width: 139px;	
}

.lap_ftr_logo img
{
	width: 100%;
	vertical-align: middle;
}

.lap_ftr_social_cvr
{
	display: table;
	margin: 0 auto;
}

.soc_fb,.soc_ytube,.soc_twr
{
	max-width: 42px;
	float: left;
	display: block;
	margin-right: 15px;
}

.soc_fb img,.soc_ytube img,.soc_twr img
{
	width: 100%;
	vertical-align: middle;	
}

.lap_copy_cvr
{
	width: 100%;
	float: left;
	padding: 10px 0;
	border-bottom: 4px solid #ee0000;
}

.lap_copy_cvr p
{
	font-family: Opensans-Light;
	font-size: 13px;
	text-align: center;
	color: #6e6e6e;
}

.g_map 
{
	height: 100%;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	box-shadow: inset 0 0 10px #fff;
}

.lap_light_box
{
	background: rgba(0, 0, 0, 0) url("images/lightbox_bg.jpg") repeat scroll 0 0;
	cursor: url("images/cursor.png"), auto;
	float: left;
	height: 100%;
	left: 0;
	text-align: center;
	top: 0;
	width: 100%;
	background-size: cover;
	display: none;
	
}

.lap_light_close {
  display: block;
  float: right;
  margin: 0 auto;
  max-width: 23px;
}

.lap_light_close img
{
	width: 100%;
	vertical-align: middle;
}

.lap_light_top_cvr
{
	width: 100%;
	float: left;
	padding: 20px 0;
	cursor: pointer;
}

.lap_light_nav_cvr
{
	width: 100%;
	float: left;
}

.light_icon_split
{
	cursor: url("images/cursor.png"), auto;
	float: left;
	padding: 5px;
	width: 50%;
	height: 160px;
}

.light_icon_img
{
	display: block;
	margin: 0 auto;
	max-width: 92px;
}

.light_icon_img img
{
	width: 100%;
	vertical-align: middle;
}

.light_icon_split h1
{
	font-family: Abel-Regular;
	font-size: 15px;
	color: #cfcfcf;
	text-transform: uppercase;
	margin-top: 20px;
	text-align: center;
	display: block;
}

.lap_light_split_cvr
{
	width: 75%;
	margin: 0 auto;
	padding-top: 10px;
}

.lap_light_box_social_wraper
{
	display: table;
	margin: 0 auto;
	padding-bottom: 50px;
}

.lap_light_box_social_cvr
{
	margin: 0 auto;
	padding-top: 70px;
	display: none;
	float: left;
}

.light_fb,.light_ybe,.light_twr
{
	max-width: 54px;
	display: block;
	margin: 0 auto;
	float: left;
	margin: 0 20px;
}

.light_fb img,.light_ybe img,.light_twr img
{
	width: 100%;
	vertical-align: middle;
}

.lap_mob_nav
{
	display: none;
	float: left;
	left: 0;
	margin-top: 58px;
	position: absolute;
	width: 100%;
	z-index: 99;
}

.lap_mob_nav ul
{
	margin: 0;
	padding: 0;
}

.lap_mob_nav ul li
{
	list-style: none;
}

.lap_mob_nav ul li a
{
	font-family: Abel-Regular;
	font-size: 20px;
	text-align: center;
	color: #fff;
	display: block;
	text-transform: uppercase;
	padding: 10px 20px;
	background: #000;
}

.lap_mob_nav ul li a:hover
{
	background: #ee0000;
}


.slick-slider-cover {
	width: 100%;
	overflow: hidden;
}

.slick-slider-cover .my-slider {
	margin-bottom: 0px !important;
}

.slick-slider-cover .slick-slide
{
	cursor:move;
	position:relative;
}

.slick-slider-cover .slick-slide img {
	max-width: 100%;
	vertical-align: middle;
	margin: 0;
}

.slick-slider-cover .slick-next,
.slick-slider-cover .slick-prev {
	height: 50px;
	display: block;
	width: 50px;
	z-index:100;
}
.slick-slider-cover .slick-next
{
	right:0;
}
.slick-slider-cover .slick-prev
{
	left:0;
}

.myslider_slides
{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.myslide_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display:table;
}
.slide_inner {
	vertical-align: middle;
	display: table-cell;
	padding:0px 90px;
}

.slick-prev::before, .slick-next::before {
  color: white;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  display: none;
}



.abt_page_image_cvr 
{
	width: 100%;
	float:  left;
	margin-bottom: 20px;
}

.abt_page_img
{
	display: block;
	margin: 0 auto;
	max-width: 443px;		
}

.abt_page_img img
{
	width: 100%;
	vertical-align: middle;
}

.abt_page_content 
{
	float: left;
	width: 100%;
}

.lap_about_banner
{
	background: rgba(0, 0, 0, 0) url("images/about_bg.png") repeat scroll center center / cover ;
	float: left;
	width: 100%;
}

.abt_bg_inner
{
	padding-top: 100px;
}

.lap_contact_cvr
{
	float: left;
	width: 100%;
	margin-top: 18px;
}

.cnt_name,.cnt_mail,.cnt_phone
{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  color: #fff;
  display: block;
  float: left;
  font-family: Abel-Regular;
  font-size: 16px;
  padding: 8px;
  width: 100%;
  margin-bottom: 25px;
}

.cnt_message
{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #b0b0b0;
	border-radius: 5px;
	color: #fff;
	display: block;
	float: left;
	font-family: Abel-Regular;
	font-size: 16px;
	margin-bottom: 25px;
	padding: 8px 8px 25px;
	width: 100%;
}

.cnt_btn
{
	background: #ee0000 none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: Opensans-Regular;
	font-size: 14px;
	margin: 0 auto 20px;
	padding: 10px 37px;
	text-transform: uppercase;
}

.loader
{
	width:100%;
	height:100%;
	position:fixed;
	background-color:#111;
	top:0;
	left:0;
	z-index:999;
}
.load_img
{
height: 70px;
left: 50%;
margin-left: -71.5px;
margin-top: -22.5px;
position: absolute;
top: 50%;
width: 139px;
}
.load_img img
{
	height:70px;
	vertical-align:middle;
}

.abt_page_cvr ul 
{
  float: left;
  width: 100%;
}

.abt_page_cvr ul li 
{
  list-style-image: url("images/abt_list_image.png");
  margin-left: 27px;
}

.abt_page_cvr ul li a
{
    color: #fff;
    font-family: Abel-Regular;
    font-size: 18px;
    display: block;
    padding: 10px;
}

.abt_page_cvr ul li a:hover
{
    color: #ee0000;
}

.lap_abt_test_cvr 
{
    background: rgba(0, 0, 0, 0) url("images/abt_test_bg.png") no-repeat scroll center center;
    float: left;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    border-radius: 0 0 8px 8px;
}

.lap_abt_test_cvr h1
{
    font-family: Abel-Regular;
    font-size: 20px;
    color: #ee0000;
    margin-bottom: 10px;
}

.abt_test_image 
{
  max-width: 81px;
  margin: 0 auto;
  display: block;
}

.abt_test_image img
{
    width: 100%;
    vertical-align: middle;
}

.abt_test_para 
{
  padding: 20px 0 0;
  text-align: center;
  width: 98%;
  margin: 0 auto;
}

.abt_test_para p
{
color: #b9b9b9;
font-family: Droidsans-Regular;
font-size: 15px;
line-height: 27px;
margin: 15px 0;
}

.abt_test_para h2
{
    color: #fff;
font-family: Abel-Regular;
font-size: 20px;
text-transform: uppercase;
}

.abt_test_para h3
{
    color: #cecece;
font-family: Opensans-Regular;
font-size: 12px;
}

.abt_test_btn 
{
  display: table;
  margin: 0 auto;
}

.abt_test_btn a
{
    display: block;
    font-family: Opensans-Regular;
    font-size: 15px;
    padding: 10px 56px;
    text-transform: uppercase;
    background: #ee0000;
    color: #fff;
    border-radius: 0 0 8px 8px;
}

.abt_test_btn a:hover
{
    color: #000;
    background: #fff;
}

.lap_testi_cvr
{
    width: 100%;
    float: left;
}

.lap_testi_cvr h1
{
    color: #fff;
    font-family: Abel-Regular;
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.lap_test_split_cvr {
  width: 100%;
  float: left;
}

.lap_testi_split {
border: 1px solid #7e7e7e;
float: left;
padding: 5px;
width: 100%;
border-radius: 5px;
margin-bottom: 10px;
}

.lap_testi_split_image 
{
display: block;
margin-top: 15px;
max-width: 81px;
}

.lap_testi_split_image img
{
    width: 100%;
    vertical-align: middle;
}

.lap_testi_split p
{
    color: #b9b9b9;
font-family: Droidsans-Regular;
font-size: 15px;
line-height: 27px;
margin: 15px 0;
}

.lap_testi_split h2 
{
  color: #fff;
  font-family: Abel-Regular;
  font-size: 20px;
  text-transform: uppercase;
}

.lap_testi_split h3 
{
  color: #cecece;
  font-family: Opensans-Regular;
  font-size: 12px;
  margin-bottom: 10px;
}

.lap_brand_cvr {
  float: left;
  width: 100%;
}

.lap_brand_cvr h1
{
color: #fff;
font-family: Abel-Regular;
font-size: 30px;
margin-bottom: 15px;
text-transform: uppercase;
}

.lap_brand_split_cvr {
  float: left;
  width: 100%;
}

.lap_brand_split {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
}

.lap_brand_left {
  width: 100%;
  float: left;
  display: none;
}

.lap_brnad_split_right {
  float: left;
  width: 100%;
}

.brand_logo {
  display: block;
  max-width: 235px;
}

.brand_logo img
{
    width: 100%;
    vertical-align: middle;
}

.brand_content
{
    width: 100%;
    float: left;
}

.brand_content h2
{
    color: #000;
    font-family: Abel-Regular;
    font-size: 18px;
}

.brand_content p
{
    color: #000;
    font-family: Droidsans-Regular;
    font-size: 15px;
    line-height: 27px;
    margin: 15px 0;    
}

.bg_color_1
{
    background: #dfebf5;
}

.bg_color_2
{
    background: #e1f0f5;
}

.bg_color_3
{
    background: #fdece6;
}

.bg_color_4
{
    background: #dfe1e4;
}

.bg_color_5
{
    background: #efe8df;
}

.bg_color_6
{
    background: #dfebf5;
}

.bg_color_7
{
    background: #bebdbe;
}

.bg_color_8
{
    background: #efe1d8;
}

.bg_color_9
{
    background: #e8e4dd;
}

.bg_color_10
{
    background: #fdebde;
}

.bg_color_11
{
    background: #eff5f9;
}

.bg_color_12
{
    background: #e1f2fd;
}

.bg_color_13
{
    background: #f2f1f0;
}

.bg_color_14
{
    background: #e7f5fb;
}

.bg_color_15
{
    background: #cee7e1;
}

.bg_color_16
{
    background: #e7f5fb;
}

.bg_color_17
{
    background: #fff8cd;
}

.bg_color_18
{
    background: #f7f1e2;
}

.bg_color_19
{
    background: #fde9e6;
}

.bg_color_20
{
    background: #ddeff0;
}

.bg_color_21
{
    background: #eeeff3;
}

.brand_sml_logo {
  display: block;
  max-width: 320px;
}

.brand_sml_logo img
{
    width: 100%;
    vertical-align: middle;
}

#contact-form > div {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-radius: 5px;
color: #fff;
display: none;
float: left;
font-family: Abel-Regular;
font-size: 15px;
padding: 12px;
width: 100%;
border: 1px solid #ee0000;
}


.lap_wheel_logo_cvr {
    width: 100%;
    float: left;
    padding-bottom: 174px;
}
.lap_wheel_logo_holder
{
    border: 1px solid #303030;
    cursor: pointer;
    float: left;
    margin: 0 1% 10px;
    padding: 3px;
    position: relative;
    width: 48%;
    border-radius: 5px;
}

.lap_wheel_logo_holder  img {
  width: 100%;
  vertical-align: middle;
}

/* Tooltip */


.wheel_tooltip {
  background-color: #000;
  padding: 20px;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  pointer-events:none;
  cursor:default;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index:90;
  display:none;
}
.wheel_tooltip::after {
  border-color: transparent transparent #fff Transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
  display: block;
  left: 20px;
  position: absolute;
  top: -19px;
}
.wheel_tooltip::before {
  border-color: transparent transparent #ccc Transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
  display: block;
  left: 20px;
  position: absolute;
  top: -20px;
}
.wheel_tooltip p {
  color: #9b9b9b;
  font-family: DroidSans-Regular;
  font-size: 15px;
  line-height: 23px;
}

.lap_brand_logo_cvr {
  float: left;
  width: 100%;
}



.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #ee0000;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.dot_cvr 
{
  bottom: 35px;
  display: table;
  left: 45%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  display: none;
}






















/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index: 99;
}

/* Inner */
.popup-inner {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgb(0, 0, 0);
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}

.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}

.popup-inner h2 {
  color: #ee0000;
  font-family: abel-regular;
  font-size: 15px;
  line-height: 23px;
}

.popup-inner p {
  color: #505050;
  font-family: DroidSans-Regular;
  font-size: 13px;
  line-height: 18px;
  margin-top: 10px;
}
