@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);
@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);

body{
margin:0px;
background:#efefef;

direction:rtl;
text-align:right;


}

.img a {
	border:none;
}

body {
  min-height: 2000px;
  padding-top: 70px;
}

.alef {
  font-family: 'Alef Hebrew', serif;	
}

.navbar-default {
  background-color: #222;
  border: none;
  font-family: 'Open Sans Hebrew Condensed', serif;
  font-size:large;
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  opacity: 1;
}
.navbar-default .navbar-nav>li>a:hover {
  background-color: #0392CC;
}
.navbar-brand {
  /*height: auto;*/
  margin: 70;
  padding: 0;
}
.navbar-brand>img {
  top: 0px;
  width: 40px;
  margin-right: 5px;
  opacity: 1;
}

.navbar-brand>img:hover {
  opacity: 0.3;
}

@media only screen and (max-width: 580px) {

.navbar-brand>img {
	 top: 0px;
  width: 30px;
  margin-right: 5px;
}
}
.img {
	width:80%;
}

#myVideo {   
    right: 0;
    bottom: 0; 
	width:100%
}
.content {
    /*position: fixed;*/
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}

/*------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

html{ 
  
  background-size: cover;
  height:100%;
}

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

#form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 450px;
	float: left;
	left: 50%;
	position:relative;
  margin-top:30px;
	margin-left: -60px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
	
	body {
		width: 100%;
 		overflow-x:hidden;
	}
	
	.img-circle {
		max-width:70%;
	}
}

/*----------------------------------------------*/

#down
{
  display: block;
  width: 40px;
  height: 50px;
  background: url("images/down.png") no-repeat 0 0;

}

#down:hover
{ 
  background-image: url("images/downb.png");
  background-position: 0 0px;
}

#down span
{
  position: absolute;
}

#up {
	display: block;
	width: 40px;
	height: 50px;
	background: url("images/up.png") no-repeat 0 0;
}

#up:hover {
	background-image: url("images/upb.png");
    background-position: 0 0px;
}

#up span
{
  position: absolute;
}




/*~~~~~~~~~~~~~photo gallery~~~~~~~~~~~~~~~~~~~ */
#photos {
  line-height: 0;
   
  -webkit-column-count: 3;
  -webkit-column-gap:   0px;
  -moz-column-count:    3;
  -moz-column-gap:      0px;
  column-count:         3;
  column-gap:           0px;  
}

#photos img { 
  width: 100% !important;
  height: auto !important;
  opacity: 1;
}

#photos img:hover { 
   opacity: 0.5;
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

/*_____________________________*/

.swing {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    float:left;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.swing img {
    border: 5px solid #f8f8f8;
    display: block;
}
.swing:after{
    content: '';
    position: absolute;  
    width: 20px; height: 20px;  
    border: 1px solid #999;
    top: -10px; left: 50%;
    z-index: 0;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
}

.swing:before{
    content: '';
    position: absolute;
    width: 5px; height: 5px;
    top: -14px;left: 54%;
    z-index: 5;
    border-radius: 50% 50%;
    background: #000;
}
 
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}

/* ---------------- photo gallery  modal ------------------- */
#gallery {height:100%; margin: 0 auto; max-width:1024px; font-family: 'Alef Hebrew', serif;}
#gallery ul {padding-left: 10px; list-style-type: none; display: inline; white-space:nowrap;}
#gallery li {display: inline; margin-right: 3px;}
#gallery #main-img {background: url(bg_img.png) no-repeat 0 0; padding: 26px;}

#main-img {
	max-width:960px;
	max-height:560px;	
}

@media only screen and (max-width : 320px) {
  #main-img {
	  width: 80%;
  }
}

@media only screen and (max-width : 480px) {
  #main-img {
	  width: 80%;
  }	
}

/*~~~~~~~~~~~~~~~~~side menu~~~~~~~~~~~~~~~~~~*/
.menu_side ul {
	margin: 0;
	padding: 0;
	width:100%;
	list-style-type: none;
}
.menu_side ul li a {
	text-decoration: none;
	color: #333;
	padding: 10.5px 11px;
	background-color: #efefef;
	display:block;
	list-style-type: none;
}
 
.menu_side ul li a:visited {
	color: #757575;
	list-style-type: none;
}
 
.menu_side ul li a:hover, .menu_simple ul li .current {
	color:#757575;
	background-color: #fefefe;
	list-style-type: none;
}

