/*********************
  general items
*********************/
* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
ul, ol {
	padding: 0 0 20px 20px;
}
p {
	padding-bottom: 20px;
}
a {
	color: #3A84AD;
}
a:focus {
	outline: 0;
}
a img {
	border: 0;
}
fieldset {
	border: 0;
}
html {
	font: .627em "HelveticaNeue", Helvetica, Arial, sans-serif;
}
body {
	text-align: center;
	color: #333;
	background: #EFEFEF;
}
#container {
	width: 100%;
	text-align: left;
}
.fpo {text-align: center;}

/*fonts*/
@font-face {
	font-family: 'OswaldLight';
	src: url('../fonts/Oswald/Oswald-Light-webfont.eot');
	src: url('../fonts/Oswald/Oswald-Light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Oswald/Oswald-Light-webfont.woff') format('woff'),
		 url('../fonts/Oswald/Oswald-Light-webfont.ttf') format('truetype'),
		 url('../fonts/Oswald/Oswald-Light-webfont.svg#OswaldLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OswaldBook';
	src: url('../fonts/Oswald/Oswald-Regular-webfont.eot');
	src: url('../fonts/Oswald/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Oswald/Oswald-Regular-webfont.woff') format('woff'),
		 url('../fonts/Oswald/Oswald-Regular-webfont.ttf') format('truetype'),
		 url('../fonts/Oswald/Oswald-Regular-webfont.svg#OswaldBook') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OswaldBold';
	src: url('../fonts/Oswald/Oswald-Bold-webfont.eot');
	src: url('../fonts/Oswald/Oswald-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Oswald/Oswald-Bold-webfont.woff') format('woff'),
		 url('../fonts/Oswald/Oswald-Bold-webfont.ttf') format('truetype'),
		 url('../fonts/Oswald/Oswald-Bold-webfont.svg#OswaldBold') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*  header & footer */
#header {
	float: left;
	display: block;
	position: relative;
	z-index: 100;
	width: 100%;
	min-width: 320px;
	height: 50px;
	background: #3C3C3C;
}
a#logo {
	float: left;
	display: inline;
	position: absolute;
	z-index: 2;
	padding: 14px 50px 16px 10px;
}
a#logo img {
	display: block;
}

/*navigation*/
ul#nav {
	float: left;
	display: inline;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
ul#nav li {
	float: right;
	display: inline;
	height: 50px;
	border-left: 1px solid #222;
	background: #3C3C3C;
}
ul#nav li a {
	float: left;
	display: inline;
	height: 50px;
	border-left: 1px solid #505050;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 40px;
	background: url(../images/nav-bgr.png) no-repeat 50% 67%;
	font-family: 'HelveticaNeue-CondensedBold', Helvetica, Arial;
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
	color: #FFF;
}
ul#nav li#resources-nav a {width: 108px;}
ul#nav li#login-nav a	  {width:  71px;}

ul#nav li#resources-nav.active a {background-color: #F6921E; border-left: 1px solid #F6921E;}
ul#nav li#login-nav.active a	 {background-color: #3C84AF; border-left: 1px solid #3C84AF;}

/*dropdown*/
.dropdown {
	display: none;
	width: 100%;
	position: absolute;
	z-index: 100!important;
	top: 50px;
	left: 0px;
}

#content .dropdown {
	top: 100px;
}
#content .activity-dropdown {
	top: 50px;
}
.dropdown ul.subnav {
	display: block;
	position: static;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.dropdown ul.subnav li {
	clear: both;
	display: block;
	width: 100%;
	border-left: 0;
	background: transparent;
}
.dropdown ul.subnav li a,
.dropdown ul.subnav li.current a {
	display: block;
	clear: both;
	padding: 8px 10px;
	min-height: 34px;
	border: 1px solid #D67D18;
	border-width: 0 0 1px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	line-height: auto;
	color: #fff;
	font-family: .627em Arial, Verdana, Helvetica, sans-serif;
	background: #F6921E;
}
.dropdown ul.subnav li.current a {background: #F6921E!important;z-index:2;}
.login-dropdown ul.subnav li a {
	border: 1px solid #2E6A8C;
	border-width: 0 0 1px;
	background: #3C84AF;
}
.dropdown ul.subnav li a {
	display: block;
}
.dropdown ul.subnav li a,
.dropdown ul.subnav li.current a {
	font-family: "OswaldBook", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	color: #FFF;
}
.dropdown ul.subnav li a {
	line-height: 35px;
}
.dropdown ul.subnav li a span.subnav-content {
	font-family: "HelveticaNeue", Helvetica, Arial;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: normal;
	color: #FFF;
}
/*
.resources-dropdown ul.subnav li:nth-child(even) a {
	background-color: #E18419;
}
.login-dropdown ul.subnav li:nth-child(even) a {
	background-color: #327296;
}
*/
.subnav-2 .close-btn,
.conversion-chart-dropdown .subnav-2 .close-btn,
.close-btn,
.recalculate-btn {
	display: block;
	clear: left;
	width: 100%;
	height: 50px;
	border: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 50px;
	font-family: "HelveticaNeue-CondensedBold",Helvetica,Arial;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;
	background: #3C3C3C;
}
span.close-ico {
	padding-right: 16px;
	background: url(../images/close-ico.png) no-repeat center right;
}

.conversion-chart-dropdown ul.subnav li a {
	display: block;
	color: #333;
}
#content a.close-btn {
	padding: 0;
}
.conversion-chart-dropdown ul.subnav li a span.subnav-heading,
.activity-dropdown ul.subnav li a span.subnav-heading {
	font-family: "HelveticaNeue-bold", Helvetica, Arial;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	line-height: 14px;
	color: #333;
}
.activity-dropdown ul.subnav li a span.subnav-heading {color: #fff;}

/*conversion-chart-dropdown*/
.conversion-chart-dropdown {
	float: left;
	clear: left;
	position: absolute;
	width: 100%;
	height: 50px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	background: #F6921E;
}
.conversion-chart-dropdown ul.subnav li a {
	background-color: #EFEFEF;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
}
.heading-wrapper {
	float: left;
	clear: left;
	width: 100%;
	height: 50px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	background: #F6921E;
}
.heading-wrapper h1 {
	float: left;
	display: inline;
	margin-right: -10px;
}
.heading-wrapper ul.hw-nav {
	float: right;
	display: inline;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.heading-wrapper ul.hw-nav li {
	float: left;
	display: inline;
	padding: 0;
	height: 50px;
	list-style-type: none;
	border-left: 1px solid #F67832;
}
.heading-wrapper ul.hw-nav li a {
	float: left;
	display: inline;
	width: 71px;
	border-left: 1px solid #F9B362;
	font-family: "HelveticaNeue-CondensedBold", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	height: 50px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background: url("../images/nav-bgr.png") no-repeat scroll 50% 67% transparent;
}
.heading-wrapper ul.hw-nav li.active {
	border-left: 1px solid #E18419;
}
.heading-wrapper ul.hw-nav li.active a {
	border-left: 1px solid #E18419;
	background: #E18419 url("../images/nav-bgr.png") no-repeat scroll 50% 67%;
}
.activity-dropdown ul.subnav li:nth-child(odd) a {
	background-color: #E18419;
}

/*PDU iD*/
.clb {clear: both;}

#pdu-id {
	clear: left;
	position: relative;
	background: #EFEFEF;
}
#pdu-id .pdu-items {
	width: 100%;
}
#pdu-id .item-id {
	display: none;
	position: relative;
	height: auto;
	padding: 10px;
}
#pdu-id .item-id:first-child {
	display: block;
}
.pdu-id-heading {
	text-align: center;
	position: relative;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
.pdu-content {
	padding-top: 20px;
	border-top: 1px solid #F9F9F9;
}
.id-top,
.id-num {
	display: block;
}
.id-top {
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	font-family: "OswaldBook", sans-serif;
	color: #999;
}
.id-num {
	position: relative;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #999;
	font-family: "OswaldBold", sans-serif;
}
.pdu-id-controls {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.prev,
.next {
	float: left;
	display: inline;
	position: absolute;
	z-index: 10;
	top: 57px;
	width: 50px;
	padding-top: 50px;
	height: 0;
	overflow: hidden;
	background: url(../images/sprites.png) no-repeat 0 0;
}
.prev {
	left: 0;
	background-position: -50px 0;
}
.next {
	right: 0;
}

/*scrollable*/
.scrollable {
	float: left;
	clear: left;
	position: relative;
	height: 165px;
	width: 100%;
	overflow: hidden;
	background: #fff url(../images/featured-bgr.png) no-repeat bottom right;
	background-position: fixed;
}
.items {
	position: absolute;
	width: 100%;
	height: 165px;
}
.items .item {
	display: none;
	float: left;
	position: relative;
	width: 100%;
	height: 165px;
}

.item-1 {background: url(../images/people-1.png) no-repeat bottom right;}
.item-2 {background: url(../images/people-2.png) no-repeat bottom right;}




.items .item:first-child {
	display: block;
}
.featured-content {
	float: left;
	padding: 22px 0 0 22px;
	width: 64%;
}
.featured-content span {
	float: left;
	clear: left;
	display: block;
}
.featured-content span.blue-thin {
	margin-right: -30px;
	font-family: "OswaldBook", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	color: #3B84AE;
}
.featured-content span.orange-bold {
	font-family: "OswaldBold", Helvetica, Arial;
	font-weight: 500;
	font-style: normal;
	font-size: 31px;
	line-height: 33px;
	text-transform: uppercase;
	color: #F6921E;
}

.featured-content span.orange-bold2 {
	font-family: "OswaldBold", Helvetica, Arial;
	font-weight: 500;
	font-style: normal;
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	color: #F6921E;
}
.featured-content span.blue-normal {
	width: 180px;
	font-family: "HelveticaNeue-bold", Helvetica, Arial;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	color: #3B84AE;
}
#featured-slider a {
	text-decoration: none;
}

/*content*/
#content {
	clear: both;
	position: relative;
	font-size: 11px;
	font-family: "HelvecticaNeue", Helvetica, Arial, sans-serif;
}
#content p,
#content ul {
	line-height: 16px;
}

#content h1,
#content .help-popup h2.subheading {
	display: block;
	clear: both;
	padding: 6px 10px;
	min-height: 34px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	line-height: auto;
	font-family: "OswaldBook", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 38px;
	color: #FFF;
	background: #F6921E;
}
#content .help-popup h2.subheading {
	margin-bottom; 0;
}
.help-popup {
	display: none;
	clear: both;
	width: 100%;
	position: absolute;
	z-index: 20;
	top: 50px;
}
#content h2 {
	font-family: "HelveticaNeue-bold", Helvetica, Arial;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	color: #3B84AE;
	margin-bottom: 13px;
}
#content .help-popup h2.subheading {
	margin-bottom: 0;
}
.content-inner {
	clear: both;
	padding: 20px 10px 10px;
	font-size: 12px;
	background: #EFEFEF;
}

/*pdu calculator*/
body.pdu-calculator {
	background: #999;
}
body.calculated {
	background: #F59D1D;
}
.calculator-heading {
	clear: left;
	position: relative;
	padding: 8px 10px;
	min-height: 34px;
	background: #EFEFEF;
	border-bottom: 1px solid #8E8E8E;
}
.calculator-heading .subnav-content {
	color: #999;
}
.help-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	padding-top: 50px;
	height: 0;
	overflow: hidden;
	background: url(../images/help-btn.png) no-repeat 50% 50%;
}
.ac-inner .help-btn {
	position: absolute;
	z-index: 20;
	top: 12px;
	left: 22px;
	width: 30px;
	padding-top: 30px;
}
#content .calculator-heading h1 {
	font-family: "HelveticaNeue-bold", Helvetica, Arial;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	font-style: normal;
	min-height: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	color: #999;
	background: transparent;
}
.ceu-hours,
.calculate {
	float: left;
	position: relative;
	clear: left;
	width: 100%;
	border-bottom: 1px solid #fff;
}
.calculate {
	clear: both;
	position: relative;
	text-align: center;
	padding-top: 50px;
	min-height: 170px;
	border-bottom: 0;
	background: #C7C7C7 url(../images/results-bgr.png) repeat-x top left;
}
.calculate .num-value {
	padding-top: 0;
	font-size: 75px;
	line-height: 66px;
}
.calculate.active {
	background: #F59D1D;
}
.calculate .default-value {
	position: static;
	display: block;
	font-size: 50px;
	font-weight: 400;
	line-height: normal;
	font-style: normal;
	text-transform: uppercase;
	font-family: "OswaldBook", Helvetica, Arial, sans-serif;
	color: #999;
	background: transparent;
}
.calculate .value {
	position: static;
	display: block;
	font-size: 50px;
	font-weight: 400;
	line-height: normal;
	font-style: normal;
	font-family: "OswaldBook", Helvetica, Arial, sans-serif;
	color: #fff;
}
.calculate .value .type {position:static;margin:0;}

.ceu,
.hours {
	float: left;
	display: inline;
	position: relative;
	text-align: center;
	width: 50%;
	height: 120px;
}
.default-value {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	font-weight: 400;
	font-size: 31px;
	line-height: 120px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
	font-family: "OswaldBook", Helvetica, Arial, sans-serif;
	background: #C7C7C7 url(../images/cal-gradient.jpg) repeat-x bottom left;
}
.ceu .inner-grad {
	display: block;
	width: 100%;
	height: 120px;
	background: url(../images/ceu-bgr.gif) repeat-y top right;
}
.ceu .inactive .inner-grad,
.hours .inactive .inner-grad {
	background: none;
}
.hours .inner-grad  {
	display: block;
	width: 100%;
	height: 120px;
	background: url(../images/hours-bgr.gif) repeat-y top left;
}

.num-value {
	padding-top: 30px;
	display: block;
	font-family: "OswaldBold", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 46px;
	line-height: 46px;
	letter-spacing: -3px;
	color: #FFF;
	min-height: 46px;
}
.type {
	position: absolute;
	top: 83px;
	left: 50%;
	display: block;
	font-family: "OswaldBook", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	color: #FFF;
}
.ceu .type   {margin-left: -13px;}
.hours .type {margin-left: -24px;}

.ceu-hours .active {
	color: #fff;
	background: #F5911D url(../images/orange-gradient.jpg) repeat-x bottom left;
}

.ceu-hours .active .default-value,
/*.ceu-hours .value,*/
.calculate.active .default-value,
.calculate .value {display: none;}

.ceu-hours .active .value,
.calculate.active .value {
	display: block;
}

.ceu-hours .active .value {color: #fff;}
.ceu-hours .inactive {
	background: #1A1A1A;
	color: #171717;
}

.accredited-non {
	float: left;
	clear: left;
	width: 100%;
	height: 54px;
	border-bottom:1px solid #8E8E8E;
	background: #ccc;
}
.ac-inner {
	position: relative;
	width: 320px;
	height: 54px;
	margin: 0 auto;
}
.accredited,
.non-accredited {
	float: left;
	display: inline;
	position:relative;
	z-index: 10;
	width: 110px;
	text-align: right;
	padding-right: 50px;
	color: #999;
	font-size: 11px;
	line-height: 55px;
	text-transform: uppercase;
	font-family: "OswaldBook", Helvetica, Arial, sans-serif;
}
.non-accredited {
	text-align: left;
	padding: 0 0 0 50px;
}
.accredited.active,
.non-accredited.active {
	color: #f59d1c;
  text-shadow: 0px 1px 1px #fff;
  filter: dropshadow(color=#fff, offx=0, offy=1);
}
.arrow-bgr {
	position:absolute;
	top: -1px;
	z-index: 1;
	display: block;
}
#slide-btn,
#slide-btn-2 {
	position: absolute;
	z-index: 10;
	display: block;
	width: 80px;
	height: 37px;
	top: 8px;
	left: 50%;
	margin-left: -40px;
	overflow: hidden;
}
.btn-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 37px;
	background: url(../images/button-border.png) no-repeat 0 0;
}
.btn-item {
	float: left;
	display: inline;
	display: block;
	width: 80px;
	height: 37px;
}
.btn-item img {
	float: left;
	display: inline;
	width: 40px;
	height: 37px;
}

.recalculate-btn {
	position: absolute;
	bottom: 0;
}

/*calculator inputs*/
.ceu-input:focus,
.hours-input:focus {
	outline: none;
}
.ceu-input,
.hours-input {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%!important;
	height: 120px!important;
	border: 0!important;
	padding: 0!important;
	margin: 0!important;
	background: #F5911D url(../images/orange-gradient.jpg) repeat-x bottom left;
	font-size: 46px;
	-webkit-appearance: none;
	font-family: "OswaldBold", Helvetica, Arial;
	color: #fff;
}
.off .ceu-input,
.off .hours-input {
	font-weight: 400;
	font-size: 31px;
	line-height: 120px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
	font-family: "OswaldBook", Helvetica, Arial, sans-serif;
	background: #C7C7C7 url(../images/cal-gradient.jpg) repeat-x bottom left;
}
.off-inactive .ceu-input,
.off-inactive .hours-input {
	font-weight: 400;
	font-size: 31px;
	line-height: 120px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "OswaldBook", Helvetica, Arial, sans-serif;
	background: none repeat scroll 0 0 #1A1A1A;
    color: #171717;
}
.off .type,
.off-inactive .type,
.inactive-divider {display: none;}

.btn-divider {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 50%;
	height: 120px;
	width: 1px;
	border-right: 1px solid #C4C4C4;
	margin-left: -1px;
	background: #999;
}

/*twitter feed custom styles*/
.feed-container {
	position: relative;
	z-index: 1;
	clear: left;
	width: 100%;
}
.twtr-widget {
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif!important;
	font-size: 11px!important;
}
.twtr-hd,
.twtr-ft {
	display: none!important;
	height: 0!important;
	overflow: hidden!important;
}
.twtr-timeline,
.twtr-doc {
	border-radius: 0px!important;
}
.twtr-widget .twtr-tweet {
	border-bottom: 1px solid #cccccc!important;
	border-top: 1px solid #ffffff!important;
}
.twtr-timeline {
	height: auto!important;
}
.twtr-widget .twtr-tweet-wrap {
	overflow: hidden;
	padding: 12px 8px!important;
}
.twtr-img,
.twtr-img img,
.twtr-avatar img {
	height: 40px!important;
	width: 40px!important;
}
.twtr-avatar {
	padding: 5px!important;
	width: 40px!important;
	height: 40px!important;
	background: #fff;
}
.twtr-avatar {
	display: block;
	float: left;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px 1px #cccccc;
	-moz-box-shadow: 1px 1px 1px 1px #cccccc;
	box-shadow: 1px 1px 1px 1px #cccccc;
}
#twtr-widget-1 .twtr-tweet-text,
.twtr-widget .twtr-tweet-text {
	margin-left: 60px!important;
}
#twtr-widget-1 .twtr-tweet-text p {
	font-size: 11px!important;
	line-height: 16px!important;
	padding-bottom: 3px!important;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif!important;
	font-size: 11px!important;
	color: #333333 !important;
}
#twtr-widget-1 .twtr-tweet-text p em {
	color: #efefef;
}

#twtr-widget-1 .twtr-tweet-text p em a {
	display: none;
}
#twtr-widget-1 .twtr-tweet-text p em a:first-child {
	display: inline;
}

#position {
	position: absolute;
	top: 130px;
	left: 20px;
	font-size: 35px;
	color: #ccc;
}
#position span {
	margin-right: 3px;
}
#position span.on {
	color: #f68c15;
}
.twtr-user-time {
	float: left;
	width: 100%;
	line-height: 16px;
}
.twtr-time {
	float: right;
	color: #666;
}
.twtr-name {
	font-weight: bold;
	color: #3B84AE;
	padding-right: 2px;
}
.twtr-user {
	color: #666;
}


@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

	.item-1 {
		background-image: url(../images/people-1@2x.png);
		background-size: 109px 165px;
	}
	.item-2 {
		background-image: url(../images/people-2@2x.png);
		background-size: 124px 165px;
	}
	.scrollable {
		background-image: url(../images/featured-bgr@2x.png);
		background-size: 320px 165px;
	}
	#logo {
		width: 76px;
		height: 20px;
		background: url(../images/logo@2x.png) no-repeat 10px 14px;
		background-size: 76px 20px;
	}
	a#logo img {
		display: none;
	}
	ul#nav li a {
		background-image: url(../images/nav-bgr@2x.png);
		background-size: 11px 7px;
	}
	.help-btn {
		background-image: url(../images/help-btn@2x.png);
		background-size: 20px 20px;
	}
	.arrow-bgr-wrp {
		position: absolute;
		top: -1px;
		width: 320px;
		height: 76px;
		background: url(../images/arrow2@2x.png) no-repeat 0 0;
		background-size: 320px 76px;
		z-index: 1;
	}
	.arrow-bgr-wrp img {
		display: none;
	}
	.btn-frame {
		background: url(../images/button-border@2x.png) no-repeat 0 0;
		background-size: 80px 37px;
	}
	span.close-ico {
		background: url(../images/close-ico@2x.png) no-repeat center right;
		background-size: 11px 7px;
	}

}
