/*   
Theme Name: INOVADO
Theme URI: http://themeforest.net/user/minti
Description: An Ultra Responsive WordPress Theme by minti
Version: 2.0
Author: minti
Author URI: http://mintithemes.com

License:
License URI:
*/

/* ------------------------------------------------------------------------ */
/* 01. Imports
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* CSS Reset v2.0 by http://meyerweb.com/eric/tools/css/reset/ 
/* ------------------------------------------------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------------------------------ */
/* Basic WordPress WYSIWYG Editor Styles
/* ------------------------------------------------------------------------ */

/* Images */
.alignleft {
	float: right;
	margin-left:20px;
	margin-bottom:20px;
}
.alignright {
	float: left;
	margin-right:20px;
	margin-bottom:20px;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 0px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	color: #888888;
}
img.wp-smiley,
.rsswidget img {
}

blockquote.left {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

blockquote.right {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.sticky {}
.bypostauthor {}

/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */ /* CSS Reset + Basic WordPress Styles */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* 1. Header V1 - Navigation */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
#header #navigation .select-menu { display: none }

#header #navigation ul {
    float: left;
    list-style: none;
    margin: 0;
    margin-top:0px;
}

    #header #navigation ul li {
        display: block;
        float: right;
        position: relative;
    }

        #header #navigation ul li a {
        	height:87px;
            display: block;
            float: right;
            line-height: 87px;
            margin: 0 15px 0px 0;
            padding: 0px 5px;
            border-bottom: 3px solid transparent;
            font-size: 13px;
            color: #666666;
        }

        #header #navigation ul li a:hover {
            color: #333333;
            border-bottom: 3px solid #333333;
        }

/* Active Status ---------------------------------------------------- */
#header #navigation li.current-menu-item a,
#header #navigation li.current-menu-item a:hover,
#header #navigation li.current-page-ancestor a,
#header #navigation li.current-page-ancestor a:hover,
#header #navigation li.current-menu-ancestor a,
#header #navigation li.current-menu-ancestor a:hover,
#header #navigation li.current-menu-parent a,
#header #navigation li.current-menu-parent a:hover,
#header #navigation li.current_page_ancestor a,
#header #navigation li.current_page_ancestor a:hover {
    color: #289dcc;
    font-weight: bold;
    border-bottom: 3px solid #289dcc;
}

/* Sub-menu ---------------------------------------------------- */
#header #navigation .sub-menu{
	top: 87px;
	right: 15px;
}

@media only screen and (min-width: 960px) {
	.stuck {
		margin:0 auto;
		position:fixed !important;
		top:0;
		-webkit-box-shadow:0 2px 4px rgba(0, 0, 0, .3);
		   -moz-box-shadow:0 2px 4px rgba(0, 0, 0, .3);
	            box-shadow:0 2px 4px rgba(0, 0, 0, .3);
		z-index: 2000;
		width: 100%;
	}
}

@media only screen and (max-width: 959px) {
	.sticky-wrapper{
		height: auto !important;
	}
}
/* ------------------------------------------------------------------------ */    
/* ------------------------------------------------------------------------ */
/* 2. Header V2 - Navigation */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

#header-v2 .header-v2-container{
	height: 90px;
}

#header-v2 .logo{
	margin-top:33px;
}

#header-v2 #navigation .select-menu {    display: none }

#header-v2 #navigation{
	border-top:1px solid #dddddd;
	background: #ffffff;
}

#header-v2 #navigation ul {
    list-style: none;
    margin: 0;
}

    #header-v2 #navigation ul li {
        display: block;
        float: right;
        position: relative;
        line-height: 1;
    }

        #header-v2 #navigation ul li a {
            display: block;
            float: right;
            margin: 0;
            padding: 14px 20px;
            font-size: 13px;
            color: #666666;
           
        }
        
        #header-v2 #navigation ul li:after{
        	content: '';
        	height:50%;
        	top:25%;
        	right: 0;
        	border-left: 1px solid #efefef;
	        position: absolute;
        }

        #header-v2 #navigation ul li a:hover {
            color: #333333;
        }
        
/* Active Status ---------------------------------------------------- */
#header-v2 #navigation li.current-menu-item a,
#header-v2 #navigation li.current-menu-item a:hover,
#header-v2 #navigation li.current-page-ancestor a,
#header-v2 #navigation li.current-page-ancestor a:hover,
#header-v2 #navigation li.current-menu-ancestor a,
#header-v2 #navigation li.current-menu-ancestor a:hover,
#header-v2 #navigation li.current-menu-parent a,
#header-v2 #navigation li.current-menu-parent a:hover,
#header-v2 #navigation li.current_page_ancestor a,
#header-v2 #navigation li.current_page_ancestor a:hover {
    color: #289dcc;
    font-weight: bold;
    border-top: 1px solid #289dcc;
    margin-top:-1px;
}

#header-v2 #navigation li.current-menu-item a:after,
#header-v2 #navigation li.current-page-ancestor a:after,
#header-v2 #navigation li.current-menu-ancestor a:after,
#header-v2 #navigation li.current-menu-parent a:after,
#header-v2 #navigation li.current_page_ancestor a:after{
	content: '';
	position: absolute;
	top:0;
	right: 50%;
	margin-right: -3px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #289dcc transparent transparent transparent;
}

/* Sub-menu ---------------------------------------------------- */
#header-v2 #navigation .sub-menu{
	top:41px;
}

#header-v2 #navigation .sub-menu li:after{
	display: none;
}

#header-v2 #navigation .sub-menu li a,
#header-v2 #navigation .sub-menu li .sub-menu li a,
#header-v2 #navigation .sub-menu li .sub-menu li .sub-menu li a {
    border: none !important;
}

/* remove triangle on subnav */
#header-v2 #navigation li .sub-menu a:after,
#header-v2 #navigation li .sub-menu a:after,
#header-v2 #navigation li .sub-menu a:after,
#header-v2 #navigation li .sub-menu a:after,
#header-v2 #navigation li .sub-menu a:after{
	display: none !important;
}

/* Misc ---------------------------------------------------- */

#header-v2 .slogan{
	float: left;
	margin-top:30px;
	margin-left:10px;
}

#header-v2 #header-searchform{
	margin-top:30px;
}

#header-v2 #header-searchform input {
    border:1px solid #dddddd;
    width: 180px;
    cursor:text;
    padding-right:30px;
}
#header-v2 #header-searchform input:focus {
	background-color: #ffffff;
    border:1px solid #dddddd;
    width: 180px;
}

/* ------------------------------------------------------------------------ */    
/* ------------------------------------------------------------------------ */
/* 3. Header V3 - Navigation */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

#header-v3{
	height: 90px;
}

#header-v3 #navigation .select-menu {    display: none }

#header-v3 #navigation ul {
    float: left;
    list-style: none;
    margin: 0;
    margin-top:26px;
}

#header-v3 #navigation ul li {
	display: block;
	float: right;
	position: relative;
	margin: 0;
	line-height: 1;
}

#header-v3 #navigation ul li a {
    display: block;
    float: right;
    margin: 0 0px 0 0;
    padding: 11px 15px;
    background: #ffffff;
    font-size: 13px;
    color: #666666;
}

#header-v3 #navigation ul li a:hover, #header-v3 #navigation ul li.sfHover a  {
    color: #ffffff;
    background: #555555;
}

/* Active Status ---------------------------------------------------- */
#header-v3 #navigation li.current-menu-item a,
#header-v3 #navigation li.current-menu-item a:hover,
#header-v3 #navigation li.current-page-ancestor a,
#header-v3 #navigation li.current-page-ancestor a:hover,
#header-v3 #navigation li.current-menu-ancestor a,
#header-v3 #navigation li.current-menu-ancestor a:hover,
#header-v3 #navigation li.current-menu-parent a,
#header-v3 #navigation li.current-menu-parent a:hover,
#header-v3 #navigation li.current_page_ancestor a,
#header-v3 #navigation li.current_page_ancestor a:hover {
    color: #ffffff;
    background: #289dcc;
    font-weight: bold;
}

/* Sub-menu ---------------------------------------------------- */
#header-v3 #navigation .sub-menu{
	top: 37px;
	right: 0;
	margin: 0;
	border-top: 0;
}

#header-v3 #navigation .sub-menu li a,
#header-v3 #navigation .sub-menu li .sub-menu li a,
#header-v3 #navigation .sub-menu li .sub-menu li .sub-menu li a {
    background: no-repeat !important;
}

/* ------------------------------------------------------------------------ */    
/* ------------------------------------------------------------------------ */
/* 2. Header V2 - Navigation */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

#header-v4 .header-v4-container{
	height: 90px;
}

#header-v4 #navigation.stuck{
	-webkit-box-shadow:0 2px 4px rgba(0, 0, 0, .1);
	   -moz-box-shadow:0 2px 4px rgba(0, 0, 0, .1);
            box-shadow:0 2px 4px rgba(0, 0, 0, .1);
}

#header-v4 .logo{
	margin-top:33px;
}

#header-v4 #navigation .select-menu {    display: none }

#header-v4 #navigation{
	background: #555555;
}

#header-v4 #navigation ul {
    list-style: none;
    margin: 0;
}

    #header-v4 #navigation ul li {
        display: block;
        float: right;
        position: relative;
        line-height: 1;
    }

        #header-v4 #navigation ul li a {
            display: block;
            float: right;
            margin: 0;
            padding: 14px 20px;
            font-size: 13px;
            color: #ffffff;
        }

        #header-v4 #navigation ul li a:hover, #header-v4 #navigation ul li.sfHover a {
            color: #ffffff;
            background: #444444;
        }
        
/* Active Status ---------------------------------------------------- */
#header-v4 #navigation li.current-menu-item a,
#header-v4 #navigation li.current-menu-item a:hover,
#header-v4 #navigation li.current-page-ancestor a,
#header-v4 #navigation li.current-page-ancestor a:hover,
#header-v4 #navigation li.current-menu-ancestor a,
#header-v4 #navigation li.current-menu-ancestor a:hover,
#header-v4 #navigation li.current-menu-parent a,
#header-v4 #navigation li.current-menu-parent a:hover,
#header-v4 #navigation li.current_page_ancestor a,
#header-v4 #navigation li.current_page_ancestor a:hover {
    color: #ffffff;
    font-weight: bold;
    background: #289dcc;
}

/* Sub-menu ---------------------------------------------------- */
#header-v4 #navigation .sub-menu{
	top:41px;
	border-top: 0;
}

#header-v4 #navigation .sub-menu li a,
#header-v4 #navigation .sub-menu li .sub-menu li a,
#header-v4 #navigation .sub-menu li .sub-menu li .sub-menu li a {
    border: none !important;
    background: none !important;
}

/* Misc ---------------------------------------------------- */

#header-v4 .slogan{
	float: left;
	margin-top:30px;
	margin-left:10px;
}

#header-v4 #header-searchform{
	margin-top:30px;
}

#header-v4 #header-searchform input {
    border:1px solid #dddddd;
    width: 180px;
    cursor:text;
    padding-right:30px;
}
#header-v4 #header-searchform input:focus {
	background-color: #ffffff;
    border:1px solid #dddddd;
    width: 180px;
}

/* ------------------------------------------------------------------------ */    
/* ------------------------------------------------------------------------ */
/* 2. Header v5 - Navigation */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

#header-v5 .header-v5-container{
	height: 120px;
	text-align: center;
}

#header-v5 .logo{
	margin-top:33px;
}

#header-v5 #navigation .select-menu {    display: none }

#header-v5 #navigation{
	border-top:1px solid #dddddd;
	background: #ffffff;
}

#header-v5 #navigation ul {
    list-style: none;
    margin: 0;
    text-align: center;
}

    #header-v5 #navigation ul li {
       display: inline-block;
        position: relative;
        margin: 0 15px;
        line-height: 1;
    }

        #header-v5 #navigation ul li a {
            display: inline-block;
            position: relative;
            margin: 0px;
            padding: 14px 0px;
            font-size: 13px;
            color: #666666;
        }

        #header-v5 #navigation ul li a:hover {
            color: #333333;
        }
        
/* Active Status ---------------------------------------------------- */
#header-v5 #navigation li.current-menu-item a,
#header-v5 #navigation li.current-menu-item a:hover,
#header-v5 #navigation li.current-page-ancestor a,
#header-v5 #navigation li.current-page-ancestor a:hover,
#header-v5 #navigation li.current-menu-ancestor a,
#header-v5 #navigation li.current-menu-ancestor a:hover,
#header-v5 #navigation li.current-menu-parent a,
#header-v5 #navigation li.current-menu-parent a:hover,
#header-v5 #navigation li.current_page_ancestor a,
#header-v5 #navigation li.current_page_ancestor a:hover {
    color: #289dcc;
    font-weight: bold;
    border-top: 1px solid #289dcc;
    margin-top:-1px;
}

/* Sub-menu ---------------------------------------------------- */
#header-v5 #navigation .sub-menu{
	top:41px;
	right: 0;
	text-align: right;
}

#header-v5 #navigation .sub-menu li a,
#header-v5 #navigation .sub-menu li .sub-menu li a,
#header-v5 #navigation .sub-menu li .sub-menu li .sub-menu li a {
    border: none !important;
}

/* Misc ---------------------------------------------------- */

#header-v5 .slogan{
	
}

/* ------------------------------------------------------------------------ */    
/* ------------------------------------------------------------------------ */
/* 12. Header Subnavigation */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
#navigation .sub-menu{
	position:absolute;
	z-index:12000;
	display:none;
	background:#999999 !important;
	padding:5px 15px;
	-webkit-box-shadow:1px 0px 2px 1px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow:1px 0px 2px 1px rgba(0, 0, 0, 0.2);
	        box-shadow:1px 0px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius:0px 3px 3px 0px;
	   -moz-border-radius:0px 3px 3px 0px;
	        border-radius:0px 3px 3px 0px;
	border-top:3px solid #555555;
}

    #navigation .sub-menu li {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        height: auto !important;
        border-bottom: 1px solid #a5a5a5;
        border-right: none !important;
    }
    	
    	#navigation .sub-menu li a{
			height: auto !important;
			line-height: 1 !important;
			padding:10px 0 !important;
		}

        html body #navigation .sub-menu li a,
        html body #navigation .sub-menu li .sub-menu li a,
        html body #navigation .sub-menu li .sub-menu li .sub-menu li a {
            border: none !important;
            display: block !important;
            width: 160px;
            margin: 0 !important;
            padding: 8px 0px !important;
            color: #dedede;
            line-height: normal;
            font-weight: normal !important;
            height: auto;
            background: none !important;
        }

        #navigation .sub-menu li a:hover,
        #navigation .sub-menu li .sub-menu li a:hover,
        #navigation .sub-menu li.current-menu-item a,
        #navigation .sub-menu li.current-menu-item a:hover,
        #navigation .sub-menu li.current_page_item a,
        #navigation .sub-menu li.current_page_item a:hover {
            color: #ffffff !important;
            font-weight: normal;
        }

    #navigation .sub-menu li:last-child{ 
    	border: none;
    }

    #navigation .sub-menu li ul {
        top: -1px !important;
        right: 178px !important;
        border-top: none;
        -webkit-border-radius:3px;
		   -moz-border-radius:3px;
		        border-radius:3px;
    } /* Header Styles */
/* ------------------------------------------------------------------------ */
/* Bootstrap - Glyph Icons */
/* ------------------------------------------------------------------------ */

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 1;
  vertical-align: middle;
  background-image: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: -1px;
}
/* White icons with optional class, or on hover/active states of certain elements */
a.button.black i,
a.button.alternative-1 i,
a.button.alternative-2 i,
a.button.alternative-3 i,
.icon-white,
.nav > .active > a > [class^="icon-"],
.nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"] {
  background-image: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/glyphicons-halflings-white.png);
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}

/* ------------------------------------------------------------------------ */
/* Bootstrap - Tooltips */
/* ------------------------------------------------------------------------ */

/* Tooltip
====================================*/
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  line-height:1;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.73;
  filter: alpha(opacity=73);
}

.tooltip.top {
  margin-top: 0px;
}

.tooltip.right {
  margin-right: 2px;
}

.tooltip.bottom {
  margin-top: 6px;
}

.tooltip.left {
  margin-right: -2px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  right: 50%;
  margin-right: -5px;
  border-top: 5px solid #000000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  right: 50%;
  margin-right: -5px;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #000000;
  border-right: 5px solid transparent;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 6px 10px 6px 10px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
   border-radius: 2px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1010;
  display: none;
  padding: 2px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
	 -moz-transition: opacity 0.15s linear;
	  -ms-transition: opacity 0.15s linear;
	   -o-transition: opacity 0.15s linear;
		  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 0.73;
}

/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */ /* Bootstrap Icons + Tooltip */
/*-----------------------------------------------------------------------------------*/
/*	HR-Divider
/*-----------------------------------------------------------------------------------*/
.hr1{
	clear: both;
	border-bottom:1px solid #efefef;
	margin:40px 0;
	height:1px;
}
.hr2{
	clear: both;
	height:1px;
	width:100%;
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/dotted.png) repeat-x;
	margin:40px 0;
	height:1px;
}
.hr3{
	height:5px;
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/shadow.png) no-repeat center top;
	width:100%;
	margin:40px 0;
}

.hr4{
	border-bottom:none;
	margin:40px 0;
	width:100%;
	height:14px;
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/stripes.png);
	display: block;
}

.tagline{
	line-height: 1;
}
.tagline h1,
.tagline h2,
.tagline h3,
.tagline h4,
.tagline h5{
	line-height: 1;
	margin:0 0 10px 0;
	font-weight: normal;
}
	
.gap{
	display:block;
	width:100%;
	margin:0;
}
.doublegap{
	display:block;
	width:100%;
	height:1px;
	margin:40px 0;
}

/* Rethink this */
.tooltips a, .tooltips a img{
	margin: 0 auto;
	padding: 0;
	display: inline-block;
	max-width: 100%;
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	Accordion
/*-----------------------------------------------------------------------------------*/
.accordion .accordion-title{
	border: 1px solid #ddd;
	display: block;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.1);
       -moz-box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.1);
            box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.1);
	font-weight:bold;
	margin-bottom:10px;
}
.accordion .accordion-title a{
	display:block;
	padding:10px 15px 10px 15px;
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/accordion-open.png) no-repeat right center;
	color:#999999 !important;
}

.accordion .accordion-title a i{
	margin:0px 0px 0 8px;
	opacity: 0.4;
}	

.accordion .accordion-title.active a{
	color:#333333 !important;
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/accordion-close.png) no-repeat right center;
}
.accordion .accordion-title.active a i{
	opacity: 0.95;
}	
.accordion .accordion-inner{
	padding:0 12px 10px 12px;
	display:none;
}

.accordion .accordion-inner div{
	max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	Alert Messages
/*-----------------------------------------------------------------------------------*/
.alert-message{
	position: relative;
	border: 1px solid #ddd;
	display: block;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.1);
       -moz-box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.1);
            box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.1);
	font-weight:bold;
	padding:10px 40px;
	text-align: right;
	margin-bottom:20px;
	
	
}

	.alert-message.warning{
		background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
		background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
		background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
		background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
		background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
		background-color: #fbf6e3;
		border-color:#efd877;
		color:#c4a80a;
	}
	.alert-message.warning a{
		color:#c4a80a;
		
	}
	
	.alert-message.success{
		background-image: linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
		background-image: -o-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
		background-image: -moz-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
		background-image: -webkit-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
		background-image: -ms-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
		background-color: #e9f2d2;
		border-color:#c0da66;
		color:#88b12b;
	}
	.alert-message.success a{
		color:#88b12b;
	}
	
	.alert-message.error{
		background-image: linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
		background-image: -o-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
		background-image: -moz-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
		background-image: -webkit-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
		background-image: -ms-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
		background-color: #ffe9e9;
		border-color:#e99f9f;
		color:#d25c5a;
	}
	.alert-message.error a{
		color:#d25c5a;
	}
	
	.alert-message.info{
		background-image: linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
		background-image: -o-linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
		background-image: -moz-linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
		background-image: -webkit-linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
		background-image: -ms-linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
		background-color: #dbe9f3;
		border-color:#9fc2dd;
		color:#468bbf;
	}
	alert-message.info a{
		color:#468bbf;
	}

.alert-message p{
	margin:0;
	padding:0;
}

.alert-message span.close{
	display:block;
	padding:10px 15px;
	position: absolute;
	top:0;
	left: 0;
	cursor: pointer;
	opacity: 0.5;
}
.alert-message span.close:hover{
	opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
/*	Buttons
/*-----------------------------------------------------------------------------------*/

a.button,
input[type=submit]{
	margin:0 0 5px 5px;
	font-size:13px;
	line-height:13px;
	padding:12px 20px;
	border: 1px solid #ddd;
	font-weight:bold;
	display: inline-block;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.2);
       -moz-box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.2);
            box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.2);
}

a.button.small{
	font-size:11px;
	line-height: 11px;
	padding:8px 18px 7px 18px;
}
a.button.medium{
	font-size:13px;
	line-height:13px;
	padding:12px 20px 11px 20px;
}
a.button.large{
	font-size:16px;
	line-height:16px;
	padding:14px 22px 13px 22px;
}

a.button.white{
	
}
a.button.orange{
	background-image: linear-gradient(bottom, #f7d9a9 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #f7d9a9 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #f7d9a9 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #f7d9a9 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #f7d9a9 0%, #FFFFFF 100%);
	background-color: #f7c36e;
	border-color:#ebb459;
	color:#e98106;
}
	a.button.orange:hover{
		color: #ffffff;
		border: solid 1px #da7c0c;
		background: #f78d1d;
		background:-webkit-linear-gradient(top,  #faa51a,  #f47a20);
		background:   -moz-linear-gradient(top,  #faa51a,  #f47a20);
		background:     -o-linear-gradient(top,  #faa51a,  #f47a20);
		background:        linear-gradient(top,  #faa51a,  #f47a20);
		-webkit-box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2), 0px 0px 1px 1px rgba(180, 180, 180, 0.4);
		   -moz-box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2), 0px 0px 1px 1px rgba(180, 180, 180, 0.4);
                box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2), 0px 0px 1px 1px rgba(180, 180, 180, 0.4);
	}
	
a.button.blue{
	background-image: linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
	background-color: #dbe9f3;
	border-color:#9fc2dd;
	color:#468bbf;
}
	a.button.blue:hover{
		color: #ffffff;
		border: solid 1px #0b5996;
		background: #438ac2;
		background: -webkit-gradient(linear, right top, right bottom, from(#438ac2), to(#1063a4));
		background: -moz-linear-gradient(top,  #438ac2,  #1063a4);
		-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2),
							0px 0px 1px 1px rgba(180, 180, 180, 0.4);
			    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
			    			0px 0px 1px 1px rgba(180, 180, 180, 0.4);
	}
	
a.button.green{
	background-image: linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-color: #e9f2d2;
	border-color:#c0da66;
	color:#88b12b;
}
	a.button.green:hover{
		color: #ffffff;
		border: solid 1px #729200;
		background: #aecf39;
		background: -webkit-gradient(linear, right top, right bottom, from(#aecf39), to(#84a805));
		background: -moz-linear-gradient(top,  #aecf39,  #84a805);
		-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2),
							0px 0px 1px 1px rgba(180, 180, 180, 0.4);
			    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
			    			0px 0px 1px 1px rgba(180, 180, 180, 0.4);
	}
	
a.button.red{
	background-image: linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-color: #ffe9e9;
	border-color:#e99f9f;
	color:#d25c5a;
}
	a.button.red:hover{
		color: #ffffff;
		border: solid 1px #920500;
		background: #c44844;
		background: -webkit-gradient(linear, right top, right bottom, from(#c44844), to(#a70c07));
		background: -moz-linear-gradient(top,  #c44844,  #a70c07);
		-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2),
							0px 0px 1px 1px rgba(180, 180, 180, 0.4);
			    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
			    			0px 0px 1px 1px rgba(180, 180, 180, 0.4);
	}
	
a.button.yellow{
	background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
		background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
		background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
		background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
		background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
		background: #e8ce3f;
		background: -webkit-gradient(linear, right top, right bottom, from(#FFFFFF), to(#fbf6e3));
		background: -moz-linear-gradient(top,  #FFFFFF,  #fbf6e3);
		background-color: #fbf6e3;
		border-color:#efd877;
		color:#c4a80a;
}
	a.button.yellow:hover{
		color: #ffffff;
		border-color: #c5a900;
		background: #e8ce3f;
		background: -webkit-gradient(linear, right top, right bottom, from(#eedc7b), to(#dfbd00));
		background: -moz-linear-gradient(top,  #eedc7b,  #dfbd00);
		-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2),
							0px 0px 1px 1px rgba(180, 180, 180, 0.4);
			    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
			    			0px 0px 1px 1px rgba(180, 180, 180, 0.4);
	}
	
a.button.gray{
	color: #666666;
	border: solid 1px #cccccc;
	background: #d5d5d5;
	background: -webkit-gradient(linear, right top, right bottom, from(#efefef), to(#d7d7d7));
	background: -moz-linear-gradient(top,  #efefef,  #d7d7d7);
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2),
						0px 0px 1px 1px rgba(180, 180, 180, 0.4);
		    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
		    			0px 0px 1px 1px rgba(180, 180, 180, 0.4);
}
	a.button.gray:hover{
		color: #ffffff;
		background: -webkit-gradient(linear, right top, right bottom, from(#d5d5d5), to(#ababab));
		background: -moz-linear-gradient(top,  #d5d5d5,  #ababab);
		border: solid 1px #a6a6a6;
	}
	
a.button.black{
	color: #ffffff;
	border: solid 1px #1c1c1c;
	background: #4b4b4b;
	background: -webkit-gradient(linear, right top, right bottom, from(#4b4b4b), to(#1c1c1c));
	background: -moz-linear-gradient(top,  #4b4b4b,  #1c1c1c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#1c1c1c');
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1),
						0px 0px 1px 1px rgba(180, 180, 180, 0.4);
		    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1),
		    			0px 0px 1px 1px rgba(180, 180, 180, 0.4);
}
	a.button.black:hover{
		border-color:#000000;
		color: #ffffff;
		background: -webkit-gradient(linear, right top, right bottom, from(#1c1c1c), to(#000000));
		background: -moz-linear-gradient(top,  #1c1c1c,  #000000);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#4b4b4b');
	}
	
a.button.alternative-1{
	background: #289dcc;
	color:#ffffff;
	border-color:#289dcc;
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
            box-shadow:none;
}
a.button.alternative-2{
	background: #cccccc;
	color:#ffffff;
	border-color:#cccccc;
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
            box-shadow:none;
}
a.button.alternative-3{
	background: #555555;
	color:#ffffff;
	border-color:#555555;
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
            box-shadow:none;
}
	a.button.alternative-1:hover,
	a.button.alternative-2:hover,
	a.button.alternative-3:hover{
		background: #333333;
		border-color:#333333;
	}

a.button.small i{
	margin:-2px -7px 0 5px;
	opacity: 0.7;
}	
a.button i{
	margin:-1px -7px 0 5px;
	opacity: 0.7;
}
a.button.large i{
	margin:0px -7px 0 7px;
	opacity: 0.7;
}

a.button.alternative-1 i,
a.button.alternative-2 i,
a.button.alternative-3 i{
	opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
/*	Callouts & Teaser
/*-----------------------------------------------------------------------------------*/

.teaser{
	border: 1px solid #ddd;
	display: block;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.2);
	   -moz-box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.2);
	        box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.2);
	padding:25px 25px 20px 25px;
	
}
.teaser h1,
.teaser h2,
.teaser h3,
.teaser h4,
.teaser h5,
.teaser h6,
.teaser p{
	margin:0 0 10px 0;
}

.teaser .teaser-img{
	margin:-26px -26px 25px -26px;
	-webkit-border-radius:5px 0px 0px 5px;
	   -moz-border-radius:5px 0px 0px 5px;
            border-radius:5px 0px 0px 5px;
	overflow: hidden;
}
.teaser .teaser-img img{
	width:100%;
	max-width:100%;
	height:auto;
}
.teaser a.button{
	margin:20px 0 0 0;
}

/*-----------------------------------------------------------------------------------*/

.teaserbox{
	border: 1px solid #ddd;
	display: block;
	background: #ffffff url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/stripes.png) !important;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow:1px 0px 3px 1px rgba(180, 180, 180, 0.2);
	   -moz-box-shadow:1px 0px 3px 1px rgba(180, 180, 180, 0.2);
	        box-shadow:1px 0px 3px 1px rgba(180, 180, 180, 0.2);
	margin:0 0px 0 0px;
	padding:10px;	
}
.teaserbox .border{
	background: #ffffff;
	border:1px solid #e3e3e3;
	padding:25px 25px 25px 25px;
	-webkit-box-shadow:inset 1px 0px 2px 1px rgba(180, 180, 180, 0.1);
	   -moz-box-shadow:inset 1px 0px 2px 1px rgba(180, 180, 180, 0.1);
	        box-shadow:inset 1px 0px 2px 1px rgba(180, 180, 180, 0.1);
}

.teaserbox a.button{
	margin:20px 0 0 0;
}

.teaserbox p{
	margin:5px 0 0 0;
}

.teaserbox h1,
.teaserbox h2,
.teaserbox h3,
.teaserbox h4,
.teaserbox h5,
.teaserbox h6{
	line-height: 1.3;
}

/*-----------------------------------------------------------------------------------*/

.callout{
	margin:0 0px 0 0px;
	padding:10px;	
	border: 1px solid #ddd;
	display: block;
	background: #ffffff url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/stripes.png) !important;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow:1px 0px 3px 1px rgba(180, 180, 180, 0.2);
	   -moz-box-shadow:1px 0px 3px 1px rgba(180, 180, 180, 0.2);
	        box-shadow:1px 0px 3px 1px rgba(180, 180, 180, 0.2);
}
.callout .border{
	background: #ffffff;
	border:1px solid #e3e3e3;
	padding:20px 20px 0px 20px;
	-webkit-box-shadow:inset 1px 0px 2px 1px rgba(180, 180, 180, 0.1);
	   -moz-box-shadow:inset 1px 0px 2px 1px rgba(180, 180, 180, 0.1);
	        box-shadow:inset 1px 0px 2px 1px rgba(180, 180, 180, 0.1);
}

.callout .callout-button{
	float: left;
}

.callout .callout-content{
	float: right;
}

.callout a.button{
	margin: 0;
	text-align: center;
}
.callout h1,
.callout h2,
.callout h3,
.callout h4,
.callout h5,
.callout h6{
	line-height: 1.3;
	margin:0 0 0px 0 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Columns
/*-----------------------------------------------------------------------------------*/
.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 67.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-left: 4%;
	margin-bottom: 20px;
	float: right;
}

.last {margin-left:0 !important;}

/*-----------------------------------------------------------------------------------*/
/*	Description
/*-----------------------------------------------------------------------------------*/

.description.style-1{
	background: #f8f8f8;
	padding:30px 30px;
	border-radius: 4px;
	margin:0 0 20px 0;
}

.description.style-2{
	padding:30px 30px;
	border-radius: 4px;
	margin:0 0 20px 0;
	background: #ffffff url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/stripes.png) !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Dropcap
/*-----------------------------------------------------------------------------------*/
.dropcap{
	display: block;
    float: right;
    font-size: 40px;
    line-height: 34px;
    margin: 6px 0 0 8px;
}

.dropcap.dropcap-circle{
	margin:6px 0 0 12px;
	width:48px;
	height:48px;
	line-height:48px;
	font-size:28px;
	padding:0;
	text-align: center;
	background: #ffffff;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	-webkit-box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.2);
	   -moz-box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.2);
            box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.2);
	border: 1px solid #ddd;
}
.dropcap.dropcap-box{
	margin:6px 0 0 12px;
	width:48px;
	height:48px;
	line-height:48px;
	font-size:28px;
	padding:0;
	text-align: center;
	background: #ffffff;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.2);
	   -moz-box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.2);
            box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.2);
	border: 1px solid #ddd;
}
.dropcap.dropcap-book{
	margin:6px 0 0 8px;
	font-family: Times, "Times New Roman", serif;
	line-height:34px;
}

/*-----------------------------------------------------------------------------------*/
/*	Gallery
/*-----------------------------------------------------------------------------------*/

.gallery .gallery-item a{
	display: block;
}

.gallery { margin: 0 auto 0px; }
.gallery .gallery-item {
	float: right;
	padding:0;
	text-align: center;
	width:100%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }

.gallery img{
	width:70%;
	height:auto;
	border:1px solid #cccccc !important;
	-webkit-box-shadow:1px 0px 2px 1px rgba(0,0,0,0.06);
	   -moz-box-shadow:1px 0px 2px 1px rgba(0,0,0,0.06);
	        box-shadow:1px 0px 2px 1px rgba(0,0,0,0.06);
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
	padding:6px;
	margin: 0;
	background:#ffffff;
}

.gallery img:hover {
	background: #289dcc;
	border-color: #289dcc !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Google Font
/*-----------------------------------------------------------------------------------*/

.googlefont{
	font-weight: 400;
}

/*-----------------------------------------------------------------------------------*/
/*	Google Maps
/*-----------------------------------------------------------------------------------*/

.google_map{
	margin-bottom:30px;
	border:1px solid #cccccc;
	background: #efefef;
	-webkit-box-shadow:1px 0px 4px 1px rgba(180, 180, 180, 0.3);
	   -moz-box-shadow:1px 0px 4px 1px rgba(180, 180, 180, 0.3);
            box-shadow:1px 0px 4px 1px rgba(180, 180, 180, 0.3);
}

.google_map.full{
	width:100% !important;
	height:auto;
	margin:0px;
}

.google_map img { max-width: none; }
.entry-content img {max-width: 100000%; /* override */}

/*-----------------------------------------------------------------------------------*/
/*	Iconboxes
/*-----------------------------------------------------------------------------------*/

[class^="iconbox-"],
[class*=" iconbox-"] {
  display: inline-block;
  background-image: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons.png);
  background-position: top right;
  background-repeat: no-repeat;
  line-height: 1;
  vertical-align: middle !important;
}

.iconbox-64{ background-position: 0 0; width: 32px; height: 32px; } 
.iconbox-addressbook{ background-position: 0 -82px; width: 32px; height: 32px; } 
.iconbox-archive-delete{ background-position: 0 -164px; width: 32px; height: 32px; } 
.iconbox-archive-download{ background-position: 0 -246px; width: 32px; height: 32px; } 
.iconbox-archive-new{ background-position: 0 -328px; width: 32px; height: 32px; } 
.iconbox-back{ background-position: 0 -410px; width: 32px; height: 32px; } 
.iconbox-bookmark{ background-position: 0 -492px; width: 32px; height: 32px; } 
.iconbox-burn{ background-position: 0 -574px; width: 32px; height: 32px; } 
.iconbox-calculator{ background-position: 0 -656px; width: 32px; height: 32px; } 
.iconbox-cash{ background-position: 0 -738px; width: 32px; height: 32px; } 
.iconbox-cd{ background-position: 0 -820px; width: 32px; height: 32px; } 
.iconbox-chat{ background-position: 0 -902px; width: 32px; height: 32px; } 
.iconbox-clapperboard{ background-position: 0 -984px; width: 32px; height: 32px; } 
.iconbox-color{ background-position: 0 -1066px; width: 32px; height: 32px; } 
.iconbox-copy{ background-position: 0 -1148px; width: 32px; height: 32px; } 
.iconbox-creditcard{ background-position: 0 -1230px; width: 32px; height: 32px; } 
.iconbox-desktop-alternative{ background-position: 0 -1312px; width: 32px; height: 32px; } 
.iconbox-desktop{ background-position: 0 -1394px; width: 32px; height: 32px; } 
.iconbox-down{ background-position: 0 -1476px; width: 32px; height: 32px; } 
.iconbox-edit{ background-position: 0 -1558px; width: 32px; height: 32px; } 
.iconbox-exclamation{ background-position: 0 -1640px; width: 32px; height: 32px; } 
.iconbox-exit{ background-position: 0 -1722px; width: 32px; height: 32px; } 
.iconbox-folder-forward{ background-position: 0 -1804px; width: 32px; height: 32px; } 
.iconbox-folder-smart{ background-position: 0 -1886px; width: 32px; height: 32px; } 
.iconbox-folder{ background-position: -82px 0; width: 32px; height: 32px; } 
.iconbox-forward-black{ background-position: -82px -82px; width: 32px; height: 32px; } 
.iconbox-forward-mail{ background-position: -82px -164px; width: 32px; height: 32px; } 
.iconbox-forward{ background-position: -82px -246px; width: 32px; height: 32px; } 
.iconbox-globe{ background-position: -82px -328px; width: 32px; height: 32px; } 
.iconbox-harddrive{ background-position: -82px -410px; width: 32px; height: 32px; } 
.iconbox-heineken{ background-position: -82px -492px; width: 32px; height: 32px; } 
.iconbox-help{ background-position: -82px -574px; width: 32px; height: 32px; } 
.iconbox-info{ background-position: -82px -656px; width: 32px; height: 32px; } 
.iconbox-install{ background-position: -82px -738px; width: 32px; height: 32px; } 
.iconbox-intel{ background-position: -82px -820px; width: 32px; height: 32px; } 
.iconbox-keyboard{ background-position: -82px -902px; width: 32px; height: 32px; } 
.iconbox-lock{ background-position: -82px -984px; width: 32px; height: 32px; } 
.iconbox-mac-alternative{ background-position: -82px -1066px; width: 32px; height: 32px; } 
.iconbox-mac-alternative2{ background-position: -82px -1148px; width: 32px; height: 32px; } 
.iconbox-mac{ background-position: -82px -1230px; width: 32px; height: 32px; } 
.iconbox-mail{ background-position: -82px -1312px; width: 32px; height: 32px; } 
.iconbox-minus-white{ background-position: -82px -1394px; width: 32px; height: 32px; } 
.iconbox-minus{ background-position: -82px -1476px; width: 32px; height: 32px; } 
.iconbox-monitor{ background-position: -82px -1558px; width: 32px; height: 32px; } 
.iconbox-moon-alternative{ background-position: -82px -1640px; width: 32px; height: 32px; } 
.iconbox-moon{ background-position: -82px -1722px; width: 32px; height: 32px; } 
.iconbox-movies{ background-position: -82px -1804px; width: 32px; height: 32px; } 
.iconbox-music{ background-position: -82px -1886px; width: 32px; height: 32px; } 
.iconbox-new{ background-position: -164px 0; width: 32px; height: 32px; } 
.iconbox-next{ background-position: -164px -82px; width: 32px; height: 32px; } 
.iconbox-notebook{ background-position: -164px -164px; width: 32px; height: 32px; } 
.iconbox-open{ background-position: -164px -246px; width: 32px; height: 32px; } 
.iconbox-pause{ background-position: -164px -328px; width: 32px; height: 32px; } 
.iconbox-phone{ background-position: -164px -410px; width: 32px; height: 32px; } 
.iconbox-picture-cast{ background-position: -164px -492px; width: 32px; height: 32px; } 
.iconbox-picture{ background-position: -164px -574px; width: 32px; height: 32px; } 
.iconbox-play{ background-position: -164px -656px; width: 32px; height: 32px; } 
.iconbox-plus{ background-position: -164px -738px; width: 32px; height: 32px; } 
.iconbox-podcast{ background-position: -164px -820px; width: 32px; height: 32px; } 
.iconbox-preferences{ background-position: -164px -902px; width: 32px; height: 32px; } 
.iconbox-public{ background-position: -164px -984px; width: 32px; height: 32px; } 
.iconbox-record{ background-position: -164px -1066px; width: 32px; height: 32px; } 
.iconbox-refresh{ background-position: -164px -1148px; width: 32px; height: 32px; } 
.iconbox-remove{ background-position: -164px -1230px; width: 32px; height: 32px; } 
.iconbox-rewind-black{ background-position: -164px -1312px; width: 32px; height: 32px; } 
.iconbox-rewind{ background-position: -164px -1394px; width: 32px; height: 32px; } 
.iconbox-rss-alternative{ background-position: -164px -1476px; width: 32px; height: 32px; } 
.iconbox-rss{ background-position: -164px -1558px; width: 32px; height: 32px; } 
.iconbox-search{ background-position: -164px -1640px; width: 32px; height: 32px; } 
.iconbox-send{ background-position: -164px -1722px; width: 32px; height: 32px; } 
.iconbox-server{ background-position: -164px -1804px; width: 32px; height: 32px; } 
.iconbox-settings{ background-position: -164px -1886px; width: 32px; height: 32px; } 
.iconbox-smiley-sad{ background-position: -246px 0; width: 32px; height: 32px; } 
.iconbox-smiley{ background-position: -246px -82px; width: 32px; height: 32px; } 
.iconbox-splash{ background-position: -246px -164px; width: 32px; height: 32px; } 
.iconbox-star{ background-position: -246px -246px; width: 32px; height: 32px; } 
.iconbox-stop-alternative2{ background-position: -246px -328px; width: 32px; height: 32px; } 
.iconbox-stop{ background-position: -246px -410px; width: 32px; height: 32px; } 
.iconbox-stop-alternative{ background-position: -246px -492px; width: 32px; height: 32px; } 
.iconbox-sun-alternative{ background-position: -246px -574px; width: 32px; height: 32px; } 
.iconbox-sun{ background-position: -246px -656px; width: 32px; height: 32px; } 
.iconbox-terminal{ background-position: -246px -738px; width: 32px; height: 32px; } 
.iconbox-trash-full{ background-position: -246px -820px; width: 32px; height: 32px; } 
.iconbox-trash{ background-position: -246px -902px; width: 32px; height: 32px; } 
.iconbox-unarchive{ background-position: -246px -984px; width: 32px; height: 32px; } 
.iconbox-universal{ background-position: -246px -1066px; width: 32px; height: 32px; } 
.iconbox-unread{ background-position: -246px -1148px; width: 32px; height: 32px; } 
.iconbox-up{ background-position: -246px -1230px; width: 32px; height: 32px; } 
.iconbox-user{ background-position: -246px -1312px; width: 32px; height: 32px; } 
.iconbox-users{ background-position: -246px -1394px; width: 32px; height: 32px; } 
.iconbox-window{ background-position: -246px -1476px; width: 32px; height: 32px; } 
.iconbox-work{ background-position: -246px -1558px; width: 32px; height: 32px; } 
.iconbox-zoom-in{ background-position: -246px -1640px; width: 32px; height: 32px; } 
.iconbox-zoom-out{ background-position: -246px -1722px; width: 32px; height: 32px; } 

.iconbox-none{
	background: none;
}

h1 [class^="iconbox-"], h1 [class*=" iconbox-"], 
h2 [class^="iconbox-"], h2 [class*=" iconbox-"], 
h3 [class^="iconbox-"], h3 [class*=" iconbox-"], 
h4 [class^="iconbox-"], h4 [class*=" iconbox-"], 
h5 [class^="iconbox-"], h5 [class*=" iconbox-"], 
h6 [class^="iconbox-"], h6 [class*=" iconbox-"] {
	margin-top:-6px;
	margin-left:12px;
}

h1 [class^="iconbox-"], h1 [class*=" iconbox-"] { 
	margin-top:-5px;
}
h2 [class^="iconbox-"], h2 [class*=" iconbox-"] { 
	margin-top:-3px;
}

.iconbox{
	margin:0 0 0px 0;
}

.iconbox [class^="iconbox-"], .iconbox [class*=" iconbox-"] {
	display: block;
	float: right;
	margin:0px 0 0px 15px;
	line-height: 32px;
    vertical-align: text-bottom;
}

.iconbox p{
	margin:0 47px 0 0;
}

.iconbox h3 {
	font-size:16px;
	margin:-21px 47px 8px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Retina Icons
/*-----------------------------------------------------------------------------------*/

@font-face {
  font-family: 'FontAwesome';
  src: 	url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/css/font/fontawesome-webfont.eot?v=3.0.1);
  src: 	url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/css/font/fontawesome-webfont.eot?#iefix&v=3.0.1) format('embedded-opentype'),
    	url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/css/font/fontawesome-webfont.woff?v=3.0.1) format('woff'),
    	url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/css/font/fontawesome-webfont.ttf?v=3.0.1) format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*  Font Awesome styles
------------------------------------------------------- */

[class^="retinaicon-"],
[class*=" retinaicon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;

  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 100% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

[class^="retinaicon-"]:before,
[class*=" retinaicon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

.retinaicon{
	display: block;
	line-height: 1;
	padding: 0;
	margin: 0 0 0px 0;
}

.retinaicon-small{
	font-size:28px !important;
}

.retinaicon-medium{
	font-size:56px !important;
}

.retinaicon-large{
	font-size:112px !important;
}

.retinaicon-circ span{
	display:inline-block;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #999999;
	color:#ffffff;
}

.retinaicon-small.retinaicon-circ span{
	width:52px;
	height:52px;
	line-height: 52px;
}

.retinaicon-medium.retinaicon-circ span{
	width:95px;
	height:95px;
	line-height: 100px;
}

.retinaicon-large.retinaicon-circ span{
	width:180px;
	height:180px;
	line-height: 180px;
}

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.retinaicon-glass:before                { content: "\f000"; }
.retinaicon-music:before                { content: "\f001"; }
.retinaicon-search:before               { content: "\f002"; }
.retinaicon-envelope:before             { content: "\f003"; }
.retinaicon-heart:before                { content: "\f004"; }
.retinaicon-star:before                 { content: "\f005"; }
.retinaicon-star-empty:before           { content: "\f006"; }
.retinaicon-user:before                 { content: "\f007"; }
.retinaicon-film:before                 { content: "\f008"; }
.retinaicon-th-large:before             { content: "\f009"; }
.retinaicon-th:before                   { content: "\f00a"; }
.retinaicon-th-list:before              { content: "\f00b"; }
.retinaicon-ok:before                   { content: "\f00c"; }
.retinaicon-remove:before               { content: "\f00d"; }
.retinaicon-zoom-in:before              { content: "\f00e"; }

.retinaicon-zoom-out:before             { content: "\f010"; }
.retinaicon-off:before                  { content: "\f011"; }
.retinaicon-signal:before               { content: "\f012"; }
.retinaicon-cog:before                  { content: "\f013"; }
.retinaicon-trash:before                { content: "\f014"; }
.retinaicon-home:before                 { content: "\f015"; }
.retinaicon-file:before                 { content: "\f016"; }
.retinaicon-time:before                 { content: "\f017"; }
.retinaicon-road:before                 { content: "\f018"; }
.retinaicon-download-alt:before         { content: "\f019"; }
.retinaicon-download:before             { content: "\f01a"; }
.retinaicon-upload:before               { content: "\f01b"; }
.retinaicon-inbox:before                { content: "\f01c"; }
.retinaicon-play-circle:before          { content: "\f01d"; }
.retinaicon-repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.retinaicon-refresh:before              { content: "\f021"; }
.retinaicon-list-alt:before             { content: "\f022"; }
.retinaicon-lock:before                 { content: "\f023"; }
.retinaicon-flag:before                 { content: "\f024"; }
.retinaicon-headphones:before           { content: "\f025"; }
.retinaicon-volume-off:before           { content: "\f026"; }
.retinaicon-volume-down:before          { content: "\f027"; }
.retinaicon-volume-up:before            { content: "\f028"; }
.retinaicon-qrcode:before               { content: "\f029"; }
.retinaicon-barcode:before              { content: "\f02a"; }
.retinaicon-tag:before                  { content: "\f02b"; }
.retinaicon-tags:before                 { content: "\f02c"; }
.retinaicon-book:before                 { content: "\f02d"; }
.retinaicon-bookmark:before             { content: "\f02e"; }
.retinaicon-print:before                { content: "\f02f"; }

.retinaicon-camera:before               { content: "\f030"; }
.retinaicon-font:before                 { content: "\f031"; }
.retinaicon-bold:before                 { content: "\f032"; }
.retinaicon-italic:before               { content: "\f033"; }
.retinaicon-text-height:before          { content: "\f034"; }
.retinaicon-text-width:before           { content: "\f035"; }
.retinaicon-align-left:before           { content: "\f036"; }
.retinaicon-align-center:before         { content: "\f037"; }
.retinaicon-align-right:before          { content: "\f038"; }
.retinaicon-align-justify:before        { content: "\f039"; }
.retinaicon-list:before                 { content: "\f03a"; }
.retinaicon-indent-left:before          { content: "\f03b"; }
.retinaicon-indent-right:before         { content: "\f03c"; }
.retinaicon-facetime-video:before       { content: "\f03d"; }
.retinaicon-picture:before              { content: "\f03e"; }

.retinaicon-pencil:before               { content: "\f040"; }
.retinaicon-map-marker:before           { content: "\f041"; }
.retinaicon-adjust:before               { content: "\f042"; }
.retinaicon-tint:before                 { content: "\f043"; }
.retinaicon-edit:before                 { content: "\f044"; }
.retinaicon-share:before                { content: "\f045"; }
.retinaicon-check:before                { content: "\f046"; }
.retinaicon-move:before                 { content: "\f047"; }
.retinaicon-step-backward:before        { content: "\f048"; }
.retinaicon-fast-backward:before        { content: "\f049"; }
.retinaicon-backward:before             { content: "\f04a"; }
.retinaicon-play:before                 { content: "\f04b"; }
.retinaicon-pause:before                { content: "\f04c"; }
.retinaicon-stop:before                 { content: "\f04d"; }
.retinaicon-forward:before              { content: "\f04e"; }

.retinaicon-fast-forward:before         { content: "\f050"; }
.retinaicon-step-forward:before         { content: "\f051"; }
.retinaicon-eject:before                { content: "\f052"; }
.retinaicon-chevron-left:before         { content: "\f053"; }
.retinaicon-chevron-right:before        { content: "\f054"; }
.retinaicon-plus-sign:before            { content: "\f055"; }
.retinaicon-minus-sign:before           { content: "\f056"; }
.retinaicon-remove-sign:before          { content: "\f057"; }
.retinaicon-ok-sign:before              { content: "\f058"; }
.retinaicon-question-sign:before        { content: "\f059"; }
.retinaicon-info-sign:before            { content: "\f05a"; }
.retinaicon-screenshot:before           { content: "\f05b"; }
.retinaicon-remove-circle:before        { content: "\f05c"; }
.retinaicon-ok-circle:before            { content: "\f05d"; }
.retinaicon-ban-circle:before           { content: "\f05e"; }

.retinaicon-arrow-left:before           { content: "\f060"; }
.retinaicon-arrow-right:before          { content: "\f061"; }
.retinaicon-arrow-up:before             { content: "\f062"; }
.retinaicon-arrow-down:before           { content: "\f063"; }
.retinaicon-share-alt:before            { content: "\f064"; }
.retinaicon-resize-full:before          { content: "\f065"; }
.retinaicon-resize-small:before         { content: "\f066"; }
.retinaicon-plus:before                 { content: "\f067"; }
.retinaicon-minus:before                { content: "\f068"; }
.retinaicon-asterisk:before             { content: "\f069"; }
.retinaicon-exclamation-sign:before     { content: "\f06a"; }
.retinaicon-gift:before                 { content: "\f06b"; }
.retinaicon-leaf:before                 { content: "\f06c"; }
.retinaicon-fire:before                 { content: "\f06d"; }
.retinaicon-eye-open:before             { content: "\f06e"; }

.retinaicon-eye-close:before            { content: "\f070"; }
.retinaicon-warning-sign:before         { content: "\f071"; }
.retinaicon-plane:before                { content: "\f072"; }
.retinaicon-calendar:before             { content: "\f073"; }
.retinaicon-random:before               { content: "\f074"; }
.retinaicon-comment:before              { content: "\f075"; }
.retinaicon-magnet:before               { content: "\f076"; }
.retinaicon-chevron-up:before           { content: "\f077"; }
.retinaicon-chevron-down:before         { content: "\f078"; }
.retinaicon-retweet:before              { content: "\f079"; }
.retinaicon-shopping-cart:before        { content: "\f07a"; }
.retinaicon-folder-close:before         { content: "\f07b"; }
.retinaicon-folder-open:before          { content: "\f07c"; }
.retinaicon-resize-vertical:before      { content: "\f07d"; }
.retinaicon-resize-horizontal:before    { content: "\f07e"; }

.retinaicon-bar-chart:before            { content: "\f080"; }
.retinaicon-twitter-sign:before         { content: "\f081"; }
.retinaicon-facebook-sign:before        { content: "\f082"; }
.retinaicon-camera-retro:before         { content: "\f083"; }
.retinaicon-key:before                  { content: "\f084"; }
.retinaicon-cogs:before                 { content: "\f085"; }
.retinaicon-comments:before             { content: "\f086"; }
.retinaicon-thumbs-up:before            { content: "\f087"; }
.retinaicon-thumbs-down:before          { content: "\f088"; }
.retinaicon-star-half:before            { content: "\f089"; }
.retinaicon-heart-empty:before          { content: "\f08a"; }
.retinaicon-signout:before              { content: "\f08b"; }
.retinaicon-linkedin-sign:before        { content: "\f08c"; }
.retinaicon-pushpin:before              { content: "\f08d"; }
.retinaicon-external-link:before        { content: "\f08e"; }

.retinaicon-signin:before               { content: "\f090"; }
.retinaicon-trophy:before               { content: "\f091"; }
.retinaicon-github-sign:before          { content: "\f092"; }
.retinaicon-upload-alt:before           { content: "\f093"; }
.retinaicon-lemon:before                { content: "\f094"; }
.retinaicon-phone:before                { content: "\f095"; }
.retinaicon-check-empty:before          { content: "\f096"; }
.retinaicon-bookmark-empty:before       { content: "\f097"; }
.retinaicon-phone-sign:before           { content: "\f098"; }
.retinaicon-twitter:before              { content: "\f099"; }
.retinaicon-facebook:before             { content: "\f09a"; }
.retinaicon-github:before               { content: "\f09b"; }
.retinaicon-unlock:before               { content: "\f09c"; }
.retinaicon-credit-card:before          { content: "\f09d"; }
.retinaicon-rss:before                  { content: "\f09e"; }

.retinaicon-hdd:before                  { content: "\f0a0"; }
.retinaicon-bullhorn:before             { content: "\f0a1"; }
.retinaicon-bell:before                 { content: "\f0a2"; }
.retinaicon-certificate:before          { content: "\f0a3"; }
.retinaicon-hand-right:before           { content: "\f0a4"; }
.retinaicon-hand-left:before            { content: "\f0a5"; }
.retinaicon-hand-up:before              { content: "\f0a6"; }
.retinaicon-hand-down:before            { content: "\f0a7"; }
.retinaicon-circle-arrow-left:before    { content: "\f0a8"; }
.retinaicon-circle-arrow-right:before   { content: "\f0a9"; }
.retinaicon-circle-arrow-up:before      { content: "\f0aa"; }
.retinaicon-circle-arrow-down:before    { content: "\f0ab"; }
.retinaicon-globe:before                { content: "\f0ac"; }
.retinaicon-wrench:before               { content: "\f0ad"; }
.retinaicon-tasks:before                { content: "\f0ae"; }

.retinaicon-filter:before               { content: "\f0b0"; }
.retinaicon-briefcase:before            { content: "\f0b1"; }
.retinaicon-fullscreen:before           { content: "\f0b2"; }

.retinaicon-group:before                { content: "\f0c0"; }
.retinaicon-link:before                 { content: "\f0c1"; }
.retinaicon-cloud:before                { content: "\f0c2"; }
.retinaicon-beaker:before               { content: "\f0c3"; }
.retinaicon-cut:before                  { content: "\f0c4"; }
.retinaicon-copy:before                 { content: "\f0c5"; }
.retinaicon-paper-clip:before           { content: "\f0c6"; }
.retinaicon-save:before                 { content: "\f0c7"; }
.retinaicon-sign-blank:before           { content: "\f0c8"; }
.retinaicon-reorder:before              { content: "\f0c9"; }
.retinaicon-list-ul:before              { content: "\f0ca"; }
.retinaicon-list-ol:before              { content: "\f0cb"; }
.retinaicon-strikethrough:before        { content: "\f0cc"; }
.retinaicon-underline:before            { content: "\f0cd"; }
.retinaicon-table:before                { content: "\f0ce"; }

.retinaicon-magic:before                { content: "\f0d0"; }
.retinaicon-truck:before                { content: "\f0d1"; }
.retinaicon-pinterest:before            { content: "\f0d2"; }
.retinaicon-pinterest-sign:before       { content: "\f0d3"; }
.retinaicon-google-plus-sign:before     { content: "\f0d4"; }
.retinaicon-google-plus:before          { content: "\f0d5"; }
.retinaicon-money:before                { content: "\f0d6"; }
.retinaicon-caret-down:before           { content: "\f0d7"; }
.retinaicon-caret-up:before             { content: "\f0d8"; }
.retinaicon-caret-left:before           { content: "\f0d9"; }
.retinaicon-caret-right:before          { content: "\f0da"; }
.retinaicon-columns:before              { content: "\f0db"; }
.retinaicon-sort:before                 { content: "\f0dc"; }
.retinaicon-sort-down:before            { content: "\f0dd"; }
.retinaicon-sort-up:before              { content: "\f0de"; }

.retinaicon-envelope-alt:before         { content: "\f0e0"; }
.retinaicon-linkedin:before             { content: "\f0e1"; }
.retinaicon-undo:before                 { content: "\f0e2"; }
.retinaicon-legal:before                { content: "\f0e3"; }
.retinaicon-dashboard:before            { content: "\f0e4"; }
.retinaicon-comment-alt:before          { content: "\f0e5"; }
.retinaicon-comments-alt:before         { content: "\f0e6"; }
.retinaicon-bolt:before                 { content: "\f0e7"; }
.retinaicon-sitemap:before              { content: "\f0e8"; }
.retinaicon-umbrella:before             { content: "\f0e9"; }
.retinaicon-paste:before                { content: "\f0ea"; }
.retinaicon-lightbulb:before            { content: "\f0eb"; }
.retinaicon-exchange:before             { content: "\f0ec"; }
.retinaicon-cloud-download:before       { content: "\f0ed"; }
.retinaicon-cloud-upload:before         { content: "\f0ee"; }

.retinaicon-user-md:before              { content: "\f0f0"; }
.retinaicon-stethoscope:before          { content: "\f0f1"; }
.retinaicon-suitcase:before             { content: "\f0f2"; }
.retinaicon-bell-alt:before             { content: "\f0f3"; }
.retinaicon-coffee:before               { content: "\f0f4"; }
.retinaicon-food:before                 { content: "\f0f5"; }
.retinaicon-file-alt:before             { content: "\f0f6"; }
.retinaicon-building:before             { content: "\f0f7"; }
.retinaicon-hospital:before             { content: "\f0f8"; }
.retinaicon-ambulance:before            { content: "\f0f9"; }
.retinaicon-medkit:before               { content: "\f0fa"; }
.retinaicon-fighter-jet:before          { content: "\f0fb"; }
.retinaicon-beer:before                 { content: "\f0fc"; }
.retinaicon-h-sign:before               { content: "\f0fd"; }
.retinaicon-plus-sign-alt:before        { content: "\f0fe"; }

.retinaicon-double-angle-left:before    { content: "\f100"; }
.retinaicon-double-angle-right:before   { content: "\f101"; }
.retinaicon-double-angle-up:before      { content: "\f102"; }
.retinaicon-double-angle-down:before    { content: "\f103"; }
.retinaicon-angle-left:before           { content: "\f104"; }
.retinaicon-angle-right:before          { content: "\f105"; }
.retinaicon-angle-up:before             { content: "\f106"; }
.retinaicon-angle-down:before           { content: "\f107"; }
.retinaicon-desktop:before              { content: "\f108"; }
.retinaicon-laptop:before               { content: "\f109"; }
.retinaicon-tablet:before               { content: "\f10a"; }
.retinaicon-mobile-phone:before         { content: "\f10b"; }
.retinaicon-circle-blank:before         { content: "\f10c"; }
.retinaicon-quote-left:before           { content: "\f10d"; }
.retinaicon-quote-right:before          { content: "\f10e"; }

.retinaicon-spinner:before              { content: "\f110"; }
.retinaicon-circle:before               { content: "\f111"; }
.retinaicon-reply:before                { content: "\f112"; }
.retinaicon-github-alt:before           { content: "\f113"; }
.retinaicon-folder-close-alt:before     { content: "\f114"; }
.retinaicon-folder-open-alt:before      { content: "\f115"; }

.retinaiconbox{
	margin:0 0 0px 0;
}

.retinaiconbox [class^="retinaicon-"], .retinaiconbox [class*=" retinaicon-"] {
	display: block;
	float: right;
	margin:2px 0 0px 15px;
	line-height: 1;
    vertical-align: text-bottom;
    font-size:34px;
}

.retinaiconbox .retinaicon-circ{
	border-radius: 50%;
	width:32px;
	height: 32px;
	font-size: 20px;
	text-align: center;
	line-height: 32px;
}

.retinaiconbox p{
	margin:0 47px 0 0;
}

.retinaiconbox h3 {
	font-size:16px;
	margin:-21px 47px 8px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Styled List
/*-----------------------------------------------------------------------------------*/

ul.styled-list{
	list-style: none;
	margin:0;
	padding:0;
}

ul.styled-list li{
	margin-bottom:2px;
}
ul.styled-list li i{
	margin-left:6px;
	margin-top:0px;
}

.widget_text ul.styled-list li{
	padding: 0 !important;
	background: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Member
/*-----------------------------------------------------------------------------------*/

.member{
	max-width:460px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #ffffff;
	padding:25px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow:1px 0px 2px 1px rgba(180, 180, 180, 0.2);
	   -moz-box-shadow:1px 0px 2px 1px rgba(180, 180, 180, 0.2);
	        box-shadow:1px 0px 2px 1px rgba(180, 180, 180, 0.2);
}
.member-img img{
	width: 101%;
	max-width: 101%;
	height:auto;
}
.member-img {
	margin:-25px -25px 15px -25px;
}
.member h4{
	text-align: center;
	text-transform: uppercase;
	margin:0;
	padding:0;
}
.member .member-role{
	color:#bfbfbf;
	font-size:11px;
	margin-bottom:10px;
}
.member p{
	margin:0;
}

.member .member-social{
	height:40px !important;
	margin:25px -20px -20px -20px;
	border-top:1px solid #efefef;
	padding:0 !important;
}
.member .member-social ul{
	margin:0px 0 0 0;
	padding:0;
	list-style: none;
	font-size: 0 !important;
	line-height: 0 !important;
	text-align: center;
}
.member .member-social ul li{
	display: inline-block;
	float: none;
}
.member .member-social ul li a{
	display:block;
	width:40px;
	height:40px;
	text-indent:-9999px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}

.member .member-social ul li.member-social-facebook a { background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/facebook.png) no-repeat 0 0 }
.member .member-social ul li.member-social-twitter a { background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/twitter.png) no-repeat 0 0 }
.member .member-social ul li.member-social-skype a { background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/skype.png) no-repeat 0 0 }
.member .member-social ul li.member-social-google a { background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/googleplus.png) no-repeat 0 0 }
.member .member-social ul li.member-social-linkedin a { background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/linkedin.png) no-repeat 0 0 }
.member .member-social ul li.member-social-email a { background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/email.png) no-repeat 0 0 }

/*-----------------------------------------------------------------------------------*/

.skillbar{
	width:100%;
	height:25px;
	display:block;
	background: #efefef;
	margin-bottom:10px;
}
.skillbar .skill-percentage{
	background: #289dcc;
	display:block;
	width:0%;
	height:25px;
}
.skill-title{
	margin:0 0 3px 0;
	font-size:14px;
	color:#999999;
	display: block;
	font-weight:bold;
}

/*-----------------------------------------------------------------------------------*/
/* Portfolio
/*-----------------------------------------------------------------------------------*/

.latest-portfolio ul{
	list-style: none;
	margin:0;
	padding: 0;
}

.negative-wrap{
	margin:0 -10px 0 -10px;
}

/*-----------------------------------------------------------------------------------*/
/* Blog
/*-----------------------------------------------------------------------------------*/

.latest-blog .blog-item {
	position: relative;
	margin-bottom:20px;
	text-align: right;
}
.latest-blog .blog-item .blog-pic{
	border-radius: 4px;
	overflow: hidden;
	display: block;
	margin:0 0 5px 0;
	position: relative;
}
.latest-blog .blog-item .blog-pic img{
	width:220px;
	height:143px;
}
.latest-blog .blog-item .blog-overlay{
	display: block;
	width:220px;
	height:150px;
	overflow: hidden;
	background: rgba(0,0,0,0.6);
	position: absolute;
	top:0;
	right: 0;
	opacity: 0;
}
.latest-blog .blog-item .post-icon{
	position: absolute;
	top:-25px;
	right:83px;
	width:50px;
	height:50px;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
	background-position: 8px 7px;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.7);
}
.latest-blog .blog-item img{
	display: block;
}
.latest-blog .blog-item h4{
	margin:0 5px 0 0;
	padding:0;
	font-size:14px;
	line-height: 23px;
	-webkit-transition:all 0.26s ease 0s;
	   -moz-transition:all 0.26s ease 0s;
         -o-transition:all 0.26s ease 0s;
            transition:all 0.26s ease 0s;
}
.latest-blog .blog-item:hover h4{
	color: #289dcc;
}
.latest-blog .blog-item .blog-item-description span{
	font-size:11px;
	color:#cccccc;
	display: block;
	margin:-2px 5px 0 0;
	padding:0;
}

/*-----------------------------------------------------------------------------------*/

.latest-blog-list{
	width:100%;
	margin:0 0 20px 0;
}

.latest-blog-list h4{
	margin: 0;
}

.latest-blog-list .blog-list-item-date{
	background: #f4f4f4;
	color:#666666;
	width:50px;
	text-align: center;
	font-size:20px;
	line-height: 20px;
	font-weight: bold;
	padding:10px 0 0 0;
	float: right;
}
.latest-blog-list .blog-list-item-date span{
	display: block;
	background: #666666;
	font-size:11px;
	line-height: 11px;
	font-weight: bold;
	padding:5px 0;
	margin:10px 0 0 0;
	text-transform: uppercase;
	color:#ffffff;
}

.latest-blog-list .blog-list-item-description{
	margin-right:70px;
}
.latest-blog-list .blog-list-item-description span{
	color:#cccccc;
}

.latest-blog-list .blog-list-item-description .read-more-link{
	display: block;
}

.blog-list-item-excerpt{
	
}

/*-----------------------------------------------------------------------------------*/
/* Pricing Table
/*-----------------------------------------------------------------------------------*/

.pricing-table{
	width:940px;
	padding-top:31px;
}
.pricing-table p{
	margin:0;
}

.pricing-table.col-2 .plan{
	float:right;
	width:469px;
	display: block;
}
.pricing-table.col-3 .plan{
	float:right;
	width:312px;
	display: block;
}
.pricing-table.col-4 .plan{
	float:right;
	width:234px;
	display: block;
}
.pricing-table.col-5 .plan{
	float:right;
	width:187px;
	display: block;
}

.plan{
	text-align: center;
	border:1px solid #dddddd;
	background: #ffffff;
	margin-left:-1px;
	-webkit-box-shadow:1px 0px 3px 1px rgba(180, 180, 180, 0.2);
       -moz-box-shadow:1px 0px 3px 1px rgba(180, 180, 180, 0.2);
            box-shadow:1px 0px 3px 1px rgba(180, 180, 180, 0.2);
}

.pricing-table .featured{
	color:#ffffff !important; /* never overwrite those values :-) */
	margin:-31px -1px 20px -1px;
	position: relative;
	z-index: 999;
	text-transform: uppercase;
	font-weight:bold;
	font-size:11px !important;
	letter-spacing: 1px !important;
	background: #333333;
	height:31px !important;
	line-height:31px !important;
}

.plan .plan-head{
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
}

.plan .plan-head h3{
	display:block;
	width:100%;
	margin:25px 0 5px 0;
	font-size:16px;
	padding:0;
}

.plan .price{
	display:block;
	font-size:36px;
	line-height:38px;
	font-weight:300;
	border-bottom:1px solid #dddddd;
	padding:0;
	margin:0;
}

.plan .price span{
	display:block;
	font-weight:400;
	font-size:11px;
	margin:5px 0 25px 0;
	padding:0;
	color:#c0c0c0;
	line-height:11px;
}

.plan .signup{
	padding:20px 0 20px 0;
	text-align: center;
	border-top:1px solid #dddddd;
	background: #f9f9f9;
}

.plan .signup a.button{
	margin:0;
}
	
.plan ul{
	margin:0 !important;
	list-style: none !important;
	padding:0 !important;
	background: #ffffff;
}
.plan li{
	font-size:12px;
	padding:10px 0px; 
	text-align: center;
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/dotted.png) repeat-x bottom right;
}
.plan li:last-child{
	background: none;
}


/*-----------------------------------------------------------------------------------*/
/*	Blockquotes & Pullquotes
/*-----------------------------------------------------------------------------------*/
blockquote { 
	color: #adadad;
	margin:0 0 20px 0;
	padding:0;
}
blockquote p{ 
	margin: 0 !important; 
	padding: 1px 20px 1px 0; 
	border-right: 4px solid #e6e6e6;
}

.pullquote { 
	color: #adadad;
	width:260px;
	margin: 20px 0 !important; 
}

.pullquote.align-left{
	float: right;
	padding: 0px 20px 0px 20px;
	border-right: 4px solid #e6e6e6;
}
.pullquote.align-right{
	float: left;
	padding: 0px 20px 0px 20px; 
	border-left: 4px solid #e6e6e6;
}

/*-----------------------------------------------------------------------------------*/
/*	Responsive Images
/*-----------------------------------------------------------------------------------*/

.responsive img, .responsive iframe, .responsive object, .responsive embed{
	max-width:100%;
	/*width:100%;*/
	height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*	Social Icons
/*-----------------------------------------------------------------------------------*/

.social-icon {
	display: block;
	float: right;
	margin:0 0 5px 5px;
	background-color: #efefef !important;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	overflow: hidden;
	width:40px;
	height:40px;
}

.social-icon a{
	-webkit-transition:all 0.2s ease 0s;
	   -moz-transition:all 0.2s ease 0s;
         -o-transition:all 0.2s ease 0s;
            transition:all 0.2s ease 0s;
	display:inline-block;
	width:40px;
	height:40px;
	text-indent:-9999px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.social-icon a:hover{
	background-color: #cccccc;
	background-position: 0px -40px !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Styled Tables
/*-----------------------------------------------------------------------------------*/

.custom-table-1 table {
	margin: 0 0 20px 0;
	text-align: right;
	border:1px solid #dddddd;
	-webkit-box-shadow:1px 0px 3px 1px rgba(180, 180, 180, 0.2);
       -moz-box-shadow:1px 0px 3px 1px rgba(180, 180, 180, 0.2);
            box-shadow:1px 0px 3px 1px rgba(180, 180, 180, 0.2);
}

.custom-table-1 tr:nth-child(even) { background: #fafafa; }
.custom-table-1 tr:nth-child(odd) { background: #ffffff; }

.custom-table-1 tr {  }

.custom-table-1 th,
.custom-table-1 td {
	padding: 10px 20px;
	vertical-align: middle;
}

.custom-table-1 thead th{
	font-size:14px;
	font-weight:700;
	color:#333333;
	border-bottom:1px solid #dddddd;
	padding:15px 20px;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
}

/*-----------------------------------------------------------------------------------*/

.custom-table-2 table {
	margin: 0 0 20px 0;
	text-align: right;
	border: 1px solid #dbdbdb;
	-webkit-box-shadow:1px 0px 3px 1px rgba(180, 180, 180, 0.2);
       -moz-box-shadow:1px 0px 3px 1px rgba(180, 180, 180, 0.2);
            box-shadow:1px 0px 3px 1px rgba(180, 180, 180, 0.2);
}

.custom-table-2 tr:nth-child(even) { background: #ffffff; }
.custom-table-2 tr:nth-child(odd) { background: #ffffff; }

.custom-table-2 tr {  }

.custom-table-2 th,
.custom-table-2 td {
	padding: 10px 20px;
	vertical-align: middle;
	border: 1px solid #e2e2e2;
	
}

.custom-table-2 tr:hover {
	background: #fafafa;
}

.custom-table-2 thead th{
	color:#333333;
	font-size:14px;
	font-weight:700;
	border:none;
	border:1px solid #dbdbdb;
	padding:15px 20px;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
}

/*-----------------------------------------------------------------------------------*/

.custom-table-3 table {
	margin: 0 0 20px 0;
	text-align: right;
}

.custom-table-3 tr:nth-child(even) { background: #ffffff; }
.custom-table-3 tr:nth-child(odd) { background: #ffffff; }

.custom-table-3 tr {  }

.custom-table-3 th,
.custom-table-3 td {
	padding: 10px 20px;
	vertical-align: middle;
	border-bottom:1px solid #e2e2e2;
	
}

.custom-table-3 tr:hover {
	background: #fafafa;
}

.custom-table-3 thead th{
	font-size:14px;
	font-weight:700;
	color:#ffffff;
	border:none;
	padding:15px 20px;
	background: #333333;
}

/*-----------------------------------------------------------------------------------*/
/*	Tabs
/*-----------------------------------------------------------------------------------*/

.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 1px;
}
.tab {
    float: right;
    margin-left:-1px;
}
.tab a {
	color:#666666;
    border: 1px solid #d3d3d3;
    display: block;
    padding: 10px 20px;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
}
.tab a:hover{
	color:#666666;
	background: #fff;
}
.tab a i{
	opacity: 0.6;
	margin:-1px 2px 0 2px;
}
.tab a.selected {
	background: #ffffff;
    border-bottom-color: #fff;
    color:#333333;
}
.tab a.selected i{
	opacity: 0.9;
}
.panel {
    border: 1px solid #d3d3d3;        
    clear: both;
    padding: 20px 20px 0px 20px;
    -webkit-box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.1);
       -moz-box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.1);
            box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.1);
}

.woocommerce-tabs .panel{
	border: none;
	padding: 0;
	-webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
}

/*-----------------------------------------------------------------------------------*/
/*	Toggle
/*-----------------------------------------------------------------------------------*/

.testimonial{
	border: 1px solid #d3d3d3;
	padding:20px;
	position: relative;
	-webkit-border-radius:3px;
       -moz-border-radius:3px;
            border-radius:3px;
	-webkit-box-shadow:1px 0px 2px 1px rgba(180, 180, 180, 0.2);
       -moz-box-shadow:1px 0px 2px 1px rgba(180, 180, 180, 0.2);
            box-shadow:1px 0px 2px 1px rgba(180, 180, 180, 0.2);
}
.testimonial:after{
	content: '';
	width:22px;
	height:22px;
	position: absolute;
	bottom:-22px;
	right:30px;
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/testimonials.png) no-repeat;
}
.testimonial-author{
	margin:2px 56px 20px 0;
	color: #999999;
}

/*-----------------------------------------------------------------------------------*/
/*	Toggle
/*-----------------------------------------------------------------------------------*/

.toggle{
	margin-bottom:20px;
}
.toggle .toggle-title{
	border: 1px solid #ddd;
	display: block;
	position: relative;
	padding:10px 15px 10px 0px;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
	-webkit-border-radius:3px;
       -moz-border-radius:3px;
            border-radius:3px;
	font-weight:bold;
	cursor: pointer;
	overflow: hidden;
	color:#999999;
}
.toggle .toggle-title span{
	float: left;
	display:block;
	margin:-10px 0px -10px 0px;
	width:41px;
	height:41px;
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/accordion-open.png) no-repeat left center;
	color:#999999;
}

.toggle .toggle-title i{
	margin:-2px 0px 0 8px;
	opacity: 0.4;
}	
.toggle .toggle-title.active{
	color:#333333;
	-webkit-border-radius:3px 0px 0px 3px;
       -moz-border-radius:3px 0px 0px 3px;
            border-radius:3px 0px 0px 3px;
}
.toggle .toggle-title.active span{
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/accordion-close.png) no-repeat left center;
}
.toggle .toggle-title.active i{
	opacity: 0.95;
	line-height: 1;
}	
.toggle .toggle-inner{
	margin:0;
	-webkit-border-radius:0px 3px 3px 0px;
       -moz-border-radius:0px 3px 3px 0px;
            border-radius:0px 3px 3px 0px;
    -webkit-box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.1);
       -moz-box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.1);
            box-shadow:0px 0px 1px 1px rgba(180, 180, 180, 0.1);
	border:1px solid #ddd;
	border-top:0;
	padding:20px 20px 0px 20px;
	display:none;
}
.toggle .toggle-inner div{
	max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	Separator
/*-----------------------------------------------------------------------------------*/

.title{
	padding: 0;
	margin:0 0 20px 0;
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/stripes.png) right top;
	line-height: 1 !important;
}

.title span{
	background: #fff;
	padding-left: 7px;
}

/*-----------------------------------------------------------------------------------*/
/*	Typography
/*-----------------------------------------------------------------------------------*/

pre code { display: block; margin: 0px 10px 0px 0px; }

abbr { border-bottom: 1px dashed; cursor: help; }

address,
cite,
em,
i { font-style: italic }

dfn { border-bottom: 1px dashed; font-style: italic; }

big { font-size: large }

small,
sub,
sup { position: relative; font-size: 11px; vertical-align: baseline; }
sub { top: 3px }
sup { bottom: 3px }

strong,
b { font-weight: bold }

mark{ 
	display: inline; 
	padding: 2px 4px; 
	background-color: #f6f2d6;
	color:#7c6d08;
	-webkit-border-radius: 3px; 
	   -moz-border-radius: 3px; 
	        border-radius: 3px;
}

mark.dark{ 
	background-color: #333;
	color: #ffffff;
}

form label{
	float:right;
	width:120px;
}

/*form div{
	clear: both;
	display: block;
}*/

/*-----------------------------------------------------------------------------------*/
/*	Blockquotes & Pullquotes
/*-----------------------------------------------------------------------------------*/

.visibility-mobile { display: none !important; }
.visibility-mobile-portrait { display: none !important; }
.visibility-mobile-landscape { display: none !important; }
.visibility-tablet { display: none !important; }

@media (max-width: 479px) {
	.visibility-mobile { display: inherit !important; }
	.visibility-mobile-portrait { display: inherit !important; }
	.visibility-mobile-landscape { display: none !important; }
	.visibility-desktop { display: none !important; }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.visibility-mobile { display: inherit !important; }
	.visibility-mobile-portrait { display: none !important; }
	.visibility-mobile-landscape { display: inherit !important; }
	.visibility-desktop { display: none !important; }

}

@media (min-width: 768px) and (max-width: 959px) {
	.visibility-tablet { display: inherit !important; }
	.visibility-mobile-portrait { display: none !important; }
	.visibility-mobile-landscape { display: none !important; }
	.visibility-desktop { display: none !important; }
}

/*-----------------------------------------------------------------------------------*/
/*	EOF
/*-----------------------------------------------------------------------------------*/ /* Shortcodes */
/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/

/* ------------------------------------------------------------------------ */
/* Reset
/* ------------------------------------------------------------------------ */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.slides li {margin: 0;}

/* ------------------------------------------------------------------------ */
/* FlexSlider Necessary Styles
/* ------------------------------------------------------------------------ */
.flexslider {margin: 0; padding: 0; overflow: hidden;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; height:auto; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* ------------------------------------------------------------------------ */
/* Clearfix for the .slides element 
/* ------------------------------------------------------------------------ */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* ------------------------------------------------------------------------ */
/* No JavaScript Fallback
/* ------------------------------------------------------------------------ */
.no-js .slides > li:first-child {display: block;}

/* ------------------------------------------------------------------------ */
/* FlexSlider Style
/* ------------------------------------------------------------------------ */
.flexslider {position: relative;  zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

.post-gallery .flex-direction-nav .flex-next, #portfolio-slider .flex-direction-nav .flex-next{
	right:0px;
}
.post-gallery .flex-direction-nav .flex-prev, #portfolio-slider .flex-direction-nav .flex-prev{
	left:0px;
}

.post-gallery .flex-control-nav{
	display: none;
}

/* ------------------------------------------------------------------------ */
/* Direction Navigation
/* ------------------------------------------------------------------------ */
.flex-direction-nav a {
	width: 40px;
	height:50px;
	margin: -25px 0 0;
	display: block;
	background-color: #555555;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.flex-direction-nav a:hover {
	background-color: #289dcc;
}

.flex-direction-nav .flex-next {
	right: 0px;
	background-image: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/slider-next.png);
	background-repeat: no-repeat;
	background-position: 53% 50%;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	position: absolute;
}

.flex-direction-nav .flex-prev {
	left: 0px;
	background-image: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/slider-prev.png);
	background-repeat: no-repeat;
	background-position: 47% 50%;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius:  0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	position: absolute;
}

.flexslider:hover .flex-next {opacity: 1; right: 0;}
.flexslider:hover .flex-prev {opacity: 1; left: 0;}
.flex-direction-nav .disabled {opacity: .3 !important; filter:alpha(opacity=30); cursor: default;}

/* ------------------------------------------------------------------------ */
/* Control Navigation
/* ------------------------------------------------------------------------ */
.flex-control-nav {
	width: 100%; 
	text-align: center; 
	margin-top: -30px; 
	position: absolute; 
	z-index: 99;
}
.flex-control-nav li {
	margin: 0 0 0 5px; 
	display: inline-block; 
	zoom: 1; *display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	width: 12px; 
	height: 12px; 
	display: block; 
	background: #000000; 
	cursor: pointer; 
	text-indent: -999em;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	opacity: 0.4;
}
.flex-control-nav li a:hover {
	background: #000000;
	opacity: 0.8;
}
.flex-control-nav li a.flex-active {
	background: #000000; 
	cursor: default;
	opacity: 0.8;
}

/* ------------------------------------------------------------------------ */
/* Home-Slider
/* ------------------------------------------------------------------------ */
.slide-image{
}

.slide-caption{
	width:380px;
	margin-top:100px;
}
	.slide-caption .slide-title{
		font-size:20px;
		font-weight:bold;
		margin-bottom:20px;
		color:#555555;
	}
	.slide-caption .slide-longcaption{
		
	}
	.slide-caption .slide-shortcaption{
		display:none;
	}
	.slide-caption .slide-longcaption p, .slide-caption .slide-shortcaption {
		margin-bottom: 28px;
		font-size:14px;
		line-height:22px;
	}
	
	/* Image Left --------------------------------------- */
	.slide-imageleft .slide-image{
		float: left;
	}
	.slide-imageleft .slide-caption{
		float: right;
	}
	
	/* Image Right --------------------------------------- */
	.slide-imageright .slide-image{
		float: right;
	}
	.slide-imageright .slide-caption{
		float: left;
	}

/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */ /* Flexslider (Blog + Portfolio) */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none} /* Flexslider (Blog + Portfolio) */
/* ------------------------------------------------------------------------ */
/* 02. Skeleton Grid 960px / 16 Columns */
/* ------------------------------------------------------------------------ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
	{
	direction: rtl;
}

.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

.container .column,.container .columns {
	float: right;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}

.row {
	margin-bottom: 20px
}

/* Nested Column Classes */
.column.alpha,.columns.alpha,.column.first,.columns.first {
	margin-right: 0
}

.column.omega,.columns.omega,.column.last,.columns.last {
	margin-left: 0
}

/* Base Grid */
.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

.container .column,.container .columns {
	float: right;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}

.row {
	margin-bottom: 20px;
}

/* Nested Column Classes */
.column.alpha,.columns.alpha,.column.first,.columns.first {
	margin-right: 0;
}

.column.omega,.columns.omega,.column.last,.columns.last {
	margin-left: 0;
}

/* Base Grid */
.container .one.column,.container .one.columns {
	width: 40px;
}

.container .two.columns {
	width: 100px;
}

.container .three.columns {
	width: 160px;
}

.container .four.columns {
	width: 220px;
}

.container .five.columns {
	width: 280px;
}

.container .six.columns {
	width: 340px;
}

.container .seven.columns {
	width: 400px;
}

.container .eight.columns {
	width: 460px;
}

.container .nine.columns {
	width: 520px;
}

.container .ten.columns {
	width: 580px;
}

.container .eleven.columns {
	width: 640px;
}

.container .twelve.columns {
	width: 700px;
}

.container .thirteen.columns {
	width: 760px;
}

.container .fourteen.columns {
	width: 820px;
}

.container .fifteen.columns {
	width: 880px;
}

.container .sixteen.columns {
	width: 940px;
}

.container .one-third.columns {
	width: 300px;
}

.container .two-thirds.column {
	width: 620px;
}

.container .one-fifth.columns {
	width: 172px;
}

.container .one-sixth.columns {
	width: 140px;
}

.container .one-seventh.columns {
	width: 117px;
}

/* Offsets */
.container .offset-by-one {
	padding-right: 60px;
}

.container .offset-by-two {
	padding-right: 120px;
}

.container .offset-by-three {
	padding-right: 180px;
}

.container .offset-by-four {
	padding-right: 240px;
}

.container .offset-by-five {
	padding-right: 300px;
}

.container .offset-by-six {
	padding-right: 360px;
}

.container .offset-by-seven {
	padding-right: 420px;
}

.container .offset-by-eight {
	padding-right: 480px;
}

.container .offset-by-nine {
	padding-right: 540px;
}

.container .offset-by-ten {
	padding-right: 600px;
}

.container .offset-by-eleven {
	padding-right: 660px;
}

.container .offset-by-twelve {
	padding-right: 720px;
}

.container .offset-by-thirteen {
	padding-right: 780px;
}

.container .offset-by-fourteen {
	padding-right: 840px;
}

.container .offset-by-fifteen {
	padding-right: 900px;
}

/* Self Clearing Goodness */
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:before,.clearfix:after,.row:before,.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.row:after,.clearfix:after {
	clear: both
}

.row,.clearfix {
	zoom: 1
}

.clear {
	clear: both;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* ------------------------------------------------------------------------ */
/* 03. General Styles
/* ------------------------------------------------------------------------ */
body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	border-top: 3px solid #333333;
}

::selection {
	background: #289dcc;
	color: #ffffff;
}

::-moz-selection {
	background: #289dcc;
	color: #ffffff;
}

img.scale-with-grid {
	max-width: 100%;
	height: auto;
}

/* ------------------------------------------------------------------------ */
/* 04. Typography
/* ------------------------------------------------------------------------ */
h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	font-weight: inherit
}

h1 {
	font-size: 28px;
	line-height: 1.6;
}

h2 {
	font-size: 22px;
	line-height: 1.6;
}

h3 {
	font-size: 18px;
	line-height: 1.6;
}

h4 {
	font-size: 16px;
	line-height: 1.6;
}

h5 {
	font-size: 14px;
	line-height: 1.6;
}

h6 {
	font-size: 12px;
	line-height: 1.6;
}

.highlight {
	color: #289dcc;
}

p {
	margin: 0 0 20px 0
}

p img {
	margin: 0
}

em {
	font-style: italic
}

strong {
	font-weight: bold
}

small {
	font-size: 80%
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}

pre {
	height: auto;
	font-family: Consolas, monospace;
	border: 1px solid #e2e2e2;
	background: #f7f7f7;
	padding: 10px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 20px 0;
	overflow-x: auto;
}

.hidden {
	display: none !important
}

/* Links ---------------------------------------------------- */
a,a:visited {
	color: #999999;
	text-decoration: none;
	outline: 0;
}

/* Transisiton for Links */
#sidebar a,#footer a,#infobar a,#title a,#alt-title a,#no-title a,#header a,#page-wrap a,#copyright a
	{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#page-wrap .portfolio-item-one a {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

a:hover,a:focus {
	color: #666666
}

p a,p a:visited {
	line-height: inherit
}

/* Lists ---------------------------------------------------- */
ul,ol {
	margin-bottom: 20px
}

ul {
	list-style: none outside
}

ol,ul {
	margin-right: 30px
}

ol {
	list-style: decimal
}

ul {
	list-style: square outside
}

ul li ul,ol li ul,ol li ul,ol li ol {
	margin-bottom: 0
}

/* ------------------------------------------------------------------------ */
/* 05. Forms
/* ------------------------------------------------------------------------ */
form,fieldset {
	margin-bottom: 20px
}

input[type="text"],input[type="password"],input[type="email"],textarea,select
	{
	background: #fff;
	border: 1px solid #ccc;
	padding: 8px 8px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	margin: 0;
	width: 200px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	width: 180px;
	color: #999;
	-moz-box-shadow: 0 0 2px 1px rgba(180, 180, 180, 0.2);
	-webkit-box-shadow: 0 0 2px 1px rgba(180, 180, 180, 0.2);
	box-shadow: 0 0 2px 1px rgba(180, 180, 180, 0.2);
	border: 1px solid #d4d4d4
}

input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus
	{
	border: 1px solid #bbb;
	color: #333;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
	min-height: 60px
}

select {
	width: 220px;
	padding: 5px;
}

label,legend {
	cursor: pointer;
	display: block;
}

label span,legend span {
	font-weight: bold
}

button,input[type="submit"],input[type="reset"],input[type="button"] {
	display: inline-block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

button:active,input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active
	{
	-webkit-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.16);
	box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.16);
}

/* Contactform 7 Specific Styling ---------------------------------------------------- */
.wpcf7-form input[type="text"] {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	width: 400px;
	max-width: 100%;
	margin: 5px 0 0 0;
}

.wpcf7-form textarea {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	width: 100%;
	max-width: 100%;
	margin: 5px 0 0 0;
}

.wpcf7-form select {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	width: 400px;
	max-width: 100%;
	margin: 5px 0 0 0;
	padding: 8px;
}

.wpcf7-form input[type="checkbox"] {
	width: auto
}

.wpcf7 form.wpcf7-form p {
	font-weight: bold;
	margin: 0 0 20px 0 !important;
}

.wpcf7-list-item-label {
	font-weight: normal
}

.wpcf7-response-output {
	display: none
}

.wpcf7-form .invalid {
	color: #bf1515 !important
}

.wpcf7-not-valid {
	border: 1px solid #bf1515 !important
}

.wpcf7 span.wpcf7-not-valid-tip {
	display: none
}

div.wpcf7-response-output {
	margin: 0px !important;
	padding: 5px 10px !important;
}

div.wpcf7-mail-sent-ok,div.wpcf7-mail-sent-ng,div.wpcf7-spam-blocked,div.wpcf7-validation-errors
	{
	position: relative;
	border: 1px solid #ddd !important;
	display: block;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F7F7F7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(180, 180, 180, 0.1);
	-moz-box-shadow: 0px 0px 1px 1px rgba(180, 180, 180, 0.1);
	box-shadow: 0px 0px 1px 1px rgba(180, 180, 180, 0.1);
	font-weight: bold;
	padding: 10px 40px !important;
	text-align: center;
	margin-bottom: 20px;
}

div.wpcf7-mail-sent-ok {
	background-image: linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-color: #e9f2d2;
	border-color: #c0da66 !important;
	color: #88b12b;
}

div.wpcf7-mail-sent-ng {
	background-image: linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-color: #ffe9e9;
	border-color: #e99f9f !important;
	color: #d25c5a;
}

div.wpcf7-spam-blocked {
	background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-color: #fbf6e3;
	border-color: #efd877 !important;
	color: #c4a80a;
}

div.wpcf7-validation-errors {
	background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-color: #fbf6e3;
	border-color: #efd877 !important;
	color: #c4a80a;
}

/* ------------------------------------------------------------------------ */
/* 06. Boxed Layout */
/* ------------------------------------------------------------------------ */
#boxed-layout {
	width: 1000px;
	margin: 0px auto;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

#boxed-layout .container {
	
}

#background {
	position: fixed;
	top: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}

/* ------------------------------------------------------------------------ */
/* 07. Infobar (Toggle Bar)
/* ------------------------------------------------------------------------ */
#infobar {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3000;
	background: #444444;
	color: #999999;
	border-top: 5px solid #333333;
	width: 100%;
	padding: 20px 0 35px 0;
	display: none;
	border-bottom: 5px solid #444444;
}

#infobar .widget h3 {
	border-bottom: 1px solid #555555;
	color: #ffffff;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}

#infobar a {
	color: #999999;
}

#infobar a:hover {
	color: #ffffff;
}

.close-infobar {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent transparent #444444;
	z-index: 999;
}

.close-infobar:after {
	content: '';
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	left: -59px;
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/toggle.png) no-repeat 0px 0px;
}

#infobar .close-infobar.open {
	
}

.close-infobar.open:after {
	content: '';
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	left: -57px;
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/toggle.png) no-repeat -40px 0px;
}

#infobar .no-widgets {
	color: #aaaaaa;
	margin-bottom: -15px;
	text-align: center;
}

/* Infobar Widgets ---------------------------------------------------- */
#infobar .widget {
	
}

#infobar .widget h3 {
	font-size: 15px;
	color: #ffffff;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #555555;
	margin: 0 0 20px 0;
}

/* ------------------------------------------------------------------------ */
/* 08. Topbar */
/* ------------------------------------------------------------------------ */
#topbar {
	height: 39px;
	font-size: 10px;
	background: #ffffff;
	border-bottom: 1px solid #efefef;
}

#topbar .callus {
	line-height: 39px;
	color: #999999;
}

#topbar .callus a {
	color: #999999
}

#topbar .callus a:hover {
	color: #666666
}

#topbar .social-icons ul {
	list-style: none;
	margin: 0 0 -1px 0;
	float: left;
}

/* ------------------------------------------------------------------------ */
/* 09. Social Icons */
/* ------------------------------------------------------------------------ */
#topbar .social-icons ul {
	list-style: none;
	margin: 0 0 -1px 0;
	float: left;
}

.social-icons ul li {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}

.social-icons ul li a {
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	opacity: 0.6;
}

#copyright .social-icons ul li a {
	opacity: 1;
}

#copyright .social-icons ul li a:hover {
	background-color: transparent !important;
}

.social-icons a:hover {
	background-color: #cccccc;
	background-position: 0px -40px !important;
	opacity: 1;
}

.social-email a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/email.png) no-repeat 0 0
}

.social-email a:hover {
	background-color: #666666
}

.social-aim a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/aim.png) no-repeat 0 0
}

.social-aim a:hover {
	background-color: #e95a00
}

.social-apple a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/apple.png) no-repeat 0 0
}

.social-apple a:hover {
	background-color: #606060
}

.social-behance a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/behance.png) no-repeat 0 0
}

.social-behance a:hover {
	background-color: #18a3fe
}

.social-blogger a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/blogger.png) no-repeat 0 0
}

.social-blogger a:hover {
	background-color: #fb913f
}

.social-cargo a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/cargo.png) no-repeat 0 0
}

.social-cargo a:hover {
	background-color: #00c462
}

.social-delicious a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/delicious.png) no-repeat 0 0
}

.social-delicious a:hover {
	background-color: #3274d1
}

.social-deviantart a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/deviantart.png) no-repeat 0 0
}

.social-deviantart a:hover {
	background-color: #d0de21
}

.social-digg a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/digg.png) no-repeat 0 0
}

.social-digg a:hover {
	background-color: #2882c6
}

.social-dopplr a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/dopplr.png) no-repeat 0 0
}

.social-dopplr a:hover {
	background-color: #99cc66
}

.social-dribbble a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/dribbble.png) no-repeat 0 0
}

.social-dribbble a:hover {
	background-color: #ef5b92
}

.social-ember a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/ember.png) no-repeat 0 0
}

.social-ember a:hover {
	background-color: #fb9d00
}

.social-evernote a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/evernote.png) no-repeat 0 0
}

.social-evernote a:hover {
	background-color: #77ba2f
}

.social-facebook a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/facebook.png) no-repeat 0 0
}

.social-facebook a:hover {
	background-color: #3b5998
}

.social-flickr a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/flickr.png) no-repeat 0 0
}

.social-flickr a:hover {
	background-color: #f1628b
}

.social-forrst a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/forrst.png) no-repeat 0 0
}

.social-forrst a:hover {
	background-color: #5b9a68
}

.social-github a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/github.png) no-repeat 0 0
}

.social-github a:hover {
	background-color: #7292a2
}

.social-google a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/google.png) no-repeat 0 0
}

.social-google a:hover {
	background-color: #dd4b39
}

.social-googleplus a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/googleplus.png) no-repeat 0 0
}

.social-googleplus a:hover {
	background-color: #d94a39
}

.social-gowalla a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/gowalla.png) no-repeat 0 0
}

.social-gowalla a:hover {
	background-color: #ff920d
}

.social-grooveshark a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/grooveshark.png) no-repeat 0 0
}

.social-grooveshark a:hover {
	background-color: #f88e00
}

.social-html5 a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/html5.png) no-repeat 0 0
}

.social-html5 a:hover {
	background-color: #f3642c
}

.social-icloud a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/icloud.png) no-repeat 0 0
}

.social-icloud a:hover {
	background-color: #fb913f
}

.social-instagram a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/instagram.png) no-repeat 0 0
}

.social-instagram a:hover {
	background-color: #46759c
}

.social-lastfm a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/lastfm.png) no-repeat 0 0
}

.social-lastfm a:hover {
	background-color: #d21309
}

.social-linkedin a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/linkedin.png) no-repeat 0 0
}

.social-linkedin a:hover {
	background-color: #71b2d0
}

.social-metacafe a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/metacafe.png) no-repeat 0 0
}

.social-metacafe a:hover {
	background-color: #ef4035
}

.social-mixx a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/mixx.png) no-repeat 0 0
}

.social-mixx a:hover {
	background-color: #d80330
}

.social-myspace a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/myspace.png) no-repeat 0 0
}

.social-myspace a:hover {
	background-color: #003398
}

.social-netvibes a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/netvibes.png) no-repeat 0 0
}

.social-netvibes a:hover {
	background-color: #629e61
}

.social-newsvine a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/newsvine.png) no-repeat 0 0
}

.social-newsvine a:hover {
	background-color: #5b965a
}

.social-orkut a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/orkut.png) no-repeat 0 0
}

.social-orkut a:hover {
	background-color: #ed2590
}

.social-paypal a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/paypal.png) no-repeat 0 0
}

.social-paypal a:hover {
	background-color: #32689a
}

.social-picasa a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/picasa.png) no-repeat 0 0
}

.social-picasa a:hover {
	background-color: #444
}

.social-pinterest a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/pinterest.png) no-repeat 0 0
}

.social-pinterest a:hover {
	background-color: #cb2027
}

.social-plurk a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/plurk.png) no-repeat 0 0
}

.social-plurk a:hover {
	background-color: #f35b36
}

.social-posterous a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/posterous.png) no-repeat 0 0
}

.social-posterous a:hover {
	background-color: #f9d560
}

.social-reddit a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/reddit.png) no-repeat 0 0
}

.social-reddit a:hover {
	background-color: #cde2f9
}

.social-rss a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/rss.png) no-repeat 0 0
}

.social-rss a:hover {
	background-color: #fe9900
}

.social-skype a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/skype.png) no-repeat 0 0
}

.social-skype a:hover {
	background-color: #18b7f1
}

.social-stumbleupon a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/stumbleupon.png) no-repeat 0 0
}

.social-stumbleupon a:hover {
	background-color: #eb4924
}

.social-technorati a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/technorati.png) no-repeat 0 0
}

.social-technorati a:hover {
	background-color: #7ac84f
}

.social-tumblr a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/tumblr.png) no-repeat 0 0
}

.social-tumblr a:hover {
	background-color: #3a5976
}

.social-twitter a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/twitter.png) no-repeat 0 0
}

.social-twitter a:hover {
	background-color: #48c4d2
}

.social-vimeo a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/vimeo.png) no-repeat 0 0
}

.social-vimeo a:hover {
	background-color: #62a0ad
}

.social-wordpress a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/wordpress.png) no-repeat 0 0
}

.social-wordpress a:hover {
	background-color: #464646
}

.social-yahoo a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/yahoo.png) no-repeat 0 0
}

.social-yahoo a:hover {
	background-color: #ab64bc
}

.social-yelp a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/yelp.png) no-repeat 0 0
}

.social-yelp a:hover {
	background-color: #c41200
}

.social-youtube a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/youtube.png) no-repeat 0 0
}

.social-youtube a:hover {
	background-color: #f45750
}

.social-zerply a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/zerply.png) no-repeat 0 0
}

.social-zerply a:hover {
	background-color: #8db259
}

.social-zootool a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/zootool.png) no-repeat 0 0
}

.social-zootool a:hover {
	background-color: #262626
}

.social-xing a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/xing.png) no-repeat 0 0
}

.social-xing a:hover {
	background-color: #006466
}

/* ------------------------------------------------------------------------ */
/* 10. Header */
/* ------------------------------------------------------------------------ */
.header {
	background: #ffffff;
}

.header .logo {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 0 !important;
}

.header .logo img {
	max-width: 100%;
	height: auto;
}

.header .logo .logo_standard {
	
}

.header .logo .logo_retina {
	display: none;
}

/* ------------------------------------------------------------------------ */
/* 12. Header - Searchform */
/* ------------------------------------------------------------------------ */
#header-searchform {
	float: left;
	margin: 0 10px 0 0;
}

#header-searchform input {
	margin: 0;
	padding: 8px 34px 8px 0;
	width: 0px;
	font-size: 12px;
	line-height: 1;
	cursor: pointer;
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/search.png) no-repeat right 8px;
	border: none;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
}

#header-searchform input:focus {
	font-size: 12px;
	padding: 8px 20px 8px 0;
	width: 111px;
	border: none;
	color: #555555;
	background-color: #efefef;
	cursor: text;
}

#header-searchform #header-searchsubmit {
	display: none;
} /* Hide Search Submit button */

/* ------------------------------------------------------------------------ */
/* 13. Content */
/* ------------------------------------------------------------------------ */
#page-wrap {
	padding: 30px 0 30px 0;
}

#content.sidebar-left {
	float: left
}

/* Striped Border under Title and above Footer */
.hr-border {
	height: 8px;
	width: 100%;
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/stripes.png);
	margin-top: 0px;
}

/* Standard Title ---------------------------------------------------- */
#title {
	background: #f9f9f9;
	background-image: linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	padding: 25px 0 25px 0;
	-webkit-box-shadow: inset 0px 0px 3px rgba(50, 50, 50, 0.07);
	-moz-box-shadow: inset 0px 0px 3px rgba(50, 50, 50, 0.07);
	box-shadow: inset 0px 0px 3px rgba(50, 50, 50, 0.07);
}

#title h1 {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	margin: 0;
}

#title h2 {
	display: block;
	font-weight: lighter;
	color: #aaaaaa;
	font-size: 15px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

#title #breadcrumbs {
	font-size: 11px;
	text-align: left;
	color: #aaaaaa;
	line-height: 28px;
	padding: 0;
	margin: 0;
}

#title #breadcrumbs.breadrcumbpadding {
	padding-top: 12px;
}

#title #breadcrumbs a {
	color: #aaaaaa;
}

#title #breadcrumbs a:hover {
	color: #289dcc;
}

/* Alternative Title (with Image) ---------------------------------------------------- */
#alt-title {
	width: 100%;
	height: 159px;
	position: relative;
	overflow: hidden;
	margin-top: 0px;
	-webkit-box-shadow: inset 0px 0px 3px rgba(50, 50, 50, 0.12);
	-moz-box-shadow: inset 0px 0px 3px rgba(50, 50, 50, 0.12);
	box-shadow: inset 0px 0px 3px rgba(50, 50, 50, 0.12);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	image-rendering: optimizeQuality;
}

#alt-title .grid {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/grid.png);
	width: 100%;
	height: 159px;
	position: absolute;
	top: 0;
	right: 0;
}

#alt-title h1 {
	top: 42px;
	right: 10px;
	position: absolute;
	background: #289dcc;
	display: inline-block;
	padding: 14px 20px;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
}

#alt-title h2 {
	position: absolute;
	top: 88px;
	right: 10px;
	color: #999999;
	display: inline-block;
	background: #ffffff;
	padding: 8px 20px;
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
}

#alt-breadcrumbs {
	border-bottom: 1px solid #e4e4e4;
	padding: 20px 0 19px 0;
	font-size: 11px;
	line-height: 0px;
	color: #999999;
}

#alt-breadcrumbs a {
	color: #999999
}

#alt-breadcrumbs a:hover {
	color: #289dcc
}

#alt-breadcrumbs .container {
	padding-right: 20px
}

/* Alt Title 2 ---------------------------------------------------- */
#alt-title-2 {
	width: 100%;
	height: 90px;
	position: relative;
	overflow: hidden;
	margin-top: 0px;
	background-position: top center;
	background-repeat: no-repeat;
}

#alt-title-2 h1 {
	line-height: 90px;
}

#alt-title-2 .five {
	background: red !important;
}

#alt-title-2 #breadcrumbs {
	font-size: 11px;
	text-align: left;
	color: #aaaaaa;
	line-height: 90px;
	padding: 0px 0 0 0;
	margin: 0;
}

#alt-title-2 #breadcrumbs a {
	color: #aaaaaa;
}

#alt-title-2 #breadcrumbs a:hover {
	color: #289dcc;
}

/* No Title ---------------------------------------------------- */
#no-title {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

#no-title .no-title-border {
	border-top: 1px solid #e4e4e4;
}

#no-title #breadcrumbs {
	padding: 20px 0 19px 0;
	font-size: 11px;
	line-height: 0px;
	color: #999999;
}

#no-title #breadcrumbs a {
	color: #999999
}

#no-title #breadcrumbs a:hover {
	color: #289dcc
}

#no-title #breadcrumbs .container {
	padding-right: 20px
}

#no-title-divider {
	border-top: 1px solid #e4e4e4;
}

/* ------------------------------------------------------------------------ */
/* 14. Blog Standard - Overview */
/* ------------------------------------------------------------------------ */
.blog .post {
	border-bottom: 1px solid #efefef;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}

.post img {
	display: block;
}

.post-icon {
	display: block;
	width: 35px;
	height: 35px;
	float: right;
	margin: 0px 0 0 20px;
	background: #289dcc;
	/*-webkit-border-radius:2px;
       -moz-border-radius:2px;
            border-radius:2px;*/
}

.post-icon.standard {
	background-image: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/postformat-standard.png)
}

.post-icon.imagegallery {
	background-image: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/postformat-gallery.png)
}

.post-icon.link {
	background-image: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/postformat-link.png)
}

.post-icon.quote {
	background-image: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/postformat-quote.png)
}

.post-icon.video {
	background-image: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/postformat-video.png)
}

.post-icon.audio {
	background-image: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/postformat-audio.png)
}

.post-content {
	float: right;
	width: 645px;
}

.blog .post-title {
	margin: 0 !important;
	padding: 0 !important;
}

.post-title h2 {
	margin-top: 2px;
	padding: 0 !important;
	font-weight: bold;
	font-size: 20px;
}

.post-title h2 a {
	margin: 0 !important;
}

.post-meta {
	margin-right: 55px;
}

.post-meta span {
	background: #f4f4f4;
	padding: 8px 10px 6px 15px;
	margin: 0 0 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #999999;
	font-size: 11px;
}

.post-meta span a {
	color: #999999
}

.post-meta span a:hover {
	color: #666666
}

.post-meta span i {
	opacity: 0.4;
	filter: alpha(opacity = 40);
	margin: -2px 0 0 10px;
}

.post-content a.read-more-link {
	display: block;
	margin-top: 15px;
}

.post-image a {
	display: block;
	position: relative;
}

.search-result {
	border-bottom: 1px solid #efefef;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}

.search-content a.read-more-link {
	display: block;
	margin-top: 15px;
}

.search-meta {
	
}

.search-meta span {
	background: #f4f4f4;
	padding: 8px 10px 6px 15px;
	margin: 0 0 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #999999;
	font-size: 11px;
}

.search-meta span a {
	color: #999999
}

.search-meta span a:hover {
	color: #666666
}

.search-meta span i {
	opacity: 0.4;
	filter: alpha(opacity = 40);
	margin: -2px 0 0 10px;
}

.search-meta span.meta-category {
	display: none;
}

/* Different Post Types ---------------------------------------------------- */
.post-image,.post-gallery,.post-video,.post-audio {
	margin-bottom: 20px !important;
}

/*.post-video iframe{
	width:100%;
	height:auto;
}*/
.post-image img {
	max-width: 100%;
	height: auto;
}

.post-link {
	margin-top: -15px;
	margin-bottom: 10px;
	color: #cccccc;
}

.post-quote {
	background: #333333 url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/quote.png) no-repeat 15px 20px;
	position: relative;
	padding: 20px 50px 20px 30px;
	margin: 0 0 20px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.post-quote h2 {
	margin: 0 0 0px 0;
	padding: 0;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	color: #ffffff;
}

.post-quote .quote-source a {
	font-size: 13px;
	font-weight: normal;
	color: #999999 !important;
	padding: 0;
}

/* Image Hover Overlay ---------------------------------------------------- */
.overlay {
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-image: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/overlay-lightbox.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.post-image .overlay {
	background-image: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/overlay-link.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.single .post-image .overlay {
	background-image: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/overlay-lightbox.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.post-gallery .overlay {
	background-image: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/overlay-link.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.single .post-gallery .overlay {
	background-image: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/overlay-lightbox.png);
	background-position: center center;
	background-repeat: no-repeat;
}

/* ------------------------------------------------------------------------ */
/* 15. Blog Medium - Overview */
/* ------------------------------------------------------------------------ */
.blog-medium .post-video,.blog-medium .post-gallery,.blog-medium .post-image,.blog-medium .post-quote,.blog-medium .post-audio,.blog-medium .post-link
	{
	width: 320px;
	float: right;
	margin-left: 20px;
}

.blog-medium .post-icon {
	margin-right: -55px;
	position: relative;
	z-index: 999;
}

.blog-medium .post-content {
	float: right;
	width: 320px;
}

.blog-medium .post-quote {
	width: 280px;
}

.blog-medium .post-meta {
	margin: 0
}

.blog-medium .no-post-image {
	display: block;
	width: 310px;
	height: 200px;
	border: 5px solid #efefef;
	background: #ffffff url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/noimage.png) no-repeat center center;
}

.blog-medium .no-post-image-link {
	display: block;
	width: 310px;
	height: 200px;
	border: 5px solid #efefef;
	background: #ffffff url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/noimage-link.png) no-repeat center center;
}

.blog-medium .no-post-image-quote {
	display: block;
	width: 310px;
	height: 200px;
	border: 5px solid #efefef;
	background: #ffffff url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/noimage-quote.png) no-repeat center
		center;
}

/* ------------------------------------------------------------------------ */
/* 16. Blog - Single Post */
/* ------------------------------------------------------------------------ */
.single .post {
	margin-bottom: 20px
}

.single .post-meta {
	margin-right: 0;
	margin-bottom: 20px;
}

.single .post-tags a {
	display: block;
	float: right;
	border: 1px solid #dddddd;
	color: #999999;
	margin: 0 0px 7px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 10px 2px 10px;
	font-size: 12px;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(180, 180, 180, 0.2);
	-moz-box-shadow: 0px 0px 2px 1px rgba(180, 180, 180, 0.2);
	box-shadow: 0px 0px 2px 1px rgba(180, 180, 180, 0.2);
}

.single .post-tags a:hover {
	background: #289dcc;
	border-color: #289dcc;
	color: #ffffff;
}

/* Author Information ---------------------------------------------------- */
#author-info {
	margin: 0px 55px 20px 0px;
	overflow: hidden;
	border: 1px solid #ddd;
	display: block;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(180, 180, 180, 0.2);
	-moz-box-shadow: 0px 0px 1px 1px rgba(180, 180, 180, 0.2);
	box-shadow: 0px 0px 1px 1px rgba(180, 180, 180, 0.2);
}

#author-info .author-image {
	float: right;
	width: 45px;
	padding: 20px;
}

#author-info .author-image img {
	display: block;
	border: 3px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 0
		rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 0
		rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

#author-info .author-bio {
	float: right;
	width: 500px;
	padding: 20px 0px 20px 20px;
}

#author-info .author-bio h4 {
	margin: 0px 0 10px 0
}

/* Sharebox ---------------------------------------------------- */
.sharebox {
	margin-right: 55px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin-bottom: 30px;
	padding: 10px 0 10px 0;
}

.sharebox h4 {
	float: right;
	margin: 11px 10px 0 0;
	color: #777777;
	font-size: 13px;
}

.sharebox .social-icons {
	float: left;
	list-style: none;
	margin: 0;
}

.sharebox .social-icons a {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	opacity: 0.6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.sharebox .social-icons a:hover {
	background-color: #666666 !important;
	background-position: 0px -40px !important;
	opacity: 1;
}

/* Related Posts ---------------------------------------------------- */
#related-posts {
	margin-top: 40px;
}

#related-posts ul {
	list-style: none;
	margin: 0px 0 0 0;
}

#related-posts ul li {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/arrow4.png) no-repeat 0px 9px;
	padding: 2px 12px 2px 0;
}

#related-posts ul li a span {
	color: #cccccc;
	font-size: 11px;
	margin: 0 8px 0 0;
}

/* ------------------------------------------------------------------------ */
/* 17. Pagination */
/* ------------------------------------------------------------------------ */
#pagination {
	
}

#pagination a,#pagination span {
	display: block;
	float: right;
	margin: 0 0 0 7px;
	padding: 7px 10px 6px 10px;
	border: 1px solid #cccccc;
	font-size: 12px;
	line-height: 12px;
	color: #a8a8a8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#pagination a:hover {
	color: #ffffff;
	border-color: #289dcc;
	background: #289dcc;
}

#pagination span.current {
	background: #333333;
	border-color: #333333;
	color: #ffffff;
	font-weight: bold;
}

/* ------------------------------------------------------------------------ */
/* 18. Comments - List */
/* ------------------------------------------------------------------------ */
.comments {
	margin-top: 40px;
}

.commentlist {
	list-style: none;
	margin: 30px 0 0 0;
}

.commentlist li {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/dotted.png) repeat-x bottom right;
	padding: 0px 0 20px 0;
	margin: 0 0 20px 0;
}

.commentlist li:last-child {
	margin: 0;
	background: none;
}

.commentlist li ul {
	list-style: none;
	margin: 0 80px 0 0;
}

.commentlist li ul li {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/dotted.png) repeat-x top right !important;
	margin: 10px 0 0px 0 !important;
	padding: 40px 0 0 0;
}

.commentlist li .avatar {
	float: right;
	margin-left: 10px;
}

.commentlist li .avatar img {
	display: block;
	border: 4px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 0
		rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 0
		rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

.commentlist li .comment-text {
	overflow: hidden;
	position: relative;
}

.commentlist li .author {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 17px;
}

.commentlist li .author span {
	display: inline;
	font-weight: bold;
}

.commentlist li .date {
	font-size: 11px;
	color: #999999;
}

.commentlist li .date a {
	color: #999999
}

.commentlist li .date a:hover {
	color: #333333
}

.commentlist li em {
	font-size: 11px;
	color: #cccccc;
	font-style: normal;
	margin-bottom: 20px;
	display: block;
}

/* ------------------------------------------------------------------------ */
/* 19. Comments - Respond */
/* ------------------------------------------------------------------------ */
#respond {
	margin-bottom: 40px
}

#respond form {
	margin-top: 30px;
}

#respond .required {
	color: #c82929;
	display: inline-block;
	margin: 3px 6px 0 0;
	font-size: 14px;
	font-weight: normal;
}

/*#respond p { clear: both }*/
#respond-inputs p {
	width: 220px;
	margin-left: 20px;
	float: right;
}

#respond-inputs p.last {
	margin: 0;
}

#respond input {
	display: block;
	width: 203px;
	margin: 0;
}

#respond textarea {
	display: block;
	width: 683px;
}

#respond p.comment-notes,#respond p.form-allowed-tags {
	display: none
}

#respond input#submit {
	
}

#respond .headline-title-wrap {
	margin-top: 20px;
}

#cancel-comment-reply-link {
	font-size: 13px;
}

#commentform input.error,#commentform textarea.error {
	border-color: #c82929;
	background: #fbf2f2;
}

#commentform div.error,#commentform label.error {
	color: red;
	display: none !important;
}

/* ------------------------------------------------------------------------ */
/* 20. Portfolio - Overview */
/* ------------------------------------------------------------------------ */
#portfolio-wrap {
	width: 100%;
	margin-bottom: -30px;
}

.embedd-video {
	display: none
}

.portfolio #pagination {
	margin-top: 40px
}

/* Filters ---------------------------------------------------- */
#filters {
	margin-top: 0px;
	margin-bottom: 30px;
	border: 1px solid #dddddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(180, 180, 180, 0.2);
	-moz-box-shadow: 0px 0px 2px 1px rgba(180, 180, 180, 0.2);
	box-shadow: 0px 0px 2px 1px rgba(180, 180, 180, 0.2);
}

#filters ul {
	margin: 0;
	list-style: none;
}

#filters ul li {
	display: block;
	float: right;
}

#filters ul li a {
	display: block;
	float: right;
	border-left: 1px solid #dddddd;
	color: #999999;
	padding: 6px 20px 6px 20px;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
}

#filters ul li a:hover {
	color: #289dcc
}

#filters ul li a.active {
	background: #ffffff;
	color: #289dcc;
}

/* Portfolio Filter Transitions ---------------------------------------------------- */

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition
	{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* Portfolio Items ---------------------------------------------------- */
.portfolio-item {
	width: 220px;
	height: 202px;
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(180, 180, 180, 0.2);
	-moz-box-shadow: 0px 0px 2px 1px rgba(180, 180, 180, 0.2);
	box-shadow: 0px 0px 2px 1px rgba(180, 180, 180, 0.2);
}

.portfolio-item .portfolio-pic {
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	overflow: hidden;
	display: block;
	position: relative;
}

.portfolio-item img {
	display: block;
	width: 220px;
	height: 143px;
}

.portfolio-item .portfolio-title {
	height: 42px;
	padding: 8px 15px 8px 15px;
	background: #ffffff;
	display: block;
	border: 1px solid #e4e4e4;
	border-top: none;
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.portfolio-item .portfolio-title h4 {
	margin: 0 0 -1px 0;
	padding: 0;
	font-size: 14px !important;
	font-weight: bold;
	color: #555555;
}

.portfolio-item .portfolio-title span {
	margin: 0;
	padding: 0;
	font-size: 13px !important;
	color: #999999;
	display: block;
}

.portfolio-item:hover .portfolio-title {
	color: #ffffff;
	background: #289dcc;
	border-color: #289dcc;
}

.portfolio-item:hover .portfolio-title h4,.portfolio-item:hover .portfolio-title span
	{
	color: #ffffff;
}

.portfolio-item:hover .portfolio-title span {
	color: rgba(255, 255, 255, 0.7);
}

/* Portfolio Item Overlay ---------------------------------------------------- */
.portfolio-item .portfolio-pic .portfolio-overlay {
	display: block;
	width: 220px;
	height: 143px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}

.portfolio-item .portfolio-pic .portfolio-overlay .overlay-link,.portfolio-item-one .portfolio-pic .portfolio-overlay .overlay-link
	{
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, 0.7) url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/overlay-link.png) no-repeat
		center center;
	position: absolute;
	top: -25px;
	right: 85px;
	display: block;
	text-indent: -9999px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
}

.portfolio-item .portfolio-pic .portfolio-overlay .overlay-lightbox,.portfolio-item-one .portfolio-pic .portfolio-overlay .overlay-lightbox
	{
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, 0.7) url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/overlay-lightbox.png)
		no-repeat center center;
	position: absolute;
	top: -25px;
	right: 85px;
	display: block;
	text-indent: -9999px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
}

/* Portfolio Items: 3 Columns ---------------------------------------------------- */
.portfolio-item.one-third {
	width: 300px;
	height: 255px;
}

.portfolio-item.one-third img {
	width: 300px;
	height: 196px;
}

.portfolio-item.one-third .portfolio-pic .portfolio-overlay {
	display: block;
	width: 300px;
	height: 196px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}

.portfolio-item.one-third .portfolio-pic .portfolio-overlay .overlay-link,.portfolio-item.one-third .portfolio-pic .portfolio-overlay .overlay-lightbox
	{
	right: 125px
}

/* Portfolio Items: 2 Columns ---------------------------------------------------- */
.portfolio-item.eight {
	width: 460px;
	height: 359px;
}

.portfolio-item.eight img {
	width: 460px;
	height: 300px;
}

.portfolio-item.eight .portfolio-pic .portfolio-overlay {
	display: block;
	width: 460px;
	height: 300px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}

.portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-link,.portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-lightbox
	{
	right: 205px
}

/* Portfolio Items: 1 Column ---------------------------------------------------- */
.portfolio-item-one {
	margin: 0 0 30px 0;
	padding: 0 0 31px 0;
	background: #ffffff url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/dotted.png) repeat-x bottom;
	/* fix for jquery opacity font alias */
}

.portfolio-item-one .portfolio-picwrap {
	width: 460px;
	height: 250px;
	float: right;
	margin: 0 0 0 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.portfolio-item-one .portfolio-desc {
	width: 450px;
	float: right;
}

.portfolio-item-one .portfolio-picwrap img {
	display: block;
	width: 460px;
	height: 250px;
}

.portfolio-item-one .portfolio-desc .read-more-link {
	display: none;
}

.portfolio-item-one .portfolio-desc ul li {
	margin-right: 40px !important;
}

.portfolio-item-one h4 {
	font-size: 22px;
	margin: 20px 0 0 0;
}

.portfolio-tags {
	margin: 0px 0px 20px 0px;
	color: #999999;
}

.portfolio-item-one .portfolio-picwrap .portfolio-overlay {
	display: block;
	width: 460px;
	height: 300px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}

.portfolio-item-one .portfolio-picwrap .portfolio-overlay .overlay-link,.portfolio-item-one .portfolio-picwrap .portfolio-overlay .overlay-lightbox
	{
	right: 205px
}

/* ------------------------------------------------------------------------ */
/* 21. Portfolio - Single */
/* ------------------------------------------------------------------------ */
.portfolio-wide #portfolio-slider,.portfolio-wide #portfolio-video {
	margin: 0 10px 30px 0;
}

#portfolio-video iframe {
	max-width: 100%;
}

#portfolio-slider {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.portfolio-detail-description-text {
	
}

.portfolio-sidebyside .portfolio-detail-description-text {
	margin-bottom: 30px;
}

.portfolio-detail-description .headline-title-wrap,.portfolio-detail-attributes  .headline-title-wrap
	{
	margin-bottom: 25px
}

.portfolio-detail-attributes ul {
	list-style: none;
	margin: -7px 0 0 0;
}

.portfolio-detail-attributes ul li {
	padding: 7px 0 6px 0;
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/dotted.png) repeat-x bottom right;
}

.portfolio-detail-attributes ul li strong {
	display: inline-block;
	width: 60px;
	font-size: 11px;
	text-transform: uppercase;
	color: #aeaeae;
}

.portfolio-detail-attributes .button {
	margin-top: 20px;
	padding: 10px 20px;
	border: 1px solid #ddd;
	display: inline-block;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(180, 180, 180, 0.2);
	-moz-box-shadow: 0px 0px 1px 1px rgba(180, 180, 180, 0.2);
	box-shadow: 0px 0px 1px 1px rgba(180, 180, 180, 0.2);
}

/* Related Portfolio Items ---------------------------------------------------- */
#portfolio-related-post {
	margin-top: 40px;
}

#portfolio-related-post h3 {
	margin-right: 10px;
	margin-left: 10px;
}

/* Portfolio Comments ---------------------------------------------------- */
.portfolio-detail .portfolio-comments {
	margin-top: 20px;
}

/* Projects Nav ---------------------------------------------------- */
.projects-nav {
	float: left;
	width: 100px;
	margin: 7px 0 0 5px;
}

.projectsnavpadding {
	padding: 0 !important;
	margin: 0px 0 0 0 !important;
}

.projects-nav a,.post-navigation a {
	display: block;
	text-indent: -9999px;
	background: #cccccc;
	width: 35px;
	height: 35px;
	float: left;
	margin-left: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.projects-nav .next a,.post-navigation .next a {
	background-image: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/slider-next.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.projects-nav .prev a,.post-navigation .prev a {
	background-image: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/slider-prev.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.projects-nav a:hover,.post-navigation a:hover {
	background-color: #289dcc
}

/* ------------------------------------------------------------------------ */
/* 22. Content Pages */
/* ------------------------------------------------------------------------ */

/* Revolution Slider ---------------------------------------------------- */
.tp-bannershadow {
	opacity: 0.8
}

.rev_slider {
	display: block !important;
	overflow: hidden !important;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
}

.fullwidthbanner-container .rev_slider {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

.tp-leftarrow.default {
	background: #555555 url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/slider-prev.png) !important;
	background-repeat: no-repeat !important;
	background-position: 55% 50% !important;
	width: 40px !important;
	height: 50px !important;
	-webkit-border-radius: 0 0 3px 3px !important;
	-moz-border-radius: 0 0 3px 3px !important;
	border-radius: 0 0 3px 3px !important;
}

.tp-rightarrow.default {
	background: #555555 url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/slider-next.png) !important;
	background-repeat: no-repeat !important;
	background-position: 47% 50% !important;
	width: 40px !important;
	height: 50px !important;
	-webkit-border-radius: 3px 3px 0 0 !important;
	-moz-border-radius: 3px 3px 0 0 !important;
	border-radius: 3px 3px 0 0 !important;
}

.tp-leftarrow:hover,.tp-rightarrow:hover {
	background-color: #2da0ce !important;
}

.tp-bullets.simplebullets.round-old .bullet {
	cursor: pointer !important;
	position: relative !important;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 13px !important;
	height: 13px !important;
	margin-left: 6px !important;
	float: right !important;
	margin-top: -12px !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}

.tp-bullets.simplebullets.round-old .bullet:hover,.tp-bullets.simplebullets.round-old .bullet.selected
	{
	background: rgba(0, 0, 0, 0.8) !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) , only screen
	and (min-device-pixel-ratio: 2) {
	.tp-leftarrow.default {
		background-image: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/slider-prev@2x.png) !important;
		-webkit-background-size: 10px 15px;
		-moz-background-size: 10px 15px;
		-o-background-size: 10px 15px;
		background-size: 10px 15px;
	}
	.tp-rightarrow.default {
		background-image: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/slider-next@2x.png) !important;
		-webkit-background-size: 10px 15px;
		-moz-background-size: 10px 15px;
		-o-background-size: 10px 15px;
		background-size: 10px 15px;
	}
}
/* 404 Page ---------------------------------------------------- */
#error-404 {
	text-align: center;
	margin-bottom: 40px;
	padding: 100px 0;
}

h2.error-404 {
	font-size: 108px;
	line-height: 108px;
	margin: 0 0 10px 0;
}

h3.error-404 {
	font-size: 22px;
	line-height: 22px;
	margin: 0;
	color: #999999;
}

/* ------------------------------------------------------------------------ */
/* 23. Sidebars */
/* ------------------------------------------------------------------------ */
#sidebar {
	
}

#sidebar .widget {
	margin-bottom: 30px;
	color: #888888;
}

#sidebar .widget h3 {
	font-size: 15px;
	margin: 0 0 15px 0;
}

#sidebar .widget ul li {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/arrow4.png) no-repeat 0px 9px;
	padding: 1px 12px 1px 0;
}

#sidebar .widget ul li.current_page_item,#sidebar .widget ul li.current-menu-item
	{
	font-weight: bold
}

/* Side Navigation Template ---------------------------------------------------- */
#sidebar .widget.widget_wp_nav_menu_desc ul li {
	background: none;
	padding: 0;
}

.sidenav,.widget_wp_nav_menu_desc {
	margin: 0;
	list-style: none;
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 0px 2px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 1px 0px 2px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 0px 2px 1px rgba(0, 0, 0, 0.08);
}

.sidenav {
	margin-bottom: 30px;
}

.sidenav li ul,.widget_wp_nav_menu_desc li ul {
	margin: 0;
	list-style: none;
}

.sidenav li ul li a,.widget_wp_nav_menu_desc li ul li a {
	background: #f9f9f9;
	color: #999999;
	padding: 10px 30px 10px 15px;
}

.sidenav li a,.widget_wp_nav_menu_desc li a {
	display: block;
	margin: 0 0 -1px !important;
	padding: 10px 15px;
	border: 1px solid #dddddd;
	border-bottom-color: #efefef;
	border-top-color: #efefef;
	color: #777777;
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/arrow5.png) no-repeat 6% 15px;
}

.sidenav li:first-child a,.widget_wp_nav_menu_desc li:first-child a {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-top-color: #dddddd;
}

.sidenav li:last-child a,.widget_wp_nav_menu_desc li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	border-bottom-color: #dddddd;
}

.sidenav li.current_page_item a,.sidenav li.current_page_item a:hover,.widget_wp_nav_menu_desc li.current_page_item a,.widget_wp_nav_menu_desc li.current_page_item a:hover
	{
	position: relative;
	z-index: 2;
	padding: 11px 15px;
	border: 0;
	font-weight: 700;
	background-color: #289dcc;
	background-image: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/arrow5_white.png);
	background-repeat: no-repeat;
	background-position: 6% 15px;
	color: #ffffff !important;
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0
		rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0
		rgba(0, 0, 0, .1);
	box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0
		rgba(0, 0, 0, .1);
}

.sidenav li.current_page_item ul li:first-child a,.sidenav li.current_page_item ul li:last-child a,.widget_wp_nav_menu_desc li.current_page_item ul li:first-child a,.widget_wp_nav_menu_desc li.current_page_item ul li:last-child a
	{
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.sidenav li a:hover,.widget_wp_nav_menu_desc li a:hover {
	background-color: #F9F9F9;
}

/* ------------------------------------------------------------------------ */
/* 24. Twitterbar
/* ------------------------------------------------------------------------ */
#twitterbar {
	color: #ffffff;
	background: #289dcc;
	margin: 0;
	padding: 15px 0;
}

#twitterbar .twitterpost {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/icons/twitter.png) no-repeat -10px -49px;
	padding: 0 30px 0 0;
	list-style: none;
	margin: 0;
}

#twitterbar .twitterpost a {
	color: #ffffff;
	display: inline;
}

#twitterbar .twitterpost li {
	margin: 0 !important;
	padding: 0 !important;
	display: inline;
}

#twitterbar .twitterpost li b {
	display: none
}

/* ------------------------------------------------------------------------ */
/* 25. Footer
/* ------------------------------------------------------------------------ */
#footer {
	border-top: 10px solid #333333;
	padding: 40px 0;
	background: #444444;
	color: #999999;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #ffffff;
}

/* Footer Widgets ---------------------------------------------------- */
#footer .widget {
	
}

#footer .widget h3 {
	font-size: 15px;
	color: #ffffff;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #555555;
	margin: 0 0 20px 0;
}

/* ------------------------------------------------------------------------ */
/* 26. Copyright
/* ------------------------------------------------------------------------ */
#copyright {
	padding: 5px 0;
	background: #222222;
	color: #777777;
}

#copyright a {
	color: #888888
}

#copyright a:hover {
	color: #ffffff
}

#copyright .copyright-text {
	padding: 10px 0 10px 0;
}

#copyright .social-icons {
	float: left;
	font-size: 11px;
}

/* ------------------------------------------------------------------------ */
/* 27. Back-To-Top Button
/* ------------------------------------------------------------------------ */
#back-to-top {
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	left: 20px;
	display: none;
}

#back-to-top a {
	display: block;
	width: 40px;
	height: 40px;
	background: #999999 url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/backtotop.png) no-repeat center center;
	text-indent: -9999px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
}

#back-to-top a:hover {
	background-color: #289dcc
}

/* ------------------------------------------------------------------------ */
/* 28. Widgets */
/* ------------------------------------------------------------------------ */
.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Search Widget /--------------------------------------------------------- */
.widget_search input {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/search.png) no-repeat 10px 9px;
	padding: 8px 30px 8px 8px;
	width: 180px;
	color: #999999;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(180, 180, 180, 0.2);
	-moz-box-shadow: 0px 0px 2px 1px rgba(180, 180, 180, 0.2);
	box-shadow: 0px 0px 2px 1px rgba(180, 180, 180, 0.2);
	border: 1px solid #dddddd;
}

.widget_search input:focus {
	border-color: #c0c0c0
}

/* Calendar Widget /--------------------------------------------------------- */
#wp-calendar {
	width: 100%
}

#wp-calendar caption {
	padding: 0 10px;
	text-align: left;
	font-weight: bold;
	margin: -5px 0 5px 0;
}

#wp-calendar thead {
	font-size: 10px
}

#wp-calendar thead th {
	padding: 5px 10px;
	font-weight: bold;
	border-top: 1px solid #f5f5f5;
}

#wp-calendar tbody {
	color: #aaa
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 5px 8px;
}

#wp-calendar tbody td:hover {
	background: #fff
}

#wp-calendar tbody .pad {
	background: none
}

#wp-calendar tfoot #next {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding-top: 5px;
}

#wp-calendar tfoot #prev {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
}

/* Tag Cloud Widget /--------------------------------------------------------- */
.widget_tag_cloud a {
	display: inline-block;
	border: 1px solid #dddddd;
	font-size: 12px !important;
	line-height: 20px;
	color: #999999;
	margin: 0 0px 10px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 10px 2px 10px;
	font-size: 12px;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(180, 180, 180, 0.2);
	-moz-box-shadow: 0px 0px 2px 1px rgba(180, 180, 180, 0.2);
	box-shadow: 0px 0px 2px 1px rgba(180, 180, 180, 0.2);
}

.widget_tag_cloud a:hover {
	background: #289dcc;
	border-color: #289dcc;
	color: #ffffff !important;
}

/* Embed Widget /--------------------------------------------------------- */
.widget_embed p {
	margin-top: 10px
}

.widget_embed iframe {
	max-width: 100%
}

/* Flickr Widget /--------------------------------------------------------- */
.widget_flickr #flickr_tab {
	margin-left: -10px
}

.widget_flickr #flickr_tab img {
	display: block;
	width: 100%;
	height: 100%;
}

.widget_flickr #flickr_tab a {
	float: right;
	width: 56px;
	height: 56px;
	position: relative;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	padding: 4px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(180, 180, 180, 0.1);
	-moz-box-shadow: 0px 0px 1px 1px rgba(180, 180, 180, 0.1);
	box-shadow: 0px 0px 1px 1px rgba(180, 180, 180, 0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.widget_flickr #flickr_tab a:hover {
	background: #289dcc;
	border-color: #289dcc;
}

/* Sponsor Widget /--------------------------------------------------------- */
.widget_sponsor .sponsors {
	margin-left: -20px
}

.widget_sponsor a {
	display: block;
	float: right;
	margin: 0 0 12px 12px;
}

.widget_sponsor a img {
	display: block
}

/* Twitter Widget /--------------------------------------------------------- */
.widget_twitter ul {
	list-style: none
}

.widget_twitter ul li {
	margin-bottom: 15px;
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/twitter.png) no-repeat 0px 4px;
	padding: 0 32px 0 0;
}

.widget_twitter ul li b a {
	display: block;
	font-size: 11px;
	color: #cccccc;
	font-weight: normal;
}

/* Contact Widget /--------------------------------------------------------- */
.widget_contact address {
	font-style: normal
}

.widget_contact address span {
	display: block
}

.widget_contact address span strong {
	display: inline-block;
	width: 52px;
}

/* Portfolio  Widget /--------------------------------------------------------- */
.widget_portfolio .portfolio-item:last-child {
	margin: 0
}

.widget_portfolio .portfolio-widget-item {
	float: right;
	padding: 0 0 0px 0;
	margin: 0 0 10px 10px;
}

.widget_portfolio .portfolio-widget-item:nth-child(3n) {
	border: none !important;
	padding: 0;
	margin-left: 0;
}

.widget_portfolio .portfolio-widget-item .portfolio-pic {
	float: right;
	display: block;
	overflow: hidden;
	width: 56px;
	height: 56px;
	position: relative;
	border: 1px solid #ddd;
	padding: 4px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(180, 180, 180, 0.1);
	-moz-box-shadow: 0px 0px 1px 1px rgba(180, 180, 180, 0.1);
	box-shadow: 0px 0px 1px 1px rgba(180, 180, 180, 0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.widget_portfolio .portfolio-widget-item .portfolio-pic:hover {
	background: #289dcc;
	border-color: #289dcc;
}

.widget_portfolio .portfolio-widget-item .portfolio-pic img {
	width: 100%;
	height: 100%;
	display: block;
}

/* Footer & Topbar Widgets (Color Change) ---------------------------------------------------- */
#footer .widget ul li,#infobar .widget ul li {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/arrow4.png) no-repeat 0px 9px;
	padding: 1px 12px 1px 0;
}

#footer .widget_contact,#infobar .widget_contact {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/map.png) no-repeat 0 50px;
}

#footer .widget_search input,#infobar .widget_search input {
	color: #aaaaaa;
	background-color: #555555;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #555555;
}

#footer .widget_search input:focus,#infobar .widget_search input:focus {
	color: #ffffff
}

#footer #wp-calendar thead th,#infobar #wp-calendar thead th {
	border-top: 1px solid #555555
}

#footer #wp-calendar tbody,#infobar #wp-calendar tbody {
	color: #aaa
}

#footer #wp-calendar tbody td,#infobar #wp-calendar tbody td {
	background: #555555;
	border: 1px solid #444444;
}

#footer #wp-calendar tbody td:hover,#infobar #wp-calendar tbody td:hover
	{
	background: #444444;
	color: #ffffff;
}

#footer #wp-calendar tbody .pad,#infobar #wp-calendar tbody .pad {
	background: none
}

#footer .widget_tag_cloud a,#infobar .widget_tag_cloud a {
	border: 1px solid #333333;
	background: #333333;
	color: #777777;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 1px 9px;
}

#footer .widget_tag_cloud a:hover,#infobar .widget_tag_cloud a:hover {
	background: #289dcc;
	border-color: #289dcc;
	color: #ffffff !important;
}

#footer .widget_flickr #flickr_tab a,#infobar .widget_flickr #flickr_tab a
	{
	border: 1px solid #333333;
	padding: 4px;
	background: #333333;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#footer .widget_flickr #flickr_tab a:hover,#infobar .widget_flickr #flickr_tab a:hover
	{
	background: #289dcc;
	border-color: #289dcc;
}

#footer .widget_twitter ul li:last-child,#infobar .widget_twitter ul li:last-child
	{
	margin: 0
}

#footer .widget_portfolio .portfolio-widget-item,#infobar .widget_portfolio .portfolio-widget-item
	{
	
}

#footer .widget_portfolio .portfolio-widget-item .portfolio-pic,#infobar .widget_portfolio .portfolio-widget-item .portfolio-pic
	{
	border: 1px solid #333333;
	padding: 4px;
	background: #333333;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#footer .widget_portfolio .portfolio-widget-item .portfolio-pic:hover,#infobar .widget_portfolio .portfolio-widget-item .portfolio-pic:hover
	{
	background: #289dcc;
	border-color: #289dcc;
}

/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */
.accordion-title>a {
	padding-right: 47px !important;
}

.f1 a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/flags/American_Flag_Icon2.jpg) no-repeat 0 0;
	background-size: 35px;
	margin-top: 8px;
}
 

.f2 a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/flags/Australia_Flag_Icon2.jpg) no-repeat 0 0;
	background-size: 35px;
	margin-top: 8px;
}


.f3 a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/flags/Israel_Flag_Icon2.jpg) no-repeat 0 0;
	background-size: 42px;
	width: 46px !important;
	margin-top: 6px  !important;
}

.f4 a {
	background: url(//www.desheelimelech.co.il/wp-content/themes/inovado_child/framework/images/flags/United_Kingdom_Flag_Icon2.jpg) no-repeat 0	0;
	background-size: 35px;
	margin-top: 8px;
}

.flag-cs{
position: absolute;
float: left;
left: 175px;
top: 0px;
}
.flag-cs ul {
	list-style: none;
	margin: 0 0 -1px 0;
	float: left;
}

.flag-cs ul li {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}

.flag-cs ul li a {
  
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	opacity: 0.6;
}

/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 768px) {
/* ------------------------------------------------------------------------ */
	.flag-cs {
		left: 79px;
		top: 64px;
		width: 166px;
		}
		 
}