@import url("//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic");

* {
    outline: 0;
}

body {
	font-family: "Lora",Georgia,"Times New Roman",Times,serif;
	background-image: url(../img/greyzz.png); 
	background-position: initial initial; 
	background-repeat: initial initial;
	background-color: none;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;

    font-size: 1.6em;

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Lora",Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
    line-height: 1.5em;
}


footer {
    padding: 10px;
	min-height: 200px;
    vertical-align: middle;
    /*background-color: #ccc;*/

}

dd {
	margin-bottom: 15px;
}

/*section {
    padding-top: 40px;
}*/

.menuBtn {

	background: center center no-repeat transparent;
	background: #000;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;

}

/*.active {
	background: #3B5323;
	background: #333;
}*/
.clear {
	clear: both;
}
.wrap {
		/*background:url(../images/bg.png) top left repeat-x;*/
		/*width: 100%;*/
		/*max-width: 1140px;*/
		min-width: 960px;
		z-index: 10;
		position: relative;
		margin: 0 auto;
		padding: 0;
}

.section {
	width: 100%;
	max-width: 1140px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 18px;
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 300;
	padding:30px 0;
}


/* This is the selector i used for my menu, it needs to be set as position:absolute; */
.subMenu {
	position: absolute;
	top: 140px;
	height: 50px;
	z-index: 1000;
	width: 100%;
	/*max-width: 1140px;*/
	min-width: 960px;
	background: white; /* #e5e5e5; #aabd46;*/

}

.subMenu .inner {
	padding:0;
	font-weight: 400;
}


.subNavBtn {
	display: block;
	height: 50px;
	width: 12%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	padding: 15px .2% 0 .2%;
	text-align: center;
	color: #333;
}

.subNavBtn.active {
	color: white;
}

.end {
	margin: 0;
}


/* SECTIONS */
.sTop {
	/*min-height: 630px;*/
	/*background:#e5e5e5;*/
	color:#3d3d3d;
    padding-top: 100px;
	margin-bottom: 50px;
}


.s1, .s2, .s3, .s4, .s5, .s6, .s7 {
	color: #222;
}


.s1 {
	min-height: 500px;
	background: none;/*#2e2e2e;*/
}


.s2 {
	min-height: 500px;
	/*background: #3f3f3f;*/
	background: none;
}


.s3 {
	min-height: 500px;
	/*background: #504f4f;*/
	background: none;
}


.s4 {
	min-height: 500px;
	/*background: #6e87a1;*/
	background: none;
	/*color: white;*/
}

.s5 {
	min-height: 500px;
	/*background: #293b4d;*/
	background: none;
	/*color: white;*/
}

.s6 {
	min-height: 500px;
	background: none;
	/*background: #3f3f3f;*/
	/*color: white;*/
}

.s7 {
	min-height: 500px;
	background: none;
	/*background: #2e2e2e;*/
	/*color: white;*/
}

.memberBar{
	position: absolute;
	top:65px;
	right:10px;

	list-style: none;
	padding:0;
	margin:0;
	text-align: right;

}
.memberBar li{

	padding:5px;
	display: inline;
	border:0;

}

.mid{
    text-align: center;
    width:49%;      
}

.margint-bottom-50 {
	margin-bottom: 50px;
}

.content {
    margin-top: 60px;
}

#conferences {
   width:100%;
   margin:0;
   padding:0;
   text-align: center;
   color:#3d3d3d;
}

div.cc {

	/*display:block;*/
    /*font-size: 14px;*/
    margin-top: 55px;
    margin-right: 15px;
    padding-bottom:5px;
    display: inline-block;
    width:300px;
    min-width:300px;
    min-height: 300px;
    background-color: #EEEEEE;
	
	/*border-width: 5px;*/
    /*border-bottom: dashed 1px;*/
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px;
    border-radius: 150px;

}

#welcome, #conference, #journals, #certificates, #alliance, #committee, #trustees, #aboutus {

    padding-top: 50px;

}

#journals .row, #certificates .row, #alliance .row, #committee .row, #trustees .row, #aboutus .row{
	margin-top: 50px;
	margin-bottom: 100px;
}

#committee img.radius {
	-webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px;
    border-radius: 150px;
}

.cc code {
	color: white;
	background-color: #b2b2b2;
}

#conference_archives {
	margin-top: 30px;
	color: #c1c1c1;
}

.ot {
  width: 500px;
  height: 300px;
  text-align: center;
  margin: 0 auto;
}

.ot:before {
  content: '';
  display: inline-block;
  vertical-align: middle ;
  height: 100%;
}

.wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  height: 150px;
/*  background: #ccc;*/
}

.centering{float:none;margin:0 auto} 

.table tbody > tr > td {
	vertical-align: middle;
}

.help-block li {
    list-style-type: none;
    color: red;
}
.help-block ul {
    padding-left: 0;
}

/*.navbar-default {
    position: absolute;
    top: 0;
}*/

/*.collapse {
    position: absolute;
    top: 0;
}*/
