﻿/*
Theme Name: Govt. Digvijay Autonomous College.
Theme URI: http://www.digvijaycollege.com
Description: Govt. Digvijay Autonomous College.
Author: Perfectcoder
Author URI: http://www.perfectcoder.com
Version: v2.2015
  _____           __          _    _____          _           
 |  __ \         / _|        | |  / ____|        | |          
 | |__) |__ _ __| |_ ___  ___| |_| |     ___   __| | ___ _ __ 
 |  ___/ _ \ '__|  _/ _ \/ __| __| |    / _ \ / _` |/ _ \ '__|
 | |  |  __/ |  | ||  __/ (__| |_| |___| (_) | (_| |  __/ |   
 |_|   \___|_|  |_| \___|\___|\__|\_____\___/ \__,_|\___|_|.com
                                                              
################################################################*/

@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700|Open+Sans:300,400,600,800|Raleway:100,200,700,400,800,900|Roboto:100,300,400,900|Open+Sans+Condensed:700,300,300italic|Courgette|Ek+Mukta:400,300,700&subset=devanagari,latin);


/* Preloader*/
#preloader {
	background-color: #1C9614;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999999;
	background-image: url('../images/preloader-bg.png');
}
#loading-animation {
	left: 45%;
	position: absolute;
	top: 30%;
	width: 196px;
	height: 331px;
}

#loading-animation .logo{
	bottom: 0px;
	left: 0px;
	position: absolute;
}

.spinner {
  width: 100px;
  text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;  
	margin-top: 80px;
	margin-left: -50px;	
}

.spinner > div {
  width: 30px;
  height: 30px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* popup
-------------------------------------------------- */
#popup {
	border: 1px solid #000000;
	display: none;
	position: fixed;
	top: 50%;
	background: #fff;
	z-index: 999999999;
	left: 50%;
	-webkit-box-shadow: 3px 4px 5px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    3px 4px 5px 0px rgba(50, 50, 50, 1);
	box-shadow:         3px 4px 5px 0px rgba(50, 50, 50, 1);
	width: 1000px;
	height:450px;
}
#popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #009900;
	opacity: 1;
	z-index: 99999999;
	background-image: url('../images/preloader-bg.png');
}
#popup-content {
	overflow: hidden;
}
#popup-content .popup-left-logo{
	background-position: center center;
	background-color: #009900;
	width: 245px;
	height: 448px;
	float: left;
	background-image: url('../images/popup-logo.png');
	background-repeat: no-repeat;
	margin-right: 10px;
}
#popup-content .popup-right-metter{
	padding: 20px;
	background-position: right top;
	height: 448px;
	background-image: url('../images/popup-bg.jpg');
}

#popup-content .popup-right-metter h1 {
	margin: 0px;
	padding: 0px;
	font-family: 'Georgia', 'Times New Roman', arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 1.14em;
	color: #000;
	font-style: italic;
	font-weight: normal;
}
#popup-content .popup-right-metter h2 {
	padding: 0px;
	margin: 20px 0px 0px 0px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 1.5em;
	text-align: justify;
}
#popup-content .popup-right-metter .popup-download-file{
	overflow: hidden;
	margin-bottom: 30px;
}
#popup-content .popup-right-metter .popup-download-file .download-title{
	font-family: 'Open Sans Condensed', arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	margin-top: 20px;
	text-decoration: underline;
}
#popup-content .popup-right-metter .popup-download-file .download-file{
	font-family: 'Open Sans Condensed', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#popup-content .popup-right-metter .popup-download-file .download-file a{
	color: #000000;
	margin-right: 10px;
}
#popup-content .popup-right-metter .popup-download-file .download-file a:hover{
	color: #009900;
}

#popup-content .popup-right-metter .popup-link{
	overflow: hidden;
}
#popup-content .popup-right-metter .popup-link .link-title{
	font-family: 'Open Sans Condensed', arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: underline;
}
#popup-content .popup-right-metter .popup-link .link{
	font-family: 'Open Sans Condensed', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#popup-content .popup-right-metter .popup-link .link a{
	color: #000000;
}
#popup-content .popup-right-metter .popup-link .link a:hover{
	color: #009900;
}

#popup-content .img-popup{
	
}

#popup-close {
	position: absolute;
	z-index: 99999;
	cursor: pointer;
	top: 0px;
	right: 0px;
	padding: 10px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	margin-right: -45px;
	margin-top: 10px;
}
#popup-close i {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-size: 30px;
}
#popup-close:hover i {
	color: #666666;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


/*----------------------------------------------------
	1. CSS Reset
------------------------------------------------------*/
* {
	padding:0;
	margin:0;
}
html,body{
	background-image: url('../images/bg.jpg');

}

::-moz-selection {
	background: #FFCC00;
	text-shadow: none;
	color: #000000;
}

::selection {
	background: #FFCC00;
	text-shadow: none;
	color: #000000;
}

a:focus {
    outline: none;
}

a{
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.leftflot{
	float: left;
}
.rightflot{
	float: right;
}

#main-container{
	border-color: #E8E8E8;
	border-width: 1px;
	margin: 0px auto 0px auto;
	width: 1280px;
	background-color: #FFFFFF;
	border-left-style: solid;
	border-right-style: solid;
}
#main-header{
	height: 778px;
	overflow: hidden;
	position: relative;
}
#main-header .header{
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1250px;
	z-index: 9999;
}
#main-header .header .logo{
	float: left;
}
#main-header .header .menu{
	float: right;
}

#main-header .slider{
	height: 778px;
}

#headline-scroll{
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #009900;
	border-top-style: solid;
}


#welcome-container{
	overflow: hidden;
	background-image: url('../images/services-bg.jpg');
	padding-top: 50px;
	padding-bottom: 50px;
}
#welcome-container .title{
	font-family: 'Raleway',arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: 700;
	color: #139213;
	text-align: center;
	text-transform: uppercase;
}
#welcome-container .title span{
	font-family: 'Open Sans',arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 800;
	color: #139213;
	display: block;
	text-transform: uppercase;
}
#welcome-container .sub-title{
	font-family: 'Ek Mukta',arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #333;
	text-align: center;
	text-transform: uppercase;
}

#welcome-container p{
	font-family: 'Ek Mukta',arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	display: block;
	text-align: center;
	padding-right: 150px;
	padding-left: 150px;
	line-height: 1.8em;
}

#services-container{
	background-position: left top;
	height: 600px;
	position: relative;
	background-image: url('../images/services-bg.jpg');
}
#services-container .round-bank{
	margin: 0px auto 0px auto;
	background-position: left top;
	height: 494px;
	background-image: url('../images/round-bank.png');
	width: 494px;
	padding-top: 50px;
	background-repeat: no-repeat;
}

#services-container .services{
	width: 410px;
}
#services-container .services .service-icon{
	width: 125px;
	height: 125px;
}

#services-container .services .service-text span{
	font-family: 'Open Sans',arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #BA8707;
	display: block;
}
#services-container .services .service-text span a{
	color: #BA8707;
}
#services-container .services .service-text span a:hover{
	color: #139213;
}

#services-container .services .service-text{
	font-family: 'Ek Mukta',arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999;
	margin-top: 20px;
	width: 275px;
}

#services-container .rupay{
	position: absolute;
	top: 0px;
	left: 140px;
	text-align: right;
}
#services-container .zero{
	position: absolute;
	top: 195px;
	left: 70px;
	text-align: right;
}
#services-container .education{
	position: absolute;
	bottom: 100px;
	left: 160px;
	text-align: right;
}
#services-container .kcc{
	position: absolute;
	top: 0px;
	right: 140px;
	text-align: left;
}
#services-container .home-loan{
	position: absolute;
	top: 195px;
	right: 70px;
	text-align: left;
}
#services-container .locker{
	position: absolute;
	bottom: 100px;
	right: 160px;
	text-align: left;
}

#home-news{
	background-position: left top;
	background-image: url('../images/news-bg.jpg');
	background-repeat: no-repeat;
	height: 400px;
}
#home-news .error{
	padding: 10px;
	width: 500px;
	margin: 50px auto 50px auto;
	text-align: center;
	font-size: 100px;
	color: #fff;
}
#home-news .error span{
	display: block;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #fff;
	font-weight: 300;
}

#home-news .news-box{
	border: 4px solid #FFFFFF;
	padding: 20px;
	margin: 80px 30px 0px 50px;
	display: inline-block;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	position: relative;
	width: 340px;
	height: 270px;
	overflow: hidden;
	float: left;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;

}
#home-news .news-box .date{
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	text-align: left;
	line-height: normal;
}
#home-news .news-box .date span{
	font-weight: 100;
}
#home-news .news-box .headline{
	font-family: 'Ek Mukta',arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}
#home-news .news-box .headline a{
	color: #000;
}


#home-news .news-box p{
	font-family: 'Ek Mukta',arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	line-height: 1.2em;
}
#home-news .news-box .edge-l{
	position:absolute;
	top:-100%;
	left:0;
	height:100%;
	width:4px;
	background-color:#000;
	opacity:0;
		transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;

}
#home-news .news-box .edge-t{
	position:absolute;
	top:0;
	left:-100%;
	height:4px;
	width:100%;
	background-color:#000;
	opacity:0;
		transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;

}
#home-news .news-box .edge-r {
	position:absolute;
	top:100%;
	right:0;
	height:100%;
	width:4px;
	background-color:#000;
	opacity:0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
#home-news .news-box .edge-b {
	position:absolute;
	bottom:0;
	left:100%;
	height:4px;
	width:100%;
	background-color:#000;
	opacity:0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
#home-news .news-box:hover .edge-l,
#home-news .news-box:hover .edge-r {
	top:2px;
	opacity:1;
}
#home-news .news-box:hover .edge-t,
#home-news .news-box:hover .edge-b {
	left:0;
	opacity:1;
}
#home-news .news-box:hover{
	border: 4px solid rgba(255, 255, 255, 0.0);
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

#footer{
	overflow: hidden;
}

#footer .footer-link{
	padding: 10px 20px 10px 20px;
	background-color: #F2F2F2;
	margin-top: 2px;
	overflow: hidden;
	margin-bottom: 10px;
}
#footer .footer-link ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#footer .footer-link ul li{
	margin: 5px;
	font-family: 'Open Sans',arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: 600;
	float: left;
}
#footer .footer-link ul li a{
	color: #000;
	border-bottom: 1px dotted #01312b;
	text-decoration: none;
}
#footer .footer-link ul li a:hover{
	color: #ff0000;
	border-bottom: 1px dotted #ff0000;
	text-decoration: none;
}

#footer .ourlink{
	width: 150px;
	height: 150px;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
}
#footer .ourlink .title{
	font-family: 'Roboto',arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: 900;
}
#footer .ourlink ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#footer .ourlink ul li{
	font-family: 'Open Sans',arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: 600;
	margin-top: 2px;
	margin-bottom: 2px;
}
#footer .ourlink ul li a{
	color: #000;
	text-decoration: none;
}
#footer .ourlink ul li a:hover{
	color: #ff0000;
	border-bottom: 1px dotted #ff0000;
}

#footer .footer-icon-link{
	width: 540px;
	float: left;
	overflow: hidden;
	margin-bottom: 40px;
}
#footer .footer-icon-link ul{
	padding: 10px;
	margin: 0px;
	list-style-type: none;
	overflow: hidden;
}
#footer .footer-icon-link .border{
	border-style: none none solid none;
	border-width: 1px;
	border-color: #EEEEEE;
	padding-top: 0px;
}
#footer .footer-icon-link ul li{
	margin: 10px;
	border-width: 1px;
	border-color: #EAEAEA;
	font-family: 'Open Sans',arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: 600;
	float: left;
	width: 150px;
	border-left-style: solid;
}
#footer .footer-icon-link ul li:first-child{
	border-style: none;
}
#footer .footer-icon-link ul li a{
	font-family: 'Roboto',arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1em;
}
#footer .footer-icon-link ul li a span{
	font-family: 'Roboto',arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: 300;
	display: block;
}

#footer .footer-icon-link .recruitment{
	background-image: url('../images/recruitment-icon.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
}
#footer .footer-icon-link .branch{
	background-image: url('../images/branch-icon.png');
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-left: 50px;
}
#footer .footer-icon-link .tender{
	background-image: url('../images/tender-icon.png');
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-left: 50px;
}

#footer .footer-icon-link .report{
	background-image: url('../images/report-icon.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
}
#footer .footer-icon-link .atm{
	background-image: url('../images/atm-icon.png');
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-left: 50px;
}
#footer .footer-icon-link .userlist{
	background-image: url('../images/userlist-icon.png');
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-left: 50px;
}

#footer .footer-contact{
	float: right;
	margin-right: 20px;
	overflow: hidden;
	text-align: right;
}
#footer .footer-contact .title{
	font-family: 'Courgette', arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #808080;
}
#footer .footer-contact .phone{
	font-family: 'Courgette', arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #ED7624;
}
#footer .footer-contact .social-box{
	overflow: hidden;
	float: right;
	margin-top: 10px;
}
#footer .footer-contact .social-box .social-title{
	float: left;
	font-family: 'Roboto',arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
}

#footer .copyright-container{
	border-top-style: solid;
	border-width: 1px;
	border-color: #F2F2F2;
	overflow: hidden;
}
#footer .copyright-container .copyright{
	padding: 10px 10px 10px 20px;
	float: left;
	overflow: hidden;
}
#footer .copyright-container .copyright .footer-logo{
	float: left;
}
#footer .copyright-container .copyright .copyright-text{
	font-family: 'Open Sans',arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: 400;
	float: left;
	line-height: normal;
	margin-top: 6px;
	margin-left: 10px;
}
#footer .copyright-container .copyright .copyright-text a{
	border-width: 1px;
	border-color: #CCCCCC;
	color: #009933;
	border-bottom-style: dotted;
	text-decoration: none;
	font-weight: 800;
}
#footer .copyright-container .copyright .copyright-text a:hover{
	color: #000;
}

#footer .design{
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}


/* Inner Page CSS 
========================*/
#inner-header{
	height: 333px;
	position: relative;
}

#inner-header .header{
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1250px;
	z-index: 9999;
}
#inner-header .header .logo{
	float: left;
}
#inner-header .header .menu{
	float: right;
}

#page-container{
	background-position: center top;
	padding: 50px 10px 50px 10px;
	background-image: url('../images/building-fade.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}

#page-container .left-atm{
	width: 49%;
	float: left;
}

#page-container .right-atm{
	width: 49%;
	float: right;
	margin-top: 100px;
}


#page-container .heading{
	padding: 0px;
	margin: 0px;
	font-family: 'Ek Mukta',arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	line-height: 1.11em;
	letter-spacing: 2px;
}
#page-container .heading-small{
	padding: 0px;
	margin: 0px;
	font-family: 'Raleway',arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	line-height: 1.11em;
	letter-spacing: 2px;
}
#page-container .sub-text{
	margin: 10px auto 10px auto;
	font-family: 'Ek Mukta',arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	width: 60%;
}
#page-container .heading-separator{
	width: 10%;
	margin: 20px auto 20px auto;
	height: 2px;
	background-color: #008000;
}

#page-container .big-text{
	padding: 10px;
	margin: 0px;
	font-family: 'Ek Mukta',arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000000;
	font-weight: 400;
	text-align: justify;
}
#page-container .hindi-big-text{
	padding: 10px;
	margin: 0px;
	font-family: 'Ek Mukta',arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: 700;
	text-align: justify;
}

#page-container .normal-text{
	padding: 10px;
	margin: 0px;
	font-family: 'Ek Mukta',arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	text-align: justify;
}
#page-container .note{
	padding: 10px;
	margin: 0px auto 0px auto;
	font-family: 'Ek Mukta',arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	font-weight: 400;
	text-align: justify;
	width: 80%;
}
#page-container .spacer{
	margin-top: 50px;
	margin-bottom: 50px;
}
#page-container .mission{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#page-container .mission li{
	font-family: 'Ek Mukta',arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	list-style-type: disc;
	margin-left: 50px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 50px;
}
#page-container .account{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#page-container .account li{
	font-family: 'Ek Mukta',arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	list-style-type: disc;
	margin-left: 50px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 50px;
}

#page-container .documents{
	overflow: hidden;
}
#page-container .documents .file{
	border: 4px solid #fff;
	float: left;
	margin: 10px;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#page-container .documents .file:hover{
	border: 4px solid #009900;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#page-container .download-btn{
	width: 200px;
	margin: 0px auto 0px auto;
	text-transform: uppercase;
}
#page-container .btn {
	border: 1px solid #009900;
	font-size: 16px;
	color: #009900;
	background: 0 0;
	text-align: center;
	cursor: pointer;
	padding: 5px 52px 5px 52px;
	display: inline-block;
	font-family: 'Open Sans Condensed', arial, Helvetica, sans-serif;
	outline: 0;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	font-weight: 700;
	letter-spacing: -1px;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 200px;
}
#page-container .btn:active {
	top: 1px;
}
#page-container .btn i {
	font-size: 25px;
	position: absolute;
	margin-top: -21px;
	top: 80%;
	left: 70%;
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#page-container .btn span {
	position: relative;
	left: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#page-container .btn:hover {
	border: 1px solid #009900;
	background-color: #009900;
	color: #FFFFFF;
}
#page-container .btn:hover span {
	left: -20px;
}
#page-container .btn:hover i {
	left: 80%;
	-ms-filter: "alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* --------------TABLE ONE ATTRIBUTES-----------------  */

table.one {
	border: 1px solid #CCCCCC;
	margin: 50px auto 50px auto;
	border-collapse: collapse;
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
}
table.one td {
	text-align: center;
	padding: 1em;
	border: 1px solid #D4D4D4;
	font-family: 'Ek Mukta',arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
table.one td strong {
	font-size: 15px;
}
table.one th {
	text-align: center;
	padding: 1em;
	background-color: #e8503a;
	font-family: 'Ek Mukta',arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
table.one thead th {
	text-align: center;
	padding: 1em;
	background-color: #e8503a;
	font-family: 'Ek Mukta',arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
table.one thead.sub th {
	text-align: center;
	padding: 1em;
	background-color: #EA614D;
	font-family: 'Raleway',arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}

table.one tr {
	height: 1em;
}
table.one tr:hover td{
	background-color: #D2FFD2;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	color: #000000;
}

table.one tr:nth-child(even) {			
    background-color: #eee;		
}
table.one tr:nth-child(odd) {			
	background-color:#fff;
}

/*-------------// Directors //-----------------  */

#page-container .director-container{
	margin: 0px auto 0px auto;
	padding: 10px;
	width: 85%;
	overflow: hidden;
}
#page-container .director-container .director{
	margin: 10px;
	float: left;
}
#page-container .director-container .director .image{
	margin: 10px;
	border: 4px solid #009900;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#page-container .director-container .director .image:hover{
	margin: 10px;
	border: 4px solid #000;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
-webkit-box-shadow: 0px 10px 15px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 10px 15px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 10px 15px 0px rgba(50, 50, 50, 0.75);
}
#page-container .director-container .director .info{
	font-family: 'Open Sans Condensed',arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: 700;
	text-align: center;
}
#page-container .director-container .director .info span{
	font-family: 'Open Sans',arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: 400;
	text-align: center;
	display: block;
}
/*============================
========== Photos ===========
============================*/

#photo{
	border: 1px solid #E9E9E9;
	padding: 4px;
	float: left;
	margin: 10px 10px 10px 30px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#photo:hover {
	border: 1px solid #000000;
	background-color: #000000;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}
