@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: initial!important;
    max-width: 100%!important;
    height: auto!important;
}
.spac{padding-left: 50px!important; font-weight: normal!important; font-size: 11px!important;}
p.and {
    padding-top: 120px !important;
    font-weight: normal !important;
    font-size: 15px !important;
}

.btn-primary:hover {
    background: #084050;
    border-color: #084050;
}
.xp h1{font-size: 30px;}
.aqs span{font-weight: bold;
    font-size: 20px;
    padding-right: 10px;
    font-style: italic;
    border-bottom: 1px solid #ff7236;
    color: #ff7236;}
.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label, .funkyradio input[type="text"]:empty ~ label {
    position: relative;
    line-height: 12px;
    text-indent: 3.25em;
    margin-top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 35px;
}
input[type=radio] + label {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 5px;
}
.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before, .funkyradio input[type="text"] ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
    line-height: 35px;
}


.funkyradio div {
    /*clear: both;
    overflow: hidden;*/
}
.funkyradio .aaa {
    /*text-align: center;
    padding-top: 13px;*/
    background-color: #ff7236;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    color: #fff;
    border: 1px solid #ff7236 !important;
}

.funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before, .funkyradio-success input[type="text"] ~ label:before {
    color: #fff;
    background-color: #ff7236;
}
.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before, .funkyradio input[type="text"] ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
    line-height: 32px;
}
.funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before, .funkyradio input[type="text"] ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
    line-height: 35px;
}
*, *::before, *::after {
    box-sizing: inherit;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label, .funkyradio input[type="text"] ~ label {
    color: #ffffff;
}
.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label, .funkyradio input[type="text"] {
    position: relative;
    line-height: 12px;
    text-indent: 3.25em;
    margin-top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 35px;
    font-size: 14px;
}

.funkyradio input[type="text"] {
    position: relative;
    line-height: 12px;
    text-indent: 0px!important;
    margin-top: 10px;
    cursor: pointer;
    height: 35px;
    font-size: 14px;
}
input[type=radio]:checked + label {
    background-image: none;
    background-color: #084050;
    color: #fff;
    border: 1px solid #ff7236 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
input[type=radio] + label {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 5px;
}
.jspDrag {
    border: 1px solid #d2cccc;
}
.jspTrack {
    background: #c1bbbb80;
}

input[type=checkbox]:checked + label {
    background-image: none;
    background-color: #084050;
    color: #fff;
    border: 1px solid #ff7236 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input[type=checkbox] + label {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 5px;
}
.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}
.worngans {
    background-color: #F36;
    color: #fff;
    border: 1px solid #F36 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
*, *::before, *::after {
    box-sizing: inherit;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty{
    display: none;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type=radio] {
    display: none;
}
.mngs{text-align: left!important;}
.cont_mng{width: 960px!important;}


.funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #ff7236;
}
.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #fff;
    background-color: #ccc;
    line-height: 32px;
}

.funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2.5em;
    background: #ff7236;
    border-radius: 3px 0 0 3px;
    line-height: 35px;
}



input[type=radio] + label:hover {
    border: 1px solid #000000;
}
input[type=radio] + label {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.sdf {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.25)!important;
    border-radius: 5px;
    background: #f7f7f7;
	margin-top: 20px;
}

.stn{text-align: center; margin-top: 25px;}


.btn {
    font-size: 12px;
    padding: 8px 14px 8px;
    text-transform: uppercase;
    border-radius: 3px;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 9px 12px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 7px;
    color: #fff;

}
.btn-primary {
    color: #fff;
    background-color: #ff7236;
    border-color: #ff7236;

}

.ppd{color: #fff!important;}


body {
	font-family: Arial, sans-serif;
	background: #fff;
	font-weight: 400;
	font-size: 13px;
	color: #333;
	height: 100%;
}

.js body {
	overflow: hidden;
}

/*a {
	color: #555;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}*/

.container,
.bb-custom-wrapper,
.bb-bookblock {
	width: 100%;
	height: 100%;
}

.container {
	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;
}

/*.no-js .container {
	padding-left: 240px;
}*/

.menu-panel {
	background: #ff7236;
	width: 240px;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.js .menu-panel {
	position: absolute;
	left: -240px;
}

.menu-panel h3 {
	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: #fff;
	font-size: 1.1em;
	line-height: 3.5;
	padding: 0 20px;
	cursor: pointer;
	background: #ff7236;
	border-bottom: 1px solid #dcd6d4;
	font-weight: bold;
    font-size: 11px;
}

.menu-toc li a:hover,
.menu-toc li.menu-toc-current a{
	background: #084050;
}

.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: #bc0b0b;
	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;
	left: 60px;
	position: absolute;
	z-index: 1000;
}

.bb-custom-wrapper nav span,
.menu-button {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	background: #ff7236;
	border-radius: 50%;
	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: #000;
}

.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: 50px;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}

.scroller {
	/*padding: 10px 5% 10px 5%;*/
	text-align: center;
}

.js .content:before,
.js .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
	z-index: 100;
	pointer-events: none;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.js .content:after {
	top: auto;
	bottom: 0;
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.content h2 {
	font-weight: 300;
	font-size: 4em;
	padding: 0 0 10px;
	color: #333;
	margin: 0 1% 40px;
	text-align: left;
	box-shadow: 0 10px 0 rgba(0,0,0,0.02);
	text-shadow: 0 0 2px #fff;
}

.no-js .content h2 {
	padding: 40px 1% 20px;
}

.content p {
	font-size:17px;
	line-height: 1.6;
	font-weight: 300;
	text-align: justify;
	font-style: italic;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 800px){
	.no-js .menu-panel {
		display: none;
	}
	.cont_mng{width: auto!important;}
	.no-js .container {
		padding: 0;
	}
	.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label{ font-size: 11px;
text-align: center;}
}

@media screen and (max-width: 400px){
	.menu-panel,
	.content {
		font-size: 75%;
	}
	.cont_mng{width: auto!important;}

.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label{ font-size: 11px;
text-align: center;}
}