body
{
	background: #FFFFFF url(../images/page_bg.jpg?crc=4012262618) no-repeat center center fixed;
    background-size: cover;
	font-family: 'Raleway', sans-serif;
}
.white-text
{
	color:#fff;
}
.right-top
{
	text-align:right;
	color:#fff;
}
.bg-black
{
	background:#000000;
	padding-top:10px;
	padding-bottom:10px;
}
.outstylist h2
{
	color:#fff;
	    margin: 0;
}
.card
{
background-color: rgba(0,0,0,0.5);
width:calc(50% - 8px);
float:left;
margin-top:15px;
margin-left:16px;
}
.card_view
{
	width:100%;
}
.card.first
{
	margin-left:0;
}
.card-img
{
	width:135px;
	float:left;
}
.card-img img
{
	max-width:100%;
}
.card_view .card-img
{
	width:330px;
}
.card_view .card-img img
{
	max-width:100%;
}
.card-details
{
	width:calc(100% - 135px);
	float:left;
	color:#fff;
	padding:20px;
}
.card_view  .card-details
{
	width:calc(100% - 335px);
}
.card_view  .card-details p
{
	font-size:16px;
	color:#fff;
}
.card_view  .card-details a
{
	color:#fff;
	text-decoration:underline;
}
.view_more
{
    width: 79px;
    background-color: transparent;
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
    line-height: 13px;
    font-family: raleway, sans-serif;
    font-weight: 400;
    position: relative;
    text-transform:uppercase;
	border:1px solid #fff;
	float: left;
    margin-top: 25px;
	padding:6px 10px;
}
.back_to_home
{
	width: 144px;
    background-color: transparent;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    line-height: 27px;
    font-family: raleway, sans-serif;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 6px 16px;
    float: right;
    height: 38px;
}
.copyright_wrapper
{
	 background-color: #000000;
	 padding:10px;
	 margin-top:40px;
}
.copyright
{
	 color: #fff;
    margin-bottom: 0;

}
.full-height
{
    min-height: calc(100vh - 250px);
}
@media only screen and (max-width: 992px){
	.card_view .card-img {
    width: 260px;
	 }
	.card_view .card-details {
    width: calc(100% - 260px);
	}
	
}
@media only screen and (max-width: 767px){
.card
{
    width: calc(100% - 30px);
    margin-left: 15px !important;
}
.card_view .card-img {
    width: 460px;
	 }	
}
@media only screen and (max-width: 540px){
	.card_view .card-img {
    width: 100%;
	text-align:center;
	 }
 	.card_view .card-details {
    width: 100%;
	}
}