/************************  Section style settings  ************************/
@media screen and ( min-width:320px ) {
	.SectionContent {
		padding: 			0 34px 35px;
	}
}
@media screen and ( max-width:600px ) {
	.SectionContent {
		padding-left:10px;
		padding-right:10px;
	}
}
.SectionContent {
	text-align:			left;
}

.SectionImage {
	
}

/************************  Paragraph style settings  ************************/
      
.ParagraphContent {
	margin-bottom: 		20px;
	text-align: 		left;
}

/************************  Gallery popup style settings  ************************/

.GalleryPopupBody {
	padding:			0px 0px 0px 0px;
	margin:				0px 0px 0px 0px;
	text-align:			center;
	width:				100%;
	color: 				#000000;
	font-size: 			11px;
	font-weight:		bold;
}

.GalleryPopupTable {
	width:				100%;
	border:				0px solid #FFFFFF;

}

.GalleryPopupImage {
	
	
}

.GalleryPopupInfo {
	font-size: 			10px;
	
	padding-top:		1px;
	padding-left:		10px;
	color:				#333333;
}

.GalleryPopupMoreInfo {
	font-size: 			10px;
	font-weight: 		bold; 
	color:				#484848;
	
}

.GalleryPopupPhotoTitle H1{
	font-size: 			10px;
	font-weight:		bold;
	color:				#000000;
}

.GalleryPopupTitleSeparator{
	font-size: 			10px;
	font-weight:		bold;
	width:				1px;
}

.GalleryPopupPargTitle H2{
	font-size: 			10px;
	font-weight:		bold;
	color:				#484848;
	display:			block;
}

.GalleryPopupPrevious {
	width:				40px;
	height:				40px;
	border:				1px solid #CCCCCC;
	cursor: 			pointer
}

.GalleryPopupNext {
	width:				40px;
	height:				40px;
	border:				1px solid #CCCCCC;
	cursor: 			pointer
}

.GalleryPopupGotoSite {
	height:				40px;
	border:				1px solid #CCCCCC;
	margin-bottom:		5px;	
}

.GalleryPopupToolTipAuthorTitle{
	font-size: 			10px;
	font-weight:		bold;
}

.GalleryPopupToolTipAuthor{
	font-size: 			10px;
	
}

.GalleryPopupToolTipDescriptionTitle{
	font-size: 			10px;
	font-weight:		bold;
}

.GalleryPopupToolTipDescription{
	font-size: 			10px;
	
}

.GalleryParagraphCell {
	padding-right: 		5px;
	padding-bottom: 	5px;
	display:block;
	float: left;
}

/****************  Form, buttons and fields style settings  ***************/

.FormFieldTitleCell {
	padding-bottom:		5px;
	padding-right: 		10px;
	vertical-align: 	top;
	text-align : 		left;
	display: block;
}

.FormFieldTextCell, 
.FormFieldSelectCell, 
.FormFieldTextareaCell,
.FormFieldRadioCell {
	padding-bottom:		5px;
	vertical-align: 	top;
	text-align : 		left;
	display: block;
}

.FormTable {
		display:block;
}

.FormRow {
}

.FormFieldText {
	background-color: 	#FFFFFF;
	font-size:			14px;
	padding:  			2px 5px 3px;
	border: 			1px inset #666;
	width:				240px;
	vertical-align: 	middle;
	text-align:   		left;
	max-width: 100%;
	-moz-border-radius: 		10px;
	-webkit-border-radius: 		10px;
	border-radius: 				10px;
}

.FormFieldRadio {
}

.FormFieldRadioCell {
	/*width: 				100px;*/
}

.FormFieldRadioCell UL {
	padding:			2px;
	margin:				0px;
}

.FormFieldRadioCell UL LI {
	padding:			0px;
	margin:				0px;
	list-style:			none;
}

.FormFieldCheckbox {
}

.FormFieldSelect {
	background-color: 	#FFFFFF;
	font-size:			14px;
	padding:    		3px 2px 3px 5px;
	border: 			1px inset #666;
	vertical-align:		top;
	text-align :      	left;
	
	-moz-border-radius: 				10px;
	-webkit-border-radius: 				10px;
	border-radius: 						10px;
	
	-moz-border-top-right-radius: 		0;
	-webkit-border-bottom-right-radius: 0;
	
	-moz-border-top-right-radius: 		0;
	-webkit-border-bottom-right-radius: 0;
	
	border-top-right-radius: 			0;
	border-bottom-right-radius: 		0;
}

.FormFieldTextarea {
	background-color: 	#FFFFFF;
	font-size:			14px;
	font-weight:      	normal;
	padding:    		3px 5px;
	border: 			1px inset #666;
	width:				240px;
	vertical-align:		top;
	text-align :      	left;
	
	-moz-border-radius: 		10px;
	-webkit-border-radius: 		10px;
	border-radius: 				10px;
}

.FormButtonSubmit {
	font-size:			12px;
	background: 		none;
	color:				#FFF;
	font-weight:      	normal;
	cursor: 			pointer;
	padding:			2px 10px 4px;
	line-height:		23px;
	height:				23px;
	border: 			none;
	text-shadow: 		1px 1px 1px #333;
	zoom:				1;
	
	background-image:	url(../images/Template/bg-btn.png);
	background-repeat:	repeat-x;
	
	-moz-border-radius: 		10px;
	-webkit-border-radius: 		10px;
	border-radius: 				10px;
}

.FormButtonSubmit:hover {
	text-shadow: 		0 0 4px #FFF;
}

.FormError > label > textarea,
.FormError > label > select,
.FormError > label input{
	border:solid .1px red;    
	outline:solid 0.1px red;
}

.input-required > label>strong:after{
	content:"*";
	color:grey;
	margin-left: 3px;
}

.form-element.FormError:after { 
/*	content: "!";
	float:right;*/
}

.FormError {
	font-size:        	11px;
	color:            	#FF0000;
	font-weight:      	bold;
}

.FormThanksDiv {

}

.FormBackLink {

}

.form-element {
	margin-bottom: 4px;
}

.form-element>label>strong{
	vertical-align: top;
}

#recaptcha_widget_div,
ul.form-radio-list,
ul.form-checkbox-list{
	list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
    display:inline-table;
}

.form-radio-list > li,
.form-checkbox-list > li{
	list-style: none;
}
.form-element > label{
	display:inline-block;
}

.form-element > label > strong{
	width: 150px;
	display: inline-block;
	clear:both;
}

/************************  Menu style settings  ************************/

.MenuContent {
	font-size: 			12px;
	font-weight: 		bold;
	color: 				#666666;
	text-decoration: 	none;
	margin: 			20px;
	padding: 			0px;
	width:			 	175px;
	border: 			0px #000000 solid;
}

/************************  Menulink style settings  ************************/
.MenuLink {
	font-size: 			12px;
	font-weight: 		normal;
	color: 				#666666;
	border: 			none;
	text-decoration: 	none;
	margin: 			0px;
	padding:			0px;
	text-align:			left;
	vertical-align:		middle;
	line-height:		18px;
	width:				100%;
}

.MenuLink A:LINK {
	color:				#666666;
}

.MenuLink A:VISITED {
	color:				#666666;
}

.MenuLink A:HOVER {
	color:				#e0920a;
}

.MenuLink A:ACTIVE {
	color:				#666666;
}

/************************  MenuActive style settings  ************************/

.MenuLinkActive {
	font-size: 			12px;
	font-weight: 		bold;
	color: 				#e0920a;
	border: 			none;
	text-decoration: 	none;
	margin: 			0px;
	padding:			0px;
	text-align:			left;
	vertical-align:		middle;
	line-height:		18px;
	width:				100%;
}

.MenuLinkActive A:LINK {
	color:				#e0920a;
}

.MenuLinkActive A:VISITED {
	color:				#e0920a;
}

.MenuLinkActive A:HOVER {
	color:				#e0920a;
}

.MenuLinkActive A:ACTIVE {
	color:				#e0920a;
}

/************************  SubMenu style settings  ************************/

.SubMenuLink {
	text-align: 		left;
	font-size: 			12px;
	font-weight: 		normal;
	text-decoration: 	none;
	color: 				#666666;
	vertical-align:		middle;
	margin: 			0px 0px 0px 0px;
	padding: 			0px 0px 0px 10px;
	line-height:		18px;
	width:			 	100%;
}

.SubMenuLink A:LINK {
	color: 				#666666;
}

.SubMenuLink A:VISITED {
	color: 				#666666;
}

.SubMenuLink A:HOVER {
	color: 				#e0920a;
}

.SubMenuLink A:ACTIVE {
	color: 				#666666;
}

/************************ SubMenuActive style settings  ************************/

.SubMenuLinkActive {	
	text-align: 		left;
	font-size: 			12px;
	font-weight: 		normal;
	text-decoration: 	none;
	color: 				#e0920a;
	vertical-align:		middle;
	margin: 			0px 0px 0px 0px;
	padding: 			0px 0px 0px 10px;
	line-height:		18px;
	width:			 	100%;
}

.SubMenuLinkActive A:LINK {
	color: 				#e0920a;
}

.SubMenuLinkActive A:ACTIVE {
	color: 				#e0920a;
}

.SubMenuLinkActive A:HOVER {
	color: 				#e0920a;
}

.SubMenuLinkActive A:VISITED {
	color: 				#e0920a;
}

/************************  SubSubMenu style settings  ************************/

.SubSubMenuLink {
	font-size: 			10px;
	font-weight: 		normal;
	text-align: 		left;
	text-decoration: 	none;
	background-color:	#4CA7C6;
	vertical-align:		top;
	margin: 			0px 0px 0px 0px;
	padding: 			0px 0px 0px 25px;
	line-height:		15px;
	width:				136px;
	border-bottom: 		0px #4CA7C6 solid;
	border-top: 		0px #E18C31 solid;
}

.SubSubMenuLink li {
	list-style-position:outside;
	list-style-type:	disc;
	padding: 			0px 0px 0px 0px;
}

.SubSubMenuLink A:LINK {
	text-decoration: 	none;
	color: 				#08476C;
}

.SubSubMenuLink A:VISITED {
	text-decoration: 	none;
	color: 				#08476C;
}

.SubSubMenuLink A:HOVER {
	text-decoration: 	none;
	color: 				#FFFFFF;
}

.SubSubMenuLink A:ACTIVE {
	text-decoration: 	none;
	color: 				#08476C;
}

/************************ SubSubMenuActive style settings  ************************/

.SubSubMenuLinkActive {
	font-size: 			10px;
	font-weight: 		normal;
	text-align: 		left;
	text-decoration: 	none;
	background-color:	#4CA7C6;
	margin: 			0px 0px 0px 0px;
	padding: 			0px 0px 0px 25px;
	line-height:		15px;
	width:				136px;
	border-bottom: 		0px #4CA7C6 solid;
	border-top: 		0px #E18C31 solid;
}

.SubSubMenuLinkActive li {
	list-style-position:outside;
	list-style-type:	disc;
	padding: 			0px 0px 0px 0px;
}

.SubSubMenuLinkActive A:LINK {
	text-decoration: 	none;
	color: 				#FFFFFF;
}

.SubSubMenuLinkActive A:ACTIVE {
	text-decoration: 	none;
	color: 				#FFFFFF;
}

.SubSubMenuLinkActive A:HOVER {
	text-decoration: 	none;
	color: 				#08476C;
}

.SubSubMenuLinkActive A:VISITED {	
	text-decoration: 	none;
	color: 				#FFFFFF;
}

/****************  Paragraph layout  ***************/
.ParagraphContent.columns {
	-webkit-column-gap: 3rem;
    -webkit-column-count: 2;
	
	-moz-column-gap: 3rem;
    -moz-column-count: 2;
	
	-o-column-gap: 3rem;
    -o-column-count: 2;
	
	column-gap: 3rem;
    column-count: 2;
	
	text-align: justify;
}

/****************  CKEDITOR images  ***************/
.image-left {
	float:left;
	margin-right: 2em;
}

.image-center {
	text-align:center;
	margin-left: 2em;
	margin-right: 2em;
}

.image-right {
	float:right;
	margin-left: 2em;
}

.image-captioned {
	text-align:center;
}

FIGURE {
	border:none;
	padding:0;
	margin:0;
	display: inline-block;
}

FIGURE > figcaption {
    display: block;
	text-align:center;
	font-size:0.7em;
	margin-top: 0.5em;
}

/****************  CKEDITOR templates  ***************/
.columns-2:after {
	content: '';
	clear: both;
	display: block;
}
.columns-2 > .column {
	width: 49%;
}

.column {
	display: block;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.columns-2 > .column {
		width: 100%;
		margin-bottom: 18px;
	}
}