body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	width: 100%;
	height: 100%;
	direction: rtl;
	color: #433838;
}

a {
	text-decoration: underline;
	color: #E74135;
}

a.title {
	text-decoration: none;
}

input[type='text'] {
	height: 1.25rem;
	margin: 0 0 0.65rem 0;
	width: 100%;
	border-style: solid;
	border-width: 0px;	
	background-image: url("images/pat2.jpg");
}

input.button {
	float: left;
}

label {
	color: #F9E3B2;
}

label.inline {
	margin: 0 0 0.225rem 0;
	padding: 0.225rem 0;
}

h1, h2, h3, h4 {
	margin-top: 0px;
}

.button {
	border-style: solid;
	border-width: 0px;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding-top: 0.3rem;
	padding-right: 0.75rem;
	padding-bottom: 0.35rem;
	padding-left: 0.75rem;	
	font-size: 1rem;
	background-color: #E74135;
	border-color: #EC1404;
	color: white;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}

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

.top {
	margin-top: 1rem;
}

.footer {
	background-image: url("images/footer_back.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 267px;
	box-sizing: border-box;
	position: relative;
	top: -17px;
	z-index: 1000;	
}

.topContent {
	border-bottom: 1px solid #F9E3B2;
	padding-top: 4px;
	padding-bottom: 55px;
}

.bottomContent {
	padding-top: 66px;
}

.social {
	list-style-type: none;
	margin: 0px;
	padding-top: 11.5rem;
}

.social li {
	display: inline;
	margin-left: 5px;
}

.thankyou * {
	color: #F9E3B2;
}

.submit {
	background-color: #35DDE7;
}

.cycle-next, .cycle-prev {
	position: absolute;
	top: 42%;
	width: 56px;
	height: 56px;
	opacity: 0.25;
	filter: alpha(opacity=50);
	z-index: 800;
	cursor: pointer;
	font-size: 48px;
	color: #FFF;
	background-color: #808080;
	text-align: center;
	vertical-align: middle;
	border-radius: 56px;
}

.cycle-next {
	left: 10px;
}

.cycle-prev {
	right: 10px;
}

.home-slide {
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 628px;
	/*box-sizing: border-box;*/
	position: relative;
	overflow: hidden;
}

.home-slide-1 {
	background-image: url("images/logo.png");
	width: 844px;
}

.home-slide-2 {
	background-image: url("images/heart.png");
	width: 844px;
}

.home-slide-3 {
	background-image: url("images/all_drawing.png");
	background-position: top center;
	width: 736px;
}

.home-slide-4 {
	background-image: url("images/heart.png");
	width: 844px;
}

.abs {
	position: absolute;
}

.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.menu>ul>li {
	margin-left: 1.4rem;
	padding: 0px;
	display: block;
	float: right;
	height: 56px;
	box-sizing: border-box;
	padding-top: 1.2rem;
	font-size: 1.05rem;
}

.menu ul>li>a {
	color: #433838;
	text-decoration: none;
}

.menu>ul>li.active {
	background-image: url("images/tri.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

.menu ul>li.active {
	color: #E74135;
}

.menu ul>li.active>a {
	text-decoration: none;
	color: #E74135;
}

.menu ul ul {
	display: none;
}

.menu ul li:hover > ul {
	display: block;
}

.menu ul ul {	
	position: absolute;
	top: 3rem;
	background-color: #FFF;
	padding-bottom: 1rem;
	-moz-box-shadow: 3px 3px 10px 1px #B4AAAA;
	-webkit-box-shadow: 3px 3px 10px 1px #B4AAAA;
	box-shadow: 3px 3px 10px 1px #B4AAAA;
	z-index: 10000;
}

.menu ul ul li {
	display: block;
	float: none; 
	position: relative;
	padding: 0.5rem 1rem;
	font-size: 0.9rem;
}

.centered {
	text-align: center;
}

.cute-bug {
	right: 100px;
	bottom: 100px;
}

.cute-dog {
	left: 180px;
	bottom: 12px;
}

.cute-duck {
	right: 210px;
	bottom: 0px;
}

.cute-man {
	right: 210px;
	bottom: -5px;
}

.bubble-1 {
	right: 33%;
	bottom: 30%;
}

.bubble-2 {
	right: 10%;
	bottom: 8%;
}

.bubble-3 {
	left: 15%;
	bottom: 5%;
}

.cycle-slideshow {
	clear: both;
}

 .slide-wrapper {
	width: 100%;
}

.slide-pager {
	clear: both;
	direction: ltr;
	padding: 2% 0 0 6%;
}

.slide-pager div {
	width: 8px;
	height: 8px;
	float: left;
	margin-right: 6px;
	border: 1px solid #D0D2D3;
	border-radius: 4px;
}

.slide-pager div.cycle-pager-active {
	/*background-color: #E74135;*/
	border-color: #E74135; 
}

.footer-content{
	margin-top: 30px;
}

.latest-blog {
	margin-top: 0.75rem;
}

.latest-blog .post h1 {
	font-size: 14px;
	color: white;
	background-image: url("images/star.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}

.latest-blog .post {
	font-size: 12px;
	color: white;
	padding-bottom: 0.3rem;
	padding-top: 0.1rem;
}

.latest-blog .post a {
	text-decoration: none;
}

.latest-blog .post p {
	text-align: justify;
}

.page-content {
	padding-bottom: 2rem;
}	

.page-content, .home-content, .top-strip, .about-content {
	background-image: url("images/pat2.jpg");
}	

aside>div {
	margin-bottom: 1rem;
}

aside>div>img.post-front-image {
	width: 100%;
} 

aside ul.post-tags {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.tag-cloud-link {
	margin-bottom: 1rem;
}

.tag-cloud-link img {
	width: 100%;
}

.post-summary {
	height: 12rem;
	overflow: hidden;
}

.post-summary img {
	width: 100%;	
}

.post-summary h3 {
	margin-bottom: 0.25rem;
}

.post-summary p {
	margin: 0px;
}

.big-tag {
	color: #B4AAAA;
}

.logo img {
	width: 100%;
}

.about-content {
	position: relative;
	height: 620px;
} 

.about-content>a, .about-content>div {
	position: absolute;
	box-sizing: border-box;
} 

.hidden {
	display: none;
}

#team {
	margin: 20px;
	right: 26%;
}

#dima {
	width: 395px;
	height: 296px;
	bottom: 0px;
	right: 20px;
}

#sigal {
	width: 212px;
	height: 303px;
	bottom: 0px;	
	left: 350px;
}

#dani {
	width: 281px;
	height: 299px;
	bottom: 0px;
	left: 50px;	
}

#graphics-dima {
	width: 385px;
	height: 359px;
	bottom: 15px;
	right: 40px;
}

#graphics-sigal {
	width: 307px;
	height: 472px;
	bottom: 20px;
	right: 410px;
}

#graphics-dani {
	width: 337px;
	height: 515px;
	bottom: -40px;
	left: 0px;
}

#bubble-dima {
	width: 375px;
	height: 321px;
	background-image: url("images/bubble-dima.png");
	bottom: 270px;
	right: 200px;
	padding: 140px 80px 0px 50px;
}

#bubble-sigal {
	width: 367px;
	height: 283px;
	background-image: url("images/bubble-sigal.png");
	bottom: 270px;
	right: 120px;
	padding: 130px 90px 0px 80px;
}

#bubble-dani {
	width: 355px;
	height: 278px;
	background-image: url("images/bubble-dani.png");
	bottom: 280px;
	right: 390px;
	padding: 130px 80px 0px 50px;
}

.tool-summary {
	margin-top: 0.25rem;
}

.tool-summary>a {
	text-decoration: none;
}

.tool-summary>a>h4 {
	margin-bottom: 0.25rem;
}

.tool-summary p {
	margin-top: 0.25rem;
}

.projects-next, .projects-prev {
	float: left;
	margin-right: 5px;
}

.project-link {
	background-color: white;
	-moz-box-shadow: 1px 1px 10px 1px #CFC5C5;
	-webkit-box-shadow: 1px 1px 10px 1px #CFC5C5;
	box-shadow: 1px 1px 10px 1px #CFC5C5;
	height: 264px;
	margin-top: 1rem;
	padding: 1rem 0.5rem;	
}

.project-link h4, .project-link p {
	margin: 0px;
}

.project-link img {
	width: 100%;
}

.project-summary {
	padding-left: 20px;
}

.project-summary a {
	text-decoration: underline;
}

.project-summary-image img {
	float: left;
}

.project-body {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.banner h4 {
	color: #35DDE7;	
}

.cycle-overlay {
	font-family: tahoma, arial;
	position: absolute;
	bottom: 0;
	width: 356px;
	z-index: 600;
	background: #000;
	color: #FFF;
	padding: 15px;
	opacity: .5;	
	box-sizing: border-box;	
} 

.cycle-caption { 
	position: absolute; 
	color: white; 
	bottom: 15px; 
	right: 15px; 
	z-index: 700; 
}

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#mc-trigger {
	position: absolute;
	left: 0px;
	top: 45%;
	width: 100px;
	height: 100px;	
}

#mc-trigger img {
	width: 100%;
	height: 100%;
}

.other-tools {
	margin-top: 2rem;
}

.other-tools img {
	width: 100%;
}

#mosaic img {
	width: 100%;
}

#mosaic h4 {
	margin-top: 0.25rem;
}

