@charset "utf-8";
/* CSS Document */

body{
margin:0px;
background:#efefef;
direction:rtl;
text-align:right;
}

.img a {
	border:none;
}

#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;
}


body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
a:link {
	color: #999;
}
a:visited {
	color: #999;
}
a:hover {
	color: #666;
}
a:active {
	color: #666;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	direction:rtl;
	text-align:right;
}
h1 {
	font-size: 20px;
	color: #000000;
}
h2 {
	font-size: 18px;
	color: #000000;
}
h3 {
	font-size: 16px;
	color: #000000;
}

.lightblue {
	background: #4cb6ea;
}

.grey {
	background: #efefef;
}

/*------------------------------------ */
#cssmenu {
  background: #4cb6ea;
  margin: 0;
  width: 100%;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'PT Sans', sans-serif;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #ffffff;
  z-index: 1;
  top: 13px;
  left: -40px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: -40px;
  background: #ffffff;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 5px 5px 5px 5px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #4cb6ea;
  background:#fff;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #4cb6ea;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: right;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: center;
}
#cssmenu.align-left > ul {
  float: right;
}
#cssmenu.align-left > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-left ul ul li:hover > ul {
  right: 100%;
  left: auto;
  background:#fff;
}
#cssmenu.align-right ul ul li a {
  text-align: center;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000000;
    background:#FFF;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 100px;
  display: block;

}
#cssmenu > ul > li > ul > li {
  width: 100px;
  display: block;
 
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
}


/*------------------side buttons--------------------*/
#cssmenu2 ul,
#cssmenu2 li,
#cssmenu2 a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  float: bottom; 
  text-align:right;
}


#cssmenu2 {
	width: 60%;
  border: 1px solid #0774aa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-left:auto;
  margin-right:auto;
  
}
#cssmenu2 ul {
  text-align:right;
  zoom: 1;
  float: bottom;
  background: #480b5a;
  background: -moz-linear-gradient(top, #0774aa 0%, #0774aa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0774aa), color-stop(100%, #0774aa));
  background: -webkit-linear-gradient(top, #0774aa 0%, #0774aa 100%);
  background: -o-linear-gradient(top, #0774aa 0%, #0774aa 100%);
  background: -ms-linear-gradient(top, #0774aa 0%, #0774aa 100%);
  background: linear-gradient(top, #0774aa 0%, #0774aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#cssmenu2 ul:before {
  content: '';
  display: block;
  
}
#cssmenu2 ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu2 li {
  float: bottom;
  margin: 0 5px 0 0;
  border: 1px solid transparent;
}
#cssmenu2 li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 15px 9px 15px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid transparent;
  font-size: 16px;
}
#cssmenu2 li.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
#cssmenu2 li.active a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #ffffff;
  border: 1px solid #ffffff;


}
#cssmenu2 li:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ffffff;
}
#cssmenu2 li:hover a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #ffffff;
  border: 1px solid #ffffff;
  color:#000;
}
//*---------------------------------------*/
.pic {
  height: 250px;
  width: 250px;
  overflow: hidden;
  margin: 20px;
  border: 10px solid #46768c;

  -webkit-box-shadow: 5px 5px 5px #111;
  box-shadow: 5px 5px 5px #111;
  float: left;
}

.pic:hover {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

  margin: 0; padding: 0;
}
	

.tilt {
  height: 250px;
  width: 250px;
  overflow: hidden;
  margin: 20px;
  border: 10px solid #46768c;

  -webkit-box-shadow: 5px 5px 5px #111;
  box-shadow: 5px 5px 5px #111;
  float: left;
  
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}



.img-circle {
    border-radius: 50%;
    height:auto;
    display:block;
	max-width:400px;
}

/*******/

#headline {
	color:#594a43;
	font-family:"Guttman Yad-Brush", "Guttman Yad", "Guttman Adii", Arial;
	font-size:45px;
	z-index:5;
	text-shadow:#333;
}

#pardot-form textarea.standard {   height: XXpx;   width: YYpx; text-align:right;   } 

::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}

.alignleft {
	text-align:left;
}

.alignright {
	text-align:right;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    height: 30px;
    display: block;
    background-color: transparent;
}

::-webkit-scrollbar-track-piece {
    background-color:#000;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color:#fff;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color:#666;
    -webkit-border-radius: 3px;
}

.tablecolor {
	background-color:#ffffff;
}

#nav3 {
	color:#666666;
}

#nav3 a {
	color:#666666;
}

#nav3 a hover {
	color:#666666;
}

#nav4 {
	color:#fff;
}

#nav4 a {
	color:#fff;
}

#nav4 a hover {
	color:#fff;
}

/*------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

html{    /*background:url(http://thekitemap.com/images/feedback-img.jpg) no-repeat;*/
  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%;
	}
	
	.dr {
	width:60%;
	max-width:180px;
}
}

/*----------------------------------------------*/

.dr {
	width:350px;
}

.sidebar {
	height: 40px;
	width:auto;
    background: #ffffff;
    font-size: 11pt;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;
/*    position: relative;*/
    
}


.sidebar ul {
    padding: 0;
    margin: 0 auto;
    height: 40px;
		
}

.sidebar li {
	height: 40px;
	width:auto;
	text-align:right;
	list-style:none;
}

.sidebar a {
    color: #666666;
    width: 100px;
    text-decoration: none;
    line-height: 40px;
    text-shadow: 1px 1px 0px #ffffff;
	display:block;
}

.sidebar li a {
    border-right: 1px solid #efefef;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	text-align:center;
}
.sidebar li:last-child a {
    border-right: 0;
	text-align:center;
}

.sidebar a:hover, .sidebar a:active {
    background-color: #ffffff;
	text-decoration:none;
}

.sidebar a#pull {
    display: none;
} 

@media screen and (max-width: 600px) {
    .sidebar { 
        height: auto;
    }
    .sidebar ul {
        width: 100%;
        display: block;
        height: auto;
    }
    .sidebar li {
        width: 50%;
        float: left;
        position: relative;
    }
    .sidebar li a {
        border-bottom: 1px solid #efefef;
        border-right: 1px solid #efefef;
		text-align:center;
    }
    .sidebar a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }
}

/*~~~~~~~~~~~~~~~~~~~~~~extra files buttons~~~~~~~~~~~~~~~~~~~~~~~~~*/

.bottombar {
	height: 40px;
	width:auto;
    background: #ffffff;
    font-size: 11pt;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;
/*    position: relative;*/
    
}


.bottombar ul {
    padding: 0;
    margin: 0 auto;
    height: 40px;
		
}

.bottombar li {
	height: 40px;
	width:auto;
	text-align:center;
	list-style:none;
	display: inline;
    float: right;
}

.bottombar a {
    color: #666666;
    width: 100px;
    text-decoration: none;
    line-height: 40px;
    text-shadow: 1px 1px 0px #ffffff;
	display:block;
	display: inline-block;
}

.bottombar li a {
    border-left: 1px solid #efefef;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	text-align:center;
}
.bottombar li:last-child a {
    border-left: 0;
	text-align:center;
}

.bottombar a:hover, .bottombar a:active {
    background-color: #ffffff;
	text-decoration:none;
}

.bottombar a#pull {
    display: none;
} 

@media screen and (max-width: 600px) {
    .bottombar { 
        height: auto;
    }
    .bottombar ul {
        width: 100%;
        display: block;
        height: auto;
    }
    .bottombar li {
        width: 50%;
        float: left;
        position: relative;
    }
    .bottombar li a {
        border-bottom: 1px solid #efefef;
        border-right: 1px solid #efefef;
		text-align:center;
    }
    .bottombar a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }
}

/*----------------popup------------------------ */
.styled_popup{
	 width: 100%; 
	 height: 100%; 
	 background-image:url(images/bkg23.png); 
	 display:none; 
	 top:0; 
	 left:0;
	 position: absolute; 
	 zoom: 1; 
	 z-index:10000;
}


@media screen and (max-width: 600px) {
	.styled_popup{
		height:auto;
	}
	

}