.container{
	max-width: 960px;
}
*{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	color: #999;
	transition: all .2s ease-in-out;
}
a:hover{
	text-decoration: none;
	color: #000;
	transition: all .2s ease-in-out;
}

div,img{
	transition: all .2s ease-in-out;
}
div:hover,img:hover{
	transition: all .2s ease-in-out;
}


/* Regular */
@font-face {
	font-family: 'ge';
	src: url('fonts/ge.eot');
	src: local('☺'), url('fonts/ge.woff') format('woff'), url('fonts/ge.ttf') format('truetype'), url('fonts/ge.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'm';
	src: url('fonts/m.eot');
	src: local('☺'), url('fonts/m.woff') format('woff'), url('fonts/m.ttf') format('truetype'), url('fonts/m.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sh';
	src: url('fonts/Shorooq_N1.eot');
	src: local('☺'), url('fonts/Shorooq_N1.woff') format('woff'), url('fonts/Shorooq_N1.ttf') format('truetype'), url('fonts/Shorooq_N1.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'zo';
	src: url('fonts/AraJozoor-Regular.eot');
	src: local('☺'), url('fonts/AraJozoor-Regular.woff') format('woff'), url('fonts/AraJozoor-Regular.ttf') format('truetype'), url('fonts/AraJozoor-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



/**/

header{
	background-color: #040404;
	min-height: 216px;
}
header .row{
	position: relative;
}

@media (min-width: 768px){
.logo{
	float: right;
}
.logo img{
	width: 100%;
	max-width: 265px;
	float: right;
}
.logo2{
	background-image: url("img/logo.png");
	width: 103px;
	height: 220px;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 999;
}
}

@media (max-width: 768px){
.logo{

}
.logo img{
	width: 100%;
	max-width: 265px;
	display: block;
	margin: 0 auto;
}
.logo2{
	display: none;
}
}

/**/
@media (min-width: 768px){
.cool{
	text-align: left;
	padding: 120px 5px 0 100px;
	display: block;
}
}
@media (max-width: 768px){
.cool{
	text-align: center;
	padding:  5px;
	display: block;
}
}


.cool .fa{
  border-radius: 30px;
    color: #fff;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    width: 30px;
    margin: 1px;
}
.cool .fa-facebook{
	background-color: #3d5b9b;
}
.cool .fa-android{
	background-color: #82b119;
}
 .cool .fa-twitter{
	background-color: #40cdd7;
}
 .cool .fa-instagram{
	background-color: #436887;
}
 .cool .fa-apple{
	background-color: #fff;
color: #000;
}
 .cool .fa-youtube{
	background-color: #bb0004;
}
/**/
.nav-toop{
	background-color: #dca723;
	border-bottom: 5px solid #0f3a4b;
}

/**/

@media (min-width: 768px){
.navbar-default{
	background-color: inherit;
	padding: 0;
	margin: 0;
}
.navbar{
	border: none;
	margin: 0;
	padding: 0;
	float: right;
	background-color: inherit;


}
.navbar ul{
	float: right;
	margin: 0;

}
.navbar li{
	float: right;
	position: relative;
}
.navbar-default .navbar-nav > li > a{
	color: #393738;
	font-size: 15px;
	font-family: zo;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0;

}
.navbar-default .navbar-nav > li:hover > a{
	color: #dca723;
	background-color: #154752;
}
.sub-menu{
	display: none;
}
.navbar li:hover .sub-menu{
	display: block;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 65px;
	background-color: #fff;
	list-style: none;
	text-align: right;
	direction: rtl;
	box-shadow: 0px 1px 2px #666;
	z-index: 9999;
	border-radius: 0;
}
.sub-menu li .sub-menu{
	display: none;
}
.navbar li:hover .sub-menu{
	display: block;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 50px;
	background-color: #fff;
	list-style: none;
	text-align: right;
	direction: rtl;
	box-shadow: 0px 1px 2px #666;
	z-index: 9999;
}
.navbar li:hover .sub-menu .sub-menu{
	display: none;
}
.navbar .sub-menu li:hover .sub-menu{
	display: block;
	padding: 5px;
	position: absolute;
	right: 180px;
	top: -5px;
	background-color: #fff;
	list-style: none;
	text-align: right;
	direction: rtl;
	box-shadow: 0px 1px 2px #666;
	z-index: 9999;
}

.sub-menu li a{
	width: 180px;
	padding: 3px 10px;
	text-align: right;
	text-decoration: none;
	direction: rtl;
	font-size: 13px;
	font-family: tahoma;
	color: #000;
	float: none;
	display: block;
	border-bottom: 1px solid #eee;
}
.sub-menu li:hover > a{
	background-color: #ffb400;
	color: #000;
	border-radius: 7px;
}
}



@media (max-width: 768px){
.navbar-header{
	background-color: #dca723;
	padding: 0;
}
.navbar{
	border: none;
	margin: 10px 0;
}

.navbar-default .navbar-nav > li > a{
	color: #000;
	font-size: 14px;
	font-family: ge;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px solid #eee;

}
.navbar-default .navbar-nav > li:hover > a{
	color: #fff;
	padding-right: 20px;
	background-color: #dca723;
}
.sub-menu{
	display: none;
}
.navbar li:hover .sub-menu .sub-menu{
	display: none;
}
.navbar li:hover .sub-menu{
	display: block;
	padding: 10px;
	background-color: #fff;
	list-style: none;
	text-align: right;
	direction: rtl;
	box-shadow: 0px 1px 2px #666;
}
.sub-menu li:hover > a{
	background-color: #dca723;
	color: #fff;
}

.navbar .sub-menu li:hover .sub-menu{
	display: block;
	padding: 10px;
	background-color: #fff;
	list-style: none;
	text-align: right;
	direction: rtl;
	box-shadow: 0px 1px 2px #666;
}


.sub-menu li a{
	padding: 7px;
	text-align: right;
	text-decoration: none;
	direction: rtl;
	font-size: 13px;
	font-family: tahoma;
	color: #000;
	float: none;
	display: block;
	border-bottom: 1px solid #eee;
}
.sub-menu li a:hover{
	background-color: #dca723;
	color: #fff;
	border-radius: 7px;
}
}

@media (min-width: 768px){
.navbar-nav > li a .fa-home{
	color: #fff;
	font-size: 20px;
	display: block;
	padding-bottom: 0;
}
.navbar-nav > li a:hover .fa-home{
	color: #181775;
}
}
@media (max-width: 768px){
.navbar-nav > li a .fa-home{
	color: #181775;
	font-size: 20px;
	display: block;
	padding-bottom: 0;
}
.navbar-nav > li a:hover .fa-home{
	color: #181775;
}
}

.navbar-toggle{
	background-color: #fff;
}
/**/
.up .row{
	background-color: #f5f5f5;
}
@media (min-width: 768px){
.up{
	min-height: 200px;
	margin-top: -180px;
	margin-bottom: 20px;
}
}
@media (max-width: 768px){
.up{
	min-height: 200px;
	margin-bottom: 20px;

}
}
/**/
.news{
	background-color: #dca723;
	color: #134850;
	padding: 50px;
	text-align: right;
	direction: rtl;
	overflow: hidden;
	font-family: zo;
	font-size: 15px;
	position: relative;

}

@media (min-width: 768px){
.img{
	float: right;
	display: block;
	width: 143px;
	height: 143px;
	border: 5px solid #e1b039;
	background-image: url("img/tfa_2_06.jpg");
	margin-left: 20px;
}
.img img{
	width: 143px;
	height: 133px;
	float: right;
}
}
@media (max-width: 768px){
.img{
	display: block;
	width: 143px;
	height: 143px;
	border: 5px solid #e1b039;
	background-image: url("img/tfa_2_06.jpg");
	margin:10px auto;
}
.img img{
	width: 143px;
	height: 133px;
}
}

.vert span,.vert p,.vert a{
	display: flex;
}
.vert span{
	font-size: 25px;
	padding: 0 0 15px;
}
.vert a{
	color: #fff;
}
.vert a:hover{
	color: #000;
}
.news .bx-prev-2{
	background-image: url("img/tfa_2_11.jpg");
	width: 14px;
	height: 43px;
	position: absolute;
	right: -30px;
	top: 40%;
}
.news .bx-next-2{
	background-image: url("img/tfa_2_09.jpg");
	width: 14px;
	height: 43px;
	position: absolute;
	left: -30px;
	top: 40%;
}
.news .bx-next-2:hover,.news .bx-prev-2:hover{
	opacity: 0.3;
}
/**/
.pages{
	padding: 20px 5px;
	text-align: center;
	font-family: zo;
	font-size: 13px;
	direction: rtl;
}
.page{
	padding: 10px 20px;
	float: right;
	display: block;
	color: #a2a2a2;
text-align: center;
}
.page:hover,.page:hover a{
	color: #134850;
}
.page img{
	width: 131px;
	height: 131px;
	border-radius: 131px;
	display: block;
	margin: 0 auto 20px;
transition: all .5s ease-in-out;
	
}
.page:hover img{
transition: all .5s ease-in-out;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    writing-mode: lr-tb;
}



.page span{
	font-size: 25px;
	color: #11484d;
	padding-bottom: 20px;
	display: block;
}
.page a{
	display: block;
	padding: 10px 0;
	text-align: center;
	border-top: 3px solid #dddddd;
	color: #c5c5c5;
	font-size: 16px;
	margin: 20px auto 0;
	max-width: 120px;
}
.page a:hover{
	color: #000;
}

/**/
@media (min-width: 768px){
	.nav-tabs > li {
		width: 16.666666%;
		float: right;
		text-align: center;
		border-radius: 0;
	}
}
.nav-tabs > li > a{
	background-color: #154752;
	color: #fff;
	font-family: zo;
	border-radius: 0;
	font-size: 15px;
	margin: 0;
	font-weight: normal;

}

@media (max-width: 768px){
	.nav-tabs > li {
		width: 100%;
		text-align: center;
		border-radius: 0;
		margin-bottom: 1px;
	}
}


.nav-tabs .active{
	background-color: #fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	color: #14474b;
	background-color: #f2f2f2;
}
.nav-tabs > li > a:hover{
	color: #000;
}
.tab-content{
	padding: 25px 0;
}

.tab-pane{
	padding: 10px 5px;
	overflow: hidden;
	font-family: ge;
	font-size: 16px;
	color: #999;
	text-align: right;
	direction: rtl;
}
.tab-pane h5{
	display: block;
	text-align: right;
	direction: rtl;
	padding: 10px;
	font-family: zo;
	font-size: 20px;
	color: #154752;
}
/**/
.dawrh{
	float: right;
	color: #134850;
	font-family: zo;
	font-size: 14px;
	text-align: right;
	direction: rtl;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.dawrh h2{
padding: 0 5px ;
display: flex;
line-height: 0;
	
}
.dawrh h3{
padding: 0 10px;
display: flex;
}
.dawrh p{
padding: 0 10px;
display: flex;
}

/**/
.bg{
	background-color: #fafafa;
	padding: 20px 5px;
}
.bg span{
	font-family: zo;
	color: #d59a1a;
	font-size: 30px;
	text-align: center;
	display: block;
	direction: rtl;
	background-image: url("img/0_34.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 15px;
	margin-bottom: 15px;
}
.bg span strong{
	color: #154752;
	font-size: 30px;
	font-weight: normal;

}


/**/
.post{
	position: relative;
	padding: 20px;
	text-align: right;
	direction: rtl;
	display: block;
	color: #adadad;
	font-family: zo;
	font-size: 15px;
	margin-bottom: 5px;
}

.post:hover{
	background-color: #fff;
	box-shadow: 2px 2px 5px #ddd;
}
.post strong{
	color: #154752;
	font-size: 20px;
	padding: 15px 0;
	display: flex;
}



@media (min-width: 768px){
.post img{
	float: right;
	width: 144px;
	height: 144px;
	margin-left: 50px;
	border: 5px solid #f5f5f5;
}
}
@media (max-width: 768px){
.post img{

	width: 100%;
	height: 144px;
	display: block;
	margin: 10px auto;
	border: 5px solid #f5f5f5;

}
}
.mor{ display: none;}
.post:hover .mor{
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 60px;
	background-color: #d69b1d;
	display: block;
	color: #fff;
	position: absolute;
	bottom: -30px;
	left: 50px;
	z-index: 999;
	line-height: 60px;
	font-size: 18px;
}
.post .mor:hover{
	color: #000;

}
.mor-all{
	color: #fff;
	background-color: #000000;
	padding: 10px;
	font-size: 20px;
	text-align: center;
	display: block;
	direction: rtl;
	font-family: zo;
	margin: 10px auto;
	max-width: 250px;
	clear: both;
}
.mor-all:hover{
	color: #fff;
	background-color: #d59a1a;
}
/**/
.alboum{
	position: relative;
}
@media (min-width: 768px){
.alboum img{
	width: 450px;
	height: 450px;
	background-color: #fff;
}
}
@media (max-width: 768px){
.alboum img{
	width: 100%;
	background-color: #fff;
	height: 200px;
}
}
.zooom{
	background-color: #000;
	background-image: url("img/s.png");
	background-repeat: no-repeat;
	background-position: center;
}
.zooom img:hover{
	opacity: 0.2;
}
/**/
footer{
	background-color: #000000;
	padding: 150px 10px 0;
	background-image: url("img/tfa_2_45.jpg");
	background-repeat: no-repeat;
	background-position: center 40px;
	display: block;
	overflow: hidden;
	font-family: ge;
	font-size: 16px;
	text-align: center;
	color: #fefefe;
	font-weight: normal;
}

/**/







/**/
.word{
	display: block;
	direction: rtl;
	text-align: right;
	background-color: rgba(255,255,255,0.3);
	margin:  50px 0 10px;
	padding: 10px 20px 20px;
	color: #000;
	font-family: ge;
	font-size: 19px;
	line-height: 1.8em;
	border-radius: 15px;
}

.title{
	display: block;
	direction: rtl;
	text-align: right;
	font-size: 35px;
	font-family: ge;
	color: #d59a1a;
	background-image: url("img/0_34.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 15px 0px 10px;
	margin-bottom: 25px;
}
/**/




/******************/
/******************/


	
#comments,#respond h3{
	font: normal 14pt ge;
 	text-align:center;
	background-color:#faefd8;
	border:1px solid #faefd8;
	border-radius:5px;
	color:#000;
	margin:2px;
	padding: 5px 10px;
	font-family: ge;
}
.fn{
	color: #000;
}
.comment-body{
	background-color: #f7f7f7;
	border-radius: 5px;
	padding: 5px;
}

.commentlist {
	padding:0;
}

.commentlist li .avatar  { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-left:5px;
}

.commentlist cite, .commentlist cite a {font: bold 12pt arial;}
.commentlist p {
	line-height:20px;
	margin: 0 30px 5px 0;
	color: #000;
}
.alt {padding: 10px;}
.commentlist {text-align: right;}
.commentlist li {
	border: 1px solid #fff;
	margin:  5px;
	padding:  5px;
	list-style: none;
    border-radius:5px;
	color:#faefd8;
	font:bold 12px ge, Geneva, sans-serif;
	box-shadow: 1px 1px 5px #eee;
}

.commentlist li ul li { 
}
.children { padding: 0; }
#commentform p {margin: 5px 0;}


#comment {
	width: 100%:;
    max-width:300px;
    height:125px;
	border:2px solid #eee;
    border-radius:7px;
    padding:15px;
    font-family:ge;
    font-size:12pt;
    font-weight:bold;
    color:#000;
    margin:5px;
    float: right;
    clear: both;
    text-align: right;
    direction: rtl;
    display: block;
}

#comment:focus {
		background:#e8f0e8;
}


.nocomments {text-align: center;}

.commentmetadata {
	display: block;
	text-align:right;
	font-size:90%;
	margin-bottom:28px;
	
}

#respond #author , #respond #email, #respond #url {
	margin-right:20px;
	border:2px solid #eee;
	border-radius:7px;
	font:bold 14px  Arial, Helvetica, sans-serif;
	padding:5px;
	background:#FFF;
	max-width:220px;
	float: right;
	clear: both;
	margin: 5px;
	color: #666;
	
}

#respond #email, #respond #url {
	text-align:right;
}

#respond #author:focus , #respond #email:focus , #respond #url:focus {
	background:#e8f0e8;

}

.says{display:none}
.thread-alt , .thread-even .alt{background-color: #f7f8fc;}
.thread-alt .odd, .thread-even{background-color: #f7f8fc;}
.even, .alt {border-right: 1px solid #f7f7f7;}
.bypostauthor , .thread-alt .bypostauthor , .thread-even .bypostauthor  { background-color:inherit; }
.comment-reply-link{
	padding: 5px 20px;
	color: #666;
	background-color: #ddd;
	border-radius: 5px;
	margin: 10px;
	font-family: ge;
}
small{
	color: #666;
	font-family: ge;
	display: block;
	min-width: 200px;
	text-align: right;
	direction: rtl;
	margin: 6px;
}

#respond p{
	display: block;
	overflow: hidden;
font-family: ge;
margin: -3px;
}

#submit{
	margin: 5px 5px auto auto;
	font-family: ge;
	padding: 5px 10px;
	border-radius: 5px;
	text-align: center;
	direction: rtl;
	color: #000;
	font-size: 16px;
	font-family: ge;
	border: 1px solid #faefd8;
	background-color: #faefd8;
}
#submit:hover{
	border: 1px solid #999;
	background-color: #999;
	color: #fff;
}



/*******/


.pagenavi {
    margin: auto;
    overflow: hidden;
}
.pagenavi ul {
    margin-bottom: 50px;
    padding: 10px;
    list-style: none;
    text-align: center;
}
.pagenavi ul li {
    display: inline-flex;
    margin: 1px;
    text-align: center;
}
.pagenavi ul li a {
    text-align: center;
	direction: ltr;
	padding:10px 15px;
	font-size: 14px;
	font-family: tahoma;
	text-decoration: none;
	color: #000;
	border: 1px solid #dca723;
}
.pagenavi ul li a:hover, .pagenavi ul li .current {
	background-color: #dca723;
	border: 1px solid #dca723;
	color: #fff;
	text-align: center;
	direction: ltr;
	padding:10px 15px;
	font-size: 14px;
	font-family: tahoma;
	text-decoration: none;
}


/**/

.num{
	padding: 10px 5px 20px;
	text-align: center;
}
.num a{
	text-align: center;
	direction: ltr;
	padding: 2px 8px;
	border-radius: 5px;
	font-size: 11px;
	font-family: tahoma;
	text-decoration: none;
	color: #666;
	border: 1px solid #777;
}
.num a:hover{
	background-color: #faefd8;
	border: 1px solid #faefd8;
	color: #fff;
}
.num .active{
	background-color: #faefd8;
	border: 1px solid #faefd8;
	color: #fff;
}
.like_box_footer iframe{
	background-color: #fff;
}
.textwidget{
	font-size: 14px;
	font-family: ge;
	line-height: 1.8em;
color: #000;
}
.link .textwidget{
color: #fff;
}
/**/

.screen-reader-text{
	display: none;
}
#s{
	background-color: #fff;
	border: 1px solid #eee;
	text-align: right;
	display: block;
	direction: rtl;
	margin: 10px auto;
	border-radius: 5px;
	color: #666;
	font-family: tahoma;
	font-size: 14px;
	width: 95%;
	padding: 5px;
}
#searchsubmit{
	background-color: #faefd8;
	border: 1px solid #faefd8;
	text-align: center;
	display: block;
	direction: rtl;
	margin: auto;
	border-radius: 5px;
	color: #fff;
	font-family: ge;
	font-size: 16px;
	width: 95%;
	padding: 5px;
}
#searchsubmit:hover{
	background-color: #ea0000;
}


/**/
.no{
	background-color: #f00;
	text-align: center;
	display: block;
	direction: rtl;
	color: #fff;
	font-family: ge;
	font-size: 16px;
	padding: 10px;
	margin: 10px;
}
/**/
blockquote{
	background: #73e2f2;
	font-family: tahoma;
	color: 000;
	font-size: 15px;
	padding: 10px;
}


/**/






@media (min-width: 768px){
.cat{
	display: block;
	margin-bottom: 15px;
	color: #999;
	font-family: ge;
	font-size: 14px;
	text-align: right;
	direction: rtl;
	overflow: hidden;
	float: right;
	padding: 5px;
	line-height: 1.7em;
}
}
@media (max-width: 768px){
.cat{
	line-height: 1.7em;
	display: block;
	margin-bottom: 15px;
	color: #999;
	font-family: ge;
	font-size: 14px;
	text-align: center;
	direction: rtl;
	overflow: hidden;
	padding: 10px;
}
}
.cat:hover{
	background-color: rgba(255,255,255,0.5);
	color: #000;
}
@media (min-width: 768px){
.img{
	width: 130px;
	height: 130px;
	float: right;
	border: 5px solid #fafafa;
	margin-left: 20px;
	background-image: url("img/logo.png");
}
}
@media (max-width: 768px){
.img{
	width: 130px;
	height: 130px;
	display: block;
	border: 5px solid #fafafa;
	margin: 10px auto;
	background-image: url("img/tfa_2_38.jpg");


}
}
.img img{
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.cat span a{
	font-size: 18px;
	display: flex;
	color: #dca723;
	margin: 10px 0;
	text-decoration: none;

}
.cat a{
	color: #dca723;
	text-decoration: none;
}
.cat:hover span a,.cat:hover a{
	color: #000;
}

.cat:hover a:hover,.cat:hover span a:hover{
	color: #dca723;
}




footer span{
	font-size: 35px;
	display: block;
	padding: 0 10px 20px ;
	text-align: center;
	color: #dca723;
	font-weight: normal;
}

/**/

footer .cool{
	text-align: center;
	padding: 25px 5px;
	display: block;
	width: 100%;
}


footer .cool .fa{
  border-radius: 70px;
    color: #fff;
    font-size: 35px;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    text-align: center;
    width: 70px;
    margin: 5px;
}
footer .cool .fa-facebook{
	background-color: #3d5b9b;
}
footer .cool .fa-apple{
	background-color: #2c89f0;
}
footer .cool .fa-twitter{
	background-color: #40cdd7;
}
footer .cool .fa-instagram{
	background-color: #436887;
}
footer .cool .fa-apple {
	background-color: #fff;
color:#000;
}
footer .cool .fa-youtube{
	background-color: #bb0004;
}
.cool .fa:hover{
	opacity: 0.5;
}

/**/

/**/
@media (min-width: 768px){
.link{
	padding: 20px 50px;
	color: #c0c0c0;
	font-family: zo;
	font-size: 14px;
	text-align: right;
	display: block;
	direction: rtl;
	font-weight: normal;
	margin-bottom: 30px;
}
}
@media (max-width: 768px){
.link{
	padding: 20px 5px;
	color: #c0c0c0;
	font-family: zo;
	font-size: 14px;
	text-align: right;
	display: block;
	direction: rtl;
	font-weight: normal;
	line-height: 1.8em;
}
}

.link h2{
	color: #dca723;
	font-size: 16px;
	display: block;
	font-family: zo;
}
.link .box{
	font-family: ge;
	color: #cdcdcd;
}
/**/
.foot{
	display: block;
	clear: both;
	font-size: 11px;
	font-family: tahoma;
	direction: rtl;
	color: #959595;
	border-top: 1px solid #5c5c5c;
	display: block;
	padding: 25px 10px;
}
.foot a{
	color: #959595;
}
.foot a:hover{
	color: #fff;
}





@media (min-width: 768px){

}



















/*************************************************/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0px;

	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

@media (min-width: 768px){
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 190px;
	width: 100%;
}
}
@media (max-width: 768px){
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 30px;
	width: 100%;
}
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}


@media (min-width: 768px){
.bx-default-pager{
	position: absolute;
	top: 280px;
	right: 10px;
}
}
@media (max-width: 768px){
.bx-default-pager{
	position: absolute;
	top: 70%;
	right: 10px;
}
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #a90005;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.slid .bx-prev {
	left: -25px;
	background-image: url("img/ctr.png");
	background-position: left center;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.slid .bx-next {
	right: -25px;
	background-image: url("img/ctr.png");
	background-position: right center;
	background-repeat: no-repeat;
	opacity: 0.5;

}

.slid .bx-prev:hover {
	opacity: 1;
}

.slid .bx-next:hover {
	opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

/**/
.bx-pager{
	overflow: hidden;
	direction: rtl;
	position: absolute;
	right: 0;
}
.bx-pager-link{
	width: 15px;
	height: 15px;
	display: block;
	margin: 3px;
	float: right;
	color: #fff;
	border: 1px solid #fff;
	font-size: 0;
	border-radius: 0;
	background-color: #fff;
	border-radius: 15px;
}
.slider .active{
	color: #dca723;
	border: 1px solid #dca723;
	background-color: #dca723;
}


/**/

.slider{
	width: 100%;
	overflow: hidden;
}
@media (min-width: 768px){
.slider img{
	width: 100%;
	height: 690px;
	max-height: 690px;
}
}
@media (max-width: 768px){
.slider img{
	width: 100%;
	height: 250px;
}
}

.slid{
	position: absolute;
	z-index: 100;
	top: 30px;
	left: 0;
	right: 0;
	padding: 10px 0;
	text-align: center;
	color: #134850;
	font-family: zo;
	font-size: 16px;
	direction: rtl;
	z-index: 555;
}
.slid h4,.slid h6,.slid h1{
	display: -moz-deck;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
.slid h1 a{
	color: #134850;
	font-size: 22px;
}

.slid h1 a:hover{
	color: #000;
}
.slid h6 a{
	color: #d69b1d;
	font-size: 18px;
}

.slid h6 a:hover{
	color: #000;
}






@media (min-width: 768px){
.dawrh img{
	width: 100px;
	max-width: 100px;
	height: 100px;
	float: right;
	margin: 15px;
}
}



@media (max-width: 768px){
.dawrh img{
	width: 100%;
	height: 100px;
	display: block;
	margin: 15px auto;
}
}





















/*****************  bag images*******************/
#vlb1overlay{
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	width:100%;
	height:auto;
	background-color:#000;
}

#vlb1lightbox{
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	z-index:99999;
	text-align:center;
	color:#151410;
	line-height:0;
}
#vlb1lightbox td{
	vertical-align:top;
}
#vlb1lightbox a, #vlb1lightbox a:hover {
	border-bottom:none;
	color:#FFFFFF;
	text-decoration:underline;
}

#vlb1lightbox a img{ border:none;}

#vlb1outerImageContainer{
	width:auto;
	height:auto; /* without this line error in IE8 detected */
	margin:0 auto;
	position:relative;
}

#vlb1lightboxImage{
	width:100%;
	height:100%;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;

}

#vlb1imageContainerMain{
	margin:0 auto;
	overflow:visible;
	position:relative;
	font-size:0;/* ie fix - big info bar*/
}

#vlb1imageContainer{
	width:150px;
	height:30px;
	margin:0 auto;
	overflow:hidden;
	background-color:#fff;
	position:relative;
	font-size:0;/* ie fix - big info bar*/
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#vlb1loading{
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	font-size:10px;
	z-index:1;
}
#vlb1loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#vlb1hoverNav{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:9997;
}
#vlb1imageContainer>#hoverNav{ left:0;}
#vlb1prevLinkImg{
	top:50%;
	margin-top:-16px;
	width:38px;
	height:33px;
	position:absolute;
	z-index:9998;
	outline-style:none;
	display:block;
	text-indent:-9999px;
	background-position: 0 0; 
	background:none;
	}
#vlb1nextLinkImg{
	top:50%;
	margin-top:-16px;
	width:38px;
	height:33px;
	position:absolute;
	z-index:9998;
	outline-style:none;
	display:block;
	text-indent:-9999px;
	background-position: 100% 0; 
	background:none;
	}	
* html #vlb1prevLinkImg,* html #vlb1nextLinkImg{
	background-image:url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
}
#vlb1prevLinkImg { left: 0px; }
#vlb1nextLinkImg { right: 0px; }
#vlb1imageContainerMain:hover #vlb1prevLinkImg:hover, 
#vlb1imageContainerMain:hover #vlb1prevLinkImg.hover, 
#vlb1imageContainerMain:hover #vlb1prevLinkImg:visited:hover { 
    background-position: 0 100%;  
}
#vlb1imageContainerMain:hover #vlb1nextLinkImg:hover, 
#vlb1imageContainerMain:hover #vlb1nextLinkImg.hover, 
#vlb1imageContainerMain:hover #vlb1nextLinkImg:visited:hover { 
    background-position: 100% 100%; 
} 
#vlb1imageContainerMain:hover #vlb1prevLinkImg{
	background-image:url(images/arrows.png);
	background-position: 0 0;
}
#vlb1imageContainerMain:hover #vlb1nextLinkImg{
	background-image:url(images/arrows.png);
	background-position: 100% 0;
}
* html #vlb1prevLinkImg{
	background-image:url(images/arrows.png);
}
* html #vlb1nextLinkImg{
	background-image:url(images/arrows.png);
} 

#vlb1imageDataContainer{
	font: 20px 'Prosto One', "Comic Sans MS",cursive;
	line-height: 22px;
	color: #333333;
	text-shadow: -1px 1px 1px #000;
	width: auto;
	position: absolute;
	z-index:9999;
	bottom: 25px;
	left: 8px;
	opacity:1;	
}

#vlb1imageData{
	overflow:hidden;
	background:#eeeeee;
	background:-webkit-linear-gradient(270deg, #eeeeee, #BBBBBB);
	background:-moz-linear-gradient(270deg, #eeeeee, #BBBBBB);
	background:-o-linear-gradient(270deg, #eeeeee, #BBBBBB);
	background:linear-gradient(to bottom, #eeeeee, #BBBBBB);
	border-width: 1px;
	border-style: solid;
	border-color: #fafafa #cbc8c8 #bbbbbb #cbc8c8;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 	
	text-align:center; 
	position: relative;
	z-index:9999;
	margin-right: 8px;
}
#vlb1imageDetails{ width:100%; padding:0;}
#vlb1caption{
	padding: 10px;
	display:block;
	text-align: right;
	color: #000;
	background-color: #d7d2d2;
	direction: rtl;
	font-family: flat;
}
#vlb1numberDisplay{ display:none;text-align:right;}
#vlb1detailsNav{display:none;}
#vlb1prevLinkDetails, #vlb1nextLinkDetails, #vlb1slideShowControl{display:none;}

#vlb1close{
	position:relative;
	width:100%;
	height:0;
	z-index:21;
}
#vlb1closeLink {
	position:absolute;
	top:8px;
	right:7px;
	display:block;
	outline-style:none;
	margin:0;
	padding:0;
	text-decoration:none;
	width:38px;
	height:33px;
	background-position: 0 0;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='close.png', sizingMethod='scale');
	background-image: url(images/close.png);
	background-repeat: no-repeat;
}
#vlb1closeLink:hover {
	background-position: 0 100%;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='close.png', sizingMethod='scale');	
	background-image: url(images/close.png);
	background-repeat: no-repeat;
}   

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}
* html>body .clearfix {display:inline-block; width:100%;}

* html .clearfix {
	/* Hides from IE-mac \*/
	height:1%;
	/* End hide from IE-mac */
}	

#vlb1outerImageFrame{
	border:none;
	height:100%;
	width:100%;
	position:absolute;
}

#vlb1outerImageContainer{
	overflow:visible;
}
#vlb1outerImageContainer td{
	text-align:center;
	padding:0;
}

#vlb1lightboxFrameBody{
	background-color:#FFFFFF;
	padding: 10px;
}

#vlb1outerImageContainer td, #vlb1outerImageContainer tr{
	font-size:0;
	border:0 none;
}

#vlb1outerImageContainer td.tl, #vlb1outerImageContainer td.br{
	height:7px;
	width:7px;
}
.vlb{display:none;}
#vlb1outerImageContainer td.tl{
	margin-top: 1px;
	background-image:url(images/borderTopLeft.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='borderTopLeft.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.tc{
	background-image:url(images/borderTopCenter.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='borderTopCenter.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.tr{
	background-image:url(images/borderTopRight.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='borderTopRight.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.ml{
	background-image:url(images/borderMiddleLeft.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='borderMiddleLeft.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.mr{
	background-image:url(images/borderMiddleRight.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='borderMiddleRight.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.bl{
	background-image:url(images/borderBottomLeft.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='borderBottomLeft.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.bc{
	background-image:url(images/borderBottomCenter.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='borderBottomCenter.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.br{
	background-image:url(images/borderBottomRight.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='borderBottomRight.png', sizingMethod='scale');
} 




.bg .bx-pager-link {
    width: 15px;
    height: 15px;
    display: block;
    margin: 3px;
    float: right;
    color: #e6e6e6;
    border: 1px solid #e6e6e6;
    font-size: 0px;
    background-color: #e6e6e6;
    border-radius: 15px;
} 

@media (min-width: 768px){
.bg .bx-wrapper .bx-pager,
.bg .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -40px;
	width: 100%;
}
}
@media (max-width: 768px){
.bg .bx-wrapper .bx-pager,
.bg .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -40px;
	width: 100%;
}
}

.bg .active {
	background-color: #d59a1a;
}

.wpcf7-submit{
	padding: 10px 15px;
	color: #fff;
	background-color: #154752;
	font-family: ge;
	font-size: 16px;
	border: none;
}
.wpcf7-submit:hover{
	color: #fff;
	background-color: #28879b;
}
