/************************  Section style settings  ************************/
.SectionContent {
	margin:				0;
	padding: 			0; 
	text-align:			left;
} 

.SectionImage {
	
}

/************************  Paragraph style settings  ************************/
      
.ParagraphContent {
	margin-bottom: 		50px;
	text-align: 		left;
	
	clear:				both; /*important fixes content with floating element like 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-family:		Helvetica, Arial, sans-serif;
	font-size: 			11px;
	font-weight:		bold;
}

.GalleryPopupTable {
	width:				100%;
	border:				0px solid #FFFFFF;

}

.GalleryPopupImage {
	
	
}

.GalleryPopupInfo {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	
	padding-top:		1px;
	padding-left:		10px;
	color:				#333333;
}

.GalleryPopupMoreInfo {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight: 		bold; 
	color:				#484848;
	
}

.GalleryPopupPhotoTitle H1{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
	color:				#000000;
}

.GalleryPopupTitleSeparator{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
	width:				1px;
}

.GalleryPopupPargTitle H2{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	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-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
}

.GalleryPopupToolTipAuthor{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	
}

.GalleryPopupToolTipDescriptionTitle{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
}

.GalleryPopupToolTipDescription{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	
}

.GalleryParagraphCell {
	padding-right: 		5px;
	padding-bottom: 	5px;
}

/****************  Form, buttons and fields style settings  ***************/
.FormTable {
	margin: 15px auto 50px auto;
}

.FormRow {
}

.FormFieldTitleCell {
	padding-bottom:		10px;
	padding-right: 		50px;
	vertical-align: 	top;
	text-align : 		left;
}

.FormFieldTextCell,
.FormFieldSelectCell, 
.FormFieldTextareaCell {
	padding-bottom:		10px;
	vertical-align: 	top;
	text-align : 		left;
}

.FormFieldText,
.FormFieldSelect,
.FormFieldTextarea {
	background			: none;
	background-color	: #ebebeb;
    border				: 1px solid #CCC;
    	
	font-family			: 'droid_serifregular';
	font-size			: 13px;
    line-height			: 22px;
    
	padding				: 0 5px;
    width				: 350px;
	height				: auto;
	max-width: 100%;
		
	transition			: border-color 0.3s linear;
	box-shadow			: none;
	border-radius		: 0;
}

.FormFieldSelect {
	padding				: 10px;
	width				: 363px;
}

.FormFieldTextarea {
    padding				: 5px;
}

.FormFieldText:FOCUS,
.FormFieldSelect:FOCUS,
.FormFieldTextarea:FOCUS {
	border-color		: #c3c3c3;	
}

.FormFieldRadioCell {
	width: 				100px;
}

.FormFieldRadioCell UL {
	padding:			2px;
	margin:				0px;
}

.FormFieldRadioCell UL LI {
	padding:			0px;
	margin:				0px;
	list-style:			none;
}

.FormFieldCheckboxGroupCheckbox {
}

.FormFieldCheckboxGroupCell {
	width: 				100px;
}

.FormFieldCheckboxGroupCell UL {
	padding:			2px;
	margin:				0px;
}

.FormFieldCheckboxGroupCell UL LI {
	padding:			0px;
	margin:				0px;
	list-style:			none;
}

.FormFieldCheckbox {
}

.FormButtonSubmit {
	background: 		none;
	background-color: 	#90a92d;
	font-size:			13px;
	line-height:		23px;
	color:				#FFF;
	font-weight:      	normal;
	cursor: 			pointer;
	padding: 		   	0 10px;
	border: 			none;
	text-transform:		uppercase;
	
	transition: 		background-color 0.3s linear;
	box-shadow			: none;
}

.FormButtonSubmit:HOVER {
	background-color: 	#b4c67b;	
}

.FormButtonSubmit.disabled {
	background-color:#d7d7d7 !important;
	cursor:default !important;
}

.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;
}

.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;
}

/****************  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;
	}
}
