/*@font-face {
	font-family: 'helveticaneueregular';
	src: url('fonts/helveticaneue-webfont.eot');
	src: url('fonts/helveticaneue-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/helveticaneue-webfont.woff2') format('woff2'),
		url('fonts/helveticaneue-webfont.woff') format('woff'),
		url('fonts/helveticaneue-webfont.ttf') format('truetype'),
		url('fonts/helveticaneue-webfont.svg#helveticaneueregular') format('svg');
	font-weight: normal;
	font-style: normal;

}




@font-face {
	font-family: 'helveticaneueregular';
	src: url('fonts/helveticaneue-webfont.eot');
	src: url('fonts/helveticaneue-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/helveticaneue-webfont.woff2') format('woff2'),
		url('fonts/helveticaneue-webfont.woff') format('woff'),
		url('fonts/helveticaneue-webfont.ttf') format('truetype'),
		url('fonts/helveticaneue-webfont.svg#helveticaneueregular') format('svg');
	font-weight: normal;
	font-style: normal;

}




@font-face {
	font-family: 'helveticaneuebold';
	src: url('fonts/helveticaneuebd-webfont.eot');
	src: url('fonts/helveticaneuebd-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/helveticaneuebd-webfont.woff2') format('woff2'),
		url('fonts/helveticaneuebd-webfont.woff') format('woff'),
		url('fonts/helveticaneuebd-webfont.ttf') format('truetype'),
		url('fonts/helveticaneuebd-webfont.svg#helveticaneuebold') format('svg');
	font-weight: normal;
	font-style: normal;

}




@font-face {
	font-family: 'helveticaneueitalic';
	src: url('fonts/helveticaneueit-webfont.eot');
	src: url('fonts/helveticaneueit-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/helveticaneueit-webfont.woff2') format('woff2'),
		url('fonts/helveticaneueit-webfont.woff') format('woff'),
		url('fonts/helveticaneueit-webfont.ttf') format('truetype'),
		url('fonts/helveticaneueit-webfont.svg#helveticaneueitalic') format('svg');
	font-weight: normal;
	font-style: normal;

}




@font-face {
	font-family: 'helveticaneueheavy';
	src: url('fonts/helveticaneuehv-webfont.eot');
	src: url('fonts/helveticaneuehv-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/helveticaneuehv-webfont.woff2') format('woff2'),
		url('fonts/helveticaneuehv-webfont.woff') format('woff'),
		url('fonts/helveticaneuehv-webfont.ttf') format('truetype'),
		url('fonts/helveticaneuehv-webfont.svg#helveticaneueheavy') format('svg');
	font-weight: normal;
	font-style: normal;

}*/
@font-face {
	font-family: 'bebas_neue_regular';
	src: url('bebasneue_regular-webfont.eot');
	src: url('bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('bebasneue_regular-webfont.woff2') format('woff2'),
		url('bebasneue_regular-webfont.woff') format('woff'),
		url('bebasneue_regular-webfont.ttf') format('truetype'),
		url('bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
	font-weight: normal;
	font-style: normal;

}




@font-face {
	font-family: 'bebas_neuelight';
	src: url('fonts/bebasneue_light-webfont.eot');
	src: url('fonts/bebasneue_light-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/bebasneue_light-webfont.woff2') format('woff2'),
		url('fonts/bebasneue_light-webfont.woff') format('woff'),
		url('fonts/bebasneue_light-webfont.ttf') format('truetype'),
		url('fonts/bebasneue_light-webfont.svg#bebas_neuelight') format('svg');
	font-weight: normal;
	font-style: normal;

}




@font-face {
	font-family: 'bebas_neuebook';
	src: url('fonts/bebasneue_book-webfont.eot');
	src: url('fonts/bebasneue_book-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/bebasneue_book-webfont.woff2') format('woff2'),
		url('fonts/bebasneue_book-webfont.woff') format('woff'),
		url('fonts/bebasneue_book-webfont.ttf') format('truetype'),
		url('fonts/bebasneue_book-webfont.svg#bebas_neuebook') format('svg');
	font-weight: normal;
	font-style: normal;

}




@font-face {
	font-family: 'bebas_neuebold';
	src: url('fonts/bebasneue_bold-webfont.eot');
	src: url('fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/bebasneue_bold-webfont.woff2') format('woff2'),
		url('fonts/bebasneue_bold-webfont.woff') format('woff'),
		url('fonts/bebasneue_bold-webfont.ttf') format('truetype'),
		url('fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
	font-weight: normal;
	font-style: normal;

}

    html, body {
            height:100%;
            padding: 0px;
            margin: 0px;
        }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Content Flip Style */

.bb-bookblock {
	width: 400px;
	height: 300px;
	position: relative;
	background: #fff;
	z-index: 100;
}

.bb-page {
	width: 50%;
	height: 100%;
	left: 50%;
	position: absolute;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.bb-page > div,
.bb-outer,
.bb-content {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

.bb-content {
	background: #fff;
}

.bb-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

iframe{
    border:0px;
}

.bb-overlay, .bb-outer {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bb-page > div {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bb-back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.bb-outer {
	width: 100%;
	overflow: hidden;
	z-index: 999;
}

.bb-overlay, 
.bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1000;
}

.bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.2);
}

.bb-bookblock > div.bb-page:first-child,
.bb-bookblock > div.bb-page:first-child .bb-back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.js .bb-item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: #fff;
}



.js body {
	overflow: hidden;
}

.js .menu-panel {
	position: absolute;
	left: -240px;
	overflow-y: auto;
}

.js .menu-panel::-webkit-scrollbar {
	width: 0.9em;
}

.js .menu-panel::-webkit-scrollbar-track {
	background: #e6e6e6;
}

.js .menu-panel::-webkit-scrollbar-thumb {
	background-color: #7EC3DF;
	outline: 0px solid #7EC3DF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.wrapper,
.bb-custom-wrapper,
.bb-bookblock {
	width: 100%;
	height: 100%;
}

.wrapper {
	position: relative;
	left: 0px;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}
.slideRight {
	left: 240px !important;
	z-index:999;
	position: relative;
}

.no-js .container {
	padding-left: 240px;
}

body {
	font-family: 'bebas_neue_regularregular';
	background: #ffffff;
	font-weight: 400;
	font-size: 100%;
	color: #333;
	height: 100%;
}

.menu-panel {
	background: #006EA4;
	width: 240px;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	border-right:1px solid #006EA4;
	font-family:Arial, Helvetica, sans-serif;
}



a {
	color: #555;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}


.iframe{
	border:0px;
}
.cards img{
	text-align:center;
	margin:5px auto;
}
.cards ul{
	list-style: circle;
	font-family: Arial, Helvetica, sans-serif;
}
.cards ul li{
	margin:12px 0px;
	font-size:1.3em;
}
.green-image{
	position:absolute;
	margin-top:-70px;
	right:0px;
}
.border{
	border:1px solid #FCB515;
}
.no-border{
	border:1px solid #CCCCCC;
}
.thumbnail-content.message{
margin-top:20%;	
}
.thumbnail-content{
	background:#ffffff;
	min-height:400px;
	height: auto;
	margin:10px 10px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    0px 0px 4px 0px rgba(50, 50, 50, 0.50);
	box-shadow:         0px 0px 4px 0px rgba(50, 50, 50, 0.50);
	padding:10px;	
	
}
.content .thumbnail-content:hover{
	border:1px solid #cccccc;
}
.content ul.command{
	list-style:decimal;
	margin-top:30px;
	font-family: 'bebas_neuebold';
}
.content ul.command li{
	list-style: decimal;
	font-size:1.8em;
	margin:10px 0px 5px 15px;
}
.content ul.command li> strong{
	
	font-size:1.8em;
	font-family: 'bebas_neuebold';
}

.thumbnail-content ul{
	list-style: circle;
	font-family:Arial, Helvetica, sans-serif;

}
.thumbnail-content ul li{
	list-style: circle;
	font-size:1.33em;
	margin:10px 0px 5px 15px;
	font-family:Arial, Helvetica, sans-serif;

}

.content .thumbnail-content a{
	color:#FDB515;
	font-size:18px;
	text-decoration: underline;

	font-family: 'bebas_neuebold';
}
.content .thumbnail-content a i{
	color:#7EC3DF;
	font-size:20px;
    padding-right:4px;
    text-decoration: none;

}
.content .thumbnail-content a:hover{
	color:#006EA4;
	font-size:18px;
	text-decoration: underline;
	
	font-family: 'bebas_neuebold';
}
.content .thumbnail-content h3{
	padding-bottom:5px;
	border-bottom:0px;
	color:#006EA4;
	
}
.thumbnail-content p{
	font-size:12px;
	line-height: 16px;
	font-family:Arial, Helvetica, sans-serif;

}
.menu-panel h3 {
	font-family: 'bebas_neuebold';
	font-size: 1.8em;
	padding: 20px;
	font-weight: 300;
	color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.05);
} 

.menu-toc {
	list-style: none;
}

.menu-toc li a {
	display: block;
	color: #ffffff;
	font-size: 1.4em;
	line-height: 3.5;
	padding: 0 20px;
	cursor: pointer;
	background: #006EA4;
	border-bottom: 1px solid #7EC3DF;
}
.menu-toc li.logo{
	background: #7EC3DF;
}
.menu-toc li a:hover,
.menu-toc li.menu-toc-current a{
	background: #7EC3DF;
}

.menu-panel div {
	margin-top: 20px;
}

.menu-panel div a {
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1;
	padding: 5px 20px;
	display: block;
	border: none;
	color: #006EA4;
	letter-spacing: 1px;
	font-weight: 800;
	text-shadow: 0 1px rgba(255,255,255,0.2);
} 

.menu-panel div a:hover {
	background: inherit;
	color: #fff;
	text-shadow: none;
}

.bb-custom-wrapper nav {
	top: 20px;
	right: 90px;
	position: absolute;
	z-index: 1000;
}

.bb-custom-wrapper nav span,
.menu-button {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	background: #006EA4;
	border-radius: 18%;
	color: #fff;
	line-height: 30px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;
}

.bb-custom-wrapper nav span:hover,
.menu-button:hover {
	background: #7EC3DF;
}

.bb-custom-wrapper nav span:last-child {
	left: 40px;
}

.menu-button {
	z-index: 1000;
	left: 20px;
	top: 20px;
	text-indent: -9000px;
}

.menu-button:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 2px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
	left: 25%;
	box-shadow: 0 -4px #fff, 0 4px #fff;
}

.no-js .bb-custom-wrapper nav span,
.no-js .menu-button {
	display: none;
}

.js .content {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	bottom: 0px;
	overflow: hidden;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}

.scroller {
	padding: 10px 5% 10px 5%;
}

.js .content:before,
.js .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 100;
	pointer-events: none;

}

.js .content:after {
	top: auto;
	bottom: 0;

}

.content h2:first-child {
	font-family: 'bebas_neuebold';
	font-weight: 300;
	font-size: 7em;
	padding: 0 0 10px;
	color: #333;
	margin: 0 0px 40px;
	text-align: left;
	box-shadow: 0 5px 0 rgba(0,0,0,0.02);
	text-shadow: 0 0 2px #fff;
}
.content h2 {
	font-family: 'bebas_neuebold';
	font-weight: 300;
	font-size: 7em;
	padding: 0 0 10px;
	color: #333;
	margin: 0 0px 40px;
	text-align: left;
	/*box-shadow: 0 5px 0 rgba(0,0,0,0.02);
	text-shadow: 0 0 2px #fff;*/
}
.content h3 {
	font-family: 'bebas_neuebold';
	font-weight: 300;
	font-size: 4em;
	padding: 0 0 20px;
	color: #333;
	text-align: left;
/*box-shadow: 0 5px 0 rgba(0,0,0,0.02);
	text-shadow: 0 0 2px #fff;*/
}

.blue{
    color:#006EA4 !important;
}
.bluel{
    color:#7EC3DF;
}
.orange{
    color:#FCB515;
}

small{
	font-family: 'bebas_neuebold';
	font-size: 1.0em ;
	padding: 20px;
	font-weight: 300;
	color: #333333 !important;
		
}

.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.38em;
	line-height: 2.0em;
	font-weight: normal;
	text-align: justify;
}
.content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.8;
	text-align: justify;
}
.content a >img{
	margin-right:10px;
}
.content strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.8;


	text-align: justify;
}
.content ul li strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.8;
	font-weight:bold;
	text-align: justify;
}
.content .sub{
	text-decoration:none;
	font-weight: bold;
}
#item1{
	background: url('../images/bg.png') no-repeat top center fixed;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#item16{
	background: url('../images/bg-thanks.png') no-repeat top center fixed;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#item1 .content h2{
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.spacer{
	height:30px;
	clear:both;
	visibility: hidden;
}
#sb-wrapper-inner {

	border: 1px solid #7EC3DF;

}
#sb-body, #sb-loading {
	background-color: #ffffff;
}
@media screen and (max-width: 992px){
	.no-js .menu-panel {
		display: none;
	}

	.no-js .container {
		padding: 0;
	}
	.thumbnail-content.message{
		margin:3% auto 3% auto;	
	}
}

@media screen and (max-width: 400px){
	.menu-panel,
	.content {
		font-size: 90%;
	}
}

