/*
Theme Name: Halilit
Theme URI: http://www.avihaim.co.il
Description: Personal website.
Version: 1.0
Author: Avihay Daniel
Author URI: http://www.avihaim.co.il/
*/

@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

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;
}
strong {
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	margin: 25px 0;
	color: #4b4b4b;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 50px;
	color: #0cc6db;
	margin: 0;
}
h6 {
	font-size: 1.2em;
}
p{
	margin: 3px 0 15px 0;
}

a{
	color: #00aacd;
	font-weight: normal;
	text-decoration: none;
}
a:hover{
	color: #ec1f27;
}
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
}


.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
.alignleft,
img.alignleft{
	margin-bottom: 10px;
	margin-right: 10px;
	float:left;
}

blockquote{
	margin:15px 15px 15px 15px;
	padding:15px 30px 15px 30px;
	border:0px solid #2baee0;
	font-style:italic;
	line-height: 1.2em;
	background:#f2e6ff;
	border: 1px solid #c68cff;
}
blockquote input[type="submit"]{
	float: none;
}

.wp-post-image{
	margin-bottom: 0px;
	margin-left: 0px;
	background: #fff;
}
.attachment-recent-thumbnail{
	margin-bottom: 0px;
	margin-left: 10px;
	float:right;
	padding:0;
	border:0px solid #ff6000;
	background: #fff;
}
.attachment-concepts-thumbnail{
	margin:15px 0 15px 0;
	padding:0;
	border:0px solid #ff6000;
	-webkit-box-shadow: -1px 2px 7px 0px rgba(50, 50, 50, 0.49);
	-moz-box-shadow:    -1px 2px 7px 0px rgba(50, 50, 50, 0.49);
	box-shadow:         -1px 2px 7px 0px rgba(50, 50, 50, 0.49);
}
.attachment-review-thumbnail{
	margin-bottom: 0px;
	margin-left: 10px;
	float:right;
	padding:0;
	border:0px solid #ff6000;
	background: #fff;
}
.img-tumb{
	margin: 0px 0px 0px 0px;
	width: 216px;
	height: 56px;
	border: 0px solid #333;
}

body {
	margin:0;
	padding:0;
	color: #5a5a5a;
	font-family: 'Open Sans Hebrew', arial;
	font-size: 16px;
	direction: rtl;
}

#wrapper
{
	margin:0px auto;
	padding:0px 0px 0px 0px;
	border:solid 0px red;
}
#header-holder {
	margin: 0px auto;
	border: 0px solid red;
	background: #92c24e url('images/bg-header.png');
	height: 143px;
	background-position: top;
}
#header {
	margin: 0 auto;
	width: 1180px;
	padding:7px 0px 0px 0px;
	border: solid 0px green;
}
#top{
	width: 100%;
	height: 40px;
}
.myfixed #top {
    display: none;
}
#mysticky-nav {
    width: 100%!important;
    position: static;
    top: -100px;
}
.wrapfixed {
	position: fixed!important;
	top: 0px!important;
	left: 0px!important;
	margin-top: 0px!important;
	/*z-index: 1000000;*/
	z-index: 999;
	/*-webkit-transition: 0.3s;*/
	/*-moz-transition: 0.3s;*/
	/*-o-transition: 0.3s;*/
	/*transition: 0.3s;*/
	background:#fff url('images/sticky-bg.png');
	-webkit-box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.40);
	-moz-box-shadow:    0px 2px 1px 0px rgba(50, 50, 50, 0.40);
	box-shadow:         0px 2px 1px 0px rgba(50, 50, 50, 0.40);
}
#site_logo{
	float: right;
	margin: 16px 0 0 0px;
	border:solid 0px red;
	width: 180px;
	height: 70px;
}

#facebook-logo{
	float: left;
	margin: 5px 0px 0 0px;
	width:80px;
	border:0px solid pink;
}

.mc4wp-alert {
margin: 3em 0 !important;
padding: 20px 15px !important;
background-color: #fcf8e3 !important ;
border: 1px solid #fbeed5 !important;
border-radius: 2px !important;
-moz-border-radius: 2px !important;
-webkit-border-radius: 2px !important;
display: block !important;
position: relative !important;
}

.mc4wp-form form, form.mc4wp-form{
	height: 40px;
}

.mc4wp-form label{
	margin-bottom: -25px !important;
	font-weight: normal !important;
}

#searchform span{
	margin: 10px 0px 10px 0px ;
}

#search{
	border: 0px solid #666;
	width: 275px;
	height: 40px;
	padding: 0px 0px 0 0;
	line-height: 35px;
	float:left;
	margin:30px 0 0 0;
	background: url('images/search-bg.png') no-repeat;
}
#search input[type="submit"] {
    background: url('images/search-icon.png') no-repeat left center !important;
    border: 0 solid #666;
    margin: 0 0 0 0 !important;
    width: 30px;
    height: 40px;
    float: right;
}
#search input[type="text"]{
	padding: 3px 3px 3px 3px;
	line-height: 18px;
	background: transparent;
	color: #5284c4;
	border: 0px solid #333;
	width: 200px;
	margin: 8px 13px 0 0;
}
#menu{
	float: right;
	margin: 45px 0px 0 0;
	width: 725px;
	border:solid 0px green;
	font-size: 18px;
}
.row{
	margin-top:0px !important;
	margin-bottom:0px !important;
}

#pull{
	display: none;
}
.home_content:before,
.home_content:after {
    content: " ";
    display: table;
}
.home_content:after {
    clear: both;
}
.nav-bar{
	float: right;
	margin:0px auto;
	border:0px #f3f3f4 solid;
	width: 100%;;
}
.nav-bar {
	border:0px #34909c solid;
	padding:0;
}

.nav-bar ul, .main-nav li {
	display: inline;
}
.nav-bar ul{
	float: right;
	direction: rtl;
	border: 0px solid red;
}

.nav-bar a {
	padding:0;
	text-decoration: none;
	line-height: 17px;
	display: block;
	color: #5284c4;
	font-size: 17px;
	font-weight: 700;
	margin: 0 16px 0 23px;
}

.nav-bar a:hover {
	color: #ec1f27;
}

.nav-bar ul ul a {
	line-height: 35px;
	color: #383430;
	width: 200px;
	padding: 5px 10px 5px 10px;
	display: block;
	font-size: 14px;
}
.nav-bar ul ul a:hover {
	color: #383430;
}

.nav-bar ul li {
	position: relative;
	float: right;
	background: url('images/menu-bulet.png') no-repeat;
}
.nav-bar ul li:last-child {
	position: relative;
	float: right;
	background: none;
}
.nav-bar ul ul li {
	position: relative;
	float: left;
	text-align: right;
	background: #fdfdfd;
	border-bottom:1px #c2c5c5 dotted;
}
.nav-bar ul ul li:last-child {
	position: relative;
	float: left;
	text-align: right;
	background: #fdfdfd;
	border-bottom:1px #c2c5c5 dotted;
}
.nav-bar ul ul li:hover {
	background: #96c5d8;
	border-bottom:1px #c2c5c5 dotted;
}

.nav-bar ul ul {
	position: absolute;
	top: -99999px;
	right: -20px;
	text-align: right;
	border-top:3px #96c5d8 solid;
	border-left:1px #c7c7c6 solid;
	border-right:1px #c7c7c6 solid;
	border-bottom:1px #c7c7c6 solid;
}

.nav-bar ul li:hover > ul {
	top: 100%;
	opacity: 1;
	z-index: 9999;
}
.nav-bar ul li.current_page_item >a,
.nav-bar ul li.current-menu-ancestor >a,
.nav-bar ul li.current-menu-item >a,
.nav-bar ul li.current-menu-parent >a {
	color: #ec1f27;
}
.nav-bar ul ul li.current_page_item > a,
.nav-bar ul ul li.current-menu-ancestor > a,
.nav-bar ul ul li.current-menu-item > a,
.nav-bar ul ul li.current-menu-parent > a {
	color: #ec1f27;
}
.nav-bar ul ul li.current_page_item,
.nav-bar ul ul li.current-menu-ancestor,
.nav-bar ul ul li.current-menu-item,
.nav-bar ul ul li.current-menu-parent {
	border-bottom:0px solid #fff;
}
* html .nav-bar ul li.current_page_item a,
* html .nav-bar ul li.current-menu-ancestor a,
* html .nav-bar ul li.current-menu-item a,
* html .nav-bar ul li.current-menu-parent a,
* html .nav-bar ul li a:hover {
	color: #ec1f27;
}


#main {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	border: solid 0px red;
}
#slider{
	width:100%;
}
#home-promo-contener{
	margin: 0 auto;
}
#home-promo-holder{
	margin: 0 auto;
	width: 1180px;
}
#home-promo{
	width: 850px;
	margin: 0px auto;
	text-align: center;
	color: #00aacd;
	font-size: 30px;
	line-height: 31px;
}
#home-promo h3{
	font-size: 48px;
	color: #383430;
	line-height: 50px;
}
#home-promo-holder a{
	color: #00aacd;
	font-size: 30px;
	line-height: 31px;
}
#home-promo-holder a:hover{
	color:#ec1f27;
}

.home-promo-link {
	width: 120px;
	height: 25px;
	background: #96c0d0;
	margin: 0 auto;
}
.home-promo-link:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-bottom: 16px solid #96c0d0;
	border-left: 16px solid #efecea;
	margin: 0px 83px;
}
#all-cat-list{
    margin: 0 auto;
    width: 1180px;
}
#all-cat-list h3{
	font-size: 18px;
	color: #fff;
	margin: 20px 20px 10px 20px;
	border-bottom: 1px solid #fff;
	padding: 0 0 10px 0;
}
#all-cat-list p{
	font-size: 16px;
	color: #fff;
	margin: 20px 20px 10px 20px;
}
#all-cat-list a{
	color: #fff;
}
#all-cat-list a:hover{
	color: rgba(25,178,210);
}
#cat1{
	width: 280px;
	height: 280px;
	float: right;
	margin: 0 0 17px 17px;
}
#cat2{
	width: 280px;
	height: 280px;
	float: right;
	margin: 0 0 17px 17px;
}
#cat3{
	width: 280px;
	height: 280px;
	float: right;
	margin: 0 0 17px 17px;
}
#cat4{
	width: 280px;
	height: 280px;
	float: left;
	margin: 0 0 17px 0px;
}
#cat5{
	width: 280px;
	height: 280px;
	float: right;
	margin: 0 0 17px 17px;
}
#cat6{
	width: 280px;
	height: 280px;
	float: right;
	margin: 0 0 17px 17px;
}
#cat7{
	width: 280px;
	height: 280px;
	float: right;
	margin: 0 0 17px 17px;
}
#cat8{
	width: 280px;
	height: 280px;
	float: left;
	margin: 0 0 17px 0px;
}

/* Image Box Style */
.box {
	border: 1px solid #dcdcdc;
	cursor: pointer;
	height: 280px;
	float: left;
	margin: 0px;
	position: relative;
	overflow: hidden;
	width: 280px;
}
.box img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

/* Caption Common Style */
.box {
	cursor: pointer;
}
.box a.acw-image {
	pointer-events: none;
}
.box .caption {
	background-color: rgba(25,178,210,0.9);
	position: absolute;
	color: #fff;
	z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
	left: 0;
}
/** Caption 1: Simple **/
.box .simple-caption {
	height: 140px;
	width: 100%;
	display: block;
	bottom: -140px;
	text-align: right;
	letter-spacing: 0.2px;
	line-height: 18px;
}
/** Simple Caption :hover Behaviour **/
.box.hover_active .simple-caption {
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 1;
	transform: translateY(-100%);
}
ul.acw-rightside > li.cat-root {
    position: relative;
    float: right;
    background-image: none !important;
    width: 280px;
    margin: 2px 14px 0 0;
}
ul.acw-block > li.cat-root {
	border: 1px solid #dbdbdb;
	width: 280px;
	float: right;
	margin: 0 10px 10px 0;
}

#content{
	margin: 0 auto;
	border-top: 0px solid #433f50;
}
#home-latest-projects{
	background: url('images/bg-abilities.png') repeat-x;
}
#abilities{
	margin: 0 auto;
	width: 1180px;
	height: 200px;
}
#abilities li {
	float: right;
	width: 20%;
	margin: -8px 0 0 0;
}
#abilities a{
	color: #433f50;
	font-size: 18px;
}
#abilities a:hover{
	color: #0cc6db;
}
#abilities .su-column-size-1-5{
	width: 16%;
}
#home-banner{
	margin: 0 auto;
	width: 1180px;
}
#home-clients-title {
    width: 350px;
    margin: 0px auto;
    text-align: center;
    color: #f18500;
    font-size: 30px;
    line-height: 31px;
}
#carousel{
	width:1180px;
	margin: 0 auto;
	direction: ltr;
}
#carousel h3{
	color: #383430;
	font-size: 40px;
	padding: 0;
	margin: 0 0 20px 0;
	line-height: 60px;
	border-bottom: 1px solid #ccc;
	text-align: right;
}

/* ---- end home style ----*/

#page-photo{
	margin: 0 auto;
	width: 100%;
	height: 50px;
	background: #5284c4;
}
#main-page{
	margin: 0 auto;
	width: 1180px;
	border: 0px solid #333;
}
#content-h1{
	width: 1180px;
	margin: 0 auto;
	border: 1px solid #5284c4;
}
#content-h1 h1{
	font-size: 30px;
	line-height: 50px;
	margin: 0px 0 0px 0;
	color: #fff;
	float: right;
}
#content-h1 .breadcrumbs{
	float: right;
	margin: 24px 20px 0 0;
}
.breadcrumbs a{
	color: #fff;
	font-size: 14px;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
.breadcrumbs{
	color: #fff;
	font-size: 14px;
}
#page_content{
	float: right;
	width: 760px;
	border:0px solid blue;
	padding:0;
	margin: 20px 0 0 0px;
	font-size: 16px;
	line-height: 1.3em;
}

#page_content h2{
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
#page_content h3{
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0 10px 0 !important;
	color: #272422;
}

#page_content h4{
	font-size: 18px;
	color: #272422;
	font-weight: bold;
	margin: 5px 0 10px 0 !important;
}
#page_content ul{
	border:0px #333 solid;
	margin: 10px 20px 13px 10px;
}

#page_content ol{
	border:0px #333 solid;
	margin: 10px 20px 0 0px;
}

#page_content ol li{
	list-style:decimal;
	padding:0 0 0 10px;
	margin: 10px 0 0 20px;
}

#page_content li{
    list-style: disc;
    padding:0 0 0 10px;
    margin: 10px 0 0 20px;
}
#page_content a{
    color: #e54132;
}
#page_content a:hover{
    color: #96c5d8;
}

#page_content input[type="submit"], input[type="reset"]{
	background: #e14938;
	margin: 0 0 29px 0;
	float: left;
}
#page_content input[type="submit"]:hover, input[type="reset"]:hover{
	background: #383430;
	margin: 0 0 29px 0;
}
#page_content .wpcf7-validation-errors{
	display:none !important;
}
#page_content input[type="text"], textarea{
	width: 100%;
	height: 30px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 3px;
	color: #333 !important;
}
#page_content input[type="email"]{
	width: 100%;
	height: 30px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 3px;
	color: #333 !important;
}
#page_content .wpcf7-form textarea{
	width: 100%;
	height: 200px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 3px;
	color: #333 !important;
}
/*---------------*/
#page_content-about{
	float: right;
	width: 100%;
	border:0px solid blue;
	padding:0;
	margin: 20px 0 0 0px;
	font-size: 16px;
	line-height: 1.3em;
}
#page_content-about h2{
	font-size: 30px;
	font-weight: normal;
	margin: 30px 0 20px 0;
	color: #00b0d8;
}
#page_content-about h3{
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0 10px 0 !important;
	color: #00b0d8;
}

#page_content-about h4{
	font-size: 18px;
	color: #272422;
	font-weight: bold;
	margin: 5px 0 10px 0 !important;
}
.right{
    display: inline;
    float: right;
    margin-left: 10px;
    margin-top: -60px !important;
    margin-right: 0px;
}
#page_content-about .product_list{
	width: 100%;
}
#page_content-about .product_list li{
	width: 272px;
	height: 315px;
	list-style: none;
	float: right;
	padding: 0;
	margin: 0 0 48px 25px;
}
#page_content-about .product_list .li-prod {
	width: 272px;
	height: 460px;
	list-style: none;
	float: right;
	padding: 0;
	margin: 0 0 50px 25px;
}
#page_content-about .product_list li:nth-child(4n){
	width: 272px;
	height: 460px;
	list-style: none;
	float: right;
	padding: 0;
	margin: 0 0 50px 0px;
}
#page_content-about .product_list .li-prod .attachment-prodimg{
	width: 270px;
	height: 315px;
}
#page_content-about .product_list .li-prod .product{
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	color: #5a5a5a;
}
#page_content-about .product_list li .lupa {
	background: transparent url("images/lupa.png") center center no-repeat;
	width: 28px;
	height: 28px;
	position: relative;
	right: 231px;
	bottom: 40px;
}
#page_content-about .product_list .li-prod .product h3{
	font-size: 16px;
	font-weight: bold;
	color: #00aacd !important;
	margin: -20px 0 0px 0 !important;
}
#page_content-about .product_list .li-prod .product h4{
	font-size: 16px;
	font-weight: normal;
	color: #00aacd !important;
	margin: 0px 0 0px 0 !important;
}
#page_content-about .product_list .li-prod .product-img{
	margin: 0 auto;
	border: 1px solid #dcdcdc;
}
#page_content-about .product_list li .cat-box{
	border: 1px solid #dcdcdc;
	height: 100%;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#page_content-about .product_list li .cat-box-title{
	margin: 0 20px 0 0;
	width: 200px;
}
#page_content-about .product_list li .arrow {
    background: transparent url("images/left-arrow .png") center center no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 20px;
    top: 20px;
}
#page_content-about .product_list li .cat-box:hover .arrow {
    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}
#page_content-about .product_list li .cat-box-details{
	position: absolute;
	bottom: -120px;
	background: rgba(0, 170, 205, 0.9);
	color: #ffffff;
	width: 100%;
	height: 160px;
	padding: 25px 0 0 0;
	font-weight: 700;
}
#page_content-about .product_list li .cat-box-details .line {
        background-color: #ffffff;
	width: 92%;
	height: 2px;
	margin-bottom: 13px;
	margin-top: 25px;
	margin-right: 3%;
}
#page_content-about .product_list li .cat-box-details .cat-box-description {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    margin: 0 20px 0 0;
}
#page_content-about .product_list li .cat-box:hover .cat-box-details{
	bottom: 0px;
}
#page_content-about .product_list li .cat-box-details{
-webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#page_content-about .product_list li:nth-child(4n){
	width: 272px;
	height: 315px;
	list-style: none;
	float: right;
	padding: 0;
	margin: 0 0 48px 0px;
}

#page_content-about ul{
	border:0px #333 solid;
	margin: 10px 20px 13px 10px;
}

#page_content-about ol{
	border:0px #333 solid;
	margin: 10px 20px 0 0px;
}

#page_content-about ol li{
	list-style:decimal;
	padding:0 0 0 10px;
	margin: 10px 0 0 20px;
}

#page_content-about li{
    list-style: disc;
    padding:0 0 0 10px;
    margin: 10px 0 0 20px;
}

#page_content-about a{
    color: #00aacd;
}
#page_content-about a:hover{
    color: #ec1f27;
}
.su-custom-gallery-slide img {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}
/*-----------*/
#page_content-projects{
	width: 100%;
	margin: 20px 0 0 0px;
	font-size: 18px;
	line-height: 1.3em;
}
#page_content-projects h3:hover{
	color: #e54132;
}
#page_content-projects h3{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 10px 0 10px 0;
}
#page_content-projects ul{
	list-style: none;
}
#page_content-projects li{
	float: right;
	margin: 0 0 0 18px;
	padding: 0 0 0 18px;
	border-left: #333 solid 1px;
}
#page_content-projects li:last-child{
	float: right;
	margin: 0 0 0 18px;
	padding: 0 0 0 18px;
	border-left: #333 solid 0px;
}
.post-project{
	float: right;
	width: 280px;
	height: 250px;
	overflow: hidden;
	margin: 0 0px 20px 15px;
}
.post-project img:hover{
	opacity: 0.6;
}

.post{
    width: 98%;
    margin: 0 0 0px 0;
    min-height: 200px
}
.post-title{
	font-size: 16px;
}
.author-post{
	color: #bf1e2e;
	font-weight: bold;
}
.navigation{
    width: 100%;
    margin: 10px 0 0 0;
    border: 0px solid #333;
    text-align: center;
}
.list-navigation{
    width: 100%;
    margin: 25px 0 0 0;
    border: 0px solid #333;
    text-align: center;
}
.next{
    float: left;
    width: 50%;
    text-align: left;
}
.previous{
    float: right;
    width: 50%;
}


/*------side bar--------*/

#sidebar {
    float: left;
    width: 380px;
    border:0px solid green;
    direction: rtl;
    padding:0;
    margin: 13px 0px 0 0;
}
#sidebar h3{
	color: #383430;
	font-size: 30px;
	width: 320px;
	margin: 35px 30px 25px 0;
}
#sidebar p{
	margin: 3px 0 6px 0;
}
#side-info{
	background: #efecea;
	border-top: #383430 solid 3px;
	height: 240px;
	overflow: hidden;
}

#side-info:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 50px solid #efecea;
	border-left: 50px solid #fff;
	margin: 190px 330px 0 0px;
}
#side-info .textwidget{
	width: 320px;
	margin: 0 auto;
}
#side-info a {
  padding: 10px 20px 10px 20px;
  background: #383430;
  margin: 0 -30px 0 0;
  color: #96c5d8;
}
#side-info a:hover {
  padding: 10px 20px 10px 20px;
  background: #383430;
  margin: 0 -30px 0 0;
  color: #e54132;
}
#side-contact{
	background: #efecea;
	border-top: #383430 solid 3px;
}
#side-contact:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 50px solid #efecea;
	border-left: 50px solid #fff;
	margin: 355px 330px 0 0px;
}
#side-contact .textwidget{
	width: 320px;
	margin: 0 auto;
}
#side-contact input[type="submit"], input[type="reset"]{
	background: #383430;
	margin: 0 0 29px 0;
}
#side-contact input[type="submit"]:hover, input[type="reset"]:hover{
	background: #e14938;
	margin: 0 0 29px 0;
}
#side-contact .wpcf7-validation-errors{
	display:none !important;
}
#side-contact input[type="text"], textarea{
	width: 320px;
	height: 30px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 3px;
	color: #333 !important;
}
#side-contact input[type="email"]{
	width: 320px;
	height: 30px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 3px;
	color: #333 !important;
}
#side-contact .wpcf7-form textarea{
	width: 320px;
	height: 90px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 3px;
	color: #333 !important;
}


#side-updates{
	background: #efecea;
	border-top: #383430 solid 3px;
}
#side-updates:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 50px solid #efecea;
	border-left: 50px solid #fff;
	margin: 244px 330px 0 0px;
}
#side-updates ul{
	width: 320px;
	margin: 0 auto;
}
#side-updates li{
	margin: 0 0 25px 0;
}
#side-updates .post-date{
	color: #dd5942;
	font-size: 16px;
}
#side-updates .post-title{
	color: #383430;
	font-size: 16px;
	font-weight: bold;
}
#side-updates .post-title:hover{
	color: #dd5942;
}
#sidebar .list_carousel{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#sidebar #next2 {
  margin-top: -163px;
  width: 380px;
  height: 1px;
  position: absolute !important;
}
/*------footer--------*/
#footer {
	margin:0px auto;
	height: 222px;
	background: #92c24e url('images/footer-bg.png') repeat-x;
}
#newslatter{
	margin: 0 auto;
	width: 1180px;
	height: 130px;
	background: transparent url('images/newslatter-bg.png') no-repeat left;
}
#mailchimp {
        width: 85%;
	color: #fff;
	font-size: 30px;
	margin: 0 auto;
}
#mailchimp h3{
	font-size: 30px;
	color: #fff;
	margin: 45px 0 0 0;
}
#reg-mail {
	border: 0px solid #666;
	width: 350px;
	height: 50px;
	padding: 0px 0px 0 0;
	margin: 50px 0 0 0;
}
#reg-mail input[type="email"] {
        width: 350px;
	height: 45px;
	padding: 0 10px 0 0;
	margin: -10px auto;
	font-size: 20px;
	border: 0px solid red;
	border-radius: 0;
}
#reg-mail input[type="submit"] {
	background: url('images/reg-icon.png') no-repeat left center !important;
	border: 0 solid #666;
	margin: -35px 10px 0 0 !important;
	width: 52px;
	height: 45px;
	float: left;
}
#footer-content{
	margin: 0 auto;
	width: 1180px;
}
#site-footer-logo{
	float: right;
	width: 150px;
}
#bottom_copy {
	float: left;
	width: 600px;
	color: #fff;
	text-align: right;
	font-size: 14px;
	margin: 35px 0 0 0;
}

#bottom_copy a{
    color: #fff;
    font-weight: normal;
}
#bottom_copy a:hover{
    color: #fff;
    font-weight: normal;
}

/*-------------forms------------------*/
/* Form defaults */
input, select, textarea {
    font-weight:normal;
    outline:none;
    font-family: 'Open Sans Hebrew', arial;
}
input[type="text"], textarea {
    padding: 7px;
    resize: none;
    line-height: 40px;
    background: #fafafa;
    border: 0px solid #433f50;
    color: #333;
    width: 100%;
}
input[type="email"] {
    padding: 7px;
    resize: none;
    line-height: 40px;
    background: #fafafa;
    border: 0px solid #433f50;
    color: #333;
    width: 100%;
}

input, textarea {
    border:1px solid #e3dffa;
}
select{
	width: 315px;
	height: 40px;
	overflow: hidden;
	background: url(new_arrow.png) no-repeat right #ddd;
	border: 1px solid #999999;
	border-radius:3px;
}

input[type="submit"], input[type="reset"] {
	color: #fff;
	background: url('images/submit-off.png') no-repeat;
	border: solid 0px #787777;
	width: 203px;
	height: 44px;
	margin: 0px 0px 0 -13px;
	word-wrap: break-word;
	white-space: normal;
	font-size: 18px;
	float: left;
    }
input[type="submit"]:hover, input[type="reset"]:hover {
    color:#fff;
    background:url('images/submit-on.png')no-repeat;
    border:0px solid #fff;
    }
    div.wpcf7 .watermark {
color: #ccc !important;
}

/* Contact form */
.wpcf7-form p.field {
    margin-bottom:5px;
    overflow:hidden;
    vertical-align:top;
    position:relative;
    }
.wpcf7-form p.field input {
    width:183px;
    }
    .wpcf7-form p.field small {
            color:red;
            }
.wpcf7-form .input-file {
    width: 79px;
    height: 22px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    position:relative;
    }
.wpcf7-form input[type="file"] {
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    cursor: pointer;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    }
.wpcf7-form textarea {
    width: 100%;
    border: 0px solid #999999;
    height: 150px;
    overflow: auto;
    margin-bottom: 10px;
    font-family: 'Open Sans Hebrew', arial;
    }
.wpcf7-form .submit-wrap {
    padding:0;
    margin:0;
    }
    span.wpcf7-form-control-wrap {
            display:block;
            }
    .wpcf7-not-valid-tip {
            width:100px !important;
            position:absolute;
            left:0 !important;
            top:0 !important;
            padding:4px 0 5px 10px !important;
            background:#f3b7b7 !important;
            color:red !important;
            border:1px solid red !important;
            border-radius: 3px;
            }
    div.wpcf7-response-output {
            margin-left:0 !important;
            margin-right:0 !important;
	position: absolute;
	margin-top: -27px !important;
            }

::-webkit-input-placeholder {
   color: #ccc;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ccc;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;
}

:-ms-input-placeholder {
   color: #ccc;
}
span .wpcf7-checkbox .wpcf7-list-item {
display: block;
}
/* =============================================================================
Forms
========================================================================== */

/*
* Corrects margin displayed oddly in IE6/7
*/

form {
margin: 0;
}

/*
* Define consistent margin and padding
*/

fieldset {
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}

/*
* 1. Corrects color not being inherited in IE6/7/8/9
* 2. Corrects alignment displayed oddly in IE6/7
*/

legend {
border: 0; /* 1 */
*margin-left: -7px; /* 2 */
}

/*
* 1. Corrects font size not being inherited in all browsers
* 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
* 3. Improves appearance and consistency in all browsers
*/

button,
input,
select,
textarea {
font-size: 100%; /* 1 */
margin: 0; /* 2 */
vertical-align: baseline; /* 3 */
*vertical-align: middle; /* 3 */
}

/*
* 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
* 2. Corrects inner spacing displayed oddly in IE6/7
*/

button,
input {
line-height: normal; /* 1 */
*overflow: visible;  /* 2 */
}

/*
* 1. Improves usability and consistency of cursor style between image-type 'input' and others
* 2. Corrects inability to style clickable 'input' types in iOS
*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer; /* 1 */
-webkit-appearance: button; /* 2 */
}

/*
* Addresses box sizing set to content-box in IE8/9
*/

input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
}

/*
* 1. Addresses appearance set to searchfield in S5, Chrome
* 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
*/

input[type="search"] {
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box;
}

/*
* Corrects inner padding displayed oddly in S5, Chrome on OSX
*/

input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

/*
* Corrects inner padding and border displayed oddly in FF3/4
* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}

/*
* 1. Removes default vertical scrollbar in IE6/7/8/9
* 2. Improves readability and aligment in all browsers
*/

textarea {
overflow: auto; /* 1 */
vertical-align: top; /* 2 */
        font:101%/1.5em Arial, Helvetica, sans-serif;
}

/*-----------------------------------------------------------------------------------*/
/*	12.	Responsive Fixes
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 1200px){
	#wrapper{
		width: 100%;
	}
}

@media only screen and (min-width: 980px)  and (max-width: 1199px){
	#wrapper{
		width: 100%;
	}
	#header{
		width: 98%;
	}
	#menu{
		float: left;
	}
	#searchform{
		display: none;
	}
	#home-promo-holder {
		width: 96%;
	}
	#all-cat-list {
		margin: 0 auto;
		width: 99%;
	}
	#cat1{
		width: 25%;
		float: left;
		margin: 4% 4% 2% 2%;
	}
	#cat2{
		width: 25%;
		float: left;
		margin: 4% 4% 2% 4%;
	}
	#cat3{
		width: 25%;
		float: left;
		margin: 4% 4% 2% 4%;
	}
	#cat4{
		width: 25%;
		float: left;
		margin: 4% 4% 2% 2%;
	}
	#cat5{
		width: 25%;
		float: left;
		margin: 4% 4% 2% 4%;
	}
	#cat6{
		width: 25%;
		float: left;
		margin: 4% 4% 2% 4%;
	}
	#cat7{
		width: 25%;
		float: left;
		margin: 4% 4% 2% 2%;
	}
	#cat8{
		width: 25%;
		float: left;
		margin: 4% 4% 2% 4%;
	}
	#home-latest-projects {
		width: 100%;
	}
	#abilities{
		width: 98%;
	}
	#abilities li {
		width: 20%;
	}
	#home-banner{
		width: 100%;
	}
	#home-banner img{
		height: auto;
	}
	#carousel{
		width: 99%;
	}
	#wonderplugincarousel-1 .amazingcarousel-next{
		margin-right: 0px !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev{
		margin-left: 0px !important;
	}
	#newslatter{
		width: 100%;
	}

	#content-h1 {
		width: 97%;
	}
	#main-page{
		width: 99%;
	}
	#page_content{
		width: 60%;
	}
	#page_content img{
		width: 100%;
		height: auto;
	}
	.post-project{
		margin: 0 0 20px 4%;
	}
	#page_content-about{
		width: 98%;
		float: none;
		margin: 0 auto;
	}
	input[type="text"], textarea{
		padding: 0;
	}
	input[type="email"]{
		padding: 0;
	}
	input[type="submit"], input[type="reset"] {
		margin: 0px 0px 0 2px;
	}
	#page_content-about .product_list {
		width: 100%;
		margin: 10px 0 10px 0;
	    }
	#page_content-about .product_list li {
		width: 30%;
		margin: 0 16px 48px 16px;
	}
	#page_content-about .product_list .li-prod {
		width: 30%;
		margin: 0 0 50px 25px;
		height: 450px;
	}
	#page_content-about .product_list li:nth-child(4n) {
		width: 30%;
		margin: 0 0 48px 25px;
	}
	#page_content-about .product_list .li-prod:nth-child(4n) {
		width: 30%;
		margin: 0 0 50px 25px;
		height: 450px;
	}
	#footer-content{
		width: 98%;
	}
}

@media(min-width: 760px) and (max-width: 979px){
	#wrapper{
		width: 100%;
	}
	#header{
		width: 98%;
		position: relative;
	}
	#menu{
		float: left;
	}
	#searchform{
		display: none;
	}
	#pull{
		display: block;
		color: #fff;
		background: transparent;
		line-height: 60px;
		margin: 45px 0 0 0;
		float: left;
		width: 60px;
	}
	#menu{
		width: 160px;
		clear: left;
		margin: 0 0 0 40px;
		background: #5284c4;
	}
	.wrapfixed #menu{
		position: absolute;
		top: 51px;
		left: 14px;
	}
	.nav-bar ul {
		display: none;
		width: 98%;
		margin-top: auto;
		float: none;
		z-index: 25;
		background: #5284c4;
		height: 220px;
	}
	.nav-bar a{
		color: #fff;
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		line-height: 35px;
	}
	.nav-bar li {
		width: 100%;
        }
	.nav-bar ul li{
		background: transparent;
	}
	.nav-bar a #pull {
		display: block;
		width: 100%;
		position: relative;
        }
	.nav-bar li {
            	border-bottom:1px #fff solid;
        }
	.nav-bar li:last-child {
            	border-bottom:0px #fff solid;
        }

	.nav-bar a #pull:after {
		content: "";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position:  absolute !important;
		right: 15px;
		top: 10px;
	}
	.nav-bar ul ul li {
		line-height: 55px;
		width: 100%;
		border-bottom: 0 solid #fff;

	}
	.nav-bar ul ul a {
		line-height: 55px;
		width: 100%;
		padding: 5px 10px 5px 10px;
		display: block;
		font-size: 16px;
	}

	.nav-bar ul ul a:hover {
		color: #f26522;
		margin: 0 auto;
		padding: 0 auto;
		display: block;
		font-size: 17px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.nav-bar ul li:hover > ul {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.nav-bar ul ul {
		position: relative;
		right: auto;
		top: 0px;
		width: 100% !important;
		background: transparent;
		text-align: right;
		border:0px #f3f3f4 solid;

	}
	.nav-bar ul ul {
		position: relative;
		text-align: right;
		border:0px #f3f3f4 solid;
	}
	#home-promo-holder {
		width: 96%;
	}
	#home-promo {
		width: 99%;
		font-size: 26px;
	    }
	#all-cat-list {
		margin: 0 auto;
		width: 99%;
	}
	#cat1{
		width: 30%;
		float: left;
		margin: 4% 10% 2% 7%;
	}
	#cat2{
		width: 30%;
		float: left;
		margin: 4% 10% 2% 7%;
	}
	#cat3{
		width: 30%;
		float: left;
		margin: 4% 10% 2% 7%;
	}
	#cat4{
		width: 30%;
		float: left;
		margin: 4% 10% 2% 7%;
	}
	#cat5{
		width: 30%;
		float: left;
		margin: 4% 10% 2% 7%;
	}
	#cat6{
		width: 30%;
		float: left;
		margin: 4% 10% 2% 7%;
	}
	#cat7{
		width: 30%;
		float: left;
		margin: 4% 10% 2% 7%;
	}
	#cat8{
		width: 30%;
		float: left;
		margin: 4% 10% 2% 7%;
	}
	#home-latest-projects {
		width: 100%;
	}
	#abilities{
		width: 98%;
	}
	#abilities li {
		width: 19%;
	}
	#home-banner{
		width: 100%;
	}
	#home-banner img{
		height: auto;
	}
	#carousel{
		width: 99%;
	}
	#wonderplugincarousel-1 .amazingcarousel-next{
		margin-right: 0px !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev{
		margin-left: 0px !important;
	}
	#newslatter{
		width: 100%;
	}
	#mailchimp h3 {
		font-size: 30px;
		color: #fff;
		margin: 28px 0 0 0;
	}
	#mailchimp .su-column:first-child{
		float: right !important;
		width: 48% !important;
	}
	#mailchimp .su-column:last-child{
		float: left !important;
		width: 48% !important;
	}
	#reg-mail{
		width: 290px;
	}
	#reg-mail input[type="email"]{
		width: 250px;
	}
	#content-h1 {
		width: 97%;
	}
	#main-page{
		width: 99%;
	}
	#page_content{
		width: 60%;
	}
	#page_content img{
		width: 100%;
		height: auto;
	}
	.post-project{
		margin: 0 0 20px 4%;
	}
	#page_content-about{
		width: 98%;
		float: none;
		margin: 0 auto;
	}
	.su-custom-gallery-slide{
		float: none !important;
	}
	.su-custom-gallery img {
		width: 100% !important;
		height: auto !important;
	    }
	input[type="text"], textarea{
		padding: 0;
	}
	input[type="email"]{
		padding: 0;
	}
	input[type="submit"], input[type="reset"] {
		margin: 0px 0px 0 2px;
	}
	#page_content-about .product_list {
		width: 100%;
		margin: 10px 0 10px 0;
	    }
	#page_content-about .product_list li {
		width: 29%;
		margin: 0 15px 48px 15px;
	}
	#page_content-about .product_list .li-prod {
		width: 29%;
		margin: 0 15px 50px 15px;
		height: 450px;
	}
	#page_content-about .product_list li:nth-child(4n) {
		width: 29%;
		margin: 0 15px 48px 15px;
	}
	#page_content-about .product_list .li-prod:nth-child(4n) {
		width: 29%;
		margin: 0 15px 50px 15px;
		height: 450px;
	}
	#page_content-about .product_list .li-prod .attachment-prodimg {
		width: 100%;
		height: auto;
	}
	#page_content-about .product_list li .lupa {
		right: 0;
	}
	#footer{
		height: 250px;
	}
	#footer-content{
		width: 98%;
	}
	#site-footer-logo{

	}
	#bottom_copy{

	}

}

@media(min-width: 481px) and (max-width: 759px){
	#wrapper{
		width: 100%;
	}
	#header{
		width: 98%;
		position: relative;
	}
	#menu{
		float: left;
	}
	#searchform{
		display: none;
	}
	#pull{
		display: block;
		color: #fff;
		background: transparent;
		line-height: 60px;
		margin: 45px 0 0 0;
		float: left;
		width: 60px;
	}
	#menu{
		width: 160px;
		clear: left;
		margin: 0 0 0 40px;
		background: #5284c4;
	}
	.wrapfixed #menu{
		position: absolute;
		top: 51px;
		left: 14px;
	}
	.nav-bar ul {
		display: none;
		width: 98%;
		margin-top: auto;
		float: none;
		z-index: 25;
		background: #5284c4;
		height: 220px;
	}
	.nav-bar a{
		color: #fff;
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		line-height: 35px;
	}
	.nav-bar li {
		width: 100%;
        }
	.nav-bar ul li{
		background: transparent;
	}
	.nav-bar a #pull {
		display: block;
		width: 100%;
		position: relative;
        }
	.nav-bar li {
            	border-bottom:1px #fff solid;
        }
	.nav-bar li:last-child {
            	border-bottom:0px #fff solid;
        }

	.nav-bar a #pull:after {
		content: "";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position:  absolute !important;
		right: 15px;
		top: 10px;
	}
	.nav-bar ul ul li {
		line-height: 55px;
		width: 100%;
		border-bottom: 0 solid #fff;

	}
	.nav-bar ul ul a {
		line-height: 55px;
		width: 100%;
		padding: 5px 10px 5px 10px;
		display: block;
		font-size: 16px;
	}

	.nav-bar ul ul a:hover {
		color: #f26522;
		margin: 0 auto;
		padding: 0 auto;
		display: block;
		font-size: 17px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.nav-bar ul li:hover > ul {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.nav-bar ul ul {
		position: relative;
		right: auto;
		top: 0px;
		width: 100% !important;
		background: transparent;
		text-align: right;
		border:0px #f3f3f4 solid;

	}
	.nav-bar ul ul {
		position: relative;
		text-align: right;
		border:0px #f3f3f4 solid;
	}
	#slider{
		display: none;
	}
	#home-promo-holder {
		width: 96%;
	}
	#home-promo {
		width: 99%;
		font-size: 26px;
	    }
	#all-cat-list {
		margin: 0 auto;
		width: 99%;
	}
	#cat1{
		width: 95%;
		float: none;
		margin: 0 auto;
	}
	#cat2{
		width: 95%;
		float: none;
		margin: 0 auto;
	}
	#cat3{
		width: 95%;
		float: none;
		margin: 0 auto;
	}
	#cat4{
		width: 95%;
		float: none;
		margin: 0 auto;
	}
	#cat5{
		width: 95%;
		float: none;
		margin: 0 auto;
	}
	#cat6{
		width: 95%;
		float: none;
		margin: 0 auto;
	}
	#cat7{
		width: 95%;
		float: none;
		margin: 0 auto;
	}
	#cat8{
		width: 95%;
		float: none;
		margin: 0 auto;
	}
	.box {
		border: 1px solid #dcdcdc;
		cursor: pointer;
		height: 280px;
		float: none;
		margin: 30px auto;
		position: relative;
		overflow: hidden;
		width: 100%;
		max-width: 400px;
	}
	.box img{
		width: 70%;
		height: auto;
	}
	#home-latest-projects {
		width: 100%;
		background: none;
	}
	#abilities{
		width: 94%;
		height: 355px;
	}
	#abilities li {
		width: 33%;
	}
	#abilities img {
		width: 150px;
		height: auto;
	}
	#home-banner{
		width: 100%;
	}
	#home-banner img{
		height: auto;
	}
	#carousel{
		width: 99%;
	}
	#wonderplugincarousel-1 .amazingcarousel-next{
		margin-right: 0px !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev{
		margin-left: 0px !important;
	}
	#newslatter{
		width: 100%;
	}
	#mailchimp h3 {
		font-size: 22px;
		color: #fff;
		margin: 28px 0 0 0;
	}
	#mailchimp .su-column:first-child{
		float: right !important;
		width: 48% !important;
	}
	#mailchimp .su-column:last-child{
		float: left !important;
		width: 48% !important;
	}
	#mailchimp img{
		display: none;
	}
	#reg-mail{
		width: 200px;
	}
	#reg-mail input[type="email"]{
		width: 198px;
		font-size: 16px;
	}
	#content-h1 {
		width: 97%;
	}
	#main-page{
		width: 99%;
	}
	#page_content{
		width: 60%;
	}
	#page_content img{
		width: 100%;
		height: auto;
	}
	.post-project{
		margin: 0 0 20px 4%;
	}
	#page_content-about{
		width: 98%;
		float: none;
		margin: 0 auto;
	}
	#page_content-about h2 {
		font-size: 30px;
		font-weight: normal;
		margin: 30px 0 20px 0;
		color: #00b0d8;
		line-height: 33px;
	}
	.su-custom-gallery-slide{
		float: none !important;
	}
	.su-custom-gallery img {
		width: 100% !important;
		height: auto !important;
	    }
	input[type="text"], textarea{
		padding: 0;
	}
	input[type="email"]{
		padding: 0;
	}
	input[type="submit"], input[type="reset"] {
		margin: 0px 0px 0 2px;
	}
	#page_content-about .product_list {
		width: 100%;
		margin: 10px 0 10px 0;
	    }
	#page_content-about .product_list li {
		width: 98%;
		margin: 0 5px 48px 5px;
	}
	#page_content-about .product_list .li-prod {
		width: 98%;
		margin: 0 5px 50px 5px;
		height: 450px;
	}
	#page_content-about .product_list li:nth-child(4n) {
		width: 98%;
		margin: 0 5px 48px 5px;
	}
	#page_content-about .product_list .li-prod:nth-child(4n) {
		width: 98%;
		margin: 0 5px 50px 5px;
		height: 450px;
	}
	#page_content-about .product_list .li-prod .attachment-prodimg {
		width: 55%;
		height: auto;
	}
	#page_content-about .product_list li .lupa {
		right: 0;
	}
	#page_content-about .product_list .li-prod .product-img {
		margin: 0 auto;
		border: 1px solid #dcdcdc;
		text-align: center;
	}
	#footer{
		height: 265px;
	}
	#footer-content{
		width: 98%;
	}
	#site-footer-logo{

	}
	#bottom_copy{
		width: 98%;
		margin: 10px 0 0 0;
	}
}
@media (max-width: 480px){
	#wrapper{
		width: 100%;
	}
	#header{
		width: 98%;
		position: relative;
	}
	#menu{
		float: left;
	}
	#searchform{
		display: none;
	}
	#pull{
		display: block;
		color: #fff;
		background: transparent;
		line-height: 60px;
		margin: 45px 0 0 0;
		float: left;
		width: 60px;
	}
	#menu{
		width: 160px;
		clear: left;
		margin: 0 0 0 40px;
		background: #5284c4;
	}
	.wrapfixed #menu{
		position: absolute;
		top: 51px;
		left: 14px;
	}
	.nav-bar ul {
		display: none;
		width: 98%;
		margin-top: auto;
		float: none;
		z-index: 25;
		background: #5284c4;
		height: 220px;
	}
	.nav-bar a{
		color: #fff;
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		line-height: 35px;
	}
	.nav-bar li {
		width: 100%;
        }
	.nav-bar ul li{
		background: transparent;
	}
	.nav-bar a #pull {
		display: block;
		width: 100%;
		position: relative;
        }
	.nav-bar li {
            	border-bottom:1px #fff solid;
        }
	.nav-bar li:last-child {
            	border-bottom:0px #fff solid;
        }

	.nav-bar a #pull:after {
		content: "";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position:  absolute !important;
		right: 15px;
		top: 10px;
	}
	.nav-bar ul ul li {
		line-height: 55px;
		width: 100%;
		border-bottom: 0 solid #fff;

	}
	.nav-bar ul ul a {
		line-height: 55px;
		width: 100%;
		padding: 5px 10px 5px 10px;
		display: block;
		font-size: 16px;
	}

	.nav-bar ul ul a:hover {
		color: #f26522;
		margin: 0 auto;
		padding: 0 auto;
		display: block;
		font-size: 17px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.nav-bar ul li:hover > ul {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.nav-bar ul ul {
		position: relative;
		right: auto;
		top: 0px;
		width: 100% !important;
		background: transparent;
		text-align: right;
		border:0px #f3f3f4 solid;

	}
	.nav-bar ul ul {
		position: relative;
		text-align: right;
		border:0px #f3f3f4 solid;
	}
	#slider{
		display: none;
	}
	#home-promo-holder {
		width: 96%;
	}
	#home-promo {
		width: 99%;
		font-size: 26px;
	    }
	#all-cat-list {
		margin: 0 auto;
		width: 99%;
	}
	#cat1{
		width: 95%;
		float: none;
		margin: 0 auto;
	}
	#cat2{
		width: 95%;
		float: none;
		margin: 0 auto;
	}
	#cat3{
		width: 95%;
		float: none;
		margin: 0 auto;
	}
	#cat4{
		width: 95%;
		float: none;
		margin: 0 auto;
	}
	#cat5{
		width: 95%;
		float: none;
		margin: 0 auto;
	}
	#cat6{
		width: 95%;
		float: none;
		margin: 0 auto;
	}
	#cat7{
		width: 95%;
		float: none;
		margin: 0 auto;
	}
	#cat8{
		width: 95%;
		float: none;
		margin: 0 auto;
	}
	.box {
		border: 1px solid #dcdcdc;
		cursor: pointer;
		height: 280px;
		float: none;
		margin: 30px 0;
		position: relative;
		overflow: hidden;
		width: 100%;
	}
	.box img{
		width: 70%;
		height: auto;
	}
	#home-latest-projects {
		width: 100%;
		background: none;
	}
	#abilities{
		width: 94%;
		height: 355px;
	}
	#abilities li {
		width: 48%;
	}
	#abilities img {
		width: 150px;
		height: auto;
	}
	#home-banner{
		width: 100%;
	}
	#home-banner img{
		height: auto;
	}
	#carousel{
		width: 99%;
	}
	#wonderplugincarousel-1 .amazingcarousel-next{
		margin-right: 0px !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev{
		margin-left: 0px !important;
	}
	#newslatter{
		width: 100%;
	}
	#mailchimp h3 {
		font-size: 18px;
		color: #fff;
		margin: 40px 0 0 0;
	}
	#mailchimp .su-column:first-child{
		float: right !important;
		width: 48% !important;
	}
	#mailchimp .su-column:last-child{
		float: left !important;
		width: 48% !important;
	}
	#mailchimp img{
		display: none;
	}
	#reg-mail{
		width: 155px;
	}
	#reg-mail input[type="email"]{
		width: 145px;
		font-size: 10px;
	}
	#content-h1 {
		width: 97%;
	}
	#main-page{
		width: 99%;
	}
	#page_content{
		width: 60%;
	}
	#page_content img{
		width: 100%;
		height: auto;
	}
	.post-project{
		margin: 0 0 20px 4%;
	}
	#page_content-about{
		width: 98%;
		float: none;
		margin: 0 auto;
	}
	#page_content-about h2 {
		font-size: 30px;
		font-weight: normal;
		margin: 30px 0 20px 0;
		color: #00b0d8;
		line-height: 33px;
	}
	.su-custom-gallery-slide{
		float: none !important;
	}
	.su-custom-gallery img {
		width: 100% !important;
		height: auto !important;
	    }
	input[type="text"], textarea{
		padding: 0;
	}
	input[type="email"]{
		padding: 0;
	}
	input[type="submit"], input[type="reset"] {
		margin: 0px 0px 0 2px;
	}
	#page_content-about .product_list {
		width: 100%;
		margin: 10px 0 10px 0;
	    }
	#page_content-about .product_list li {
		width: 98%;
		margin: 0 5px 48px 5px;
	}
	#page_content-about .product_list .li-prod {
		width: 98%;
		margin: 0 5px 50px 5px;
		height: 450px;
	}
	#page_content-about .product_list li:nth-child(4n) {
		width: 98%;
		margin: 0 5px 48px 5px;
	}
	#page_content-about .product_list .li-prod:nth-child(4n) {
		width: 98%;
		margin: 0 5px 50px 5px;
		height: 450px;
	}
	#page_content-about .product_list .li-prod .attachment-prodimg {
		width: 55%;
		height: auto;
	}
	#page_content-about .product_list li .lupa {
		right: 0;
	}
	#page_content-about .product_list .li-prod .product-img {
		margin: 0 auto;
		border: 1px solid #dcdcdc;
		text-align: center;
	}
	#footer{
		height: 265px;
	}
	#footer-content{
		width: 98%;
	}
	#site-footer-logo{

	}
	#bottom_copy{
		width: 98%;
		margin: 10px 0 0 0;
	}

}

@media (max-width: 759px) {
	#page_content-about .product_list li .cat-box {
		background-size: 70% auto !important;
		background-position: 50% 35% !important;
	}
}

.lang {
	position: relative;
	top: 11px;
	font-size: 15px;
	right: 0;
	text-align: left;
}
.lang a {
	color: white;
}

/*************** EN site  ***************/
.en span.caption.simple-caption {
	text-align: left;
}

@media (max-width: 979px) {
	#menu {
		position: relative;
		z-index: 999;
	}
}

/*new css*/
.archive #page_content-about .product_list li .lupa {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.nav-bar a {
    color: black;
}

#header-holder,
#footer {
    background-color: #e2241c;
}