.credits {
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
    margin: 0 0 30px 0;
    font: 340% yekan, Georgia, serif;
}
.credits em {
	color: #999;
}
.backlink a {
	font-size: 10px;
	text-decoration: none;
	color: #AAA;
}
.backlink a:hover,
.backlink a:visited:hover {
	color: #000;
}
img {
	border: none;
}
#page_nav {
	color: #999;
	clear:both;
	text-align: center;
}
#page_nav a:link, #page_nav a:visited, #page_nav a:hover, #page_nav a:visited:hover {
	text-decoration: none;
	color: #222;
}
#breadcrumb_nav {
	color: #999;
}
#breadcrumb_nav a:link, #breadcrumb_nav a:visited, #breadcrumb_nav a:hover, #breadcrumb_nav a:visited:hover {
	text-decoration: none;
	color: #222;
}
a {
	color: black;	
font-family: 'Yekan';
}
#container {
	overflow: auto;
	width: 100%
}
.hidden {
	visibility: hidden;
	position:absolute;
	top:0;
	left:0;
	display:inline;
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin:  0;
	padding: 0;
	float: right;
//width: 70%;
}
.gallery li {
	padding: 0;
	margin: 0;
	float: right;
	position: relative;
    width: 25%;

}
.gallery li:hover img {
	border-color: #000;
	background: #ddd;
}
.gallery img {
	background: #fff;
	//border: solid 1px #888;
	//padding: 5px;
}
.gallery em {
    background: #000;
    color: #fff;
    font-style: normal;
    padding: 2px 0px 5px 0px;
    width: 100%;
    display: block;
    position: absolute;
bottom: 0;
    /* left: 11px; */
    text-align: center;
    /* border: 1px solid #999; */
    /* border-left-color: #888; */
    /* font-size: 14pt; */
    opacity: 0.6;
    /* border-radius: 5px; */
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover em {
    background: rgba(238, 28, 36, 0.27) url(images/orange-gradient.gif) repeat-y;
    border-color: #ee1c24;
    color: #FFF;
   //height: 270px;
}
.newversion {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: none;
	float: none;
}
.newversion a img {
	background-color: transparent;
	color: white;
	border: none;
	text-decoration: none;
}
.desc {
    background-color: rgba(240, 248, 255, 0.65);
    width: 572px;
    overflow: overlay;
    float: right;
    /* padding: 10px; */
    border-radius: 3px;
    margin: 0px 0px 5px 5px;
    border: #ccc 1px solid;
    /* font-size: 11pt; */
    /* font-family: Yekan; */
    height: 573px;
}
.detail_txt {
    margin: 15px;
}

.detail_txt_title {
    color: green;
    margin: 10px;
}
.detail_desc {
font-size: 18pt;
margin: -14px 0px 0px 0px;
color: azure;
}
@media only screen and (max-width: 768px) {
	.gallery li {
		width: 100%;
	}
	h1, .h1 {
		font-size: 14pt;
	}
	.carousel-inner {
    margin-top: 76px;
	}
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */

	.desc {
    width: 284px;
	height: 442px;
    font-size: 8pt;
	}

	h2, .h2 {
		font-size: 10pt;
	}
}

.calander {
    background-color: #ed1c24;
    color: #fff;
    padding: 5px 0px;
    border-radius: 5px;
    font-size: 14pt;
    text-align: center;
    margin: 5px;
}
div.calander:hover {
background-color: darkred;
}
@media only screen and (max-width: 890px) {
 .calander {
  width: 100%;
  }
}
.wpb_wrapper {
    font-size: 14pt;
    margin-top: 80px;
}
.wpb_text_column wpb_content_element{
    font-size: 26px;
    background-color: brown;
    color: aliceblue;
    padding: 20px;
    border-radius: 5px;
}

.calander {
    background-color: #ed1c24;
    color: #fff;
    padding: 5px 0px;
    border-radius: 5px;
    font-size: 14pt;
    text-align: center;
    margin: 5px;
}
div.calander:hover {
background-color: darkred;
}
@media only screen and (max-width: 890px) {
 .calander {
  width: 100%;
  }
  

}
.wpb_wrapper {
    font-size: 14pt;
    margin-top: 80px;
}
ul#example5 {
     margin: 1.5em;
    background: aliceblue;
    border-radius: 5px;
    font-size: 18pt;
    width: 90%;
    text-align: initial;
}
ul#example5 li {
   list-style-image: url('http://www.cssnewbie.com/example_files/style-unordered-lists/uncheck.gif');
   border-bottom: 1px solid #ccc;
   padding: .2em 0 .2em .5em;
   font-weight: bold;
   color: #666; 
}
ul#example5 li:hover {
   cursor: pointer;
   list-style-image: url('http://www.cssnewbie.com/example_files/style-unordered-lists/check.gif');
   background-color: #f2f2f2;
   color: #000; 
}
   
.dropbtn2 {
  //  background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size:14 px;
    border: none;
    cursor: pointer;
}

.dropdown2 {
    position: relative;
    display: inline-block;
	width: 100%;
}

.dropdown2-content {
    display: none;
    position: absolute;
    right: 99%;
    top: 0%;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown2-content a {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
}

.dropdown2-content a:hover {background-color: #f1f1f1}

.dropdown2:hover .dropdown2-content {
    display: block;
}
///////////////////////////////////////
.dropbtn3 {
  //background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size:14 px;
    border: none;
    cursor: pointer;
}

.dropdown3 {
    position: relative;
    display: inline-block;
	width: 100%;
}

.dropdown3-content {
    display: none;
    position: absolute;
    right: 99%;
	margin-top: -30px;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        max-height: 400px;
    overflow-y: auto;
}

.dropdown3-content a {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
}

.dropdown3-content a:hover {background-color: #f1f1f1;}

.dropdown3:hover .dropdown3-content {
    display: block;
}

table {
	width:90%;
	text-align: center;
	border: 1px solid #ffb9b9;
	table-layout: fixed;
	background-color: azure;
 margin-left:auto; 
    margin-right:auto;
}

tr:hover,thead {
          background-color: #ffdcdc;
        }
        
 tr {
    border-bottom: 1px solid #e4e4e4;
}
                
h2,h3,h4,h5 {
	font-size:14pt;
	margin-right:5%;
    margin-top: 11px;
}
p {
	margin-right:5%;
	margin-left:5%;
   text-align: justify;
}
.topFile {
text-align: center;background-color: #AB1F20;border-radius: 5px;color: #F0F8FF;  float: right;  width: 100%;
}
.mainFile {
width: 48%; min-width: 360px;height: 260px; float: right;border: 1px solid #999;border-radius: 6px;margin: 10px;direction:rtl;padding: 0px 0px 20px 0px;    background: #FFF;
}
.textFile {
font-size: 10pt;color: #4A4A4A;    margin: 64px 15px 10px 15px;line-height: 1.7;text-align: justify;
}
.downFile {
	background: #0092cc;
    padding: 15px;
	width: 36%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: inset 0px 0px 41px 1px #fff;}

.thumbnail {
	//background: url(../img/banner.jpg) ;  
	 width: 88%;
    margin-left: auto;
   // margin-right: auto;
    }
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
   .thumbnail {
    //width: 310px;
    margin-left: auto;
    margin-right: auto;
	//background: url(../img/banner-min.jpg) ;  

    }
.footer_res {
display:none;
}
}