@charset "utf-8";
/* CSS Document */
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.jumbotron{margin:0;padding:0;background:none;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;}
html 
{
	position: relative;
	min-height: 100%;
}
body
{
	text-rendering: optimizeLegibility;
	background:#f7f7f7;
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
}
.row-top-margin
{
	padding-top:50px;
}
.clearfix
{
	padding:5px 0;
}
.padding-right-less
{
	padding-right:0;
}
.col-centered
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.centered 
{
   text-align: center;
   font-size: 0;
}
.centered > div 
{
   float: none;
   display: inline-block;
   text-align: left;
   font-size: 13px;
}

.padding-less
{
	margin:0;
	padding:0;
}
.container-padding-left-right
{
	width:92.10%;
}

.hvr-fade 
{
  
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

a{font-family: 'Roboto', sans-serif;outline:none;color:#000080;}
a:hover{text-decoration:underline;color:#000;}
h1,h2,h3,h4,h5,h6,p
{
	line-height:1.5em;
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6
{
	font-family: 'Roboto', sans-serif;
	line-height:1.6em;
}
p
{
	line-height:1.6em;
	font-family: 'Roboto', sans-serif;
	padding-bottom:10px;
}
.first-header-section
{
	height: 40px;
	background: #eee;
}
.first-header-section .welcome-text
{

}
.first-header-section .welcome-text p
{
	line-height: 40px;
	font-weight: 400;
	font-size: 15px;
}
.first-header-section .social-network
{
	float: right;
}
.first-header-section .social-network ul
{
	margin:0;
	padding:0;
	list-style: none;
}
.first-header-section .social-network ul li
{
	display: inline;
	line-height: 40px;
	margin-right:20px;
	font-family: 'Roboto', sans-serif;
}
.first-header-section .social-network ul li:last-child
{
	margin-right: 0;
}
.first-header-section .social-network ul li span
{
	color: #000080;
	font-size: 16px;
	font-weight: 900;
}
.first-header-section .social-network ul li a i
{
	color: #b4b4b4;
}
.first-header-section .social-network ul li a i:hover
{
	color: #d10402;
}
.header-section
{
	padding:30px 0;
	background:linear-gradient(-45deg, #000080, #000080 60%, #fff 60%) #000080;
	-webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 9999;
}
.header-section .logo
{
	
}
.menu
{
	float: right;
	padding-top: 20px;
}
.slider-section
{
	background:#fff;
	height:520px;
}

.page-container
{
	padding:60px 0;
}
.page-container h1
{
	color:#000046;
	line-height:1.6em;
	padding-bottom:10px;
	font-family: 'Roboto', sans-serif;
}
.page-container h2
{
	color:#000046;
	line-height:1.6em;
	padding-bottom:10px;
	font-family: 'Roboto', sans-serif;
}
.page-container h3
{
	color:#000046;
	line-height:1.6em;
	padding-bottom:10px;
	font-family: 'Roboto', sans-serif;
}
.page-container h4
{
	color:#000046;
	line-height:1.6em;
	padding-bottom:10px;
	font-family: 'Roboto', sans-serif;
}
.page-container h5
{
	color:#000046;
	line-height:1.6em;
	padding-bottom:10px;
	font-family: 'Roboto', sans-serif;
}
.page-container h6
{
	color:#000046;
	line-height:1.6em;
	padding-bottom:10px;
	font-family: 'Roboto', sans-serif;
}
.page-container p
{
	font-size:15px;
	line-height:1.6em;
	text-align:justify;
	font-weight:400;
}
.page-container .table-list
{
	background:#fff;
	width:100%;
	border-collapse: collapse;
}
.page-container .table-list tbody tr td
{
	padding:10px 15px;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#666;
	line-height:1.6em;
	border-bottom:1px dotted #eee;
	text-align:left;
}
.page-container ul
{
	margin:0 20px;
	padding:0;
	list-style:none;
}
.page-container ul li
{
	font-size:15px;
	text-align:justify;
	line-height:1.6em;
	font-family: 'Roboto', sans-serif;
	padding-bottom:10px;
	font-weight:400;
}
.page-container ul li:before 
{
  content: "\f0da";
  color:#000080; 
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1em; 
  width:1em; 
}
.img-shadow
{
	padding: 10px;
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: 400ms;
    -webkit-transition: 400ms;
}
.page-white-container
{
	background:#fff;
}
.page-gray-container
{
	background:#f6f6f6;
}
.page-book-cover-container
{
	background:url(../images/bg.png) no-repeat;
	-webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   position:relative;
}
.page-book-cover-container:before {
    content: "";
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-image: url(../images/bg-pettern.png);
}
.page-book-container
{
}
.page-book-container p
{
	color:#fff;
	font-size:16px;
}
.theme-button
{
	padding-top: 20px;
	margin:0 auto;
	text-align:center;
}
.theme-button a
{
	border: 2px solid #000;
	padding:8px 20px;
	border-radius:100px;
	color: #000	;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.theme-button a:hover
{
	background: #000;
	color: #fff;
}

.theme-button-white
{
	padding-top: 20px;
	margin:0 auto;
	text-align:center;
}
.theme-button-white a
{
	border: 2px solid #fff;
	padding:8px 20px;
	border-radius:100px;
	color: #fff	;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.theme-button-white a:hover
{
	background: #000;
	color: #fff;
}


.page-container-title
{
	text-align:center;
}
.page-container-title h1
{
	font-size:33px;
	font-weight:400;
	font-family: 'Playfair Display', serif;
	position:relative;
}
.page-container-title h1 i
{
	font-weight:300;
	color:#333;
	padding-right:10px;
	font-family: 'Playfair Display', serif;
}
.page-container-title .title-bottom-border
{
	border-bottom:1px solid #ccc;
	width:100px;
	margin:0 auto;
	padding-top:10px;
}
.page-container-title-white
{
	text-align:center;
}
.page-container-title-white h1
{
	font-size:33px;
	color:#fff;
	font-weight:400;
	font-family: 'Playfair Display', serif;
	position:relative;
}
.page-container-title-white h1 i
{
	font-weight:300;
	color:#fff;
	padding-right:10px;
	font-family: 'Playfair Display', serif;
}
.page-container-title-white .title-bottom-border
{
	border-bottom:1px solid #fff;
	width:100px;
	margin:0 auto;
	padding-top:10px;
}

.container-title
{
	
}
.container-title h1
{
	text-transform:uppercase;
	font-family:900;
	color:#fff;
	font-size:25px;
	line-height:normal;
	font-family: 'Playfair Display', serif;
}
.container-title h1 i
{
	font-size:30px;
	padding-bottom:20px;
}


.book-container
{
	margin-bottom: 25px;
}
.book-container .book-cover
{
	height:250px;
}
.book-container .book-cover img
{
	width:100%;
	height:100%;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	box-shadow:#eee 10px 10px 0;
}
.book-container .book-content
{
	text-align:center;
	padding:25px 0;
}
.book-container .book-content h1
{
	font-size:15px;
	font-weight:900;
	line-height:1.6em;
	padding-bottom:10px;
	font-family: 'Playfair Display', serif;
}
.book-container .book-content h1 a
{
	color:#333 ;
	text-decoration:none;
}
.book-container .book-content p
{
	text-align:center;
	font-style:italic;
	color:#333;
	letter-spacing:1px;
	font-family: 'Playfair Display', serif;
}
.home-contact-direct-container
{
	background:#000080 url(../images/axiom-pattern.png) repeat;
	border-top:1px solid #000;
	padding:30px 0;
}
.home-contact-direct-container h2
{
	color:#fff;
	float:left;
	font-weight:600;
	font-size:22px;
	font-style:italic;
	
}
.home-contact-direct-container a
{
	border: 2px solid #fff;
	padding:8px 20px;
	border-radius:100px;
	color: #fff	;
	float:right;
	font-weight:900;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	margin-top:0px;
}
.home-contact-direct-container a:hover
{
	background:#fff;
	color:#000080;
}

.footer-container
{
	background:#eee url(../images/footer-bg.png) no-repeat;
	padding: 40px 0;
}
.footer-title
{

}
.footer-title h1
{
	color: #000;
	text-transform: uppercase;
	font-size: 25px;
	position: relative;
	font-family: 'Playfair Display', serif;
}
.footer-title h1:after
{
	content: "";
	position: absolute;
	width: 80px;
	height: 2px;
	background: #000080;
	bottom:0;
	left:0px;
	margin-bottom:-10px;
}
.footer-contact-container
{
	padding-top: 40px;
}
.footer-contact-container table
{

}
.footer-contact-container table tr td
{
	padding-right: 10px;
	padding-bottom: 15px;
	color: #666;
	font-family: 'Roboto', sans-serif;
}
.footer-contact-container table tr td a
{
	color: #666;
}
.footer-contact-container table tr td h2
{
	color: #666;
	font-size: 20px;
}
.footer-contact-container table tr td i
{
	background:#000080;
	width: 30px;
	height: 30px;
	line-height:30px;
	text-align: center;
	color: #fff;
	border-radius: 100px;
}
.float-right
{
	float: right;
}
.footer-social-container
{
	padding-top: 40px;
}
.footer-social-container ul
{
	padding: 0;
	margin:0;
	list-style: none;
}
.footer-social-container ul li
{
	display: inline;
	float: left;
	margin-right: 10px;
}
.footer-social-container ul li:last-child
{
	margin-right: 0;
}
.footer-social-container ul li a
{

}

.footer-social-container ul li a i
{
	float: left;
	width: 40px;
	height: 40px;
	background: #999;
	line-height: 40px;
	text-align: center;
	border-radius: 100px;
	color: #fff;
}
.last-section
{
	height: 50px;
	border-top:1px solid #ddd;
	background: #fff;
}
.last-section .super-container
{
	float: left;
}
.last-section .company-container
{
	float: right;
}

.last-section p
{
	padding: 0;
	margin: 0;
	color: #999;
	line-height:50px;
	font-size: 13px;
	font-weight: 500;
}
.last-section p a
{
	color: #666;
	text-decoration:underline;
}



.page-benner-container
{
	padding: 60px 0;
	background:url(../images/bg.png) no-repeat;
	-webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   position:relative;
}
.page-benner-container h1
{
	font-size: 30px;
	color: #fff;
	font-family: 'Playfair Display', serif;
}
.page-benner-container:before {
    content: "";
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-image: url(../images/bg-pettern.png);
}
.border-bottom
{
	border-bottom: 2px dashed #ddd;
	margin-bottom: 20px;
}
.table-responsive
{
	box-shadow: #ddd 0 0 5px;
	background: #fff;
}
.table
{
	background: #fff;
	
}
.table thead tr th
{
	background: #999;
	padding: 15px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.table tbody tr td
{
	padding: 15px;
	font-family: 'Roboto', sans-serif;
}

.box-container
{
	border: 5px solid #000;
	padding: 20px;
	height: 250px;
	box-shadow: #ddd 7px 7px 0;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.box-container h1
{
	font-size:30px;
	color: #000;
	padding: 0;
	font-weight: 900;
	position: relative;
	letter-spacing:1px;
}
.box-container h3
{
	font-size: 16px;
	color: #000;
}

.box-container:hover
{
	border: 5px solid #000080;
	cursor: pointer;
}
.box-container:hover h1
{
	color: #000080;
}
.box-container:hover h3
{
	color: #000080;
}
.row-top-padding
{
	padding-top: 10px;
}
.row-top-padding
{
	padding-top: 20px;
}


.publications-menu
{
	margin-bottom: 50px;
}
.publications-menu ul
{
	margin:0;
	padding:0;
	list-style: none;
}
.publications-menu ul li
{
	display: inline;
	margin-right: 20px;
	background: #666;
	padding:10px 30px;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	border-radius:100px;
	position: relative;
}
.publications-menu ul li:before
{

	  content: "";
	 
}
.publications-menu ul li:last-child
{
	margin-right: 0;
}
.publications-menu ul li a
{
	color: #fff;
	text-decoration: none;
}
.publications-menu ul li.active
{
	background: #000080;
	box-shadow: #ccc 0 0 11px;
}
.publications-menu ul li.active:after, .publications-menu ul li.active:before 
{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.publications-menu ul li.active:after 
{
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #000080;
	border-width: 10px;
	margin-left: -10px;
}
.publications-menu ul li.active:before 
{
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #000080;
	border-width: 11px;
	margin-left: -11px;
}
.journals-cover
{

}
.journals-cover img
{
	border: 2px solid #ddd;
	padding: 5px;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.action-menu
{
	float:right;
	margin-top:-30px;
}
.action-menu a
{
	color:#fff;
	font-size:20px;
	font-family: 'Playfair Display', serif;
}
.action-menu a:hover
{
	text-decoration:none;
}
.btn-primary
{
	text-transform:uppercase;
	background:#666;
	border:none;
	font-family: 'Roboto', sans-serif;
}
.btn-primary:hover
{
	background:#000080;
}

.event-container
{
	background:#eee;
	margin-bottom:25px;
}
.event-container .event-cover
{
	height:203px;
	width:100%;
}
.event-container .event-cover img
{
	width:100%;
	height:100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.event-container .event-content
{
	padding:10px;
}
.event-container .event-content p.date
{
	font-weight:600;
	color:#999;
	padding:0;
	line-height:normal;
}
.event-container .event-content h1
{
	padding-top:10px;
	font-size:17px;
	font-weight:600;
}

.gallery-container
{
	height:137px;
	margin-bottom:25px;
}
.gallery-container img
{
	width:100%;
	height:100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}