.sides_section_btn {   
	color:#1d1d1b;
    border: 1px solid #1d1d1b;
}
.sides_section_btn:hover {   
	color:#fff;
    border: 1px solid #1d1d1b;
    background-color:#1d1d1b;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.caspi_sides_sections {
	width: 94%;
	margin-left:3%;
	margin-right:3%;
	float:right;
	background-color:#fff;
}
.sides_section_item_container {
    float: left;
    width: 100%;
    height:800px;
    position:relative;
    background-color:#fffl
}
.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:-1px;
    top:0;
}
.sides_section_content_right {
    float: right;
    width: 50%;
    padding-left:10%;
    padding-right:10%;
    height:800px;
    box-sizing:border-box;
    background-color:#fff;
    position:relative;
    right:-1px;
}
.sides_section_content_left {
    float: left;
    width: 50%;
    padding-left:10%;
    padding-right:10%;
    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%;
    font-size:34px;
    margin-bottom:10px;
}
.sides_section_content_text {
    float: right;
    width: 100%;
}
.sides_section_btn {   
	float: right;
    display: block;
	font-size: 19px;
    font-weight: 400;
    line-height: 2.1em;
    text-decoration: none;
	text-align: center;
	padding-right: 20px;
    padding-left: 20px;
    direction:rtl;
    -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-top:20px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.caspi_sides_sections {
	width: 100%;
	float:right;
	background-color:#fff;
}
.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%;
    font-size:34px;
    margin-bottom:10px;
}
.sides_section_content_text {
    float: right;
    width: 100%;
}
.sides_section_btn {   
	float: right;
    display: block;
	font-size: 19px;
    font-weight: 400;
    line-height: 2.1em;
    text-decoration: none;
	text-align: center;
	padding-right: 20px;
    padding-left: 20px;
    direction:rtl;
    -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-top:20px;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 659px) {
.caspi_sides_sections {
	width: 100%;
	float:right;
	background-color:#fff;
}
.sides_section_item_container {
    float: left;
    width: 100%;
    height: 400px;
    position:relative;
}
.sides_section_item_left {
    float: left;
    width: 100%;
    height: 400px;
    position:relative;
}
.sides_section_item_right {
    float: right;
    width: 100%;
    height: 400px;
    position:relative;
}
.sides_section_item_img_right {
    float: left;
    width: 50%;
    height: 400px;
    position:absolute;
    left:0;
    top:0;
}
.sides_section_item_img_left {
    float: right;
    width: 50%;
    height: 400px;
    position:absolute;
    right:0;
    top:0;
}
.sides_section_content_right {
    float: right;
    width: 50%;
    padding-left:30px;
    padding-right:30px;
    height: 400px;
    box-sizing:border-box;
    background-color:#fff;
}
.sides_section_content_left {
    float: left;
    width: 50%;
    padding-left:30px;
    padding-right:30px;
    height: 400px;
    box-sizing:border-box;
    background-color:#fff;
}
.sides_section_text_container {
	width: 100%;
	display: table;
	height: 400px;
	direction: rtl;
}
.sides_section_text_content {
	display: table-cell;
	vertical-align: middle;
}
.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 {   
	float: right;
    display: block;
	font-size: 17px;
    font-weight: 400;
    line-height: 2.1em;
    text-decoration: none;
	text-align: center;
	padding-right: 20px;
    padding-left: 20px;
    direction:rtl;
    -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-top:10px;
}
}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media all and (max-width: 658px) and (min-width: 481px) {
.caspi_sides_sections {
	width: 100%;
	float:right;
	background-color:#fff;
}
.sides_section_item_container {
    float: left;
    width: 100%;
    height: 400px;
    position:relative;
}
.sides_section_item_left {
    float: left;
    width: 100%;
    height: 400px;
    position:relative;
}
.sides_section_item_right {
    float: right;
    width: 100%;
    height: 400px;
    position:relative;
}
.sides_section_item_img_right {
    float: left;
    width: 50%;
    height: 400px;
    position:absolute;
    left:0;
    top:0;
}
.sides_section_item_img_left {
    float: right;
    width: 50%;
    height: 400px;
    position:absolute;
    right:0;
    top:0;
}
.sides_section_content_right {
    float: right;
    width: 50%;
    padding-left:30px;
    padding-right:30px;
    height: 400px;
    box-sizing:border-box;
    background-color:#fff;
}
.sides_section_content_left {
    float: left;
    width: 50%;
    padding-left:30px;
    padding-right:30px;
    height: 400px;
    box-sizing:border-box;
    background-color:#fff;
}
.sides_section_text_container {
	width: 100%;
	display: table;
	height: 400px;
	direction: rtl;
}
.sides_section_text_content {
	display: table-cell;
	vertical-align: middle;
}
.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 {   
	float: right;
    display: block;
	font-size: 17px;
    font-weight: 400;
    line-height: 2.1em;
    text-decoration: none;
	text-align: center;
	padding-right: 20px;
    padding-left: 20px;
    direction:rtl;
    -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-top:10px;
}
}
/* 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 {   
	float: right;
    display: block;
	font-size: 17px;
    font-weight: 400;
    line-height: 2.1em;
    text-decoration: none;
	text-align: center;
	padding-right: 20px;
    padding-left: 20px;
    direction:rtl;
    -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-top:10px;
}
}
/* 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 {   
	float: right;
    display: block;
	font-size: 17px;
    font-weight: 400;
    line-height: 2.1em;
    text-decoration: none;
	text-align: center;
	padding-right: 20px;
    padding-left: 20px;
    direction:rtl;
    -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-top:10px;
}
}