﻿.overlay_contact2 {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 9999;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.overlay_contact2:target {
	visibility: visible;
	opacity: 1;
}
.popup_contact2 {
	left: 50%;
	width: 100%;
	opacity: 0;
	position: fixed;
	text-align: center;
	visibility: hidden;
	z-index: 9999;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	display: inline-block;
}
.overlay_contact2:target+.popup_contact2 {
	opacity: 1;
	visibility: visible;
	z-index: 100000000!important;
}
.close_contact2 {	
	position: absolute;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #bb0f1b;
}
.close_contact2:hover {
	background-color: #000;
}
.close_contact2:before {
    color: #fff;
    content: "x";
    font-weight:300;
}
.search_web_field_container input {
    width: 100%;
    float: left;
    direction: rtl;
    font-size: 16px!important;
    text-align: right;
    color: #000 !important;
    border: 1px solid #000 !important;
	padding: 7px 5px 7px 5px!important;
	line-height:1em!important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-weight:300 !important;
}
.search_web_btn_container {
	width: 100px;
	float: left;
}
.search_web_btn {
    width: 100%;
    float: left;
    direction: rtl;
    text-align: center;
    color: #fff !important;
    background-color:#000;
	font-weight: 400;
	line-height:1em;
	margin:0px;
	border:0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.search_web_btn:hover {
    width: 100%;
    float: left;
    direction: rtl;
    text-align: center;
    color: #fff !important;
    background-color:#bb0f1b;
	font-weight: 400;
	line-height:1em;
	margin:0px;
	border:0;
}
.search_web_btn:focus {
    width: 100%;
    float: left;
    direction: rtl;
    text-align: center;
    color: #fff !important;
    background-color:#000;
	font-weight: 400;
	line-height:1em;
	margin:0px;
	border:0;
}
.search_resaults_item_repeater:hover {
    background-color:#fff;
    border-bottom: 3px solid #e6e6e6;
    box-shadow: 0px 0px 20px 0 rgba(109, 109, 109, 0.1);
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.popup_contact2 {
	height:200px;
	background-color: #fff;
	border-top: 4px solid #bb0f1b;
}
.overlay_contact2:target+.popup_contact2 {
	top: 100px;
}
.close_contact2 {	
	height: 40px;
	width: 40px;
	/*top: 95px;	
	left: calc(50% - 360px);*/
	top: 30px;	
	right: 30px;
	line-height: 39px;
}
.close_contact2:before {
    font-weight:300;
    font-size:25px;
}
.search_web_container {
	float: left;
	width: 600px!important;
	margin-left: calc(50% - 300px)!important;
	margin-right: calc(50% - 300px)!important;
	margin-top:50px;
	position: relative;
}
.search_web_title {
    width: 100%;
    float: right;
    margin-bottom:7px;
}
.search_web_field_container {
	width: calc(100% - 105px);
	float: right;
	margin-left: 5px;
}

.search_web_btn_container {
	width: 100px;
	float: left;
}
.search_web_btn {
    font-size: 17px;
	padding: 11px 0 11px 0 !important;
}
.search_web_btn:hover {
    font-size: 17px;
	padding: 11px 0 11px 0 !important;
}
.search_web_btn:focus {
    font-size: 17px;
	padding: 11px 0 11px 0 !important;
}

.search_resaults_page {
    width: 100%;
    float: right;
    padding-top: 50px;
}
.search_resaults_title_container {
    width: 100%;
    float: right;
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom: 1px solid #000;
}
.search_resaults_title {
    width: auto;
    float: right;
    direction: rtl;
}
.search_resaults_num_title {
    width: auto;
    float: left;
    direction: ltr;
}
.search_resaults_repeater {
    width: 100%;
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 500px;
}
.search_resaults_item_repeater {
    width: 100%;
    float: right;
    background-color:#fff;
    padding:15px;
    box-sizing:border-box;
    border-bottom: 3px solid #e6e6e6;
    margin-bottom:25px;
}
.search_resaults_content {
    width: calc(100% - 171px);
    float: right;
    margin-right:20px;
}
.search_resaults_img {
    width: 150px;
    float: right;
    border-left: 1px solid #ccc;
}
.resaults_repeater_name {
    margin-bottom: 7px;
}
.resaults_repeater_title {
    margin-bottom: 5px;
    overflow: hidden;
    visibility: visible;
    height: 20px;
}
.resaults_repeater_text {
    overflow: hidden;
    visibility: visible;
    max-height: 50px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media (max-width: 1439px) and (min-width: 769px) {
.popup_contact2 {
	height:200px;
	background-color: #fff;
	border-top: 4px solid #bb0f1b;
}
.overlay_contact2:target+.popup_contact2 {
	top: 100px;
}
.close_contact2 {	
	height: 40px;
	width: 40px;
	/*top: 95px;	
	left: calc(50% - 360px);*/
	top: 30px;	
	right: 30px;
	line-height: 39px;
}
.close_contact2:before {
    font-weight:300;
    font-size:25px;
}
.search_web_container {
	float: left;
	width: 600px!important;
	margin-left: calc(50% - 300px)!important;
	margin-right: calc(50% - 300px)!important;
	margin-top:50px;
	position: relative;
}
.search_web_title {
    width: 100%;
    float: right;
    margin-bottom:7px;
}
.search_web_field_container {
	width: calc(100% - 105px);
	float: right;
	margin-left: 5px;
}
.search_web_btn_container {
	width: 100px;
	float: left;
}
.search_web_btn {
    font-size: 17px;
	padding: 11px 0 11px 0 !important;
}
.search_web_btn:hover {
    font-size: 17px;
	padding: 11px 0 11px 0 !important;
}
.search_web_btn:focus {
    font-size: 17px;
	padding: 11px 0 11px 0 !important;
}
.search_resaults_page {
    width: 100%;
    float: right;
    padding-top: 50px;
}
.search_resaults_title_container {
    width: 100%;
    float: right;
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom: 1px solid #000;
}
.search_resaults_title {
    width: auto;
    float: right;
    direction: rtl;
}
.search_resaults_num_title {
    width: auto;
    float: left;
    direction: ltr;
}
.search_resaults_repeater {
    width: 100%;
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 500px;
}
.search_resaults_item_repeater {
    width: 100%;
    float: right;
    background-color:#fff;
    padding:15px;
    box-sizing:border-box;
    border-bottom: 3px solid #e6e6e6;
    margin-bottom:25px;
}
.search_resaults_content {
    width: calc(100% - 171px);
    float: right;
    margin-right:20px;
}
.search_resaults_img {
    width: 150px;
    float: right;
    border-left: 1px solid #ccc;
}
.resaults_repeater_name {
    margin-bottom: 7px;
}
.resaults_repeater_title {
    margin-bottom: 5px;
    overflow: hidden;
    visibility: visible;
    height: 20px;
}
.resaults_repeater_text {
    overflow: hidden;
    visibility: visible;
    max-height: 50px;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
.popup_contact2 {
	height:150px;
	background-color: #fff;
	border-top: 4px solid #bb0f1b;
}
.overlay_contact2:target+.popup_contact2 {
	top: 77px;
}
.close_contact2 {	
	height: 30px;
	width: 30px;
	top: 15px;	
	right: 15px;
	line-height: 29px;
}
.close_contact2:before {
    font-weight: 300;
    font-size: 25px;
}
.search_web_container {
	float: left;
	width: 90%;
	padding-left: 5%;
	padding-right: 0;
	margin-top:30px;
	position: relative;
}
.search_web_title {
    width: 100%;
    float: right;
    margin-bottom:7px;
}
.search_web_field_container {
	width: calc(100% - 105px);
	float: right;
	margin-left: 5px;
}
.search_web_btn_container {
	width: 100px;
	float: left;
}
.search_web_btn {
    font-size: 17px;
	padding: 11px 0 11px 0 !important;
}
.search_web_btn:hover {
    font-size: 17px;
	padding: 11px 0 11px 0 !important;
}
.search_web_btn:focus {
    font-size: 17px;
	padding: 11px 0 11px 0 !important;
}
.search_resaults_page {
    width: 100%;
    float: right;
    padding-top: 20px;
}
.search_resaults_title_container {
    width: 100%;
    float: right;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}
.search_resaults_title {
    width: auto;
    float: right;
    direction: rtl;
}
.search_resaults_num_title {
    width: auto;
    float: left;
    direction: ltr;
}
.search_resaults_repeater {
    width: 100%;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 500px;
}
.search_resaults_item_repeater {
    width: 100%;
    float: right;
    background-color:#fff;
    padding:15px;
    box-sizing:border-box;
    border-bottom: 3px solid #e6e6e6;
    margin-bottom:25px;
}
.search_resaults_content {
    width: calc(100% - 171px);
    float: right;
    margin-right:20px;
}
.search_resaults_img {
    width: 150px;
    float: right;
    border-left: 1px solid #ccc;
}
.resaults_repeater_name {
    margin-bottom: 7px;
}
.resaults_repeater_title {
    margin-bottom: 5px;
    overflow: hidden;
    visibility: visible;
    height: 20px;
}
.resaults_repeater_text {
    overflow: hidden;
    visibility: visible;
    max-height: 50px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.popup_contact2 {
	height:140px;
	background-color: #fff;
	border-top: 4px solid #bb0f1b;
}
.overlay_contact2:target+.popup_contact2 {
	top: 71px;
}
.close_contact2 {	
	height: 30px;
	width: 30px;
	/*top: 95px;	
	left: calc(50% - 360px);*/
	top: 15px;	
	left: 10px;
	line-height: 29px;
}
.close_contact2:before {
    font-weight: 300;
    font-size: 25px;
}
.search_web_container {
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top:35px;
	position: relative;
	box-sizing:border-box;
}
.search_web_title {
    width: 100%;
    float: right;
    margin-bottom:7px;
}
.search_web_field_container {
	width: calc(100% - 85px);
	float: right;
	margin-left: 5px;
}
.search_web_btn_container {
	width: 80px;
	float: left;
}
.search_web_btn {
    font-size: 17px;
	padding: 11px 0 11px 0 !important;
}
.search_web_btn:hover {
    font-size: 17px;
	padding: 11px 0 11px 0 !important;
}
.search_web_btn:focus {
    font-size: 17px;
	padding: 11px 0 11px 0 !important;
}
.search_resaults_page {
    width: 100%;
    float: right;
    padding-top: 15px;
}
.search_resaults_title_container {
    width: 100%;
    float: right;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}
.search_resaults_title {
    width: auto;
    float: right;
    direction: rtl;
}
.search_resaults_num_title {
    width: auto;
    float: left;
    direction: ltr;
}
.search_resaults_repeater {
    width: 100%;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 500px;
}
.search_resaults_item_repeater {
    width: 100%;
    float: right;
    background-color:#fff;
    padding:15px;
    box-sizing:border-box;
    border-bottom: 3px solid #e6e6e6;
    margin-bottom:25px;
}
.search_resaults_content {
    width: 100%;
    float: right;
    margin-right: 0px;
}
.search_resaults_img {
    width: 100px;
    float: right;
    border-left: 0px solid #ccc;
    margin-bottom:10px
}
.resaults_repeater_name {
    margin-bottom: 7px;
}
.resaults_repeater_title {
    margin-bottom: 5px;
    overflow: hidden;
    visibility: visible;
    height: 20px;
}
.resaults_repeater_text {
    overflow: hidden;
    visibility: visible;
    max-height: 50px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.popup_contact2 {
	height:140px;
	background-color: #fff;
	border-top: 4px solid #bb0f1b;
}
.overlay_contact2:target+.popup_contact2 {
	top: 71px;
}
.close_contact2 {	
	height: 30px;
	width: 30px;
	/*top: 95px;	
	left: calc(50% - 360px);*/
	top: 15px;	
	left: 10px;
	line-height: 29px;
}
.close_contact2:before {
    font-weight: 300;
    font-size: 25px;
}
.search_web_container {
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top:35px;
	position: relative;
	box-sizing:border-box;
}
.search_web_title {
    width: 100%;
    float: right;
    margin-bottom:7px;
}
.search_web_field_container {
	width: calc(100% - 85px);
	float: right;
	margin-left: 5px;
}
.search_web_btn_container {
	width: 80px;
	float: left;
}
.search_web_btn {
    font-size: 17px;
	padding: 11px 0 11px 0 !important;
}
.search_web_btn:hover {
    font-size: 17px;
	padding: 11px 0 11px 0 !important;
}
.search_web_btn:focus {
    font-size: 17px;
	padding: 11px 0 11px 0 !important;
}
.search_resaults_page {
    width: 100%;
    float: right;
    padding-top: 15px;
}
.search_resaults_title_container {
    width: 100%;
    float: right;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}
.search_resaults_title {
    width: auto;
    float: right;
    direction: rtl;
}
.search_resaults_num_title {
    width: auto;
    float: left;
    direction: ltr;
}
.search_resaults_repeater {
    width: 100%;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 500px;
}
.search_resaults_item_repeater {
    width: 100%;
    float: right;
    background-color:#fff;
    padding:15px;
    box-sizing:border-box;
    border-bottom: 3px solid #e6e6e6;
    margin-bottom:25px;
}
.search_resaults_content {
    width: 100%;
    float: right;
    margin-right: 0px;
}
.search_resaults_img {
    width: 100px;
    float: right;
    border-left: 0px solid #ccc;
    margin-bottom:10px
}
.resaults_repeater_name {
    margin-bottom: 7px;
}
.resaults_repeater_title {
    margin-bottom: 5px;
    overflow: hidden;
    visibility: visible;
    height: 20px;
}
.resaults_repeater_text {
    overflow: hidden;
    visibility: visible;
    max-height: 50px;
}
}
