/**
Commons
*/

body {
    background: #e8e8e8;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 29px;
    font-family: 'RobotoCondensedRegular';
    background: url(../images/White_01.jpg);
}
.container{
	max-width: 1200px;
}
.first:first-child{
	padding-left: 0;
	margin-left: 0;
}
.last:last-child{
	padding-right: 0;
	margin-right: 0;
}
img{
	max-width: 100%;
	height: auto;
}

.hide-md{
	display: block!important;
}
.show-md{
	display: none!important;
}
.hide-xs{
	display: block!important;
}
.show-xs{
	display: none!important;
}

.divider{
	line-height: 0;
	font-size: 0;
}



/*button*/
.right-box-con a,
.bc-primary-btn{
    font-family: 'kingsbridgerg';
    font-weight: 700;
    background: #ce1628;
    color: #fff;
    display: inline-block;
    vertical-align: baseline;
    width: 230px;
    height: 50px;
    font-size: 22.5px;
    line-height: 24px;
    text-align: left;
    position: relative;
    padding: 14px 10px 13px 33px;
}


.right-box-con a:after,
.bc-primary-btn:after{
	content: "";
	background: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-size: 33px 33px;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 9px;
	right: 18px;
}
.right-box-con a:hover:after,
.bc-primary-btn:hover:after{
	right: 16px;
}


.pd-none{
	padding: 0!important;
}
