#brLogo
{
	max-width: 768px;
	margin: 10px auto;
}

#brLogo img { width: 100%}

#brHeader
{
	background-color: rgb(22, 155, 215);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 15px 0;
	line-height: 20px;
}

#brHeader .pageContent
{
	text-transform: uppercase;
}

#brHeader .pageContent a.active
{
	background-color: rgb(22, 155, 215);
}

#brHeader .brTextLink
{
	color: white;
	margin-right: 20px;
}

#brHeader .brQuickContact
{
	float: right;
	color: white;
	font-weight: bold;
}
/** BEGIN CONTENT **/

.btnBuyNow
{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	margin-top: 20px;
	margin-left: 17px;
	border-radius: 2px;
	background-color: rgb(22, 155, 215);
	color: white;
}

.brBoxContent
{
	padding: 20px 0;
	border-bottom: 2px dashed #999999;
}

.brBoxContent.boxFooter
{
	border-bottom: none;
	padding-bottom: 40px;
}

.title
{
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.brList .brListItem
{
	margin-bottom: 10px;
}

.brList .brListTitle
{
	height: 16px;
	line-height: 17px;
	padding-left: 25px;
	margin-bottom: 10px;
	background-image: url('../images/icon-flag.png');
	background-repeat: no-repeat;
	background-position: left 0;
}

.brList .brListInfo
{
	padding-left: 25px;
}

.brList .level_2
{
	margin-bottom: 5px;
}

.brList .level_2:last-child
{
	margin-bottom: 0;
}

.brList .level_2:before
{
	content: url('../images/circle.png');
	    margin-right: 2px;
}

.brBigTitle
{
	line-height: 1;
	margin: 20px 0 40px;
	text-transform: uppercase;
	text-align: center;
}

.brBigTitle:before,
.brBigTitle:after
{
	content: "";
	width: 106px;
	height: 2px;
	background-color: #F0F0F0;
	display: inline-block;
	vertical-align: super;
}

.brBigTitle:before
{
	margin-right: 7px;
}

.brBigTitle:after
{
	margin-left: 7px;
}

.brBoxContent.brBox5 > div
{
	margin: 0 -10px;
	margin-top: 20px;
	overflow: hidden;
}

.brTextLinkBox
{
	width: 50%;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
	background-color: #F3F4F5;
	background-clip: content-box;
}

.brTextLinkBox.fullWidth
{
	width: 100%;
	float: none;
}

.brTextLinkBox .brTextLinkItem
{
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 4px 20px;
	box-sizing: border-box;
}

.brTextLinkBox.fullWidth .brTextLinkItem > ul
{
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom: 1px solid #DCDDDE;
	padding: 6px 0;
}

.brTextLinkBox.fullWidth .brTextLinkItem:last-child > ul
{
	border: none;
	padding-bottom: 16px;
}

.brTextLinkBox .brTextLinkItem.brBoxHeading > ul
{
	border: none;
	padding: 0;
}

.brTextLinkBox .brTextLinkItem.brBoxHeading
{
	padding: 15px 20px;
	line-height: 20px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	color: white;
	font-weight: bold;
	margin-bottom: 16px;
}

.brTextLinkBox.fullWidth .brTextLinkItem.brBoxHeading
{
	background-color: rgb(22, 155, 215);
    margin-bottom: 10px;
}

.brTextLinkBox.brSvip1 .brTextLinkItem.brBoxHeading
{
	background-color: #1DA3F0;
}

.brTextLinkBox.brSvip2 .brTextLinkItem.brBoxHeading
{
	background-color: #FD4C5C;
}

.brTextLinkBox .brTextLinkItem.price
{
	line-height: 20px;
	padding: 10px 20px;
	background-color: #E5E7E8;
	text-align: center;
	margin-top: 16px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.brTextLinkBox .brTextLinkItem > ul > li
{
	display: table-cell;
	vertical-align: middle;
	width: 18px;
	padding-left: 20px;
	text-align: right;
}

.brTextLinkBox.fullWidth .brTextLinkItem .brDA,
.brTextLinkBox.fullWidth .brTextLinkItem .brPA
{
	width: 120px;
}

.brTextLinkBox.fullWidth .brTextLinkItem .brAlexa
{
	width: 140px;
}

.brTextLinkBox.fullWidth .brTextLinkItem .brPrice
{
	width: 100px;
}


.brTextLinkBox .brTextLinkItem > ul > li.brTextLinkName
{
	width: auto;
	text-align: left;
	padding-left: 0;
	font-weight: bold;
    color: #169BD7;
}

.brTextLinkBox .brTextLinkItem  h3.brTextLinkName,
.brTextLinkBox .brTextLinkItem  p
{
	text-align: center;
}

.brTextLinkBox .brTextLinkItem > ul > li.brTextLinkNameHeading
{
    color: #FFFFFF;
}

.brTextLinkBox .brTextLinkItem > ul > li.brPrice {
    color: rgb(248, 152, 41);
    font-weight: bold;
}

.brTextLinkBox .brTextLinkItem > ul > li.brPriceHeading
{
    color: #FFFFFF;
}

.brTextLinkBox .brTextLinkItem.price li
{
	display: block;
	width: auto;
	padding-left: 0;
}

.brTextLinkBox .brTextLinkItem.price img
{
	margin-right: 10px;
}

.brDescription
{
	text-align: center;
	margin: 30px 0 10px;
}

.brBoxContent.boxFooter > div
{
	width: 50%;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 -2px;
	vertical-align: middle;
}

.brBoxContent.boxFooter .leftFooter p
{
	margin-bottom: 5px;
}

.brBoxContent.boxFooter .leftFooter p .textField
{
	color: #169BD7;
}

.brBoxContent.boxFooter .leftFooter h3.brListTitle {
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #F89829;
}

.brBoxContent.boxFooter .leftFooter p:last-child
{
	margin-bottom: 0;
}

.brBoxContent.boxFooter .rightFooter a
{
	display: block;
	text-align: right;
	margin: 5px 0;
}

.brBoxContent.boxFooter .rightFooter:first-child
{
	margin-top: 0;
}

.brBoxContent.boxFooter .rightFooter:last-child
{
	margin-bottom: 0;
}

.brPayment .row .six
{
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 49%;
}

.brPayment .introText
{
	text-align: center;
	padding-bottom: 30px;
}

.brPayment .introText p
{
	line-height: 30px;
}

@media(max-width: 480px)
{
	.brWrap
	{
		margin: 5px;
	}

	.brTextLinkBox
	{
		width: 100%;
	}

	.brTextLinkBox.brSvip1
	{
		margin-bottom: 20px;
	}

	.brBoxContent.boxFooter > div
	{
		width: 100%;
	}

	.brBoxContent.boxFooter .rightFooter
	{
		margin-top: 10px;
	}

	.brBoxContent.boxFooter .rightFooter a
	{
		text-align: left;
	}
}