/*----------------------------------- General Structure */
.container{
	/* [disabled]width: 1260px; */
	/* [disabled]margin: 0px auto 0 auto; */
}
.wrap-container{
	position: relative;
	padding: 0 10px;
}
/*.section{
	padding-top: 60px;
}*/
.example{
	padding: 20px 0;
}
em{
	padding: 4px;
	background: #FCFC80;
}
/*----------------------------------- Header */
#header .container{
	margin-top: 70px;
	margin-bottom: 0;
}
#about{
	margin-bottom: 0;
	padding-bottom: 15px;
	border-bottom: 5px solid #EAEAEA;
}
#main{
	margin-top: -20px;
}
.site-title{
	margin-bottom: 8px;
	line-height: 100%;
}
.space{
	letter-spacing: -10px;
}
/*----------------------------------- Nav */
#nav-menu{
	position: fixed;
	width: 100%;
	z-index: 10000;
	background-color: rgba(255, 255, 255, .85);
}
#nav-menu .container{
	margin: 0 auto;
}
.nav-bar{
	margin: 0 0 10px 0;
	padding: 0 5px;
	background: #333;
	/* Border Radius */
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.nav-bar li{
	float: left;
	margin-bottom: 0;
}
.nav-bar li a{
	display: inline-block;
	margin-right: 3px;
	padding: 15px;
	color: #FFF;
}
/*----------------------------------- Features */
.features-content{
	float: left;
	width: 40%;
}
.features-gallery{
	float: right;
	width: 56%;
}
.feature-list{
	margin-bottom: 20px;
}
.feature-list li{
	margin-left: 5px;
	padding-left: 35px;
	font-size: 123.1%;
	font-weight: 300;
	background: transparent url(http://www.cancocoa.org/img/ok.png) no-repeat 0 2px;
}
.download{
	display: block;
	margin-bottom: 40px;
	padding: 12px 16px;
	font-size: 123.1%;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	color: #FFF;
	background: #7A1;
	border: 1px solid #7A1;
	/* border radius */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* transition */
	transition: background .2s ease-out;
	-webkit-transition: background .2s ease-out;
}
.download small{
	padding-left: 5px;
	font-size: 11px;
	font-weight: 100;
	text-transform: none;
	color: rgba(255, 255, 255, .7);
}
.download:hover{
	text-decoration: none;
	background: #8B2;
}
/*----------------------------------- Code */
pre{
	margin-bottom: 20px;
	padding: 15px 15px 10px 15px;
	font-size: 12px;
	line-height: 140%;
	color: #666;
	background: #EAEAEA;
	border-radius: 10px;
	overflow: auto;
}
pre:hover{
	color: #000;
	background: #F3F3F3;
}
.normalweight{
	font-weight: 100;
}
.code-option{
	padding: 2px 3px;
	background-color: #FF0;
}
.label-new{
	margin-right: 3px;
	padding: 1px 3px;
	color: #FFF;
	background: #F60;
	/* border radius */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
/*----------------------------------- Table */
table{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
table th, table td{
	padding: 8px 10px;
	border-top: 1px solid #EAEAEA;
}
table th{
	font-weight: bold;
}
table code{
	font-size: 93%;
}
table tbody tr:nth-child(2n+1){
	background-color: #EAEAEA;
}
.th-item{ width: 15%; }
.th-default{ width: 20%; }
.th-description{ width: 65%; }
/*----------------------------------- Gallery */
.crsl-items{
	margin: 10px auto;
}
.crsl-item figcaption{
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	color: #FFF;
	background: rgba(0,0,0,.5);
}
.crsl-nav{
	position: relative;
	min-height: 1px;
}
.crsl-nav .previous{
	float: left;
}
.crsl-nav .next{
	float: right;
}
/*----------------------------------- Special Galleries */
/* Custom controls */
#gallery-02, #gallery-07{
	position: relative;
}
#gallery-02 .crsl-nav, #gallery-07 .crsl-nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#gallery-02 .crsl-items:after, #gallery-07 .crsl-items:after{
	display: block;
	clear: both;
	content: '';
}
#gallery-02 .previous, #gallery-02 .next, #gallery-07 .previous, #gallery-07 .next{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	text-indent: -10000px;
	color: #FFF;
	background: rgba(0, 0, 0, .80) url(../img/previous-next.png) no-repeat 0 0;
	z-index: 10;
	/* border radius */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	/* transition */
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
}
#gallery-02 .previous:hover, #gallery-02 .next:hover, #gallery-07 .previous:hover, #gallery-07 .next:hover{
	background-color: rgba(0,0,0, .95);
}
#gallery-02 .previous, #gallery-07 .previous{
	left: 0;
	background-position: 0 0;
}
#gallery-02 .next, #gallery-07 .next{
	right: 0;
	background-position: 100% 0;
}
#gallery-02 .crsl-item, #gallery-07 .crsl-item{
	margin-bottom: 0;
}


/*--------------- News, Videos, Publications, Events and Gallery */

/* Custom controls */
#news, #events{
	position: relative;
}
#news .crsl-nav, #events .crsl-nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#news .crsl-items:after, #events .crsl-items:after{
	display: block;
	clear: both;
	content: '';
}
#news .previous, #news .next, #events .previous, #events .next{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	text-indent: -10000px;
	color: #FFF;
	background: rgba(0, 0, 0, .80) url(../img/previous-next.png) no-repeat 0 0;
	z-index: 10;
	/* border radius */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	/* transition */
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
}
#news .previous:hover, #news .next:hover, #events .previous:hover, #events .next:hover{
	background-color: rgba(0,0,0, .95);
}
#news .previous, #events .previous{
	left: 0;
	background-position: 0 0;
}
#news .next, #events .next{
	right: 0;
	background-position: 100% 0;
}
#news .crsl-item, #events .crsl-item{
	margin-bottom: 0;
}
/*----------------------------------- Media Queries */
@media only screen and ( min-width : 1360px ){
	.features-content{
		width: 26%;
	}
	.features-gallery{
		width: 72%;
	}
}
@media only screen and ( min-width : 720px ) and ( max-width : 960px ){
	.features-content{
		width: 36%;
	}
	.features-gallery{
		width: 60%;
	}
	.feature-list li{
		margin-bottom: 15px;
		font-size: 116%;
	}
}
@media only screen and ( max-width : 720px ){
	body{
	/* [disabled]overflow:hidden; */
	}
	.container{
	/* [disabled]width: 100%; */
	}
	.features-content, .features-gallery{
		float: none;
		width: 100%;
	}
	.feature-list li{
		margin-bottom: 15px;
	}
	.nav-menu li a{
		padding: 15px 7px;
	}
	.overflow-table{
		width: 100%;
		overflow: visible;
	}
}
.rank {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	width: 40px;
	height: 40px;
	background: #4CAF50;
	color: #fff;
	text-align: center;
	padding: 10px;
	float: left;
	line-height: 20px;
	
}
.output {
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	text-align: center;
	float: right;
	padding-top: 10px;
}