.cse-content
{
	max-width: 1440px;
	width: 90%;
	margin: auto;
	margin-bottom: 70px;
}

.cse-content-wrong-words
{
	font-size: 17px;
	text-align: center;
	box-sizing: border-box;
	padding-right: 300px;
}

.cse-content-input .ws-show-search-content
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.cse-catalog-wrap,
.cse-results-wrap
{
	margin: -70px 0 -70px 0;
	padding-bottom: 1px;
}

.cse-catalogs-wrap,
.cse-results-inner
{
	margin: 70px auto;
}

.cse-title
{   
	margin: auto;
    font-size: 38px;
    font-weight: 500;
    padding-bottom: 50px;
    color: #2a2a2a;
}

.cse-catalogs-inner
{
	margin: -4px;
	font-size: 0;
}

.cse-catalog
{
	display: inline-block;
	padding: 4px;
	min-width: 25%;
	box-sizing: border-box;
}

.cse-catalog a
{
	font-size: 19px;
	font-weight: normal;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.cse-results-wrap .wsrp-rows
{
	width: auto;
}

.cse-results-wrap .cb-row
{
	width: 33.333333%;
}

.cse-result-default-row-wrap
{
	margin: -30px 0 0 0;
}

.cse-result-default-row
{
	position: relative;
	font-size: 0;
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.11);
	margin: 30px 0;
}

.cse-result-default-row-left
{
	display: inline-block;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 20%;
	position: absolute;
	box-sizing: border-box;
	border-right: 2px solid #f4f4f4;
}

.cse-result-default-row-img
{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background-size: cover;
	background-position: center;
	color: #a6a6a6;
	box-sizing: border-box;
}

.cse-result-default-row-img img
{
	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	opacity: 0;
}

.cse-result-default-row-img-empty img
{
	position: absolute;
	display: block;
	max-width: 60%;
	max-height: 60%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 1;
}

.cse-result-default-row-right
{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	box-sizing: border-box;
	padding: 40px 80px 40px calc(20% + 40px);
}

.cse-result-default-row-nophoto .cse-result-default-row-right{
	padding-left:40px;
}

.cse-result-default-row-title
{
	font-size: 19px;
	font-weight: 500;
	display: block;
	margin: 5px 0;
	color: #494949;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.cse-result-default-row-text
{
	font-size: 17px;
	font-weight: 300;
	display: block;
	margin: 10px 0;
	color: #909090;
}

.cse-result-default-row-buttons
{
	margin-top: 25px;
	text-align: right;
}

.button.cse-see-details
{
	padding: 10px 15px;
	text-transform: none;
	font-size: 15px;
}

a.button.cse-see-details
{
    color: #000;
    background: #fff;
    border-top: 1px solid #ed1a3b;
    border-bottom: 1px solid #ed1a3b;
}

@media all and (max-width: 1400px){
	.cse-title
	{
		font-size: 34px;
		padding-bottom: 40px;
	}
}

@media all and (max-width: 1200px){
	.cse-title
	{
		font-size: 30px;
		padding-bottom: 30px;
	}
}

@media all and (max-width: 1024px){
	.cse-title
	{
		font-size: 26px;
		padding-bottom: 25px;
	}
}

@media all and (max-width: 1023px){
	
	.cse-results-wrap .cb-rows
	{
		max-width: none;
		margin: -15px;
		padding-bottom: 40px;
	}
	
	.cse-results-wrap .cb-row
	{
		width: 50%;
		max-width: 580px;
		position: absolute !important;
		padding: 15px;
	}
	
	.cse-result-default-row-left
	{
		width: 25%;
	}
	
	.cse-result-default-row-right
	{
		padding: 40px 80px 40px calc(25% + 40px);
	}
}

@media all and (max-width: 550px){
	
	.cse-results-wrap .cb-row
	{
		width: 100%;
	}
	
	.cse-result-default-row-right
	{
		padding: 20px 20px 20px calc(25% + 20px);
	}
}

@media all and (max-width: 550px){
	.cse-result-default-row-right
	{
		padding: 20px;
	}
	
	.cse-result-default-row-left
	{
		width: 100%;
		padding-bottom: 15px;
		position: relative;
		padding-bottom: 60%;
		height: 0;
	}
}