@charset "utf-8";
/* CSS Document */

body{
margin:0px;
direction:rtl;
background:#edf6c4;
}

.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: #39739b;
}
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;
}
h1 {
	font-size: 20px;
	color: #39739b;
}
h2 {
	font-size: 18px;
	color: #39739b;
}
h3 {
	font-size: 16px;
	color: #39739b;
}
.tophead {
	background:#efefef;
	color: #39739b;
}

.lightgrey {
	background: #efefef;
	color: #39739b;
}

.grey {
	background:#333;
	color: #fff;
}

.blackfooter {
	background: #333;
	color:#FFF;
}

.buttonsarea{
	background: #c80032;
}

.line {
	height:5px;
	width:100%;
	background-color:#09F;
}


/*-----------------flex------------------- */
.eqWrap {
	display: flex;
}

.eq {
	padding: 10px;
}

.equalHW {
	flex: 1;
}

.equalHMWrap {
	justify-content: space-between;
}

.equalHM {
	width: 32%;
}

.equalHMRWrap {
	justify-content: space-between;
	flex-wrap: wrap;
}

.equalHMR {
	width: 32%;
	margin-bottom: 2%;
}

.equalHMVWrap {
	flex-wrap: wrap;
}

.equalHMV {
	width: 32%;
	margin: 1%;	
}

.equalHMV:nth-of-type(3n) {
	margin-right: 0;	
}

.equalHMV:nth-of-type(3n+1) {
	margin-left: 0;	
}

@media screen and (max-width: 540px) {
	
.eqWrap {
	display:block;
}

.eq {
	padding: 10px;
}

.equalHW {
	flex: 0;
}


.equalHMRWrap {
	flex-wrap:nowrap;
}


.equalHMVWrap {
	flex-wrap: nowrap;
}

.equalHMV {
	width: 32%;
	margin: 1%;	
}

.equalHMV:nth-of-type(3n) {
	margin-right: 0;	
}

.equalHMV:nth-of-type(3n+1) {
	margin-left: 0;	
}

}

/*------------------------------------ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
nav {
	height: 40px;
	width: 100%;
	background: #000;
	font-size: 11pt;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #283744;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
	color: #f5534b;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	/*text-shadow: 1px 1px 0px #283744;*/
}
nav li a {
	color: #f5534b;
	border-right: 1px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover{
	color:#fff;	
	background-color: #8c99a4;
}

nav a:active {
	background-color: #8c99a4;
}

nav a#pull {
	display: none;
	
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	nav a {
	  	text-align: center;
	  	width: 100%;
	  	text-indent: 25px;
		color:#fff;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #283744;
		width: 100%;
		position: relative;
		color:#FFF;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
		color:#efefef;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}

/*------------------side buttons--------------------*/

header .main {
margin-bottom:0;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  position:relative;
  width:100%;
  font-size: 14pt;
}

.main-h1 {
	margin-top:auto;
	padding:50px;
	}


.main-ul li {

  float:right;
  position:relative;
  width:15%;/*25%;*/
  text-align:center;
  
}



.main-ul li a {
	display:block;
	padding-bottom:20px;
	padding-right:10px;
	padding-top:10px;
	padding-left:10px;
	 text-decoration:none;
	 position: relative;
	 z-index: 100;
	background-color: #c80032;/*rgba(164, 164, 164, 0.2);*/
	  -webkit-transition: all 1s;
	  -moz-transition: all 1s;
	  -o-transition: all 1s;
	  transition: all 1s;
	  
 }
 
.main-ul li a span{
	display:block;
	padding-top:10px;
	font-weight:700;
	/*font-size: 20px;*/
	color: #fff;/*rgba(120, 120, 120, 0.9);*/
	text-transform:uppercase;
	
}

.main-ul li:hover span{
	color: #fff;
	}

.main-ul li:nth-child(1):hover a{
	background-color: rgba(175,54,55,0.8);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);


}
.main-ul li:nth-child(2):hover a{
	background-color: rgba(199, 204, 73, 0.8);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.main-ul li:nth-child(3):hover a{
	background-color: rgba(213, 135, 11, 0.8);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.main-ul li:nth-child(4):hover a{
	background-color: rgba(51, 143, 144, 0.8);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.main-ul li:nth-child(5):hover a{
	background-color: rgba(117,18,98,0.8);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.main-ul li:nth-child(6):hover a{
	background-color: rgba(33, 136, 215, 0.8);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.main-ul li:nth-child(7):hover a{
	background-color: rgba(109, 109, 109, 0.8);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.main-ul li:nth-child(8):hover a{
	background-color: rgba(152, 120, 92, 0.8);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.main-ul li:nth-child(9):hover a{
	background-color: rgba(175,54,55,0.8);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);


}
.main-ul li:nth-child(10):hover a{
	background-color: rgba(199, 204, 73, 0.8);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.main-ul li:nth-child(11):hover a{
	background-color: rgba(213, 135, 11, 0.8);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.main-ul li:nth-child(12):hover a{
	background-color: rgba(51, 143, 144, 0.8);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.main-ul li:nth-child(13):hover a{
	background-color: rgba(117,18,98,0.8);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.main-ul li:nth-child(14):hover a{
	background-color: rgba(33, 136, 215, 0.8);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.main-ul li:nth-child(15):hover a{
	background-color: rgba(109, 109, 109, 0.8);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.main-ul li:nth-child(16):hover a{
	background-color: rgba(152, 120, 92, 0.8);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.main-ul li:nth-child(17):hover a{
	background-color: rgba(175,54,55,0.8);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);


}
.main-ul li:nth-child(18):hover a{
	background-color: rgba(199, 204, 73, 0.8);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.main-ul li:nth-child(19):hover a{
	background-color: rgba(213, 135, 11, 0.8);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.main-ul li:nth-child(20):hover a{
	background-color: rgba(51, 143, 144, 0.8);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.main-ul li:nth-child(21):hover a{
	background-color: rgba(117,18,98,0.8);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.main-ul li:nth-child(23):hover a{
	background-color: rgba(33, 136, 215, 0.8);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.main-ul li:nth-child(24):hover a{
	background-color: rgba(109, 109, 109, 0.8);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.main-ul li:nth-child(25):hover a{
	background-color: rgba(152, 120, 92, 0.8);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

@media screen and (max-width: 600px) {
    .main-ul { 	
        height: auto;
		text-align:center;
    }
    .main-ul ul {
        width: 100%;
        display: block;
        height: auto;
		text-align: center;
    }
    .main-ul li {
        width: 50%;
        float: right;
        position: relative;
    }
    .main-ul li a {       
        border: 1px solid #ac1a2f;
		text-align:center;
    }
    .main-ul a {
        text-align: center;
        width: 100%;
        text-indent: 25px;
    }
}


//*---------------------------------------*/

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.pic {
  border: 10px solid #666;  
  float: right;
  height: 180px;
  width: 180px;
  margin: 20px;
  overflow: hidden;
  
  -webkit-box-shadow: 5px 5px 5px #111;
          box-shadow: 5px 5px 5px #111;  
}	
.grow {
  -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;
}
 
.grow:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}



.img-circle {
    border-radius: 50%;
    height:auto;
    display:block;
	max-width:400px;
}

/* --------------sticky footer bottom----------------- */
.stickit {
    min-height:720px;
}

/* --------------------- */
#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;
}

/*----------------------form--------------------------*/
.login {
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 90%;
  max-width: 320px;
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.login.loading button {
  max-height: 100%;
  padding-top: 50px;
}
.login.loading button .spinner {
  opacity: 1;
  top: 40%;
}
.login.ok button {
  background-color: #39739b;
}
.login.ok button .spinner {
  border-radius: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  height: 20px;
  animation: none;
  transform: rotateZ(-45deg);
}
.login input {
  display: block;
  padding: 15px 10px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #ddd;
  transition: border-width 0.2s ease;
  border-radius: 2px;
  color: #ccc;
}
.login input + i.fa {
  color: #fff;
  font-size: 1em;
  position: absolute;
  margin-top: -47px;
  opacity: 0;
  left: 0;
  transition: all 0.1s ease-in;
}
.login input:focus {
  outline: none;
  color: #444;
  border-color: #39739b;
  border-left-width: 35px;
}
.login input:focus + i.fa {
  opacity: 1;
  left: 30px;
  transition: all 0.25s ease-out;
}
.login a {
  font-size: 0.8em;
  color: #2196F3;
  text-decoration: none;
}
.login textarea {
  display: block;
  padding: 15px 10px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #ddd;
  transition: border-width 0.2s ease;
  border-radius: 2px;
  color: #ccc;
}

.login select {
  display: block;
  padding: 15px 10px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #ddd;
  transition: border-width 0.2s ease;
  border-radius: 2px;
  color: #ccc;
}


.login .title {
  color: #444;
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0 30px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.login button {
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  background: #39739b;
  color: #fff;
  display: block;
  border: none;
  margin-top: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 60px;
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
  transform: rotateZ(0deg);
  transition: all 0.1s ease-out;
  border-bottom-width: 7px;
}
.login button .spinner {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  border: 4px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  left: 50%;
  top: 0;
  opacity: 0;
  margin-left: -20px;
  margin-top: -20px;
  animation: spinner 0.6s infinite linear;
  transition: top 0.3s 0.3s ease, opacity 0.3s 0.3s ease, border-radius 0.3s ease;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.login:not(.loading) button:hover {
  box-shadow: 0px 1px 3px #2196F3;
}
.login:not(.loading) button:focus {
  border-bottom-width: 4px;
}

/*----------------------------------------------*/

.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: #903;
    width: 100px;
    text-decoration: none;
    line-height: 40px;
    text-shadow: 1px 1px 0px #ffffff;
	display:block;
}

.sidebar li a {
    border-left: 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;
    }
}
/*`````````````````````fade in text````````````````````````````````` */
@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }

.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

.fade-in.one {
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;
}

.fade-in.two {
-webkit-animation-delay: 1.2s;
-moz-animation-delay:1.2s;
animation-delay: 1.2s;
}

.fade-in.three {
-webkit-animation-delay: 1.6s;
-moz-animation-delay: 1.6s;
animation-delay: 1.6s;
}

/*---make a basic box ---*/
.box{
width: 100px;
height: 100px;
position: relative;
margin: 10px;
color: white;
padding: 40px;  
float: left;
border: 1px solid #fff;
background: #27a5d2;
border-radius: 10px;
}