.sides_sections_container {
	width: 100%;
    float: right;
    background-color:#fff;
}
.sides_sections {
	width: 49%;
    float: right;
    margin-left:2%;
    margin-bottom:2%;
    position: relative;
}
.sides_sections:nth-of-type(2n) {
    margin-left:0;
}
.sides_sections_items {
	width: 100%;
    float: right;
}
.sides_section_btn {
	 float: right;
	width: auto;
	text-align:center;
    position:relative;
    margin-top: 20px;
    font-size: 20px;
    line-height:1em;
    box-sizing:border-box;
    direction:rtl;
    font-weight:700;
    color: #383b3d;
}
.sides_section_item_container:hover .sides_section_btn {
	color: #383b3d;
}
.sides_section_item_container:focus .sides_section_btn {
	color: #383b3d;
}
.sides_section_content_title {
	color: #383b3d;
        transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
}
.sides_section_item_container:hover .sides_section_content_title {
	color: #383b3d;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.sides_sections_container {
    padding-top: 10px;
	padding-bottom: 120px;
}
.sides_section_item_container {
    float: left;
    width: 100%;
    height: 230px;
    position:relative;
    background-color:#fff
}
.sides_section_item_left {
    float: left;
    width: 100%;
    height: 230px;
    position:relative;
}
.sides_section_item_right {
    float: right;
    width: 100%;
    height: 230px;
    position:relative;
}
.sides_section_item_img_right {
    float: left;
    width: 230px;
    height: 230px;
    position:absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
	visibility: visible;
}
.sides_section_item_img_left {
    float: right;
    width: 230px;
    height: 230px;
    position:absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
	visibility: visible;
}
.sides_section_content_right {
    float: right;
    width: calc(100% - 230px);
padding: 25px;
    height: 230px;
    box-sizing:border-box;
}
.sides_section_content_left {
    float: left;
    width: calc(100% - 230px);
    padding: 25px;
    height: 230px;
    box-sizing:border-box;
}
.sides_section_text_container {
	width: 100%;
	display: table;
	height: 230px;
	direction: rtl;
}
.sides_section_text_content {
	display: table-cell;
	vertical-align: middle;
}
.sides_section_content_title {
    float: right;
    width: 100%;
    margin-bottom: 10px;
    line-height:1.1em
}
.sides_section_content_text {
    float: right;
    width: 100%;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.sides_sections_container {
    padding-top: 10px;
	padding-bottom: 70px;
}
.sides_section_item_container {
    float: left;
    width: 100%;
    height: 230px;
    position:relative;
    background-color:#fff
}
.sides_section_item_left {
    float: left;
    width: 100%;
    height: 230px;
    position:relative;
}
.sides_section_item_right {
    float: right;
    width: 100%;
    height: 230px;
    position:relative;
}
.sides_section_item_img_right {
    float: left;
    width: 230px;
    height: 230px;
    position:absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
	visibility: visible;
}
.sides_section_item_img_left {
    float: right;
    width: 230px;
    height: 230px;
    position:absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
	visibility: visible;
}
.sides_section_content_right {
    float: right;
    width: calc(100% - 230px);
    padding: 15px;
    height: 230px;
    box-sizing:border-box;
}
.sides_section_content_left {
    float: left;
    width: calc(100% - 230px);
    padding: 15px;
    height: 230px;
    box-sizing:border-box;
}
.sides_section_text_container {
	width: 100%;
	display: table;
	height: 230px;
	direction: rtl;
}
.sides_section_text_content {
	display: table-cell;
	vertical-align: middle;
}
.sides_section_content_title {
    float: right;
    width: 100%;
    margin-bottom: 5px;
    line-height:1.1em
}
.sides_section_content_text {
    float: right;
    width: 100%;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
.sides_sections_container {
    padding-top: 10px;
	padding-bottom: 0px;
}
.sides_section_item_container {
    float: left;
    width: 100%;
    height: 230px;
    position:relative;
    background-color:#fff
}
.sides_section_item_left {
    float: left;
    width: 100%;
    height: 230px;
    position:relative;
}
.sides_section_item_right {
    float: right;
    width: 100%;
    height: 230px;
    position:relative;
}
.sides_section_item_img_right {
    float: left;
    width: 230px;
    height: 230px;
    position:absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
	visibility: visible;
}
.sides_section_item_img_left {
    float: right;
    width: 230px;
    height: 230px;
    position:absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
	visibility: visible;
}
.sides_section_content_right {
    float: right;
    width: calc(100% - 230px);
    padding: 15px;
    height: 230px;
    box-sizing:border-box;
}
.sides_section_content_left {
    float: left;
    width: calc(100% - 230px);
    padding: 15px;
    height: 230px;
    box-sizing:border-box;
}
.sides_section_text_container {
	width: 100%;
	display: table;
	height: 230px;
	direction: rtl;
}
.sides_section_text_content {
	display: table-cell;
	vertical-align: middle;
}
.sides_section_content_title {
    float: right;
    width: 100%;
    margin-bottom: 5px;
    line-height:1.1em
}
.sides_section_content_text {
    float: right;
    width: 100%;
}
.sides_sections {
	width: 100%;
    float: right;
    margin-left:0;
    margin-bottom:15px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.sides_sections_container {
    padding-top:  0px;
	padding-bottom: 0px;
}
.sides_section_item_container {
    float: left;
    width: 100%;
    height: 110px;
    position:relative;
    background-color:#fff
}
.sides_section_item_left {
    float: left;
    width: 100%;
    height: 110px;
    position:relative;
}
.sides_section_item_right {
    float: right;
    width: 100%;
    height: 110px;
    position:relative;
}
.sides_section_item_img_right {
    float: left;
    width: 110px;
    height: 110px;
    position:absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
	visibility: visible;
}
.sides_section_item_img_left {
    float: right;
    width: 110px;
    height: 110px;
    position:absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
	visibility: visible;
}
.sides_section_content_right {
    float: right;
    width: calc(100% - 110px);
    padding: 7px;
    height: 110px;
    box-sizing:border-box;
}
.sides_section_content_left {
    float: left;
    width: calc(100% - 110px);
    padding: 7px;
    height: 110px;
    box-sizing:border-box;
}
.sides_section_text_container {
	width: 100%;
	display: table;
	height: 110px;
	direction: rtl;
}
.sides_section_text_content {
	display: table-cell;
	vertical-align: middle;
}
.sides_section_content_title {
    float: right;
    width: 100%;
    margin-bottom: 3px;
    line-height:1em!important;
    font-size:18px!important
}
.sides_section_content_text {
    line-height:1.1!important;
    font-size:15px!important;
    height: 30px;
    overflow:hidden;
    visibility:visible;
}
.sides_sections {
	width: 100%;
    float: right;
    margin-left:0;
    margin-bottom:15px;
}
.sides_section_btn {
    margin-top: 7px;
    font-size: 17px;
}
div .fs_ken_overlayer {
	display: none!important;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
    .sides_sections_container {
    padding-top: 10px;
	padding-bottom: 0px;
}
.sides_section_item_container {
    float: left;
    width: 100%;
    height: 110px;
    position:relative;
    background-color:#fff
}
.sides_section_item_left {
    float: left;
    width: 100%;
    height: 110px;
    position:relative;
}
.sides_section_item_right {
    float: right;
    width: 100%;
    height: 110px;
    position:relative;
}
.sides_section_item_img_right {
    float: left;
    width: 110px;
    height: 110px;
    position:absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
	visibility: visible;
}
.sides_section_item_img_left {
    float: right;
    width: 110px;
    height: 110px;
    position:absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
	visibility: visible;
}
.sides_section_content_right {
    float: right;
    width: calc(100% - 110px);
    padding: 7px;
    height: 110px;
    box-sizing:border-box;
}
.sides_section_content_left {
    float: left;
    width: calc(100% - 110px);
    padding: 7px;
    height: 110px;
    box-sizing:border-box;
}
.sides_section_text_container {
	width: 100%;
	display: table;
	height: 110px;
	direction: rtl;
}
.sides_section_text_content {
	display: table-cell;
	vertical-align: middle;
}
.sides_section_content_title {
    float: right;
    width: 100%;
    margin-bottom: 3px;
    line-height:1em!important;
    font-size:18px!important
}
.sides_section_content_text {
    line-height:1.1!important;
    font-size:15px!important;
    height: 30px;
    overflow:hidden;
    visibility:visible;
}
.sides_sections {
	width: 100%;
    float: right;
    margin-left:0;
    margin-bottom:15px;
}
.sides_section_btn {
    margin-top: 7px;
    font-size: 17px;
}
div .fs_ken_overlayer {
	display: none!important;
}
}