html {
    width: 100%;
    height: 100%;
}

body {
	background-color: #fff;
	font-family: sans-serif;
	margin: 0;
}


h1 {
	color: #2c2c2c;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 30px;
}
h2 {
	color: #3e3e3e;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 12px;
}
h3 {
	color: #4c4c4c;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 12px;
}
h4 {
	color: #23527c;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 12px;
}
p {
	color: #585858;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 30px;
}

ul {
	padding-left: 16px;
}


img {
	border: 0;
}

.inline-image img{
   display:inline-block;
   vertical-align: middle;
}
pre {
	color: #1256f1;
}
.clearfix:after, #contents:after {
	clear:both;
	content:"";
	display:block;
	height:1%;
	line-height:0;
	visibility:hidden;
}


.caption {
    text-align: center;
}

.caption img {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    clear:both;
}

.caption p {
    text-align: center;
    font-size: 30px !important;
    font-weight: bolder;
}

.downloadButton {
	background: url(../images/bg-button.png) no-repeat;
	background-position: 0 -85px;
	color: #fff;
	display: inline-block;
	font: 24px/60px 'helvetica';
    border-radius: 10px;
	height: 40px;
	width: 230px;
    text-align: center;
    margin-top: 20px;
    line-height: 40px;
}
.downloadButton:hover {
	background-position: 0 0;
    text-decoration: none;
    color: white;
}
/***************** HEADER **********************/
#header {
	background-color: #eee;
	padding: 5px 0;
}

/** Navigation *******************************/


#navigation {
	max-width: 1080px;
    overflow: auto;
	margin: 0 auto;
	padding: 0;
}

#navigation-logo-container{
	width: 120px;
	clear: none;
	float: left;
}

#navigation-logo{
	width: 120px;
	clear: none;
}

#navigation img, #navigation-logo a{
	width: 120px;
	height: 102px;
}

#navigation ul {
	width: 950px;
	padding-left: 10px;
	line-height: 120px;
    display: inline-block;
}
#navigation li {
    list-style: none;
    float: left;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 40px;
	text-align: center;
}
#navigation li a {
	color: #818181;
	font-size: 20px;
	text-decoration: none;
}
#navigation li a:hover {
	color: #000;
}
#navigation li.active a {
	color: #1256f1;
}

/** contentbox ********************************/

.contentbox {
    border-top: 1px #ccc solid;
    padding-bottom: 50px;
	background: url(../images/bg-adbox.jpg) repeat left top;
	height: auto;
	padding: 40px 0;
}

.contentbox > div {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
}
.contentbox > div img {
	float: right;
	margin-left: 60px;
}
.contentbox h1, #contentbox h2 {
	color: #2c2c2c;
	font-size: 60px;
	line-height: 60px;
}
.contentbox h2 {
	font-size: 30px;
    font-weight: bolder;
	line-height: 36px;
	text-transform: none;
}
.contentbox p {
	font-size: 16px;
	line-height: 24px;

}
.contentbox p span {
	display: block;
	font-size: 12px;
	width: 360px;
	padding: 24px 0;
	text-align: center;
}

.contentbox p span b {
	font-weight: normal;
	display: block;
	width: 256px;
}

/************************* CONTENTS *****************/
#contents {
	width: 880px;
	margin: 0 auto;
	padding: 20px 40px;
}

#contents-sidebar {
	height: calc(100% - 300px);
    min-height: 800px;
	padding: 54px 260px 0px 260px;
    position: relative;
    overflow: auto;
}

/** MAIN **********************************************/
.main {
	float: left;
	background: url(../images/divider.png) repeat-y right top;
	min-height: 100px;
	width: 620px;
	padding-right: 24px;
}
.main h1{
	margin: 0 0 12px;
	position: relative;
	top: -18px;
}
.main h2 span {
	display: block;
	font-size: 12px;
}

/* TUTORIALS ***********************************/

#tutorial-sidebar {
	border-right: dashed 1px #CCC;
}

#tutorial-sidebar ul
{
	list-style: none;
  padding-left: 10px;
  margin-left: 6px;
  border-left: dashed 1px #CCC;
}

#tutorial-sidebar li > a
{
  padding-left:16px;
}

#tutorial-sidebar a.active
{
  color:#eb1a1d;
}

#tutorial-sidebar .btn-primary.active
{
    color:  #23527c; /*black;*/
    background: none;
    border: none;
    box-shadow: none;
    padding: 0px;
}

#tutorial-container
{
	width:80%;
	max-width: 1200px;
	margin-left: auto;
	margin-right:auto;
	padding-top: 20px;
}


#tutorial-contents h1,
#tutorial-contents h2,
#tutorial-contents h3,
#tutorial-contents h4
{
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: bolder;
}


.tutorial-checkbox
{
    display:none;
}

.tutorial-checkbox + span{
    background:url(../images/plus.png) no-repeat;
    display:inline-block;
    height: 12px;
    width: 12px;
    line-height: 12px;
}

.tutorial-checkbox:checked + span{
    background:url(../images/minus.png) no-repeat;
    display:inline-block;
    height: 12px;
    width: 12px;
    line-height:12px;
}


#tutorial-sidebar .collapse
{
	padding-bottom: 0px;/*10px;*/
}

#tutorial-sidebar .subtitle
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

/********* FOOTER **********************/

#footer {
    border-top: 1px solid #ccc;
    padding-top: 20px;
	width: 100%;
}

#footer > div{
	max-width: 800px;
	margin: 0 auto;
}

#footer a {
    color: blue;
}

/*************************************/

#tutorials-googleSearch{
	height: 60px;
	width: 100%;
}

#tutorials-googleSearch .gsc-input-box {
	height: 30px;
	width: 100%;
}

#tutorials-googleSearch input.gsc-search-button{
	display: none;
}


/* mobile phone ********************************/


@media all and (max-width: 1200px) {

	#contents-sidebar {
		padding: 54px 20px 0px 260px;
	}
}

@media all and (max-width: 1000px) {

	#tutorial-container {
		width: 100%;
		padding: 10px;
	}

	#tutorial-sidebar {
		border-right: none;
		border-bottom: 1px dashed #ccc;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	#header{
		width: 100%;
		padding: 5px;
	}

	#navigation-logo-container{
		width: 200px;
		padding-left: 10px;
		float: none;
	}

	#navigation-logo{
		margin: 0 auto;
	}

	#navigation img {
	}

	#navigation ul {
		line-height: normal;
		width: auto;
		padding-left: 10px;
		display: inline-block;
		margin: 5px auto;
	}
	#navigation li {
		float: left;
		display: block;
		min-width: 200px;
		margin-left: 5px;
		clear: both;
	}
	#navigation li a{
		font-size: 1.1em;
		font-weight: bold;
	}
}
