/*

	Ilam University ITC - 2016

*/
@import url("/css/fonts/nie-fonts.css?");
@media print {
	body {
	width: 1000px !important;	
	}
    * {
    color: #000!important;
    text-shadow: none!important;
    background: transparent!important;
    box-shadow: none!important;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input, select[multiple], textarea {
    background-image: none;
}

a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")"}
abbr[title]:after {
    content: " (" attr(title) ")"}
.btn-print {
display:none;
}

}

/*   */

@media(max-width: 767px){
#ilam-logo > a > img {
float: right;
max-width: 60%;
}

}

/*   */

@media(min-width: 768px) and (max-width:991px){
#ilam-logo > a > img {
float: right;
max-width: 50%;
}
}

/*   */

@media(min-width: 992px) and (max-width:1199px){

}

/*   */

@media(min-width: 1200px){


}

/*   */
html {
  height:100%
}
body{
  background: url("../pic/ilamuni-bg5.jpg") no-repeat top;
  background-size: cover;
  background-attachment: fixed;
  font-family: Yekan;
  font-size: 12.4px;
  height:100%
}
#top-head{
    height: 120px;
    background-color: rgb(255,255,255);
    border-top: 8px solid #B71817;
    border-bottom: 5px solid #DFE0E1;
}
#top-men {
height:216px
}
#ilam-logo {
max-width: 1000px;
padding-top: 2px;
}
#ilam-logo > a > img {
float: right;
max-width: 30%;
}
#mdate{
float: left;
margin-top: 50px;
margin-left: -180px;
color: rgb(6, 167, 162);
font-size: 9pt;
font-weight: 600;
}
#head {
margin: 0px auto;
max-width: 1000px;
position: relative
}
.clear {
margin: 0px auto;
padding: 0px;
clear: both;
}
.old-browser {
background: #fcc433;
font-family: Yekan,Tahoma,Arial,Helvetica,sans-serif;
font-size:10pt;
font-weight:600;
padding: 16px;
text-align:center;
}
.m-logo {
	margin-top:30px;
    font-size: 24px;
    font-weight: 400;
    padding: 10px 10px;
    position: relative;
    display: inline-block;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    font-family: wroya; 
 font-weight:600;
    text-decoration: none;
    color: #B71817;
}
#con0 {
/* background: url("../pic/ilamuni-bg5.jpg") no-repeat top; */
  background-size: cover;
  height:100%;
  background-attachment: fixed;
  box-shadow: inset 0px 0px 30px #000000;
  width: 100%;
  padding-bottom: 50px;
}
.in-sec {
    margin: auto;
    max-width: 1000px;
    display: table;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
}

#con1 {
  background: url("../pic/ilamuni-bg1.jpg") no-repeat top;
  background-size: cover;
  height:100%;
  background-attachment: fixed;
  border-bottom: 5px solid #ffffff;
  box-shadow: inset 0px 0px 30px #000000;
  padding-top: 100px;
  display: table;
  width: 100%;
}
.btn {
    font-family: iransans;
    background-color: #004c3e;
    color: #FFF;
    /* border: 1px solid #ffffff; */
    font-size: 18px;
    cursor: pointer;
    font-weight: 400;
    padding: 10px 25px;
    margin: 20px;
    border-radius: 4px;
    line-height: normal;
    display: inline-block;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    transition: all .2s ease-in-out, box-shadow .2s ease-in-out;
    -moz-transition: all .2s ease-in-out, box-shadow .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out, box-shadow .2s ease-in-out;
    -webkit-box-shadow: 0 2px 0 0 #003d32;
    -moz-box-shadow: 0 2px 0 0 #003d32;
    box-shadow: 0 2px 0 0 #003d32;
}
.btn:hover {
    background-color: #00604f;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
    color: aliceblue;
    /* margin-top: 30px; */
}
.btn2 {
    background-color: #B81A19 !important;
    font-family: wroya !important;
    font-weight:bold;
    font-size: 12pt !important;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 90px;
    left: 30px;
    display: none;
    text-indent: -9999px;
    background: url('../pic/icon_top.png') no-repeat;
}
.stick {
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 70px !important;
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.4);
  box-shadow: 0 5px 5px rgba(0,0,0,0.4);
  border-bottom: 2px solid #fffa85;
  -webkit-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  border-top: 4px solid #B71817 !important;
}
.stick #ilam-logo > a > img {
  max-width: 15%; !important;
  -webkit-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
}
.stick #ilam-logo ul {
  margin-top: 10px;
  -webkit-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
}
h2 {
    font-family: web_Yekan;
    color: #FFF;
    margin: auto;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    padding: 30px 0 25px;
}
h2 span {
    border-bottom: 4px solid;
}
span.in-h2 {
    display: block;
    border: none;
    padding: 10px;
    font-size: 20px;
}
.intro-text {
    font-family: wroya;
    font-size: 20pt;
    /* line-height: 51pt; */
    text-align: right;
}
.intro-text ul li a {
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #3F51B5;
    font-size: 16pt;
    line-height: 250%;
    transition: all 0.3s ease-in-out;
}
.intro-text2 {
    border: 1px solid;
    border-radius: 10px;
    padding: 20px;
    text-align: justify;
    font-family: wroya; 
 font-weight:600;
    font-size: 12pt;
    line-height: 150%;
}
.intro-text ul li a:hover {
    background-color: white;
    border-radius: 10px;
}

.video-js {
    max-width: 500px;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
}
.atm-login {
    position: absolute;
    top: 130px;
    left: 20px;
}
.atm-login span {
    display: block;
    color: #ffffff;
    margin: -19px auto;
    padding: 10px;
    width: 80%;
    font-family: iransans;
    font-size: 8pt;
    font-weight: 600;
    text-align: center;
    background-color: #474800;
    border-radius: 0px 0px 10px 10px;
}
.atm-login a {
    color: white;
    text-decoration: none;
}
.attn-box {
    text-align: center;
    font-family: iransans;
    font-weight: 600;
    font-size: 10pt;
    line-height: 200%;
    padding-bottom: 10px;
    color: #B71817;
    padding: 10px;
    background: rgba(255,255,255,0.77);
}
.tab-content h4 {
    text-align: right;
    font-family: iransans;
    font-weight: 600;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    color: #B71817;
}

span.h4-desc {
    font-weight: 600;
    text-align: right;
    font-size: 12pt;
    font-family: wroya;
    color: #B71817;
}



.nav-tabs {
 border-bottom: 2px solid #DDD;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
 border-width: 0; 
}
.nav-tabs > li > a {
 border: none;
 color: #FFF;
 }
.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
 border: none; 
 color: #4285F4 !important; 
 background: rgba(255, 255, 255, 0.45); 
 }
.nav-tabs > li > a::after {
 content: ""; 
 background: #4285F4; 
 height: 2px; 
 position: absolute; 
 width: 100%; 
 left: 0px; 
 bottom: -1px; 
 transition: all 250ms ease 0s; 
 transform: scale(0); 
 }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
 transform: scale(1); 
 }
.tab-nav > li > a::after {
 background: #21527d none repeat scroll 0% 0%; 
 color: #fff; 
 }
.tab-pane {
 padding: 15px 0; 
 }
.tab-content{padding:20px;background-color: rgba(255, 255, 255, 0.74);border-radius: 0px 0px 20px 20px;min-height: 400px;}
.card {
background: #FFF none repeat scroll 0% 0%; 
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); 
 margin-bottom: 30px; 
 }
ul.nav.nav-tabs li a {
    font-family: wRoya;
    font-weight:600;
    font-size: 16pt;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
}
.nav-tabs>li {
    margin: 0px 0px 0px 10px;
}
