.sides_section_btn {   
	float: right;
    display: block;
	font-size: 22px;
    font-weight: 400;
    line-height: 1.9em;
    text-decoration: none;
	text-align: center;
	padding-right: 20px;
    padding-left: 20px;
    direction:rtl;
    -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 2px;
	margin-top: 20px;
	color:#fff;
    border: 2px solid #c7a473;
	background-color:#c7a473;
}
.sides_section_btn:hover {   
	color:#fff;
    border: 2px solid #404041;
    background-color:#404041;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.caspi_sides_sections {
	width: 100%;
	float:right;
	background-color:#fff;
	padding-top: 0px;
	padding-bottom: 0px;
}
.sides_section_item_container {
    float: left;
    width: 100%;
    height: 800px;
    position:relative;
}
.sides_section_item_left {
    float: left;
    width: 100%;
    height: 800px;
    position:relative;
}
.sides_section_item_right {
    float: right;
    width: 100%;
    height: 800px;
    position:relative;
}
.sides_section_item_img_right {
    float: left;
    width: 50%;
    height: 800px;
    position:absolute;
    left:0;
    top:0;
}
.sides_section_item_img_left {
    float: right;
    width: 50%;
    height: 800px;
    position:absolute;
    right:0;
    top:0;
}
.sides_section_content_right {
    float: right;
    width: 50%;
    padding-left: 7%;
    padding-right: 7%;
    height: 800px;
    box-sizing:border-box;
    background-color:#fff;
}
.sides_section_content_left {
    float: left;
    width: 50%;
    padding-left: 7%;
    padding-right: 7%;
    height: 800px;
    box-sizing:border-box;
    background-color:#fff;
}
.sides_section_text_container {
	width: 100%;
	display: table;
	height: 800px;
	direction: rtl;
}
.sides_section_text_content {
	display: table-cell;
	vertical-align: middle;
}
.sides_section_content_title {
    float: right;
    width: 100%;
    margin-bottom:10px;
}
.sides_section_content_text {
    float: right;
    width: 100%;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.caspi_sides_sections {
	width: 100%;
	float:right;
	background-color:#fff;
	padding-top: 0px;
	padding-bottom: 0px;
}
.sides_section_item_container {
    float: left;
    width: 100%;
    height: 600px;
    position:relative;
}
.sides_section_item_left {
    float: left;
    width: 100%;
    height: 600px;
    position:relative;
}
.sides_section_item_right {
    float: right;
    width: 100%;
    height: 600px;
    position:relative;
}
.sides_section_item_img_right {
    float: left;
    width: 50%;
    height: 600px;
    position:absolute;
    left:0;
    top:0;
}
.sides_section_item_img_left {
    float: right;
    width: 50%;
    height: 600px;
    position:absolute;
    right:0;
    top:0;
}
.sides_section_content_right {
    float: right;
    width: 50%;
    padding-left: 7%;
    padding-right: 7%;
    height: 600px;
    box-sizing:border-box;
    background-color:#fff;
}
.sides_section_content_left {
    float: left;
    width: 50%;
    padding-left: 7%;
    padding-right: 7%;
    height: 600px;
    box-sizing:border-box;
    background-color:#fff;
}
.sides_section_text_container {
	width: 100%;
	display: table;
	height: 600px;
	direction: rtl;
}
.sides_section_text_content {
	display: table-cell;
	vertical-align: middle;
}
.sides_section_content_title {
    float: right;
    width: 100%;
    margin-bottom:10px;
}
.sides_section_content_text {
    float: right;
    width: 100%;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
.caspi_sides_sections {
	width: 100%;
	float:right;
	background-color:#fff;
}
.sides_section_item_container {
    float: left;
    width: 100%;
    position:relative;
}
.sides_section_item_left {
    float: left;
    width: 100%;
    position:relative;
}
.sides_section_item_right {
    float: right;
    width: 100%;
    position:relative;
}
.sides_section_item_img_right {
    float: left;
    width: 100%;
    height: 400px;
}
.sides_section_item_img_left {
    float: right;
    width: 100%;
    height: 400px;
}
.sides_section_content_right {
    float: right;
    width: 100%;
    padding:30px;
    box-sizing:border-box;
    background-color:#fff;
}
.sides_section_content_left {
    float: left;
    width: 100%;
    padding:30px;
    box-sizing:border-box;
    background-color:#fff;
}
.sides_section_text_container {
	width: 100%;
	display: block;
	direction: rtl;
}
.sides_section_text_content {
}
.sides_section_content_title {
    float: right;
    width: 100%;
    font-size: 26px;
    margin-bottom:5px;
    line-height:1.1em;
}
.sides_section_content_text {
    float: right;
    width: 100%;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.caspi_sides_sections {
	width: 100%;
	float:right;
	background-color:#fff;
}
.sides_section_item_container {
    float: left;
    width: 100%;
    position:relative;
}
.sides_section_item_left {
    float: left;
    width: 100%;
    position:relative;
}
.sides_section_item_right {
    float: right;
    width: 100%;
    position:relative;
}
.sides_section_item_img_right {
    float: left;
    width: 100%;
    height: 400px;
}
.sides_section_item_img_left {
    float: right;
    width: 100%;
    height: 400px;
}
.sides_section_content_right {
    float: right;
    width: 100%;
    padding:30px;
    box-sizing:border-box;
    background-color:#fff;
}
.sides_section_content_left {
    float: left;
    width: 100%;
    padding:30px;
    box-sizing:border-box;
    background-color:#fff;
}
.sides_section_text_container {
	width: 100%;
	display: block;
	direction: rtl;
}
.sides_section_text_content {
}
.sides_section_content_title {
    float: right;
    width: 100%;
    font-size: 26px;
    margin-bottom:5px;
    line-height:1.1em;
}
.sides_section_content_text {
    float: right;
    width: 100%;
}
.sides_section_btn {   
	font-size: 18px;
	padding-right: 10px;
    padding-left: 10px;
	margin-top: 15px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.caspi_sides_sections {
	width: 100%;
	float:right;
	background-color:#fff;
}
.sides_section_item_container {
    float: left;
    width: 100%;
    position:relative;
}
.sides_section_item_left {
    float: left;
    width: 100%;
    position:relative;
}
.sides_section_item_right {
    float: right;
    width: 100%;
    position:relative;
}
.sides_section_item_img_right {
    float: left;
    width: 100%;
    height: 400px;
}
.sides_section_item_img_left {
    float: right;
    width: 100%;
    height: 400px;
}
.sides_section_content_right {
    float: right;
    width: 100%;
    padding:30px;
    box-sizing:border-box;
    background-color:#fff;
}
.sides_section_content_left {
    float: left;
    width: 100%;
    padding:30px;
    box-sizing:border-box;
    background-color:#fff;
}
.sides_section_text_container {
	width: 100%;
	display: block;
	direction: rtl;
}
.sides_section_text_content {
}
.sides_section_content_title {
    float: right;
    width: 100%;
    font-size: 26px;
    margin-bottom:5px;
    line-height:1.1em;
}
.sides_section_content_text {
    float: right;
    width: 100%;
}
.sides_section_btn {   
	font-size: 18px;
	padding-right: 10px;
    padding-left: 10px;
	margin-top: 15px;
}
}