body {
	direction: rtl;
	font-family: 'Heebo', sans-serif;
	text-align: center;
}

.container {
    max-width: 400px;
    min-height: 100vh;    	
    padding: 70px 20px 70px 20px;	
}

.logo-container {
    margin-bottom: 20px;    
}

.text_under_logo_1 {
    padding: 0;
    margin: 0;
    line-height: 1;	
    color: #ffffff;
    font-size: 59px;     	
}

.text_under_logo_2 {
    color: rgba(255,255,255,0.83);
    font-size: 18px;
    font-weight: 100;	
    padding: 7px 7px 7px 7px;
    background-color: rgba(0,0,0,0.22);    
}

.landing_img {
    margin-bottom: 20px;	
}

.red {
	background: red;
}

.red .container {
    max-width: 400px;
    min-height: auto;
    padding: 20px;
    background: transparent;
}

.red .container h2 {
	font-size: 26px;
	line-height: 40px;
}

.addthis_inline_share_toolbox_90s3 {
	margin-top: 20px;
}

h4 {
    font-size: 19px;
    font-weight: bold;
    color: white;
    margin-top: 30px;
}

.section-container h3 {
    background: white;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 0;
    border-bottom: 1px dashed black;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: bold;
    color: red;    
}

.section-container {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;    
    overflow: hidden;
}

.margin-20 {
    margin-bottom: 20px;
}

.red hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #ff9a91;
}

.red a {
    color: #ffffff;
    text-decoration: none;
}

.red .text_under_logo_1 {
    padding: 0;
}

.waze {
    max-width: 100%;
    width: 143px;
    margin-top: 20px;
    margin-bottom: -40px;    
}

* {
    outline: none!important;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; 
    
}

.custom-field-item {
    background: black;
    color: white;
    margin: 0;
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #353535;    
}

.custom-field-item:last-child {
    border-bottom: 0;
}

.logo-container img {
    margin: 0 auto;
}

.section-container h3 a {
    font-size: 17px;
    text-decoration: none;
    color: inherit;
}

.section-container {
    height: 300px!important;
    overflow: hidden;
}

.icons {

}

.icons a {
    float: right;
    width: calc(33% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.icons a img {
    width: 100%;
}

.icons a h4 {
    margin: 10px 0;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.51);
    padding: 6px;
    border-radius: 20px;
    font-weight: normal;
    text-shadow: 1px 1px black;
}