/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

body {
	font-size: 1em;
	line-height: 1.4;
	font-family: Arial;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.c980{
	margin-right: auto;
	margin-left: auto;

	width: 980px;
}

.c1500{
	margin-right: auto;
	margin-left: auto;

	width: 100%;
	max-width: 1500px;
}

.placeHolder{
	color: #aaa;
}

.radioStyle{
	display: inline-block;

	width: 15px;
	height: 16px;

	background: url(../img/formRadioBg.png) no-repeat;
}

.radioStyle:hover{
	background-position: 0 -16px;
}

.radioStyle.checked{
	background-position: 0 -32px;
}

.checkboxStyle{
	display: inline-block;

	width: 16px;
	height: 16px;

	background: url(../img/formCheckboxBg.png) no-repeat;
}

.checkboxStyle:hover{
	background-position: 0 -16px;
}

.checkboxStyle.checked{
	background-position: 0 -32px;
}

/*
	Colorbox
*/
#cboxOverlay{
	background: #608282;
	opacity: 0.75;
}

#colorbox,
#cboxWrapper{
	overflow: visible;
}

#cboxContent{
	height: auto !important;

	box-shadow: 0px 0 32px 0px #3A3939;
	--webkit-box-shadow: 0px 0 32px 0px #3A3939;
}

#cboxLoadedContent{
	padding: 0px;

	height: auto !important;
}

#cboxClose,
#cboxClose:hover{
	right: -28px;
	top: -28px;

	width: 54px;
	height: 56px;

	background: url(../img/colorboxClose.png) no-repeat;
}

#cboxLoadedContent,
#cboxLoadingOverlay{
	background: #f1f1f1;
}

#cboxLoadingGraphic{
	background:url(../img/colorboxLoader.gif) no-repeat center center;
}

#cboxTitle{
	font-family: Arial;
	color: #fff;
}

#cboxPrevious{
	right: 60px;
}

#cboxNext{
	right: 39px;
}

/* Recaptcha fix */
iframe[src="about:blank"]{display:none;}

/*
	Recaptcha custom
*/
#recaptcha_d01{
	--webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 13px;

	width: 300px;

	background: #cccccc;
}

#recaptcha_d01 #recaptcha_image img{
	--webkit-border-radius: 8px;
	border-radius: 8px;
}

#recaptcha_d01 .text{
	display: block;

	margin: 8px 0 0;
	font-size: 16px;
	color: #040404;
}

#recaptcha_d01 #recaptcha_response_field{
	float: left;

	margin: 0 19px 0 0;
	border: 0;
	padding: 5px;

	width: 188px;

	background: #fff;

	font-size: 16px;
	color: #040404;

	height: 30px;
}

#recaptcha_d01 .reload a,
#recaptcha_d01 .audio a,
#recaptcha_d01 .help a{
	float: left;
	display: block;

	margin: 0 4px 0 0;

	width: 25px;
	height: 25px;
}

#recaptcha_d01 .reload a{
	background: url(../img/recaptchaReload.png) no-repeat;
}

#recaptcha_d01 .audio a{
	background: url(../img/recaptchaAudio.png) no-repeat;
}

#recaptcha_d01 .help a{
	margin: 0;

	background: url(../img/recaptchaHelp.png) no-repeat;
}

#recaptcha_d01 .reload a:hover,
#recaptcha_d01 .audio a:hover,
#recaptcha_d01 .help a:hover{
	opacity: 0.7;
}

/*
	Desing
*/

header{
	position: relative;

	border-bottom: 1px solid #dedede;

	height: 111px;
}

header .logo{
	float: left;

	margin: 25px 0 0;

	width: 301px;
	height: 62px;
}

header .newsletter{
	float: left;

	margin: 58px 37px 0 0;

	width: 398px;
	height: 19px;

	text-align: right;
}

header .newsletter a{
	color: #cfa300;
	font-size: 14px;
}

header .newsletter a:hover{
	color: #767676;
}

header .search{
	display: block;
	float: left;

	margin: 53px 0 0;

	width: 226px;
	height: 33px;
}

header .search input{
	float: left;

	border: 0;
	padding: 0 2px 0 10px;

	width: 180px !important;
	height: 33px;

	background: url(../img/searchInput.png) no-repeat;

	outline: none;

	font-size: 14px;
	line-height: 33px;
}

header .search input.placeholder{
	font-size: 13px;
	font-style: italic;
	color: #777;
}

header .search input::-webkit-input-placeholder{
	font-size: 13px;
	font-style: italic;
	color: #777;
}
header .search input::-moz-placeholder{
	font-size: 13px;
	font-style: italic;
	color: #777;
}
header .search input:-moz-placeholder{
	font-size: 13px;
	font-style: italic;
	color: #777;
}
header .search input:-ms-input-placeholder{
	font-size: 13px;
	font-style: italic;
	color: #777;
}

header .search button{
	float: left;

	border: 0px;

	width: 34px;
	height: 33px;

	background: url(../img/searchSubmit.png) no-repeat;
}

header .search button:hover{
	background-position: 0 -33px;
}

header .share{
	position: absolute;
	top: 21px;
	right: 15px;

	padding: 0 0 0 22px;

	width: 100px;
	height: 14px;

	background: url(../img/share.png) no-repeat left top;

	font-size: 14px;
	line-height: 15px;

	cursor: pointer;
}

header .share:hover{
	opacity: 0.7;
}

header .sharePopup{
	position: absolute;
	top: 50px;
	right: 15px;
	z-index: 2;

	padding: 10px 20px;

	width: 200px;

	background: #f6f6f6;

	-webkit-box-shadow: 0px 0px 30px 0px #DFDFDF;
	box-shadow: 0px 0px 30px 0px #DFDFDF;

	font-size: 12px;
}

header .sharePopup .close{
	position: absolute;
	top: 5px;
	right: 5px;

	font-family: 'agbq_bold';
	font-size: 11px;

	cursor: pointer;
}

header .sharePopup ul{
	margin: 20px 0 0;
	padding: 0;

	list-style-type: none;
}

header .sharePopup li{
	float: left;

	margin: 0 0 10px 0;

	width: 100px;

	line-height: 16px;
}

header .sharePopup li a{
	color: #000;
	text-decoration: none;
}

header .sharePopup li a:hover{
	opacity: 0.7;
}

header .sharePopup li a img{
	margin: 0 5px 0 0;
}

nav.mainMenu{
	margin-top: 2px;

	height: 76px;

	background: url(../img/mainMenuBottomBg.png) no-repeat center bottom;
}

nav.mainMenu ul{
	float: left;

	margin: 0px;
	padding: 0px;

	height: 76px;

	list-style: none;
}

nav.mainMenu ul li{
	display: block;
	float: left;

	height: 76px;
	width: auto;

	background: url(../img/mainMenuItemBg.png) no-repeat right 0;
}

nav.mainMenu ul li:last-child{
	background: url(../img/mainMenuLastItemBg.png) no-repeat right 0;
}

nav.mainMenu ul li a{
	display: block;

	padding: 0 25px 0 13px;

	height: 76px;

	background: url(../img/mainMenuItemLinkBg.png) no-repeat right 0;

	line-height: 90px;
	text-decoration: none;
	font-size: 15px;
	color: #767676;
}

nav.mainMenu ul li.current,
nav.mainMenu ul li.selected,
nav.mainMenu ul li:hover{
	background-position: right -76px;
}

nav.mainMenu ul li.current a,
nav.mainMenu ul li.selected a,
nav.mainMenu ul li:hover a{
	background-position: right -78px;

	text-decoration: underline;
}

.social{
	float: right;

	width: 66px;
	height: 76px;

	line-height: 88px;
}

.social a{
	display: block;
	float: left;

	margin: 0 8px 0 0;
	padding: 0;
}

.social a:hover{
	opacity: 0.7;
}

.menuFooter{
	padding: 33px 0 33px;

	font-size: 14px;

	letter-spacing: 0.2px;
}

.menuFooter ul{
	margin: 0;
	padding: 0;

	list-style-type: none;
}

.menuFooter li{
	margin: 0;
	padding: 0;
}

.menuFooter li a{
	text-decoration: none;
}

.menuFooter li a:hover{
	text-decoration: underline;
}

.menuFooter ul.level1{
}

.menuFooter ul.level1 > li{
	float: left;

	margin: 0 13px 0 0;
}

.menuFooter ul.level1 > li:last-child{
	margin: 0;
}

.menuFooter ul.level1 > li > a{
	display: block;

	margin: 0 0 21px;

	text-transform: uppercase;
	color: #989898;
}

.menuFooter ul.level2 > li{
	height: 21px;
}

.menuFooter ul.level2 > li a{
	color: #939393;
}

footer{
	border-top: 1px solid #cccccc;
	padding: 13px 0 0;

	height: 150px;
}

footer .d01{
	float: left;
}

footer .legal{
	float: left;

	margin: 5px 0 0 189px;

	font-family: 'Lato';
	font-size: 12px;
	color: #767674;
}

footer .legal a{
	color: #767674;
}

footer .prisa{
	float: right;
}

footer .d01:hover,
footer .prisa:hover{
	opacity: 0.7;
}

.footerBgHome{
	margin: 10px 0 0;

	width: 100%;

	background: #f2f2f2;
}

.footerBg{
	width: 100%;

	background: #ffffff;
	/*background: url(../img/mainBg.png) repeat top center;*/
}

.footerBg footer{
	margin-top: 0px;
}

.cbLegal{
	margin: 30px 0;
	padding: 30px;

	width: 920px;
	height: 400px;

	overflow-y: scroll;
}

/* ==========================================================================
   LAYOUTS
   ========================================================================== */

/*
	Index
*/


.index{
	padding: 28px 0 32px;

	background: url(../img/indexMenuShadow.png) no-repeat top center;
}

.index .block_1{
	width: 980px;
}

.index .block_2{
	margin: 26px 0 0;

	width: 980px;
}

.index .block_2_1{
	float: left;

	margin: 0 18px 0 0;

	width: 360px;
	min-height: 1px;
}

.index .block_2_2{
	float: left;
	width: 602px;
}

.index .block_3{
	margin: 45px 0 0;

	width: 980px;
}

.index .block_3_1{
	float: left;

	margin: 0 30px 0 0;

	width: 475px;
	min-height: 1px;
}

.index .block_3_2{
	float: left;

	width: 475px;
}

.index .searchResults{

}

.index .searchResults article{
	padding: 15px 0px;

	width: 980px;
}

.index .searchResults article h1{
	margin: 0px;

	font-family: Arial;
	font-weight: bold;
	font-size: 21px;
	text-transform: uppercase;
	color: #b5cece;
}

.index .searchResults article h1 a{
	color: #b5cece;
	text-decoration: none;
}

.index .searchResults p{
	font-size: 14px;
}

.index .searchResults article a.more{
	margin: 0px;

	font-family: Arial;
	font-size: 12px;
	color: #385e5e;
}

.index .searchResults .separator{
	display: block;

	margin: 5px auto;

	width: 343px;
	height: 1px;

	background: #94b0b0;
}

.index .searchResults .pagination{
	float: right;
}

.index .searchResults .pagination a{
	color: #999999;
	text-decoration: none;
}

.index .searchResults .pagination a:hover
{
	color: #999999;
	text-decoration: underline;
}

.index .searchResults .pagination a.current{
	font-family: Arial;
	font-weight: bold;
}

.index .searchResults .pagination a.disabled
{
	color: #ddd;
	text-decoration: none;
}

/*
	Section
*/


.section{
	position: relative;

	padding: 0;

	width: 100%;

	min-height: 1100px;
}

.section .shadow{
	position: absolute;
	top: 0px;
	left: 0px;

	width: 100%;
	height: 17px;

	background: url(../img/indexMenuShadow.png) no-repeat top center;
}

.section .background{
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	background: url(../img/mainBg.png) repeat top center;

	overflow: hidden;
	z-index: -1;
}

.section .background .imageShadow{
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 332px;

	background: url(../img/mainImageShadow.png) no-repeat top center;
}

.section .background .imageLeft{
	position: absolute;
	top: 290px;
	left: 50%;

	margin-left: -1182px;

	width: 692px;
	height: 789px;

	background: url(../img/mainImageLeft.jpg) no-repeat;
}

.section .background .imageRight{
	position: absolute;
	top: 290px;
	left: 50%;

	margin-top: -128px;
	margin-left: 492px;

	width: 794px;
	height: 696px;

	background: url(../img/mainImageRight.jpg) no-repeat;
}

.section .container aside{
	float: left;

	padding: 0 0 0 2px;

	width: 298px;

	background: url(../img/sectionAsideBg.png) repeat-y;
}

.section .container aside nav{
	margin: 37px 0 62px;
}

.section .container aside nav ul.level2{
	padding: 17px 0 0;

	background: url(../img/sectionAsideMenuBg.png) no-repeat top left;

	list-style: none;
}

.section .container aside nav ul.level2 li {
	float: left;

	margin-bottom: 6px;

	width: 300px;
}

.section .container aside nav ul.level2 li a{
	display: block;

	padding: 0 0 0 58px;

	width: 219px;
	height: 50px;

	background: url(../img/sectionAsideMenuItemBg.png) no-repeat 0 -50px;

	color: #385e5e;
	line-height: 44px;
}

.section .container aside nav ul.level2 li a:hover,
.section .container aside nav ul.level2 li.current a,
.section .container aside nav ul.level2 li.selected a{
	background-position: 0 0;
}

.section .container aside nav ul.level2 li.subnodes a{
	background: url(../img/sectionAsideMenuItemSubnodesBg.png) no-repeat;
}

.section .container aside nav ul.level2 li.subnodes a{
	background-position: 0 -100px;
}

.section .container aside nav ul.level2 li.subnodes.closed a{
	background-position: 0 -150px;
}

.section .container aside nav ul.level2 li.selected.subnodes a,
.section .container aside nav ul.level2 li.subnodes a:hover{
	background-position: 0 0px;
}

.section .container aside nav ul.level2 li.selected.subnodes.closed a,
.section .container aside nav ul.level2 li.subnodes.closed a:hover{
	background-position: 0 -50px;
}

.section .container aside nav ul.level2 li ul.level3{
	margin: 7px 0 0;
	padding: 0 0 0 57px;
}

.section .container aside nav ul.level2 li ul.level3 li{
	float: left;

	margin: 0;

	width: 219px;
}

.section .container aside nav ul.level2 li ul.level3 li a{
	display: block;
	float: left;

	padding: 0;

	width: auto;
	min-height: 26px;
	height: auto;

	background: transparent !important;

	font-size: 14px;
	color: #3d372b;
	text-decoration: none;
	line-height: 25px;
}

.section .container aside nav ul.level2 li ul.level3 li span.new{
	display: block;
	float: left;

	margin: 5px 0 0 10px;

	width: 61px;
	height: 17px;

	background: url(../img/sectionAsideMenuItemNewIcon.png) no-repeat;
}

.section .container aside nav ul.level2 li ul.level3 li > a:hover,
.section .container aside nav ul.level2 li ul.level3 li.current > a{
	font-family: Arial;
	font-weight: bold;
}

.section .container aside nav ul.level2 li ul.level3 li ul.level4 a{
	font-size: 12px;
}

.section .container aside .block_aside{
	margin: 0 auto;

	width: 276px;
}

.section .container .asideSeparator{
	float: left;

	width: 2px;
	min-height: 300px;

	background: url(../img/sectionAsideSeparatorBg.png) no-repeat #f3f3f3;
}

.section .container .content{
	float: left;

	padding: 0;

	width: 678px;

	background: #fff;

	color: #3d372b;

	box-shadow: 10px 0 10px -5px #CBCBCB;
	-webkit-box-shadow: 10px 0 10px -5px #CBCBCB;
}

.section .container .content nav.breadcrumb{
	margin: 0 0 0 36px;
	border-bottom: solid 1px #94b0b0;
	padding: 38px 0 12px;

	font-size: 12px;
	color: #385e5e;
}

.section .container .content nav.breadcrumb a{
	display: inline-block;

	margin: 0 11px 0;

	color: #385e5e;
	text-decoration: none;
}

.section .container .content nav.breadcrumb a:first-child{
	margin-left: 0px;
}

.section .container .content nav.breadcrumb span.last{
	display: inline-block;

	margin: 0 11px 0;

	color: #bcc9c9;
}

.section .container .content .block_main{
	margin: 40px 36px 0;
}

.section .container .content .block_1{
	margin: 40px 56px 0;
}

.section .container .content .block_2{
	margin: 40px 56px 0;
}

.section .container .content .block_2 .block_2_1{
	float: left;

	margin-right: 26px;

	width: 270px;
	min-height: 1px;
}

.section .container .content .block_2 .block_2_2{
	float: left;

	width: 270px;
	min-height: 1px;
}

.section .container .content .block_3{
	margin: 0px 56px 0;
}

.section .container .content .block_3 .block_3_1{
	float: left;

	margin-right: 43px;

	width: 160px;
	min-height: 1px;
}

.section .container .content .block_3 .block_3_2{
	float: left;

	margin-right: 43px;

	width: 160px;
	min-height: 1px;
}

.section .container .content .block_3 .block_3_3{
	float: left;

	width: 160px;
	min-height: 1px;
}

.section .container .content .block_4{
	margin: 40px 56px 0;
}

/*
	Methods
*/

.methods nav.sub{
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	padding: 5px 10px;

	background: #f3f3f3;
}

.methods nav.sub ul{
	margin: 0px;
	padding: 0px;

	list-style: none;
}

.methods nav.sub ul li{
	float: left;

	background: url(../img/methodsNavSeparator.png) no-repeat center right;
}

.methods nav.sub ul li:last-child{
	background: none;
}

.methods nav.sub ul li a{
	padding: 0 16px;

	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #a1a1a1;
	text-decoration: none;
}


.methods nav.sub ul li a:hover,
.methods nav.sub ul li a.current{
	color: #385e5e;
}

.methods .pages{
	margin: 0 0 30px 0;
}

.methods .pages .page1,
.methods .pages .page4,
.methods .pages .page5{
	margin: 40px 56px 0;
}

.methods .pages .page3,
.methods .pages .page2{
	margin: 40px 0 0 56px;
}

.methods .pages .page1 .p1_block_title{
	float: left;
	border-right: solid 1px #94b0b0;

	padding-right: 10px;

	width: 278px;
	min-height: 1px;
}

.methods .pages .page1 .p1_block_title .ipWidget-IpText{
	min-height: 170px;
}

.methods .pages .page1 .p1_block_title .ipWidget-IpText p{
	font-size: 16px;
	line-height: 20px;
}

.methods .pages .page1 .p1_block_title .ipWidget-IpText p strong,
.methods .pages .page1 .p1_block_title .ipWidget-IpText p b{
	display: block;

	font-family: Arial;
	font-weight: bold;
	font-size: 23px;
	line-height: 30px;
}

.methods .pages .page1 .imageTitle{
	float: left;

	padding: 0 0 0 10px;

	width: 264px;
	height: 170px;
}

.methods .pages .page1 .p1_block_1{
	margin: 0 0 0 40px;
}

.methods .pages .page2 .leftSide{
	float: left;


	padding-right: 37px;

	width: 300px;
	min-height: 1px;
}

.methods .pages .page2 .sides{

}

.methods .pages .page2 .sides .side1{
	float: left;
	width: 50%;
}

.methods .pages .page2 .sides .side2{
	float: right;
	width: 50%;
}

.methods .pages .page3 .leftSide{

	float: left;

	padding-right: 37px;

	width: 300px;
	min-height: 1px;

}

.methods .pages .page2 .leftSide .slide,
.methods .pages .page3 .leftSide .slide{
	margin: 0 auto 48px;

	width: 195px;
}

.methods .pages .page2 .leftSide .slide .slide_me_next,
.methods .pages .page2 .leftSide .slide .slide_me_previous,
.methods .pages .page3 .leftSide .slide .slide_me_next,
.methods .pages .page3 .leftSide .slide .slide_me_previous{
	display: none;
	visibility: hidden;
}

.methods .pages .page2 .leftSide .slide .slide_me_index,
.methods .pages .page3 .leftSide .slide .slide_me_index{
	padding: 0;

	text-align: center;

	list-style: none;
}

.methods .pages .page2 .leftSide .slide .slide_me_index li,
.methods .pages .page3 .leftSide .slide .slide_me_index li{
	display: inline-block;

	margin: 0 11px 0 0;

	width: 12px;
	height: 12px;

	background: url(../img/methodsPage2SliderIndex.png) no-repeat;

	cursor: pointer;
}

.methods .pages .page2 .leftSide .slide .slide_me_index li.slide_me_index_selected,
.methods .pages .page2 .leftSide .slide .slide_me_index li:hover,
.methods .pages .page3 .leftSide .slide .slide_me_index li.slide_me_index_selected,
.methods .pages .page3 .leftSide .slide .slide_me_index li:hover{
	background-position: 0 -12px;
}

.methods .pages .page2 .leftSide .slide .viewport,
.methods .pages .page3 .leftSide .slide .viewport{
	position: relative;

	width: 195px;
	height: 268px;

	overflow: hidden;

	box-shadow: 0 0 15px 7px #EAEAEA;
	-webkit-box-shadow: 0 0 15px 7px #EAEAEA;
}

.methods .pages .page2 .leftSide .slide .viewport ul,
.methods .pages .page3 .leftSide .slide .viewport ul{
	position: absolute;
	top: 0;
	left: 0;

	margin: 0;
	padding: 0;

	list-style: none;
}

.methods .pages .page2 .leftSide .slide .viewport li,
.methods .pages .page3 .leftSide .slide .viewport li{
	display: block;
	float: left;

	padding: 0;

	width: 195px;
}


.methods .pages .page2 .rightSide,
.methods .pages .page3 .rightSide{
	float: left;

	margin: 0 -20px;

	width: 280px;
	min-height: 1px;
}
.methods .pages .page2 .rightSide .p2_block_right2,
.methods .pages .page3 .rightSide .p3_block_right2{
	margin: 0 -8px;
	padding: 0 15px;

	background: url(../img/methodsPage2Gradient1.png) repeat-x #f0f3f3;
}

.methods .pages .page2 .rightSide .p2_block_right3,
.methods .pages .page3 .rightSide .p3_block_right3{
	margin: 0 -8px;
	padding: 0 15px;

	background: #f0f3f3;
}

.methods .pages .page2 .rightSide .p2_gradient2,
.methods .pages .page3 .rightSide .p3_gradient2{
	margin: 0 -8px;
	height: 100px;

	background: url(../img/methodsPage2Gradient2.png) repeat-x;
}

/*
	Catalogue
*/
.catalogue .block_1_b{
	margin: 0 auto;

	width: 566px;
}

.catalogue .block_1_b .header{
	width: 566px;
	height: 80px;

	background: url(../img/catalogueBlockHeader.png) no-repeat center top;
}

.catalogue .block_1_b .left{
	float: left;

	width: 143px;
	height: 400px;

	/*background: url(../img/catalogueBlockLeft.png) no-repeat center center;*/
}

.catalogue .block_1_b .block{
	float: left;

	width: 280px;
	min-height: 400px;
}

.catalogue .block_1_b .block .click{
	position: absolute;
	top: 50%;
	left: 50%;

	margin: -21px 0 0 -98px;

	width: 197px;
	height: 42px;

	background: url(../img/catalogueBlockClick.png) no-repeat;

	opacity: 0.8;
}

.catalogue .block_1_b .block .click:hover{
	opacity: 1;
}

.catalogue .block_1_b .right{
	float: left;

	width: 143px;
	height: 400px;

	/*background: url(../img/catalogueBlockRight.png) no-repeat center center;*/
}

.catalogue .block_1_b .left a,
.catalogue .block_1_b .right a{
	display: block;
	margin-top: 123px;
}

.catalogue .block_1_b .footer{
	width: 566px;
	height: 70px;

	background: url(../img/catalogueBlockFooter.png) no-repeat center top;
}
/* ==========================================================================
   PLUGINS
   ========================================================================== */

/*Events Form*/

.ipWidget-EventInscriptionForm{
	font-size: 14px;
}

.ipWidget-EventInscriptionForm form{
	margin: -9px 0 66px;
}

.ipWidget-EventInscriptionForm .options_list{
	margin: 0 0 19px;
	outline: none;
	border: 0;
	border-bottom: solid 2px #a9a9a9;
	padding: 0px 16px;
	width: 245px;
	height: 30px;
	background-color: #f1f1f1;
	line-height: 30px;
	font-size: 12px;
	color: #898989;
	min-width: 276px;
}

.ipWidget-EventInscriptionForm .formLoading{
	width: 16px;
	height: 16px;
	background: url('../img/loading.gif') no-repeat;
}

.checkboxStyle.checked {
	background-position: 0 -32px;
}
.checkboxStyle:hover {
	background-position: 0 -16px;
}

.input-error-msg{
	border-radius: 5px;
	opacity: 0.8;
	padding: 3px;
	background: #a9a9a9;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	top: 30px;
	position: absolute;
	left: 240px;
	height: 15px;
}

.input-error-msg p{
	line-height: 0;
	display: inline;
}


/*
	Widget IpTitle
*/

.ipWidget-IpTitle h1{
	margin: 0 0 20px;

	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	color: #7c7567;
}

.ipWidget-IpTitle.ipLayout-level1Left h1{
	text-align: left;
}

.ipWidget-IpTitle h2{
	margin: 0px 0 20px 0px;
	padding: 0 0 0 40px;

	font-family: 'Signika', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #7c7567;

	background: url('../img/eventsListTicket.png') no-repeat left center;
}

.ipWidget-IpTitle h3{
	margin: 0 0 20px;
	border-top: solid 1px #94b0b0;
	border-bottom: solid 1px #94b0b0;
	padding: 19px 0 19px 14px;

	font-size: 15px;
	font-weight: normal;
	color: #3d372b;
}

.ipWidget-IpTitle.ipLayout-level3Center h3{
	margin: 0 auto 20px;
	border-top: solid 1px #94b0b0;
	border-bottom: solid 1px #94b0b0;
	padding: 19px 0 19px 14px;

	font-size: 15px;
	font-weight: normal;
	color: #3d372b;
	text-align: center;
}

.ipWidget-IpTitle.ipLayout-level3CenterNoLines h3{
	margin: 0 auto 20px;
	border: 0;
	padding: 0 0 0 14px;

	font-size: 15px;
	font-weight: normal;
	color: #3d372b;
	text-align: center;
}

.ipWidget-IpTitle h4{
	margin: 30px 0 20px -40px;
	padding: 0 0 0 40px;

	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #7c7567;

	background: url('../img/eventsListTicket.png') no-repeat left center;
}

.ipWidget-IpTitle h5{
	margin: 0px;

	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	color: #b5cece;
	letter-spacing: 2px;
}

.ipWidget-IpTitle.ipLayout-level5Lines h5{
	margin: 0px;

	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	color: #b5cece;
	letter-spacing: 2px;
}

.ipWidget-IpTitle.ipLayout-level5Lines .ipwCenterline{
	margin: 12px auto 12px;

	height: 1px;
	width: 86px;

	background: #94b0b0;
}

.ipWidget-IpTitle h6{
	margin: 0px;

	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #b5cece;
	letter-spacing: 1px;
}

.ipWidget-IpTitle.ipLayout-level7 h1{
	margin: 0px;
	padding: 0;

	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	text-transform: none;

	color: #9d927c;
}

/*
	Widget IpFaq
*/

.ipWidget-IpFaq{
	margin: 0 0 25px;
	padding: 0 0 0 55px;

	min-height: 45px;

	background: url(../img/ipFaqIcon.png) no-repeat left top;
}

.ipWidget-IpFaq dl{
	margin: 0;
}

.ipWidget-IpFaq dl dt.ipwQuestion{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #608282;
}

.ipWidget-IpFaq dl dd.ipwAnswer{
	margin: 0;

	font-size: 14px;
	color: #3d372b;
}

.ipWidget-IpFaq.ipLayout-section-contact{
	margin: 0;
	padding: 0 0 0 30px;

	background: none;
}

.ipWidget-IpFaq.ipLayout-section-contact .ipwQuestion:before {
	font-size: 11px;
	color: #3d372b;

	content: '(+)';
	display: block;

	margin: 3px 0 0 -30px;
	padding: 1px 2px;
	position: absolute;
}

.ipWidget-IpFaq.ipLayout-section-contact .ipwQuestion:hover:before {
	background-color: none;
	color: #3d372b;
	content: '(-)';
}

.ipWidget-IpFaq.ipLayout-section-contact .ipwExpanded .ipwQuestion:before{
	color: #3d372b;
	background: none;
}

.ipWidget-IpFaq.ipLayout-section-contact dl dt.ipwQuestion{
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #bbbcbc;
}

.ipWidget-IpFaq.ipLayout-section-contact dl dd.ipwAnswer{
	margin: 0 0 10px;

	font-family: Arial;
	font-size: 13px;
	color: #3d372b;
}

.ipWidget-IpFaq.ipLayout-section-contact dl dd.ipwAnswer span.caption{
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;

	color: #608282;
}

/*
	Widget IpRichText
*/
.ipWidget-IpRichText{
	margin: 0 0 20px 0;
}

.ipWidget-IpRichText h1{
	margin: 0 0 20px;

	font-family: Arial;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	color: #7c7567;
}

.ipWidget-IpRichText p{
	margin: 0;

	font-size: 14px;
	color: #3d372b;
}

.ipWidget-IpRichText p span.caption{
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #608282;
}

.ipWidget-IpRichText a{
	font-family: Arial;
	font-weight: bold;
	color: #3d372b;
}

/*
	Widget IpText
*/
.ipWidget-IpRichText{

}

.ipWidget-IpText p{
	margin: 0 0 15px;
	font-size: 15px;
}

.ipWidget-IpText .caption{
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #3d372b;
}

.ipWidget-IpText .signature{
	font-size: 15px;
	font-style: normal;
	color: #385e5e;
}

.ipWidget-IpText ul{
	margin: 0px;
	padding: 0px;

	font-size: 15px;
	color: #3d372b;
}

/*
	Widget SlideShow
*/

.ipWidget-SlideShow{
	width: 980px;
	height: 399px;
}

.ipWidget-SlideShow .viewport{
	width: 980px;
	height: 399px;
}

.ipWidget-SlideShow .slide_me_previous,
.ipWidget-SlideShow .slide_me_next {
	display: none;
}

.ipWidget-SlideShow .slide_me_index{
	top: auto;
	bottom: 18px;
	left: 0;

	width: 980px;

	text-align: center;
}

.ipWidget-SlideShow .slide_me_index li{
	float: none;
	display: inline-block;

	width: 12px;
	height: 14px;

	background: url(../img/slideShowIndex.png) no-repeat;
}

.ipWidget-SlideShow .slide_me_index li.slide_me_index_selected,
.ipWidget-SlideShow .slide_me_index li:hover{
	background-position: 0 -14px;
}

/*
	Widgets communications
*/
.formError{
	-webkit-border-radius: 5px;
	border-radius: 5px;

	opacity: 0.8;

	padding: 3px;

	background: #a9a9a9;

	font-size: 12px;
	color: #fff;

	cursor: pointer;
}

.formLoading{
	width: 16px;
	height: 16px;

	background: url('../img/loading.gif') no-repeat;
}

form.communications input[type=text]{
	margin: 0 0 19px;
	outline: none;
	border: 0;
	border-bottom: solid 2px #a9a9a9;
	padding: 0px 16px;

	width: 245px;
	height: 30px;

	background-color: #f1f1f1;

	line-height: 30px;
	font-size: 12px;
	color: #898989;
}

form.communications textarea{
	margin: 19px 0 19px;
	outline: none;
	border: 0;
	border-bottom: solid 2px #a9a9a9;
	padding: 9px 16px;

	width: 534px;
	height: 169px;

	background-color: #f1f1f1;

	font-size: 12px;
	color: #898989;

	resize: none;
}

form.communications .recaptcha{
	margin: 0 0 19px;
}

form.communications .legal{
	float: left;

	margin-bottom: 20px;

	font-size: 14px;
}

form.communications button[type=submit]{
	float: right;

	border: 0;
	border-bottom: solid 2px #608282;
	padding: 9px 16px;

	background: #c5d7d7;

	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}

form.communications button[type=submit]:hover{
	background: #608282;
}

form.communications .rowSelect{
	margin: 0 0 20px;

	height: 40px;
}

form.communications .styledSelect{
	display: inline-block;

	overflow: hidden;

	margin: 0 0 -15px 10px;
	outline: none;
	border: 0;
	border-bottom: solid 2px #958e81;
	padding: 9px 16px 9px 0;

	width: 125px;
	height: 20px;

	background: #d6d0c4 url(../img/formSelectArrow.png) no-repeat center right;
}

form.communications .styledSelect select{
	border: 0;
	padding: 0 0 0 16px;

	width: 160px;
	height: 20px;

	background: transparent;

	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

form.communications .styledSelect select option{
	width: 94px;
	height: 20px;

	background: #d6d0c4;

	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

form#f-cnl{
	background: url("../img/formCouncilBg.jpg") no-repeat scroll center top transparent;
	padding-top: 30px;
}

form.communications .checkboxStyle{
	margin: 0 10px -4px 0;
}

/*
	yaslect
*/
form.communications .yaselect-anchor{
	display: inline-block;
	*display: inline;
	*zoom: 1;

	margin: 0 0 0 10px;
}

form.communications .yaselect-wrap{
	border-bottom: solid 2px #958e81;
	padding: 9px 16px;

	height: 20px;
	background: #d6d0c4 url(../img/formSelectArrow.png) no-repeat center right;
}

form.communications .yaselect-wrap,
form.communications .yaselect-current{
	cursor: pointer;
	display: block;
}

form.communications .yaselect-wrap,
form.communications .yaselect-current,
form.communications .yaselect-select{
	width: 125px;
	font-size: 14px;
}

form.communications .yaselect-select{
	margin-top: 0;
	padding-top: 0;
}

form.communications .yaselect-current{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

form#f-nlt .yaselect-select{
	width: 157px;
}

form#f-evr .yaselect-select{
	width: 267px;
}
/*
	ui-dropdownchecklist
*/

.ui-dropdownchecklist-selector-wrapper{
	cursor: pointer;
	display: block;

	border-bottom: solid 2px #958e81;
	padding: 9px 16px;

	width: 125px;
	height: 20px;
	background: #d6d0c4 url(../img/formSelectArrow.png) no-repeat center right;
}

.ui-dropdownchecklist-selector .ui-dropdownchecklist-text{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

.ui-dropdownchecklist-dropcontainer{
	border: 1px solid #ddd;
	background: #fff;
}

.ui-dropdownchecklist-dropcontainer .ui-dropdownchecklist-item input{
	margin: 0 10px 0 10px;
}

.ui-dropdownchecklist-dropcontainer .ui-dropdownchecklist-item .ui-dropdownchecklist-text{
	font-size: 14px;
	color: #000;
}
/*
	Widget YoutubeChannel
*/

.ipWidget-D01YoutubeChannel article{
	float: left;

	width: 262px;
}

.ipWidget-D01YoutubeChannel article.even{
	margin: 0 42px 0 0;
}

.ipWidget-D01YoutubeChannel article h2{
	margin: 0 0 13px;
	padding: 0;

	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #bbbcbc;
}

.ipWidget-D01YoutubeChannel article h1{
	margin: 0 0 19px 0;
	padding: 0;

	height: 30px;

	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #608282;
}

.ipWidget-D01YoutubeChannel article h1 a{
	color: #608282;
	text-decoration: none;
}

.ipWidget-D01YoutubeChannel article h1 a:hover{
	color: #608282;
	text-decoration: underline;
}

.ipWidget-D01YoutubeChannel article p{
	margin: 0 0 22px;
	padding: 0;

	height: 150px;

	font-size: 14px;
	color: #3d372b;
}

.ipWidget-D01YoutubeChannel article iframe{
	margin: 0 0 70px;
}

.ipWidget-D01YoutubeChannel .pagination{
	float: right;
}


.ipWidget-D01YoutubeChannel .pagination a{
	color: #999999;
	text-decoration: none;
	cursor: pointer;
	margin: 10px;
}

.ipWidget-D01YoutubeChannel .pagination a:hover{
	color: #999999;
	text-decoration: underline;
}

.ipWidget-D01YoutubeChannel .pagination a.current{
	font-family: Arial;
	font-weight: bold;
}

.ipWidget-D01YoutubeChannel .pagination .prev{
	float: left;
	width: 262px;
	height: 50px;
	background: #b1b1b1;
	text-align: center;
	line-height: 50px;
	font-family: 'Arial';
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	margin:0;
}

.ipWidget-D01YoutubeChannel .pagination .next{
	float: left;
	width: 262px;
	height: 50px;
	background: #b1b1b1;
	text-align: center;
	line-height: 50px;
	font-family: 'Arial';
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 0 0 42px;
}

.ipWidget-EventsList .pagination a{
	cursor: pointer;
}

/*
	widget NewsList
*/

.ipWidget-NewsList article{
	margin: 30px 0 0 0;
}

.ipWidget-NewsList article h2{
	margin: 30px 0 10px;
	padding: 0;

	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #bbbcbc;
}

.ipWidget-NewsList article h1{
	margin: 15px 0 -33px 0;
	padding: 0;

	height: 30px;

	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #608282;
}

.ipWidget-NewsList article h1 a,
.ipWidget-NewsList article h1 a *{
	color: #608282;
	text-decoration: none;
}

.ipWidget-NewsList article h1 a:hover{
	color: #608282;
	text-decoration: underline;
}

.ipWidget-NewsList article h1 a p{
	margin: 0;
	padding: 0;

	color: inherit;
	font-size: inherit;
}

.ipWidget-NewsList article p{
	margin: 0 0 22px;
	padding: 0;

	font-size: 14px;
	color: #3d372b;
}

.ipWidget-NewsList .pagination{
	float: right;
}

.ipWidget-NewsList .pagination a{
	color: #999999;
	text-decoration: none;
}

.ipWidget-NewsList .pagination a:hover{
	color: #999999;
	text-decoration: underline;
}

.ipWidget-NewsList .pagination a.current{
	font-family: Arial;
	font-weight: bold;
}

/*
	Widget e-vocación
*/
.ipWidget-D01EVocacion form{
	margin: 0 0 50px;
}

.ipWidget-D01EVocacion input[type=text],
.ipWidget-D01EVocacion input[type=password]{
	float: left;

	margin: 0 12px 0 0;
	outline: none;
	border: 0;
	border-bottom: solid 2px #a9a9a9;
	padding: 0px 16px;

	width: 177px;
	#width: 150px;
	height: 30px;

	background-color: #f1f1f1;

	line-height: 30px;
	font-size: 12px;
	color: #6f6d6d;
}

.ipWidget-D01EVocacion button[type=submit]{
	float: left;

	margin: 0 0 0 18px;
	border: 0;
	border-bottom: solid 2px #608282;
	padding: 9px 16px;

	height: 31px;

	background: #c5d7d7;

	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}

.ipWidget-D01EVocacion button[type=submit]:hover{
	background: #608282;
}

/*
	Widget e-vocación Registration
*/
.ipWidget-D01EVocacionRegistration form{
	padding: 0px;
	margin: 0px;
}

.ipWidget-D01EVocacionRegistration form h1{
	margin: 40px 0;
	border-bottom: solid 1px #608282;
	padding: 0;

	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #608282;
}

.ipWidget-D01EVocacionRegistration input[type=text],
.ipWidget-D01EVocacionRegistration input[type=password]{
	margin: 0 0 21px;
	outline: none;
	border: 0;
	border-bottom: solid 2px #a9a9a9;
	padding: 0px 16px;

	width: 235px;
	height: 30px;

	background-color: #f1f1f1;

	line-height: 30px;
	font-size: 12px;
	color: #6f6d6d;
}

.ipWidget-D01EVocacionRegistration button[type=submit]{
	float: right;

	margin: 0;
	border: 0;
	border-bottom: solid 2px #608282;
	padding: 9px 16px;

	background: #c5d7d7;

	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}

.ipWidget-D01EVocacionRegistration button[type=submit]:hover{
	background: #608282;
}

.ipWidget-D01EVocacionRegistration .row1{
	float: left;

	margin: 0 32px 21px 0 !important;

	width: 235px;
}

.ipWidget-D01EVocacionRegistration .row2{
	float: left;

	margin: 0 0 21px;

	width: 235px;
}

.ipWidget-D01EVocacionRegistration .fill{
	width: 100%;
	margin-right: 100px !important;
}

.ipWidget-D01EVocacionRegistration .yaselect-anchor{
	display: inline-block;
}

.ipWidget-D01EVocacionRegistration .yaselect-wrap{
	border-bottom: solid 2px #958e81;
	padding: 4px 16px 9px;

	height: 17px;
	background: #f1f1f1 url(../img/formSelectArrow2.png) no-repeat center right;
}

.ipWidget-D01EVocacionRegistration .yaselect-wrap,
.ipWidget-D01EVocacionRegistration .yaselect-current{
	cursor: pointer;
	display: block;
}

.ipWidget-D01EVocacionRegistration .yaselect-wrap,
.ipWidget-D01EVocacionRegistration .yaselect-current,
.ipWidget-D01EVocacionRegistration .yaselect-select{
	width: 235px;
	font-size: 12px;
}

.ipWidget-D01EVocacionRegistration.yaselect-select{
	margin-top: 0;
	padding-top: 0;
}

.ipWidget-D01EVocacionRegistration .yaselect-current{
	font-size: 12px;
	color: #adadad;
}


.ipWidget-D01EVocacionRegistration .styledSelect{
	display: inline-block;

	overflow: hidden;

	margin: 0 0 21px;
	outline: none;
	border: 0;
	border-bottom: solid 2px #a9a9a9;
	padding: 4px 16px 9px 0;

	width: 251px;
	height: 17px;

	background: #f1f1f1 url(../img/formSelectArrow2.png) no-repeat center right;
}

.ipWidget-D01EVocacionRegistration .styledSelect select{
	border: 0;
	padding: 0 0 0 12px;

	width: 285px;
	height: 14px;

	background: transparent;

	font-size: 12px;
	color: #adadad;
}

.ipWidget-D01EVocacionRegistration .radio{
	margin: 0 0 21px 14px;

	font-size: 12px;
	color: #6f6d6d;
}

.ipWidget-D01EVocacionRegistration .radio .radioStyle{
	margin: 0 10px -3px 25px;
}

.ipWidget-D01EVocacionRegistration .checkbox .rowCheckbox{
	float: left;

	margin: 0 0 21px 0px;

	width: 141px;

	font-size: 12px;
	color: #6f6d6d;
}

.ipWidget-D01EVocacionRegistration .checkbox div .checkboxStyle{
	margin: 0 10px -3px 0;
}

/*
	Widget Events List
*/

.ipWidget-EventsList article{
	margin: 50px 0 0;
}

.ipWidget-EventsList article:first-child{
	margin: 10px 0 0;
}

.ipWidget-EventsList article figure{
	float: left;
	margin: 0 40px 34px 0;
}

.ipWidget-EventsList article .info{
	float: left;
}

.ipWidget-EventsList article h2{
	margin: 0 0 10px;
	padding: 0;

	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #bbbcbc;
}

.ipWidget-EventsList article h1,
.ipWidget-EventsList article h3{
	margin: 0 0 15px 0;
	padding: 0;

	height: 30px;

	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #608282;
}

.ipWidget-EventsList article h1 a,
.ipWidget-EventsList article h3 a{
	color: #608282;
	text-decoration: none;
}

.ipWidget-EventsList article h3{
	padding-left: 44px;

	background: url(../img/eventsListTicket.png) no-repeat top left;
}

.ipWidget-EventsList article h1 a:hover,
.ipWidget-EventsList article h3 a:hover{
	color: #608282;
	text-decoration: underline;
}

.ipWidget-EventsList article h1 a p,
.ipWidget-EventsList article h3 a p{
	margin: 0;
	padding: 0;

	color: inherit;
	font-size: inherit;
}


.ipWidget-EventsList article p{
	margin: 0 0 22px;
	padding: 0;

	font-size: 14px;
	color: #3d372b;
}

.ipWidget-EventsList .pagination{
	float: right;
}

.ipWidget-EventsList .pagination a{
	color: #999999;
	text-decoration: none;
}

.ipWidget-EventsList .pagination a:hover{
	color: #999999;
	text-decoration: underline;
}

.ipWidget-EventsList .pagination a.current{
	font-family: Arial;
	font-weight: bold;
}

.ipWidget-EventsList .inscription{
	display: block;

	margin: 0;
	border: 0;
	border-bottom: solid 2px #608282;
	padding: 9px 16px;

	width: 134px;

	background: #c5d7d7;

	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

.ipWidget-EventsList .inscription:hover{
	background: #608282;
}

/*
	Widget Link
*/
.ipWidget-D01Link{

}

.ipWidget-D01Link a.link{
	display: block;

	margin: 10px 0;
	padding: 9px 0 0 48px;

	min-height: 36px;

	background: url(../img/d01LinkIcon1.png) no-repeat left top;

	color: #3d372b;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

.ipWidget-D01Link a.link:hover{
	text-decoration: underline;
}

.ipWidget-D01Link p{
	margin: 10px 0;
	padding: 0 0 0 48px;

	color: #3d372b;
	font-size: 14px;
}

.ipWidget-D01Link.ipLayout-magazine a.link{
	display: block;

	margin: 10px 0;
	padding: 50px 0 0 0px;

	width: 100%;
	min-height: 50px;

	background: url(../img/d01LinkIcon2.png) no-repeat top center;

	text-align: center;
}


.ipWidget-D01Link.ipLayout-eye a.link{
	background: url(../img/d01LinkIcon2.png) no-repeat left top;
}
/*
	Widget File
*/
.ipWidget-IpFile{

}

.ipWidget-IpFile ul,
.ipWidget-IpFile ul li{
	margin: 0px;
	padding: 0px;
}

.ipWidget-IpFile ul li a{
	display: block;

	margin: 10px 0;
	padding: 0 0 0 48px;

	width: 100%;
	min-height: 36px;

	background: url(../img/ipFileIcon.png) no-repeat top left;

	color: #3d372b;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

.ipWidget-IpFile ul li a:hover{
	text-decoration: underline;
}

.ipWidget-IpFile.ipLayout-methods{
	margin: 0;

	font-size: 13px;
}

.ipWidget-IpFile.ipLayout-methods ul li a{
	padding: 0;
	margin: 0;

	min-height: 0;

	background: none;

	font-family: Arial;
	font-weight: bold;
	color: #7a715f;
	line-height: 18px;
}

.ipWidget-IpFile.ipLayout-methods ul li a b{
	font-style: italic;
	font-weight: bold;
	color: #7a715f;
}

.ipWidget-IpFile.ipLayout-audio p{
	float: left;

	margin: 0;

	width: 160px;

	font-size: 13px;
	font-weight: bold;
	color: #7a715f;
	line-height: 18px;
}

.ipWidget-IpFile.ipLayout-audio .play{
	display: block;
	float: left;

	padding: 0;
	margin: 5px 0 0 0;

	width: 13px;
	height: 13px;
	min-height: 13px;

	background: url(../img/ipFileAudioPlay.png) no-repeat 0 -13px;
}

.ipWidget-IpFile.ipLayout-audio .play.paused{
	background-position: 0 0;
}

.ipWidget-IpFile.ipLayout-audio .mute{
	display: block;
	float: left;

	padding: 0;
	margin: 5px 0 0;

	width: 13px;
	height: 13px;
	min-height: 13px;

	background: url(../img/ipFileAudioMute.png) no-repeat;
}

.ipWidget-IpFile.ipLayout-audio .mute.muted{
	background-position: 0 -13px;
}

/*
	Widget Text Image
*/

.ipWidget-IpTextImage.ipLayout-didactique .ipwImage,
.ipWidget-IpTextImage.ipLayout-link .ipwImage{
	width: 220px;
}

.ipWidget-IpTextImage.ipLayout-didactique .ipwText,
.ipWidget-IpTextImage.ipLayout-link .ipwText{
	width: 315px;
}

.ipWidget-IpTextImage .ipwText{
	width: 440px;
}

.ipWidget-IpTextImage .ipwText p{
	margin: 0px;

	font-size: 14px;
	line-height: normal;
}

.ipWidget-IpTextImage .ipwText p.caption{
	font-family: Arial;
	font-weight: bold;
	color: #608282;
}

.ipWidget-IpTextImage .ipwImage{
	width: 97px;
}

.ipWidget-IpTextImage.ipLayout-link > a{
	color: inherit;
}
/*
	Widget separator
*/
.ipWidget-IpSeparator.ipLayout-centerline{
	width: 100%;
	height: 80px;
}

.ipWidget-IpSeparator.ipLayout-centerline .ipwCenterline{
	margin: 39px auto 0;

	height: 1px;
	width: 86px;

	background: #94b0b0;
}

.ipWidget-IpSeparator.ipLayout-centerlineSlim{
	width: 100%;
	height: 28px;
}

.ipWidget-IpSeparator.ipLayout-centerlineSlim .ipwCenterline{
	margin: 12px auto 0;

	height: 1px;
	width: 86px;

	background: #94b0b0;
}

.ipWidget-IpSeparator.ipLayout-fullline{
	width: 100%;
	height: 80px;
}

.ipWidget-IpSeparator.ipLayout-fullline .ipwFullline{
	margin: 39px 0 0 -56px;

	height: 1px;
	width: 678px;

	background: #94b0b0;
}

.ipWidget-IpSeparator.ipLayout-rightline{
	width: 100%;
	height: 80px;
}

.ipWidget-IpSeparator.ipLayout-rightline .ipwRightLine{
	margin: 39px auto 0;

	height: 1px;
	width: 622px;

	background: #94b0b0;
}

.ipWidget-IpSeparator.ipLayout-100percent{
	width: 100%;
	height: 80px;
}

.ipWidget-IpSeparator.ipLayout-100percent .ipw100percent{
	margin: 39px auto 0;

	height: 1px;
	width: 100%;

	background: #94b0b0;
}

.ipWidget-IpSeparator.ipLayout-75percent{
	width: 100%;
	height: 80px;
}

.ipWidget-IpSeparator.ipLayout-75percent .ipw75percent{
	margin: 39px auto 0;

	height: 1px;
	width: 75%;

	background: #94b0b0;
}

.ipWidget-IpSeparator.ipLayout-50percent{
	width: 100%;
	height: 80px;
}

.ipWidget-IpSeparator.ipLayout-50percent .ipw50percent{
	margin: 39px auto 0;

	height: 1px;
	width: 50%;

	background: #94b0b0;
}

/*
	Widget Feed Reader
*/
.ipWidget-D01FeedReader article h2{
	margin: 30px 0 10px;
	padding: 0;

	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #bbbcbc;
}

.ipWidget-D01FeedReader article h1{
	margin: 0 0 15px 0;
	padding: 0;

	height: 30px;

	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #608282;
}

.ipWidget-D01FeedReader article h1 a{
	color: #608282;
	text-decoration: none;
}

.ipWidget-D01FeedReader article h1 a:hover{
	color: #608282;
	text-decoration: underline;
}

.ipWidget-D01FeedReader article p{
	margin: 0 0 22px;
	padding: 0;

	font-size: 14px;
	color: #3d372b;
}

.ipWidget-D01FeedReader article img{
	float: right;

	margin: 0 0 20px 20px;
}

.ipWidget-D01FeedReader .more{
	display: block;

	margin: 10px 0;
	padding: 0 0 0 48px;

	width: 100%;
	min-height: 36px;

	background: url(../img/d01FeedReaderMore.png) no-repeat top left;

	line-height: 36px;
	color: #3d372b;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

.ipWidget-D01Link a.link:hover{
	text-decoration: underline;
}

/*
	Widget Button
*/
.ipWidget-D01Button .buttonTable{
	margin-bottom: 1px;
	padding: 0 0 12px 0;

	background: url(../img/d01ButtonShadow.png) no-repeat center bottom;
}

.ipWidget-D01Button .buttonTable a{
	display: block;

	padding: 0px 40px 0 82px;

	background: #ECECEC url('../img/d01ButtonMore.png') no-repeat 40px center;

	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #3d372b;
}

/*
	Widget D01Element
*/
.ipWidget-D01Element{
	width: 320px;
}

.ipWidget-D01Element .ipwElementBg{
	/*border-bottom: 1px solid #e2e2e2;*/
}

.ipWidget-D01Element .ipwElementBg.featured{
	border: 0px;
	border-bottom: 1px solid #c4c4c4;

	background: url(../img/d01ElementFeatured.png) no-repeat;
	background-size: 100%;

	margin: -1px -17px 0 -56px;
	padding: 0 0 0 56px;
}

.ipWidget-D01Element .ipwElement{
	margin: 0 0 12px;
	padding: 0 0 0 65px;

	width: 230px;
	min-height: 80px;

	background-position: left 20px;
	background-repeat: no-repeat;
}

.ipWidget-D01Element .ipwElement.icon1{
	background-image: url(../img/d01ElementIcon1.png);
}

.ipWidget-D01Element .ipwElement.icon2{
	background-image: url(../img/d01ElementIcon2.png);
}

.ipWidget-D01Element .ipwElement.icon3{
	background-image: url(../img/d01ElementIcon3.png);
}

.ipWidget-D01Element .ipwElement.icon4{
	background-image: url(../img/d01ElementIcon4.png);
}

.ipWidget-D01Element .ipwElement.icon5{
	background-image: url(../img/d01ElementIcon5.png);
}

.ipWidget-D01Element .ipwElement h1{
	margin: 0px;

	padding: 28px 0 5px;

	width: 256px;

	font-size: 18px;
	font-family: 'Gilda', serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #3d372b;
}

.ipWidget-D01Element .ipwElement p{
	font-size: 13px;
}

.ipWidget-D01Element ul{
	padding: 0 !important;

	font-size: 13px;

	list-style-type: disc;
}
/*
	Widget Share
*/
.ipWidget-D01Share{
	margin: 30px 0;
}

.ipWidget-D01Share .ipwText{
	display: block;
	float: left;

	color: #6f7d7d;
}

.ipWidget-D01Share a{
	display: block;
	float: left;

	margin: 0 0 0 18px;

	width: 23px;
	height: 23px;
}

.ipWidget-D01Share a:hover{
	opacity: 0.7;
}

.ipWidget-D01Share a.ipwShareFacebook{
	background: url(../img/d01ShareFacebook.png) no-repeat;
}

.ipWidget-D01Share a.ipwShareTwitter{
	background: url(../img/d01ShareTwitter.png) no-repeat;
}

.ipWidget-D01Share a.ipwShareEmail{
	background: url(../img/d01ShareEmail.png) no-repeat;
}

.ipWidget-D01Share a.ipwShareFav{
	background: url(../img/d01ShareFav.png) no-repeat;
}

.emailColorbox,
.ipWidgetD01ShareColorbox{
	padding: 45px 28px;

	width: 513px;
	min-height: 250px;

	background: #f6f6f6;

	-webkit-box-shadow: inset 0px 0px 30px 0px #e1e1e1;
	box-shadow: inset 0px 0px 30px 0px #e1e1e1;
}

.emailColorbox h1,
.ipWidgetD01ShareColorbox h1{
	margin: 0 0 20px;

	font-family: Arial;
	font-weight: bold;
	font-size: 21px;
	text-transform: uppercase;
	color: #b5cece;
}

.emailColorbox input[type=text],
.ipWidgetD01ShareColorbox input[type=text]{
	margin: 0 0 21px;
	outline: none;
	border: 0;
	border-bottom: solid 2px #a9a9a9;
	padding: 0px 16px;

	width: 481px;
	height: 30px;

	background-color: #f1f1f1;

	line-height: 30px;
	font-size: 12px;
	color: #6f6d6d;
}

.emailColorbox button[type=submit],
.ipWidgetD01ShareColorbox button[type=submit]{
	float: right;

	margin: 0;
	border: 0;
	border-bottom: solid 2px #608282;
	padding: 9px 16px;

	background: #c5d7d7;

	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}

.emailColorbox .msg,
.ipWidgetD01ShareColorbox .msg{
	font-size: 14px;
}
/*
	Widget Toggler
*/

.ipWidget-D01Toggler{
	margin: 30px 0 20px 0;
}

.ipWidget-D01Toggler a{
	display: block;

	padding: 0 0 0 40px;
	margin: 0 0 0 -40px;

	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	color: #7c7567;

	font-weight: bold;

	background: url('../img/eventsListTicket.png') no-repeat left center;
}

/*
	Widgets HTML
*/
.ipWidget-IpHtml .htmlBox1{
	margin: 0 auto;

	width: 255px;
}

.ipWidget-IpHtml .htmlBox1 .header{
	height: 46px;

	background: url(../img/htmlBox1Header.jpg) no-repeat;
}

.ipWidget-IpHtml .htmlBox1 .container{
	padding: 0 38px;

	min-height: 350px;

	background: url(../img/htmlBox1Bg.jpg) repeat-y;
}

.ipWidget-IpHtml .htmlBox1 .separator{
	margin: 0 auto 15px;
	border-bottom: 1px solid #94B0B0;

	width: 86px;
	height: 15px;
}

.ipWidget-IpHtml .htmlBox1 .container h1{
	margin: 0;

	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 21px;
	text-transform: uppercase;
	color: #b5cece;
}

.ipWidget-IpHtml .htmlBox1 .container h2{
	margin: 24px 0 0;

	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #385e5e;
}

.ipWidget-IpHtml .htmlBox1 .container p{
	font-size: 13px;
}

.ipWidget-IpHtml .htmlBox1 .footer{
	height: 34px;

	background: url(../img/htmlBox1Footer.jpg) no-repeat;
}

.ipWidget-IpHtml .htmlBox2{
	margin: 0 auto 40px;

	width: 566px;
}

.ipWidget-IpHtml .htmlBox2 .header{
	height: 46px;

	background: url(../img/htmlBox2Header.jpg) no-repeat;
}

.ipWidget-IpHtml .htmlBox2 .container{
	padding: 0 38px;

	min-height:  273px;

	background: url(../img/htmlBox2Bg.jpg) repeat-y;
}

.ipWidget-IpHtml .htmlBox2 .container h2{
	margin: 0px;
	padding: 24px 0 0;

	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #385e5e;
}

.ipWidget-IpHtml .htmlBox2 .container p{
	margin: 0;
	padding: 20px 0;
	font-size: 13px;
}

.ipWidget-IpHtml .htmlBox2 .footer{
	height: 34px;

	background: url(../img/htmlBox2Footer.jpg) no-repeat;
}

/*
	Widget material lectures
*/
.ipWidget-MaterialLectures{

}

.ipWidget-MaterialLectures nav.type{
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	padding: 5px 10px;

	background: #f3f3f3;
}

.ipWidget-MaterialLectures nav.type ul{
	margin: 0px;
	padding: 0px;

	list-style: none;
}

.ipWidget-MaterialLectures nav.type ul li{
	float: left;

	background: url(../img/methodsNavSeparator.png) no-repeat center right;
}

.ipWidget-MaterialLectures nav.type ul li.last{
	background: none;
}

.ipWidget-MaterialLectures nav.type ul li a{
	padding: 0 13px;

	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #a1a1a1;
	text-decoration: none;
}

.ipWidget-MaterialLectures nav.type ul li a:hover,
.ipWidget-MaterialLectures nav.type ul li a.current{
	color: #385e5e;
}

.ipWidget-MaterialLectures nav.level{
	border-bottom: solid 1px #e8e8e8;
	padding: 5px 10px;
}

.ipWidget-MaterialLectures nav.level ul{
	margin: 0px;
	padding: 0px;

	list-style: none;
}

.ipWidget-MaterialLectures nav.level ul li{
	float: left;

	background: url(../img/methodsNavSeparator.png) no-repeat right 9px;
}

.ipWidget-MaterialLectures nav.level ul li.last{
	background: none;
}

.ipWidget-MaterialLectures nav.level ul li a{
	display: block;

	height: 35px;

	padding: 0 13px;

	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #a1a1a1;
	text-decoration: none;
}

.ipWidget-MaterialLectures nav.level ul li a:hover,
.ipWidget-MaterialLectures nav.level ul li a.current {
	background: url(../img/materialLecturesLevelArrow.png) no-repeat bottom center;
}

.ipWidget-MaterialLectures nav.level ul li.intro a{
	color: #a25f87;
}

.ipWidget-MaterialLectures nav.level ul li.level1 a{
	color: #e28b6a;
}

.ipWidget-MaterialLectures nav.level ul li.level2 a{
	color: #9db058;
}

.ipWidget-MaterialLectures nav.level ul li.level3 a{
	color: #509bb9;
}

.ipWidget-MaterialLectures nav.level ul li.level4 a{
	color: #b02f44;
}

.ipWidget-MaterialLectures nav.level ul li.level5 a{
	color: #e1a24c;
}

.ipWidget-MaterialLectures nav.level ul li.level6 a{
	color: #79477b;
}

.ipWidget-MaterialLectures .elements{
	margin: 55px 20px;
}

.ipWidget-MaterialLectures .elements article{
	position: relative;

	float: left;

	width: 140px;
	height: 285px;
}

.ipWidget-MaterialLectures .elements article .noimage{
	width: 140px;
	height: 190px;

	background: #848484;
}

.ipWidget-MaterialLectures .elements article.sep{
	margin-right: 53px;
}

.ipWidget-MaterialLectures .elements article a:hover{
	opacity: 0.8;
}

.ipWidget-MaterialLectures .elements article a span{
	position: absolute;
	top: 80px;
	left: 50%;

	margin: 0 0 0 -18px;

	display: block;

	width: 36px;
	height: 36px;

	background: url(../img/materialLecturesIcon.png) no-repeat;
}

.ipWidget-MaterialLectures .elements h1{
	margin: 10px 0 0;
	padding: 0;

	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;

	cursor: pointer;
}

.ipWidget-MaterialLectures .elements h1.intro{
	color: #a25f87;
}

.ipWidget-MaterialLectures .elements h1.level1{
	color: #e28b6a;
}

.ipWidget-MaterialLectures .elements h1.level2{
	color: #9db058;
}

.ipWidget-MaterialLectures .elements h1.level3{
	color: #509bb9;
}

.ipWidget-MaterialLectures .elements h1.level4{
	color: #b02f44;
}

.ipWidget-MaterialLectures .elements h1.level5{
	color: #e1a24c;
}

.ipWidget-MaterialLectures .elements h1.level6{
	color: #79477b;
}

.ipWidget-MaterialLectures .pagination{
	float: right;
}

.ipWidget-MaterialLectures .pagination a{
	color: #999999;
	text-decoration: none;
}

.ipWidget-MaterialLectures .pagination a:hover{
	color: #999999;
	text-decoration: underline;
}

.ipWidget-MaterialLectures .pagination a.current{
	font-family: Arial;
	font-weight: bold;
}

.ipWidgetMaterialLectureColorbox{
	padding: 45px 28px;

	width: 513px;
	min-height: 200px;

	background: #f6f6f6;

	box-shadow: 0 0 23px 3px #BDBDBD inset;
	-webkit-box-shadow: 0 0 23px 3px #BDBDBD inset;
}

.ipWidgetMaterialLectureColorbox .icon{
	position: absolute;
	top: 12px;
	left: -22px;

	width: 22px;
	height: 85px;
}

.ipWidgetMaterialLectureColorbox .icon.intro{
	background: url(../img/materialLecturesPopupIconIntro.png) no-repeat;
}

.ipWidgetMaterialLectureColorbox .icon.level1{
	background: url(../img/materialLecturesPopupIconLevel1.png) no-repeat;
}

.ipWidgetMaterialLectureColorbox .icon.level2{
	background: url(../img/materialLecturesPopupIconLevel2.png) no-repeat;
}

.ipWidgetMaterialLectureColorbox .icon.level3{
	background: url(../img/materialLecturesPopupIconLevel3.png) no-repeat;
}

.ipWidgetMaterialLectureColorbox .icon.level4{
	background: url(../img/materialLecturesPopupIconLevel4.png) no-repeat;
}

.ipWidgetMaterialLectureColorbox .icon.level5{
	background: url(../img/materialLecturesPopupIconLevel5.png) no-repeat;
}

.ipWidgetMaterialLectureColorbox .icon.level6{
	background: url(../img/materialLecturesPopupIconLevel6.png) no-repeat;
}

.ipWidgetMaterialLectureColorbox figure{
	float: left;

	margin: 0 30px 0 0;

	width: 140px;
	height: 100%;
}

.ipWidgetMaterialLectureColorbox h1{
	float: left;

	margin: 0px;

	width: 343px;

	font-family: Arial;
	font-weight: bold;
	font-size: 21px;
	text-transform: uppercase;
	color: #b5cece;
}

.ipWidgetMaterialLectureColorbox h2{
	float: left;

	margin: 0px;

	width: 343px;

	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	color: #385e5e;
}

.ipWidgetMaterialLectureColorbox h3{
	float: left;

	margin: 0px;

	width: 343px;

	font-family: Arial;
	font-size: 10px;
	text-transform: uppercase;
	color: #a1a1a1;
}

.ipWidgetMaterialLectureColorbox p{
	float: left;

	width: 343px;

	font-size: 14px;
}

.ipWidgetMaterialLectureColorbox .separator{
	float: left;

	display: inline-block;

	margin: 16px 0 0;

	width: 343px;
	height: 1px;

	background: #94b0b0;
}

.ipWidgetMaterialLectureColorbox nav{
	float: right;

	width: 48px;
	height: 20px;
}

.ipWidgetMaterialLectureColorbox nav a{
	display: block;
	float: left;
}

.ipWidgetMaterialLectureColorbox nav a.prev{
	margin: 0 14px 0 0;

	width: 17px;
	height: 20px;

	background: url(../img/colorboxPrev.png) no-repeat;
}

.ipWidgetMaterialLectureColorbox nav a.next{
	width: 17px;
	height: 20px;

	background: url(../img/colorboxNext.png) no-repeat;
}

.ipWidgetMaterialLectureColorbox nav a:hover,
.ipWidgetMaterialLectureColorbox nav a.disabled{
	opacity: 0.7;
	background-position: 0 -20px;
}

.ipWidgetMaterialLectureColorbox nav a.disabled{
	cursor: default;
}

/*
	Widget Material List
*/
.ipWidget-MaterialList article{
	padding: 45px 28px;

	width: 513px;
	min-height: 200px;

	/*background: #f6f6f6;

	-webkit-box-shadow: inset 0px 0px 30px 0px #e1e1e1;
	box-shadow: inset 0px 0px 30px 0px #e1e1e1;*/
}

.ipWidget-MaterialList article .noimage{
	width: 140px;
	height: 190px;

	background: #848484;
}

.ipWidget-MaterialList article figure{
	float: left;

	margin: 0 30px 0 0;

	width: 140px;
	height: 100%;
}

.ipWidget-MaterialList article .box{
	float: left;
	width: 342px;
}

.ipWidget-MaterialList article h1{
	margin: 0px;

	font-family: Arial;
	font-weight: bold;
	font-size: 21px;
	text-transform: uppercase;
	color: #b5cece;
}

.ipWidget-MaterialList article h2{
	margin: 0px;

	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	color: #385e5e;
}

.ipWidget-MaterialList article h3{
	margin: 0px;

	font-family: Arial;
	font-size: 10px;
	text-transform: uppercase;
	color: #a1a1a1;
}

.ipWidget-MaterialList article p{
	font-size: 14px;
}

.ipWidget-MaterialList article .separator{
	display: inline-block;

	margin: 16px 0 0;

	width: 343px;
	height: 1px;

	background: #94b0b0;
}

.ipWidget-MaterialList .pagination{
	float: right;
}

.ipWidget-MaterialList .pagination a{
	color: #999999;
	text-decoration: none;
}

.ipWidget-MaterialList .pagination a:hover{
	color: #999999;
	text-decoration: underline;
}

.ipWidget-MaterialList .pagination a.current{
	font-family: Arial;
	font-weight: bold;
}

/*
	Widget Related methods
*/
.ipWidget-RelatedMethods .ipwBox{
	margin: 0 auto 40px;

	width: 566px;
}

.ipWidget-RelatedMethods .ipwBox .header{
	height: 46px;

	background: url(../img/htmlBox2HeaderB.jpg) no-repeat;
}

.ipWidget-RelatedMethods .ipwBox .container{
	padding: 0 38px;

	min-height:  273px;

	background: url(../img/htmlBox2Bg.jpg) repeat-y;
}

.ipWidget-RelatedMethods .ipwBox .container .separator{
	margin: 0 auto 15px;
	border-bottom: 1px solid #94B0B0;

	width: 86px;
	height: 15px;
}

.ipWidget-RelatedMethods .ipwBox .container .listContainer{
	margin: 30px 0 0 35px;

	width: 486px;
}

.ipWidget-RelatedMethods .ipwBox .container .list{
	position: relative;
	left: 50%;

	float: left;
}

.ipWidget-RelatedMethods .ipwBox .container ul{
	position: relative;
	right: 50%;

	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.ipWidget-RelatedMethods .ipwBox .container ul li{
	float: left;

	margin: 0 62px 0 0;

	width: 100px;
}

.ipWidget-RelatedMethods .ipwBox .container ul li img{
	width: 100px;
}

.ipWidget-RelatedMethods .ipwBox .container ul li h1{
	margin: 0px;
	padding: 5px 0 12px;

	text-align: center;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #3d372b;
}

.ipWidget-RelatedMethods .ipwBox .container ul li h1 a{
	color: #3d372b;
	text-decoration: none;
}

.ipWidget-RelatedMethods .ipwBox .footer{
	height: 34px;

	background: url(../img/htmlBox2Footer.jpg) no-repeat;
}
/*
	Events News Widget
*/
.ipWidget-D01EventsNews{
	width: 475px;
	height: 391px;

	background: #f1f1eb;
}

.ipWidget-D01EventsNews .header{
	width: 475px;
	height: 97px;

	background: url(../img/d01EventsNewsHeader.png);
}

.ipWidget-D01EventsNews .elements{
	padding: 0px 0 0 36px;

	height: 232px;
}

.ipWidget-D01EventsNews .elements article{
	border-bottom: solid 1px #c9c9c0;
	padding: 0 15px 0 0;

	height: 116px;

	overflow: hidden;
}

.ipWidget-D01EventsNews .elements article h2{
	margin: 0px;
	padding: 8px 0 0;

	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	color: #908c73;
}

.ipWidget-D01EventsNews .elements article h2 a{
	color: #908c73;
	text-decoration: none;
}

.ipWidget-D01EventsNews .elements article h1{
	margin: 0 0 5px 0;

	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	font-weight: normal;
	color: #585543;
}

.ipWidget-D01EventsNews .elements article h1 a{
	color: #585543;
	text-decoration: none;
}

.ipWidget-D01EventsNews .elements article h1 a:hover{
	color: #908c73;
}

.ipWidget-D01EventsNews .elements article h1 a p{
	margin: 0;
	padding: 0;

	color: inherit;
	font-size: inherit;
}

.ipWidget-D01EventsNews .elements article p{
	margin: 0px;

	font-size: 12px;
	color: #585543;
	line-height: 14px;
}

.ipWidget-D01EventsNews .elements article a{
	color: #585543;
	text-decoration: none;
}

.ipWidget-D01EventsNews .pagination{
	float: right;

	margin: 21px 17px 0 0;

	width: 44px;
}

.ipWidget-D01EventsNews .pagination .prev{
	float: left;

	width: 18px;
	height: 18px;

	background: url(../img/d01EventsNewsPrev.png) no-repeat;
}

.ipWidget-D01EventsNews .pagination .next{
	float: left;

	margin: 0 0 0 8px;

	width: 18px;
	height: 18px;

	background: url(../img/d01EventsNewsNext.png) no-repeat;
}

.ipWidget-D01EventsNews .pagination .prev:hover,
.ipWidget-D01EventsNews .pagination .prev.disabled,
.ipWidget-D01EventsNews .pagination .next:hover,
.ipWidget-D01EventsNews .pagination .next.disabled{
	opacity: 0.5;
}

/*
	Event page
*/
.pageEvent article{
	margin: 0;
}

.pageEvent article figure{
	float: left;
	margin: 0 40px 34px 0;
}

.pageEvent article .info{
	float: left;
}

.pageEvent article h2{
	margin: 0 0 10px;
	padding: 0;

	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #bbbcbc;
}

.pageEvent article h1,
.pageEvent article h3{
	margin: 0 0 15px 0;
	padding: 0;

	height: 30px;

	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #608282;
}

.pageEvent article h1 a,
.pageEvent article h3 a{
	color: #608282;
	text-decoration: none;
}

.pageEvent article h3{
	padding-left: 44px;

	background: url(../img/eventsListTicket.png) no-repeat top left;
}

.pageEvent article h1 a:hover,
.pageEvent article h3 a:hover{
	color: #608282;
	text-decoration: underline;
}

.pageEvent article p{
	margin: 0 0 22px;
	padding: 0;

	font-size: 14px;
	color: #3d372b;
}

.pageEvent button[type=submit]{
	float: none !important;

	margin: 40px 0 0 80px;
}

/*
	Recaptcha
*/
.recaptcha #recaptcha_response_field{
	height: 15px;
}


.ipWidget-Comercial {
	


}

.ipWidget-Comercial label {width: 400px; float: left; position: relative;}
.ipWidget-Comercial label input {float: right;}
.ipWidget-Comercial .side {float: left; width: 430px; position: relative;}
.ipWidget-Comercial .side2 {width: 500px;}
.ipWidget-Comercial .side2 label {width: 551px;}
.ipWidget-Comercial span {margin-right: 5px;}
.ipWidget-Comercial span.base {float: left; margin-right: 67px;}
.ipWidget-Comercial span.base input {float: left; margin-top: 3px; margin-right: 4px;}
.ipWidget-Comercial label.policity {width: 600px;}
.ipWidget-Comercial button {margin-right: -124px;}
.ipWidget-Comercial .formError {position: absolute; right: -5px;}
.ipWidget-Comercial .error-recaptcha_response_field {margin-top: -40px;}
.ipWidget-Comercial .error-policity {
	left: 0;
	right: auto;
	top: -20px;
}
.ipWidget-Comercial .message {
	display: none;
	color: green;
}



.full {

	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
	opacity: 0.7;

	top: 0;
	left: 0;

	z-index: 2;

	display: none;

}

.popup {

	width: 100%;
	height: 100%;
	position: absolute;

	top: 0;
	left: 0;

	z-index: 3;

	display: none;

}

.popup .center {

	width: 940px;

	min-height: 365px;
	background: #fff;

	margin: 122px auto;

	box-shadow: 0px 1px 7px #888;

	position: relative;

}

.popup .center .close {

	cursor: pointer;

	position: absolute;

	right: 15px;
	top: 12px;

	width: 30px;
	height: 30px;

	background: url('../img/popclose.png') no-repeat;

}


.popup .center .box {

	padding: 55px 16px 30px 16px;

}

.popup .center .box h4 {

	margin-top: -34px;
	color: #373737;
	font-size: 14px;

	margin-bottom: 20px;

}

.popup .center .box .banner {

	cursor: pointer;

}

.popup .center .box form {

	/*display: none;*/

	margin-top: 26px;

}

.popup .center .box form h3 {

	padding: 0 0 5px 0;
	font-family: "Lato";
	font-weight: 400;
	font-size: 16px;
	color: #e3004f;
	text-transform: uppercase;

	margin-bottom: 20px;
}

.popup .center .box form p {

	margin-bottom: 15px;

}


.popup .center .box .side {

	float: left;

	width: 272px;
	margin-right: 21px;

}

.popup .center .box .side input[type=text] {

	width: 240px;
	margin: 0;
}

.popup .center .box .side.wm {
	margin-right: 0;
}

.popup .center .box .submit {

	width: 322px;

	border-top: 0;

}

.popup .center .box .submit button {

	float: right;
	border: 0;
	border-bottom: solid 2px #608282;
	padding: 9px 16px;
	background: #c5d7d7;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	width: 211px;

}


.popup .message {

	display: none;

	padding: 80px;
	text-align: center;

}

.popup .message p {

	font-size: 18px;
	color: #373737;

}

.popup .message h6 {

	font-size: 47px;
	color: #e3004f;
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 45px;

}

.ipWidget-ComercialIntersticial{

	display: none;

}


.basic-button{

	margin-top: 10px;

	text-align: center;
	text-decoration: none;

	display: block;
	border: 0;
	border-bottom: solid 2px #608282;
	padding: 9px 16px;
	background: #c5d7d7;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	   (-o-min-device-pixel-ratio: 5/4),
	   (-webkit-min-device-pixel-ratio: 1.25),
	   (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}



.ipWidget-IpFileMethod .files{
	color: #9c9c9c;
	height: 33px;
	line-height: 44px;
	margin: 0;
	font-size: 14px;
}

.ipWidget-IpFileMethod .files .names {
	float: left;
	width: 205px;
	line-height: 32px;
	padding-top: 3px;
}

.ipWidget-IpFileMethod a.file{
	display: block;
	float: right;
	margin: 11px 0px 0 0;

	width: 21px;
	height: 21px;
}

.ipWidget-IpFileMethod a.file.document{
	background: url("../img/fileDocument.png") no-repeat left top transparent;
}

.ipWidget-IpFileMethod a.file.audio{
	background: url("../img/fileAudio.png") no-repeat left top transparent;
	padding-left: 5px;
}
.ipWidget-IpFileMethod a.file.video{
	background: url("../img/fileVideo.png") no-repeat left top transparent;
	padding-left: 5px;
}