/****************************************************************************/
/*                                                                          */
/* Cascading Style Sheets (CSS)                                             */
/*                                                                          */
/* Copyright ClickMedia (C) 2010. All Rights Reserved.                      */
/*                                                                          */
/****************************************************************************/

/****************************************************************************/
/** Joomla! System Template - system.css                                    */
/****************************************************************************/

/* OpenID icon style */
input.system-openid, input.com-system-openid {
   background: url(http://openid.net/images/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}


/****************************************************************************/
/** Joomla! System Template - general.css                                   */
/****************************************************************************/
/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	float: left;
	margin-left: 5px;
}

.button2-right {
	float: left;
	margin-left: 5px;
}

.button2-left .image {
}

.button2-left .readmore {
}

.button2-left .pagebreak {
}

.button2-left .blank {
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}

.img_caption  {
text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}

.caption.left {
	float: left;
	margin-right: 1em;
}

.caption.right {
	float: right;
	margin-left: 1em;
}

.caption.left p {
	clear: left;
	text-align: center;
}

.caption.right p {
	clear: right;
	text-align: center;
}

.caption.none {
	margin-left:auto;
	margin-right:auto;
}

.caption  {
	text-align: center!important;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	cursor: pointer;
	vertical-align: middle;
}

/****************************************************************************/
/** Template Layout Styles                                                  */
/****************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
  font-family:Arial, Helvetica, sans-serif;
} 
html {
    height: 100%;
    margin-bottom: 1px;
}
body {
    margin: 0;
    font-size: 80%;
    line-height: 175%;
    font-family: Verdana, Arial, Tahoma, Tahoma, Helvetica, Arial, FreeSans, sans-serif;
    color: #213984;
    font-size: 11px;
}
body#site {
	background-color: #f7f7f7;
}
#above_header{
  background:#212121;
  height:2px;
  width:100%;
  margin-left:auto;
  margin-right:auto;
}
#header{
  background:url(../images/header_bg.png) no-repeat;
  height:132px;
}
/****************************************************************************/
/* Core Styles                                                              */
/****************************************************************************/
form {
    margin: 0;
    padding: 0;
}

p {
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 175%;
}

h1, h2, h3, h4, h5 {
    padding-bottom: 5px;
    margin: 5px 0 5px 0;
    font-weight: normal;
    line-height: 120%;
    color: #213984;
    color: #F15A25;
	color: #FF7E1F;
}

h1 {
    font-size: 160%;
    line-height: 100%;
}

h2 {
    font-size: 135%;
    line-height: 100%;
}

h3 {
    font-size: 150%;
}

h4 {
    font-size: 120%;
}

h5 {
    font-size: 120%;
    text-transform: uppercase;
}

a:link, a:visited {
    color: #3F85FF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clr {
    clear: both;
}

ul {
	line-height: 175%;
} 
li {
	margin-left: 20px;
    line-height: 175%;
}

pre {
    color: #000000;
    font-size: 12px;
    padding-left: 50px;
    line-height: 130%;
    width: 500px;
}

/****************************************************************************/
/* Basic containers                                                         */
/****************************************************************************/
div.container {
	width: 100%;
	/*border: 1px solid #CCCCCC;*/
	margin-left: auto;
	margin-right: auto;
	/*background-color: #FFFFFF;*/
}
div.container_16 {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
div#subfooter {
	text-align: center;
	font-size: 11px;
	color: #666666;
	border: 0;
	height:100px;
}
#outside_subfooter{
  width:100%;
  margin-left:auto;
  margin-right:auto;
  background:#fafafa;
}
#logo {
	height: 105px;
	float: left;
	background-position: 1px 11px;
}
#outside_footer{
  width:100%;
  margin-left:auto;
  margin-right:auto;
  background:#212121;
}
#footer{
  height:32px;
}
#outside_upper_footer{
  width:100%;
  margin-left:auto;
  margin-right:auto;
  background:#b81919;
}
#upper_footer{
  height:228px;  
}
#mainarea{
  margin-top:5px;
  margin-bottom:47px;
}

/****************************************************************************/
/* Default module styles                                                    */
/****************************************************************************/
div.module {
	margin-bottom: 10px;
}
div.module-noborder {
	border: 0;
	margin-bottom: 10px;
}
div.center-justify {
	text-align:center;
}
div.left-justify {
	text-align:left;
}
div.right-justify {
	text-align:right;
}

/****************************************************************************/
/* Footer                                                                   */
/****************************************************************************/
div.footer {
	text-align: center;
}
div.footerleft {
	text-align: left;
	padding-top: 3px;
}
div.footerright {
	text-align: right;
	padding-top: 3px;
}

/****************************************************************************/
/* Joomla Elements                                                          */
/****************************************************************************/
h2.contentheading,
h1.componentheading {
    line-height: 100%;
    padding: 0px;
    padding-bottom: 3px;
    margin: 0px;
}
.componentheading {
	margin-top: 10px;
    font-size: 22px;
    margin-bottom: 20px;
}
.article_separator {
    background-color: red;
    visibility: hidden;
    height: 1px;
}
.mosimage_caption {
    font-size: 90%;
}
.img-right {
    float: right;
    margin: 2px 0px 2px 10px;
    border: 6px solid #E3E6EB;
}
.img-left {
    float: left;
    margin: 2px 10px 2px 0px;
    border: 6px solid #E3E6EB;
}
a.nounder {
    text-decoration: none;
    border: 0;
    cursor: pointer;
}
a.nounder:hover {
    text-decoration: none;
}
.clr {
    clear: both;
}
fieldset {
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
fieldset.input, a img, body .pollstableborder {
    border: 0;
}
img.content-left {
    float: left;
    margin-right: 10px;
    padding: 5px;
}
img.content-right {
    float: right;
    margin-left: 10px;
    padding: 5px;
}
.back_button {
    margin-top: 20px;
    margin-bottom: 10px;
}
.tool-tip {
    padding: 4px;
}
td.modifydate {
    font-size: 11px;
    color: #800000;
}
table.main, table.blog {
    width: 100%;
    border: 0;
    padding: 0;
}
a.linkmore:link, a.linkmore:visited {
    background-position: 0px 4px;
    padding-left: 14px;
    font-size: 12px;
}

/****************************************************************************/
/* Pathway                                                                  */
/****************************************************************************/
#pathway, #pathway-module {
    display: block;
}

span.pathway {
    display: block;
    font-weight: normal;
    line-height: 150%;
    overflow: hidden;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 17px;
    font-style: italic;
    font-size: 11px;
}

span.pathway img {
    padding-right: 0px;
    width: 8px;
    height: 7px;
}

span.pathway a {
    float: none;
    padding: 0 2px 0 0;
}

span.pathway a:link, span.pathway a:visited {
    color: #213984;
}

span.pathway a:hover {
    text-decoration: underline;
    color: #ff0000;
}

.breadcrumb_line {
    background: #FFFFFF url(../images/home.gif) no-repeat;
    background-position: 6px 6px;
    padding: 0px;
    margin: 0px;
}

span.pathway img {
}

/****************************************************************************/
/* Search                                                                   */
/****************************************************************************/
#mod_search_searchword {
    border: 1px solid #E1E5E8;
    width: 100px;
    height: 15px;
    padding-left: 3px;
    font-size: 10px;
    color: #666666;
    top: 0px;
    position: relative;
    font-family: tahoma, arial, verdana;
}

div.search .button {
    position: relative;
    top: 4px;
    margin-left: 3px;
    margin-right: 30px;
}

/**********************************************************************/
/** Left menu                                                        **/
/**********************************************************************/
#lcol ul.menu {
    padding-top: 5px;
    padding-bottom: 10px;
}

#lcol ul.menu li {
    list-style-type: none;
    margin-left: 10px;
    font-size: 11px;
    font-weight: 400;
    line-height: 22px;
    padding-right: 10px;
    color: #000000;
	margin-left: 20px;
	border-bottom: 1px dotted #878787;
	width: 170px;
}

#lcol ul.menu li.parent {
    font-weight: bold;
}

#lcol ul.menu li a:link, #lcol ul.menu a:visited {
    color: #213984;
}

#lcol ul.menu a:hover {
    color: #FF0000;
    text-decoration: underline;
}

#lcol ul.menu li.parent ul {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#lcol ul.menu li.parent ul li {
    margin-left: 8px;
}

/**********************************************************************/
/** Bottom menu                                                      */
/**********************************************************************/
ul.menu-bottom {
    padding: 0px;
    margin: 0px;
    margin-top: 2px;
	margin-bottom: 4px;
}

ul.menu-bottom li {
    display: inline;
    list-style-type: none;
    padding: 0px;
    margin: 0px 5px 0px 5px;
}

ul.menu-bottom li a {
    font-size: 11px;
    font-weight: normal;
    padding: 0px;
}


/**********************************************************************/
/** Joomfish Langauge Selection                                      **/
/**********************************************************************/
div#languages {
    text-align: right;
    padding-top: 5px;
}

div#jflanguageselection img {
    margin-left: 5px;
}

/**********************************************************************/
/** IE Warning box                                                   **/
/**********************************************************************/
div.iewarn {
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
    /*height: 50px;
     */
    background-color: #999999;
    color: white;
    /*visibility: hidden;
     */
    border-bottom: 1px solid #333333;
}

div.iewarn div {
    padding: 6px 6px 8px 6px;
}

div.iewarn p {
    background-color: #999999;
    color: white;
    padding: 0px;
    margin: 0px;
}

div.iewarn a:link, div.iewarn a:visited {
    color: #FFFF00;
    text-decoration: none;
}

div.iewarn a:hover {
    color: #FFFF00;
    text-decoration: underline;
}

/**********************************************************************/
/* Subfooter areas													  */
/**********************************************************************/
div#subfooterleft {
	text-align: left;
}
div#subfooterright {
	text-align: right;
}

/**********************************************************************/
/* Funded by EU														  */
/**********************************************************************/
div#funding {	
	background-color: transparent;
	border: 0;
	
}
div#funding_container {
	margin-top: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	overflow: auto;
	padding-left: 10px;
	
}
div#funding div#images {
	float: left;
	clear: none;
	width: 295px;
	text-align: left;
}
div#funding img {
	height: 45px;
	margin-right: 7px;
}
div#funding div#texts {
	float: left;
	clear: none;
	width: 370px;
	line-height: 115%;
	font-size: 11px;
	font-style: italic;
	text-align: left;
	padding-top: 3px;
	color: #686868;
}

div#lcol {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
}

div#mcol {
	background-color: green;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
}

div#rcol {
	background-color: yellow;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
}
div.colinside {
	margin: 10px;
	background-color: #FFFFFF;
}

/*MENU*/
.moduletable_menu ul{
  float:left;
  margin-top: 23px;
    margin-left: 15px;
}

.moduletable_menu li{
  float:left;
  list-style:none;
  background:url(../images/menu_line.png) no-repeat;
  padding-left:10px;
  line-height:3px;
  margin-left:10px;
}
.moduletable_menu li:first-child{
  background:none;
}
.moduletable_menu a:link,
.moduletable_menu a:visited,
.moduletable_menu a:hover{
  text-decoration:none;
  color:#676767;
  font-size:12px; 
}
#current{
  color:#c8181e;
}

#top_main_area{
  background:url(../images/top_main_area.png) no-repeat;
  height:23px;
}
#all_main{
  background:url(../images/inside_main_area.png) repeat-y;
}
#bot_main_area{
  background:url(../images/bottom_main_area.png) no-repeat;
  height:23px;
}
#lcol p{
  font-size:15px;
  color:#5a5a5a;
}
#lcol .moduletable_more{
  background:url(../images/more_bg.png) no-repeat;
  width:106px;
  height:30px;
  color:#ffffff;
}
#lcol .moduletable_more a:link,
#lcol .moduletable_more a:visited,
#lcol .moduletable_more a:hover{
  color:#ffffff;
  font-size:14px;
  line-height: 27px;
  padding-left:13px;
  text-decoration:none; 
}

/*footer menu*/
#footer .moduletable ul{
  margin-right:0px;
  
}
#footer .moduletable li{
  float:left;
  list-style:none;
}
#footer .moduletable a:link,
#footer .moduletable a:visited,
#footer .moduletable a:hover{
  text-decoration:none;
  color:#ffffff;
  font-size:12px;
  line-height: 31px; 
}
#footer .moduletable ul{
  margin-right:auto;
  margin-left:auto;
  display:table;
  margin-bottom:0px;
}

/*upper footer modules*/

#home1 h3,
#home2 h3{
  font-size:21px;
  font-style:italic;
  color:#ffffff;
  margin-top:10px;
}
#home3 h3{
  font-size:21px;
  font-style:italic;
  color:#ffffff;
  float:right;  
  margin-right:79px;
  margin-top:0px;
}
#home3 img{
  float:right;
  margin-top:0px;
}
#home3 p{
  margin-left:46px;
 margin-top:0px;
 margin-bottom:0px;
  line-height: 24px;
}
#home1 li,
#home2 li,
#home3 li,
#home1 p,
#home2 p strong,
#home3 p{
  font-size:15px;
  color:#ffffff;
}
#home2 p{
 margin-bottom:7px;
}
#home1 a:link,
#home1 a:visited,
#home1 a:hover,
#home2 a:link,
#home2 a:visited,
#home2 a:hover,
#home3 a:link,
#home3 a:visited,
#home3 a:hover{
  font-size:15px;
  color:#ffffff;
  text-decoration:none;
  font-weight:normal;
}
#home3{
  background:url(../images/subfooter_line.png) no-repeat;
  float:right;
  margin-top:10px;
}
#home2 ol li { 
 color:#212121; 
 font-weight:bold;
}
#home1 ul li { 
 color:#212121; 
}

/*subfooter*/

#subfooter .moduletable a:link,
#subfooter .moduletable a:visited,
#subfooter .moduletable a:hover{
  text-decoration:none;
  color:#212121;
}
#subfooter p{
  color:#212121;
  margin-top:15px;
  margin-bottom:0px;
}


#lcol .moduletable p{
  	margin-top: 45px;
  	margin-bottom:0px;
  	line-height:155%;
}


#page{
  padding-right:20px;
  padding-left:20px;
  padding-top:10px;
  padding-bottom:10px;
  color:#2c2021;
  font-size:14px;
}
#page h2{
  color:#bb191a;
  font-size:14px;
  font-weight:bold;
}
#page a:link,
#page a:visited,
#page a:hover{
  color:#b31a17;
  text-decoration:none;
}


/*form*/
div#aiContactSafeBtns input {
    background: none repeat scroll 0 0 #f4f4f4;
    color:#BB191A;
}
div#aiContactSafe_mainbody_1 div.aiContactSafe_contact_form_field_label_left {
    width: 100px;
}
div#aiContactSafe_mainbody_1 div.aiContactSafe_contact_form_field_right {
    float: left;
}

/*map*/
#page table td{
  float:left;
}
#page table{
  margin-bottom:0px;
}
.map{
  margin-left:130px;
}
.map h3 {
    background: none repeat scroll 0 0 #b31a17;
    color: #f4f4f4;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 2px;
}
#page .map p a:link,
#page .map p a:visited,
#page .map p a:hover {
    color: #b31a17;
    font-style:italic;   
}
.xmap{
 padding-right:20px;
  padding-left:20px;
  padding-top:10px;
  padding-bottom:10px;
  
}
/***************************************************************/
/* Login Box												   */
/***************************************************************/
input#mod_login_username, input#mod_login_password, input#submit {
	font-size: 11px;
	padding: 1px;
	width: 80px;

} 
input#submit {
	width: 60px;
	border: 1px solid #316DA5;
	background-color: #323232;
	color: #FFFFFF;
}
label#lbl_login_username, label#lbl_login_password {
	font-size: 11px;
		color:#7a7a7a;
}
#header .moduletable{
background:url(../images/login.png) no-repeat;
margin-left:175px;
height:53px;
}
#header .moduletable div{
  background:none!important;
}
.pgplugin1{
  width:130px!important;  
  border:1px solid #b11a17;
}
.phocagallery{
  margin-left:14px;
}
div#aiContactSafe_mainbody_1 textarea#aics_message {
    height: 110px;
    width: 472px;
}
div.with_errors{
  border:none;
}
#login,
.componentheading{
  padding-right:20px;
  padding-left:20px;
  padding-top:10px;
  padding-bottom:10px;
  font-size:12px;
  color:#212121;
}
#login a:link,
#login a:visited,
#login a:hover{
  text-decoration:none;
  color:#b31a17;
}
.componentheading{
    color: #BB191A;
    font-size: 14px;
    font-weight: bold;
    margin-bottom:0px;  
}
#login .name label{
  margin-right:35px;
}
.contentdescription p{
  margin-bottom:0px;
}
input#submit { 
  background:none;
  background:url(../images/log_ok.png) no-repeat;
  border:0px;
  width:84px;
  height:19px;
  float:right;
}
#hornav .moduletable div{
  width:360px!important;
}
.form-login fieldset{
  margin-top:2px;
   margin-left: 5px;
}

#lcol .moduletable{
  padding-left:10px;
}
#current span{
  color:#c8181e;
}
#phocagallery .phocaname{
  color:#676767;
  font-weight:bold;
}
.moduletable_servslide{
  background:url(../images/serv.png) no-repeat;
  margin-left:10px;
}
.moduletable_compslide{
  background:url(../images/comp.png) no-repeat;
  margin-left:10px;
}
#slidewrap{
  z-index:-1;
}
#slideshow div{
  z-index:-1;
  border-radius:1em;
  -moz-radius:1em;
  -webkit-radius:1em;
}
#slideshow{
  margin-top:6px;
}
.moduletable_conslide{
  background:url(../images/cons.png) no-repeat;
  margin-left:10px;
}
.moduletable_facebook{
  float:right;
  color:#67686a;
  font-size:14px;
}
.moduletable_facebook .fb{
  position:relative;
  top:10px;
  padding-left:2px;
}
.moduletable_facebook img{
  padding-right:5px;
}

/* changes 6/4/2020 */

.moduletable_menu ul.nav-child {
  display: none;
}

.moduletable_menu li.parent {
  position: relative;
  cursor: pointer;
}

.moduletable_menu li.parent:hover > ul {
  display: block;
  top: 2.5em;
  position: absolute;
  float: none;
  margin: 0;
  width: 13em;

  background: url(../images/shadow.png) no-repeat bottom right;
  padding: 0 8px 9px 0;
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
}

#current span, #current a,
.current span, .current a,
.moduletable_menu .current a {
  color:#c8181e;
}

.moduletable_menu li ul li, .moduletable_menu li ul li:first-child {
  background: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 0px;
  position: relative;
  top: -5px;
  z-index: 9999;
  width: 100%;
  margin-left: 0;
}

.moduletable_menu li ul li {
  border-left: 1px solid #c1c1c1;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(193, 193, 193);
  border-right: 1px solid #c1c1c1;
}

.moduletable_menu li ul li:first-child {
  border-top: 1px solid #c1c1c1;
}

.moduletable_menu li ul li:last-child {
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}

.moduletable_menu li span{
  color: #676767;
  font-size: 12px;
}

.moduletable_menu > ul li {
  height: 25px;
}

.moduletable_menu > ul li ul li {
  height: auto;
}

div.cf-container form fieldset .label {
  font-weight: 100;
  text-align: left;
}

div.cf-container form fieldset input, div.cf-container form fieldset textarea {
  border: 1px solid #a7a7a7;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

div.cf-container form fieldset input:hover, div.cf-container form fieldset textarea:hover {
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.fieldType.optin .label {
  display: none;
}

.all-options.optin input[type="checkbox"] {
  display: inline-block;
  width: auto;
  float: left;
}

label.error {
  color: red;
}

.homeSlider.slider .slide_img {
  height: 359px;
}

.innerSlider.slider .slide_img {
  height: 283px;
  border-radius: 1em;
}

.title {
  background: #b81919;
    transform: rotate(270deg);
    position: absolute;
    left: -38.5%;
    bottom: 40.5%;
    padding: 5px;
    width: 91.5%;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
}

/* .innerSlider .slick-list {
  overflow: visible;
} */

.title h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  padding-left: 10px;
}

.fieldType.captcha {
  margin-bottom: 25px;
}

label.errorReCaptcha {
  color: red;
  font-size: 11px;
  margin-top: 10px;
}

.fieldType.submit input {
  cursor: pointer;
}

#system-message-container {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 25px #ccc;
}

.alert-message {
  font-size: 16px;
}

a.close {
  cursor: pointer;
}

#phocagallery {
  padding: 0;
  margin: 0;
  width: auto;
  padding-left: 10px;
}

.pg-cv-box {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#phocagallery .phocaname {
  text-align: center;
  font-size: 12px;
}

.pg-cv-box.item {
  width: 124px!important;
  height: 175px!important;
}

.pg-cv-box-img {
  margin: auto;
}

#phocagallery a img {
  border: 2px solid #c1c1c1 !important;
}

form#login-form {
  padding: 4px 0 0 15px;
}

.homeSlider.slider .slide_img {
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  background-repeat: no-repeat;
}

.innerSlider.slider .slide_img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 46px;
}

.moduletable.noTitle .title {
  display: none;
}

.moduletable.noTitle .innerSlider.slider .slide_img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 0;
}