﻿/*
BuiltBy Tamir mordo
tamir@tetitu.co.il
*/
/* base */

@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);
@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);
/*
@font-face
{
    font-family: 'Carmela';
    src: url('/fonts/carmela.eot');
    src: url('/fonts/carmela.eot?#iefix') format('embedded-opentype'), url('/fonts/carmela.woff') format('woff'), url('/fonts/carmela.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/
html, body, form
{
    padding: 0;
    margin: 0;
}

body
{
    direction: rtl;
    font-family: Helvetica, Arial, sans-serif;
}
.left
{
    float: left;
}

.right
{
    float: right;
}

.cb
{
    clear: both;
}
.hrsplit
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.darkbg
{
    background-color: #3E3C3D;
}
.lightbg
{
    background-color: #A5A1A2;
}
.red, .red a
{
    color: #E82322 !important;
}

.footerbg
{
    background-color: #BFBFBF
}

/*top*/

.topspacer
{
    height: 60px;
}
.mainmenutop, .mainmenutop a
{
    background-color: white;
    font-family:  'Alef Hebrew', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.mainmenubottom, .mainmenubottom  a
{
    background-color: #A5A1A2;
    font-family:  'Alef Hebrew', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #0F0F0F;
    font-weight: 700;
}
.logoholder img
{ 
    margin-top: 10px;
    margin-left: 30px;
    height: 60px;
}
.logoholder h4
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.topmenu1
{
    vertical-align: bottom
}

#primary_nav_wrap
{
    margin-top: 40px; 
}
#primary_nav_wrap ul a
{
    color: #0F0F0F;
    font-weight: 700;
}

#primary_nav_wrap ul
{
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
}

#primary_nav_wrap ul li
{
    list-style-type: none;
    display: inline;
}

#primary_nav_wrap li:before
{
    content: " | ";
}

#primary_nav_wrap li:first-child:before
{
    content: none;
}
.articlebreadcrumb
{
   
}
.localtitle
{
    font-size:40px;
    color:#EA1111;
}
.catname
{
    font-size:40px;
}
.articlemorenews
{
    background-color:#EA1111;
    padding:5px 5px 5px 5px;
}
    .articlemorenews a{color:white;}
.articlebreadcrumb li {
    list-style-type: none;
    display: inline;
}
.articlebreadcrumb li:before {
    content: " >> ";
}
.articlebreadcrumb li,.articlebreadcrumb li a{
    color:black;
    font-size:11px;
}
.searchdiv, .searchdiv a
{
    font-size: 25px;
    color: #0F0F0F;
}
.searchdiv
{
    margin-top: 40px; 
}

.mainarea
{
    border-right:1px solid #eeeeee;
    border-left:1px solid #eeeeee;
}

/* digital strip*/

.zoneheader
{
    cursor: pointer;
    color: white;
    opacity: 0.6;
    font-size: 17px;
    background-color: black;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
.zonedarom
{
    background: url('themes/base/images/israel-499050_1280.jpg') no-repeat;
}
.zonetzfon
{
    background: url('themes/base/images/northbg.jpg') no-repeat;
}
.zonetsharon
{
    background: url('themes/base/images/jaffa-367469_1920.jpg') no-repeat;
}
.zonemerkaz
{
    background: url('themes/base/images/water-597024_640.jpg') no-repeat;
}

.zonedarom,
.zonetzfon,
.zonetsharon,
.zonemerkaz
{
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    height: 112px;
}
.zonecities ul
{
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    width: 90%;
    margin-right: 10px;
}

.zonecities ul li
{
    list-style-type: none;
    /*display: inline;*/
    float: right;
    width: 50%;
    line-height: 120%;
}
.zonecities ul li a
{
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    /*line-height: 100%;*/
}

.zonerightlinks a
{
    background-color: #fff;
    font-family: 'Alef Hebrew', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    color: #0F0F0F;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    display: block;
    margin-top: 6px;
}
.zonerightlinks a:first-child
{
    margin-top: 0;
}
.citynameholder
{
    font-size: 40px;
    color: white;
    text-align: center;
    cursor:pointer;
}
/*hp*/
.catsplit
{

    background: #000000;
    background: -moz-linear-gradient(left, #000000 0%, #e92929 100%);
    background: -webkit-linear-gradient(left, #000000 0%, #e92929 100%);
    background: linear-gradient(to right, #000000 0%, #e92929 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e92929',GradientType=1 );

    font-size: 20px;
    color: white;
    padding-right: 10px;
    margin-bottom: 10px;
    min-height:26px;
}

article a
{
    color: #333;
}
article a h1
{
    margin-top: 0;
}
article a:hover
{
    text-decoration: none;
    color: #333;
}
.smallimage
{
    width: 150px;
}

.articleBrieff
{
    font-size: 14px;
    font-weight: normal;
}
.articlepageBrieff
{
    font-size: 14px;
    font-weight: 700;
}
.articleheadline {
     font-size: 14px;
    font-weight: 700;
    padding-top:10px;

}
.miniarticle {
    margin-bottom:15px;
}
.toparticlerow {
    /*border-top:1px solid #eeeeee;*/
    border-bottom:1px solid #eeeeee;
    /*border-left:1px solid #eeeeee;*/
    margin-bottom:5px;


}
.mainarticleimage
{
    width: 300px;
}
.articleMainImage
{
    padding-right: 10px;
    padding-bottom: 10px;
}
/*hparticler*/
.importantarticle
{
    background-color: #F02222;
    margin-bottom: 10px;
}
.importantarticle:nth-child(even)
{
    background-color: #A5A1A2;
}

.importantarticle a
{
    color: white;
}
.importantarticle .smallimage
{
    width: 130px;
}
.importantarticle h1
{
    font-size: 20px;
}
.importantarticle .articleBrieff
{
    font-size: 14px;
    font-weight: normal;
}
.importantarticle .articletext
{
    margin: 10px 10px 0 10px;
}



.choosecitytable td
{
    width:50%;
    vertical-align:top;
    padding:10px 10px 10px 10px;
}
.choosecitytable td a
{
    color:black;
}
.choosecitytable td h4{
    padding: 0 0 0 0;
    margin: 0 0 0 0;

}

.sidedarticle, .sidedarticle a
{
    font-size:12px;
    color: black;
}
.sidedarticle h1
{
    font-size: 14px;
    font-weight: 700;
}
.sidedarticle .articleBrieff
{
    font-weight: normal
}
/*999*/
.maintopmenu, .searchcontainer
{
    background-color: #929091;
    padding-top: 10px;
}
.imlocal
{
    color: #929091;
    margin-top: 20px;
    margin-bottom: 20px;
}
.menubutton
{
    font-size: 30px;
    text-align: center;
    height: 55px;
    width: 100%;
    padding-top: 5px;
    color: white;
}
.searchcontainer
{
    padding-bottom: 0.5em;
    display: none;
}
.searchcontainer input
{
    margin-bottom: 0.5em;
    
    color: #929091;
    font-size: 1em;
}
    
.maintopmenu a,
.maintopmenu a:link,
.maintopmenu a:hover,
.maintopmenu a:visited,
.maintopmenu a:active
{
    color: white;
}
.topsites
{
    margin-top: 1em;
}
.equal, .equal > div[class*='col-']
{ 
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}

.sidelinks {
    width:100%;
  /*  padding:0;*/
}
    .sidelinks li {
      /*    list-style-type: none;*/
 
    }

footer a{
    color:black;
}
.innetholder .zonerightlinks a
{
    background-color:#D2D2D2;
}
.innetholder .citynameholder
{
    color:black;
}
.articlef
{
    min-width:120px;
    margin-bottom:10px;
}
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px)
{
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px)
{
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px)
{
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px)
{
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px)
{
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px)
{
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px)
{
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px)
{
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px)
{
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px)
{
}
