@charset "utf-8";
/* CSS Document */

@font-face{
	font-family:'zarrafeh';
	src:url(../fonts/WebTraffic.ttf);
}

a{
	text-decoration:none;
	color:#fff;
}

a:hover{
	text-decoration:none;
	color:#F1F1F1;
}

a:visited{
	color:#fff;
	text-decoration:none;
}

*{
    font-family:'zarrafeh';
}

body{
	cursor:default;
	margin:0;
	padding:0;
	line-height:25px;
	font-size:14px;
	color:#fff;
	direction:rtl;
	background-image:url(../pics/bg2.jpg?v=1);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	font-family:'zarrafeh';
}

.padding{
	padding:0;
}

.margin{
	margin:0;
}

#logo-bg{
	background:url(../pics/logo2.png) no-repeat top right;
	width:100%;
	height:70px;
	margin-top:-10px;
	z-index:1;
	text-align:center;
}

#menu{
	background-color:#004763;
	color:#fff;
	width:100%;
	height:50px;
	margin-top:50px;
}

/*tabs*/
.nav-tabs{
	border:none !important	
}

.nav-tabs li a{
	border:none !important;
	border-radius:0;	
	background-color:inherit !important;
	padding-right:10px !important;
	padding-left:10px !important;
}

.nav-tabs .active{
	background-color:rgba(255,255,255,.030);
	border-bottom:1px solid #fff
}

.tab-content{
	margin:50px auto 60px auto;
	background-image:url(../pics/content-bg.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding:30px 50px 30px 40px;
	min-height:465px;
	text-align:justify;
}

.fade{
	opacity:1;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


@media screen and (min-width:1200px){
	.nav-tabs li a{
		padding-right:20px !important;
		padding-left:20px !important;
	}
}

@media screen and (max-width:800px){
	.tab-content{
		padding:10px 30px 10px 10px;
		margin-top:20px;
	}
	#login{
		margin-top:5px !important;
	}
}
/*login box*/
#login{
	box-shadow:1px 1px 5px #2E2E2E;
	margin-top:65px;
	background-color:#fff;
	border-radius:5px;
}

#login-header{
	background-image:url(../pics/login-header.jpg?v=1);
	background-size:cover;
	height:206px;
	width:100%;
	padding:20px 0;
	text-align:center;
	box-shadow:0px 2px 5px #2E2E2E;
	border-radius:5px 5px 0 0;}

#login-header h2{
	text-align:center;
	margin-top:50px; /*80px*/
}

.user-plus{
	background-image:url(../pics/user-pluse.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:16px;
	width:19px;
	color:#fff;
	margin:0 0 0 5px;
	display:inline-block;
}

/*login form*/
input,textarea,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select {
  width: 91%;
  padding: .6em;
  background-color:#eceff4;
  color:#8493a8;
  line-height: 1.4;
  border: 1px solid #E3E7ED;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
input:focus {
  outline: 0;
  border-color: #5B6572;
}
input:focus + .input-icon i {
  color: #5B6572;
}
input:focus + .input-icon:after {
  border-right-color: #5B6572;
}
input:checked + label:after {
  opacity: 1;
}
.input-group {
  margin:1.2em 1em;
  width:100%;
}
.input-group:before,
.input-group:after {
  content: "";
  display: table;
}

.input-group input[type=submit]{
	background-color:#45b6af;
	text-align:center;
	color:#fff;
	padding:10px;
	margin:.8em 0;
	border-radius:5px;
}

.input-group input[type=submit]:hover{
  background-color:#41A49E;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.input-group:after {
  clear: both;
}
.input-group-icon {
  position: relative;
}
.input-group-icon input {
  padding-left: 4.4em;
}
.input-group-icon .input-icon {
  color:#8493a8;
  position: absolute;
  top: 0;
  left: 30px;
  width: 3.4em;
  height: 3.4em;
  line-height: 3em;
  text-align: center;
  pointer-events: none;
}
.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

/*.download-btn btn*/
.download-btn {
  border: none;
  background-color: #d9d9d9;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  padding: 8px 40px;
  display: inline-block;
  margin: 20px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1em;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.download-btn:before {
  content: '';
  display: block;
  border-radius: 8px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: -4px;
  right: -4px;
  background-color: #28A781;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  opacity: 0.6;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.download-btn:hover:before,
.download-btn.hover:before {
  top: 0px;
  bottom: 0px;
  left: -5px;
  right: -5px;
  opacity: 1;
}
.download-btn:active:before {
  left: -3px;
  right: -3px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}


/*contact*/
.form-style-9{
    max-width: 100%;
    margin: 20px 0;
}
.form-style-9 ul{
    padding:0;
    margin:0;
    list-style:none;
}
.form-style-9 ul li{
    display: block;
    margin-bottom: 10px;
    min-height: 35px;
}
.form-style-9 ul li  .field-style{
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    padding: 8px;
    outline: none;
    border: 1px solid #B0CFE0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.form-style-9 ul li  .field-style:focus{
    box-shadow: 0 0 5px #B0CFE0;
    border:1px solid #B0CFE0;
}
.form-style-9 ul li .field-split{
    width: 49%;
}
.form-style-9 ul li .field-full{
    width: 100%;
}
.form-style-9 ul li input.align-left{
    float:left;
}
.form-style-9 ul li input.align-right{
    float:right;
}
.form-style-9 ul li textarea{
    width: 100%;
    height: 100px;
}
.form-style-9 ul li input[type="button"], 
.form-style-9 ul li input[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
    box-shadow: inset 0px 1px 0px 0px #3985B1;
    background-color: #216288;
    border: 1px solid #17445E;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
	width:100%;
    padding: 8px 18px;
    text-decoration: none;
	font-size:14px;
}
.form-style-9 ul li input[type="button"]:hover, 
.form-style-9 ul li input[type="submit"]:hover {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;
}

#copy-right{
	font-size:14px;
	letter-spacing:1px;
	display:inline-block;
	font-family: Times, 'Times New Roman' !important;
    color: #fff;
}

#footer-logo{
	background-image:url(../pics/z-logo.png);
	background-repeat:no-repeat;
	height:35px;width:25px;
	display:inline-block;
	margin-bottom:-15px;
}

#footer i:hover{
	color:#F4F4F4
}


.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 0px 10px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease; }

.x_title {
    /*border-bottom: 2px solid #E6E9ED;*/
    padding: 0px;
    margin-bottom: 5px; }

.x_title .filter {
    width: 40%;
    float: left; }

.x_title h2 {
    margin: 5px 0 6px;
    float: right;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

.x_title h2 small {
    margin-right: 10px; }

.x_title span {
    color: #BDBDBD; }

.x_content {
    padding: 0 5px 0px;
    position: relative;
    width: 100%;
    float: right;
    clear: both;
    margin-top: 5px; }

.x_content h4 {
    font-size: 16px;
    font-weight: 500;
}