body {
	background: #287bac;
}
h1,h2,h3,h4,h5,h6, .componentheading {
	color: #3ea4be;
} 
h2 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #CCC;
	color: #3ea4be;
}
strong {
  	color: #666666;
}

/*---------------------------------------------	*/
/*					Header						*/
/*---------------------------------------------	*/

.wrapper.header {
	background: #FFF;
	border-bottom: 3px solid #9c9e9f;
}
.container.header > .row {
	position: relative;
}
.container.header > .row.header {
  	height: 120px;
}
.container.header > .row.menu {
	margin-bottom: 0;
}
@media (min-width: 768px) {
    .container.header > .row {
        position: relative;
      	margin: 20px 0;
    }
}

/*	Logo						
-----------------------------------------------	*/
#logo {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/logo.png) no-repeat left top;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#logo h1 {
	display: none;
}
@media (max-width: 499px) {
    #logo {
        width: 150px;
		height: 87px;
      	background-size: contain;
      	top: 35px;
      	left: 10px;
    }
}
@media (min-width: 500px) and (max-width: 767px) {
    #logo {
        width: 231px;
        height: 87px;
        background-size: contain;
        top: 35px;
        left: 10px;
    }
}
@media (min-width: 768px) {
    #logo {
        width: 300px;
		height: 113px;
      	left: 0;
		top: 0;
    }
}

/*	Top						
-----------------------------------------------	*/
@media (max-width:768px) {
   	#top div.custom{
     	position: absolute;
     	right: 0;
     	top: 35px;
     	height: 30px;
   	}
  	#top ul.menu{
     	position: absolute;
     	left: 0;
     	top: 0;
     	height: 30px;
      	background: #efefef;
      	border-bottom: 1px solid #ccc;
      	display: block;
      	height: 30px;
      	line-height: 30px;
      	text-align: center;
      	width: 100%;
   	}
  	#top ul.menu li {
      	border-left: 1px solid #CCC;
      	margin: 0;
      	display: block !important;
      	float: left;
      	height: 30px;
    }
  	#top ul.menu a {
      	padding: 5px;
      	display: block;
      	height: 30px;
    }
  	#top ul.menu li:first-child {
      	border-left: none !important;
    }
  	a.red {
        background: red;
        color: #fff;
    }
}
@media (min-width:768px) {
   	#top {
     	position: absolute;
     	right: 0;
     	top: 0;
     	height: 30px;
   	}
  	a.red {
        background: red;
        border-radius: 10px;
        color: #fff;
        padding: 2px 10px;
    }
}
#top {
	line-height: 20px;
  	font-size: 13px;
}
#top ul {
  	margin: 0;
  	padding: 0;
  	text-align: right;
}
#top li {
  	display: inline;
  	margin: 0 10px;
}
#top .moduletable {
  	float: right;
  	height: 30px;
}
/*	Slogan						
-----------------------------------------------	*/
#slogan {
	position: absolute;
  	font-family: "skippy-sharp";
  	color: #287bac;
}
@media (max-width: 499px) {
    #slogan {
        top: 50px;
        height: 23px;
      	font-size: 23px;
		right: 10px;
    }
}
@media (min-width: 500px) and (max-width: 767px) {
    #slogan {
        top: 50px;
        height: 35px;
      	font-size: 35px;
		right: 10px;
    }
}
@media (min-width: 768px) {
    #slogan {
        top: 30px;
        height: 50px;
      	font-size: 50px;
		right: 0;
    }
}

/*---------------------------------------------	*/
/*					Menu						*/
/*---------------------------------------------	*/

@media (max-width: 767px) {
	.row.menu {margin: 0 -15px;}
  	div.row.menu {
        margin-top: -40px !important;
    }
  	div.row.menu ul.menu > li > a {
        background: none repeat scroll 0 0 #efefef;
        display: block;
        padding: 3px;
    }
    div.row.menu ul.menu li {
        list-style-type: none;
    }
  	div.row.menu ul.menu > li {
        border-left: 10px solid #ccc;
        margin: 0 0 3px;
    }
    div.row.menu ul.menu > li > ul {
        background: none repeat scroll 0 0 #efefef;
        border-top: 2px solid #ccc;
        padding: 5px 0 5px 15px;
    }
  	.menu1 ul.menu > li:nth-child(2) {border-left: 10px solid #1aa1dd !important;}
  	.menu1 ul.menu > li:nth-child(3) {border-left: 10px solid #94bc3e !important;}
  	.menu1 ul.menu > li:nth-child(4) {border-left: 10px solid #f5ae33 !important;}
  	.menu1 ul.menu > li:nth-child(5) {border-left: 10px solid #e7612e !important;}
  	.menu1 ul.menu > li:nth-child(6) {border-left: 10px solid #7d7bb4 !important;}
  	.menu1 ul.menu > li:nth-child(7) {border-left: 10px solid #de162a !important;}
  	.menu1 img {display: none;}
}
@media (min-width: 768px) {
	.menu ul {
		padding: 0;
    	margin: 0;
	}
	.menu li {
		list-style-type: none;
		text-decoration: none;
	}
}

/*	Menu 1						
-----------------------------------------------	*/
@media (min-width: 768px) {
    .menu1 {
      	margin: 0 -10px 10px;
    }
  	.menu1 li:first-child {
    	display:none;
  	}
  	.menu1 li {
        display: block;
        float: left;
        font-size: 15px;
        height: 50px;
        padding: 0 10px;
        text-align: center;
        vertical-align: middle;
        width: 16.6666667%;
    	line-height: 20px;
	}
    .menu1 li a {
        background: #287bac;
        border-radius: 15px;
        display: block;
        height: 50px;
        padding: 5px 10px;
        vertical-align: middle;
    	color: #FFF;
    	width: 100%;
    	position: relative;
    }
  	.menu1 li a:before {
        background: #000;
        border-top-left-radius: 25px 16px;
    	border-top-right-radius: 25px 16px;
        content: "";
        height: 16px;
        left: 50%;
        margin: 0 0 0 -25px;
        position: absolute;
        top: -16px;
        width: 50px;
      	transition: all 0.5s;
    }
    .menu1 li ul {
      	display: none;
    }
  	.menu1 li:nth-child(2) a:before {background:#1aa1dd;}
  	.menu1 li:nth-child(3) a:before {background:#94bc3e;}
  	.menu1 li:nth-child(4) a:before {background:#f5ae33;}
  	.menu1 li:nth-child(5) a:before {background:#e7612e;}
  	.menu1 li:nth-child(6) a:before {background:#7d7bb4;}
  	.menu1 li:nth-child(7) a:before {background:#de162a;}
  	.menu1 li:nth-child(2) a:hover:before, .menu1 li:nth-child(3) a:hover:before, .menu1 li:nth-child(4) a:hover:before, .menu1 li:nth-child(5) a:hover:before, .menu1 li:nth-child(6) a:hover:before, .menu1 li:nth-child(7) a:hover:before {width:60px; height: 22px; transition: all 0.5s;border-top-left-radius: 30px 22px;border-top-right-radius: 30px 22px; margin-left: -30px; top: -22px;}
}
@media (max-width: 991px) {
  	.menu1 li {
        font-size: 13px !important;
    }
}

/*	Menu 2						
-----------------------------------------------	*/
@media (min-width: 768px) {
  	.menu2 {
    	margin: 0 -10px;
  	}
  	.menu2 li {
    	display: block;
    	float: left;
        width: 16.6666667%;
    	padding: 0 10px;
    	text-align: center;
    	font-size: 15px;
    	position: relative;
    	line-height: 22px;
  	}
  	.menu2 li a {
    	color: #58585a;
    	font-weight: bold;
    	position: relative;
    	display: block;
    	width: 100%;
  	}
  	.menu2 li a:hover {
    	color: #287bac;
    }
	.menu2 > ul.menu > li > a {
      	height: 30px;
    }
  	.menu2 > ul > li > a:after {
        background: #9c9e9f;
        border-radius: 5px;
        content: "";
        height: 10px;
        position: absolute;
        right: -15px;
        top: 7px;
        width: 10px;
    }
  	.menu2 li:last-child a:after {
        background: #FFF;
        width:0;
    	height:0;
    }
    /*	Level 2						
    -----------------------------------------------	*/
    .menu2 li.deeper > a {
        position: relative;
    }
  	.menu2 li > ul {
        background:  #fff;
        border: 3px solid #9c9e9f;
    	border-top: none;
        display: none;
        left: 0;
        position: absolute;
        top: 30px;
        width: 100%;
    }
    .menu2 li:hover > ul {
      	display: block;
    }
    .menu2 ul ul > li {
        float: none;
        width: 100%;
    }
  	.menu2 ul ul > li > a {
        border-top: 1px solid #CCC;
    	padding: 5px 0;
    }

}
@media (max-width: 991px) {
  	.menu2 li {
        font-size: 13px !important;
    }
}

/*---------------------------------------------	*/
/*					Banner						*/
/*---------------------------------------------	*/

.camera_pag {
    bottom: 5px;
    position: absolute;
    right: 10px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
    margin: 5px !important;
    background: none repeat scroll 0 0 #fff !important;
}
.camera_wrap {
    margin: 0 !important;
}
.cameracurrent span {
    background: none repeat scroll 0 0 #287bac !important;
}

/*---------------------------------------------	*/
/*					Content						*/
/*---------------------------------------------	*/
.wrapper.content {
	position: relative;
}
.content img {
  	max-width: 100%;
  	height: auto !important;
}
@media (min-width: 768px) {
  	.wrapper.content {
        background: url(../img/sky.jpg) center top no-repeat;
        background-attachment:fixed;
        background-size: cover;
    }
    .content-center.col-sm-8, .content-center.col-sm-9 {
        float: right !important;
    }
}


/*	Content Top						
-----------------------------------------------	*/
.content-top {
	margin: 20px -15px 10px;
	border-radius: 10px;
	overflow: hidden;
}
.camera_caption {
    height: 100%;
    width: 100%;
    position: relative;
}
.camera_caption > div {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 300px;
    font-size: 28px !important;
}
@media (max-width: 767px) {
  	.content-top {
      	display: none;
    }
}
.content-top .slide-desc {
  right: 0;
  top: 0;
  bottom: 0;
  left: auto !important;
  width: 30% !important;
  height: 100% !important;
  font-size: 1.8vw !important;
  line-height: 2vw !important;
}
.content-top .slide-desc-in {
  height: 100%;
}
.content-top .slide-desc-bg {
  background: rgba(238,127,1,0.8) !important;
}
.content-top .healthcare .slide-desc-bg {
  background: rgba(26,161,221,0.8) !important;
}
.content-top .medicine .slide-desc-bg {
  background: rgba(148,188,62,0.8) !important;
}
.content-top .food .slide-desc-bg {
  background: rgba(245,174,51,0.8) !important;
}
.content-top .tobacco .slide-desc-bg {
  background: rgba(231,97,46,0.8) !important;
}
.content-top .air .slide-desc-bg {
  background: rgba(125,123,180,0.8) !important;
}
.content-top .chemicals .slide-desc-bg {
  background: rgba(222,22,42,0.8) !important;
}
.content-top .navigation-container-custom  {
  position: absolute;
  bottom: 5px;
  right: 10px;
  top: auto !important;
}
.content-top .load-button {
  height: 12px;
  width: 12px;
}
/*	Content Center						
-----------------------------------------------	*/
@media (min-width: 768px) {
  .row.content {
      border-radius: 10px;
  }
}
.row.content {
	background: #FFF;
	padding: 15px 0;
  	margin-bottom: -20px;
}
@media (min-width:768px) {
.content-center.col-sm-9 {
    float: right !important;
}
}
/*	Homepage					
-----------------------------------------------	*/

h2.home-title {
    clear: both;
    color: #58585a;
    padding: 10px 0 5px;
    text-align: center;
    margin: 0 0 5px;
}
h2.home-title:first-child {
  	padding-top: 0 !important;
}
.content-bottom .moduletable_home h3, .content-bottom .moduletable_homebig h3 {
    clear: both;
    color: #58585a;
    margin: 0 0 10px;
    padding: 10px 0 5px;
    text-align: center;
	border-bottom: 1px solid #ccc;
}
.content-bottom .moduletable_home .aidanews2_art, .content-bottom .moduletable_homebig .aidanews2_art {
    border-radius: 10px;
    clear: none !important;
    display: block;
    overflow: hidden;
    position: relative;
}
.content-bottom .aidanews2_text * {
  	padding: 0 !important;
  	margin: 0 !important;
}
.content-bottom .moduletable_home .aidanews2_art {
  	height: 200px;
}
.content-bottom .moduletable_homebig .aidanews2_art {
  	height: 250px;
}
.content-bottom .moduletable_home .aidanews2_art img {
    min-height: 128px;
    min-width: 100%;
}
.content-bottom .moduletable_homebig .aidanews2_art img {
    min-height: 300px;
    width: 100%;
}
.content-bottom .moduletable_home .aidanews2_mainC, .content-bottom .moduletable_homebig .aidanews2_mainC {
    background: none repeat scroll 0 0 #287bac;
    bottom: 0;
    color: #fff;
    max-height: 120px;
    min-height: 72px;
    padding: 5px;
    position: absolute;
    width: 100%;
}
.content-bottom .moduletable_home .aidanews2_title, .content-bottom .moduletable_homebig .aidanews2_title {
    display: block;
  	font-size: 15px;
  	font-weight: bold;
  	line-height: 17px;
}
.content-bottom .moduletable_home .aidanews2_text, .content-bottom .moduletable_homebig .aidanews2_text {
    display: block;
  	font-size: 13px;
  	line-height: 15px;
}
.content-bottom .moduletable_home .aidanews2_text a {
    display: block;
    height: 200px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
	background: rgba(0,0,0,0) !important;
  	transition: background 0.5s;
  	color: transparent;
  	font-size: 30px;
  	line-height: 200px;
  	text-align: center;
  	transition: all 0.5s;
}
.content-bottom .moduletable_home .aidanews2_text a:hover {
	background: rgba(0,0,0,0.4) !important;
  	color: #FFF;
}
.content-bottom .moduletable_homebig .aidanews2_text a {
    display: block;
    height: 300px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
	background: rgba(0,0,0,0) !important;
  	transition: background 0.5s;
  	color: transparent;
  	font-size: 30px;
  	line-height: 300px;
  	text-align: center;
  	transition: all 0.5s;
}
.content-bottom .moduletable_homebig .aidanews2_text a:hover {
	background: rgba(0,0,0,0.4) !important;
  	color: #FFF;
}
@media (max-width: 299px) {
  	.content-bottom .moduletable_home .aidanews2_art, .content-bottom .moduletable_homebig .aidanews2_art {
        margin: 0 1% 10px;
        width: 98%;
    }
}
@media (min-width: 300px) and (max-width: 599px) {
  	.content-bottom .moduletable_home .aidanews2_art, .content-bottom .moduletable_homebig .aidanews2_art {
        float: left;
        margin: 0 1% 10px;
        width: 48%;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
  	.content-bottom .moduletable_home .aidanews2_art, .content-bottom .moduletable_homebig .aidanews2_art {
        float: left;
        margin: 0 1%;
        width: 23%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
  	.content-bottom .moduletable_home .aidanews2_art, .content-bottom .moduletable_homebig .aidanews2_art {
        float: left;
        margin: 0 1% 10px;
        width: 48%;
    }
}
@media (min-width: 992px) {
  	.content-bottom .moduletable_home .aidanews2_art, .content-bottom .moduletable_homebig .aidanews2_art {
        float: left;
        margin: 0 1%;
        width: 23%;
    }
}

/*	Content Right						
-----------------------------------------------	*/
.content-right {
  	font-size: 13px;
    border-left: 1px solid #CCC;
}
.content-right h3 {
  	text-align: center;
  	color: #58585a;
}
.content-right .custom ul {
	padding: 0 0 0 15px;
}
.avVideo .avPlayerContainer .avPlayerBlock iframe, .avVideo .avPlayerContainer .avPlayerBlock object, .avVideo .avPlayerContainer .avPlayerBlock embed, .avVideo .avPlayerContainer .avPlayerBlock > div {
  	min-width: 100px !important;
}
td.key-dot {
    position: relative;
    vertical-align: middle;
    width: 10%;
}
td.key-dot:after {
    background: none repeat scroll 0 0 #287bac;
    border-radius: 5px;
    content: "";
    height: 10px;
    left: 0;
    margin: -5px 0 0;
    position: absolute;
    top: 50%;
    width: 10px;
}
td.key-number {
    font-size: 30px;
    width: 50%;
}
td.key-dot p, td.key-number p, td.key-text p {
    margin: 0 !important;
}
.latest-subject a {
    font-size: 15px !important;
}

/*	Content Left						
-----------------------------------------------	*/
@media (max-width: 767px) {
  	.content-left {
      	clear: both;
    }
}
.content-left ul {
    padding: 0;
}
.content-left ul.menu_img li {
    list-style-type: none;
}
.content-left ul.menu_img img {
    border-radius: 10px;
    height: auto;
    max-width: 100%;
}
.content-left ul.menu_img a {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
.content-left ul.menu_img a:hover {
    color: #287bac;
}
.content-left ul.menu_img a {
    color: #FFF;
    font-size: 16px;
    margin: 0 0 15px 0;
}
.content-left ul.menu_img a .image-title {
    bottom: 0;
    left: 0;
    padding: 5px;
    position: absolute;
    width: 100%;
    background: rgba(40,123,172,0.7);
    border-radius: 0 0 10px 10px;
}
.content-left ul.menu_img a:hover .image-title {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
}
.content-left ul.menu a {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    background: rgba(40,123,172,0.7);
    padding: 5px 10px;
    border-radius: 10px;
    color: #FFF;
  	margin: 0 0 10px 0;
}
.content-left ul.menu a:hover {
    color: #287bac;
}
.content-left ul.menu ul {
  padding: 0 0 0 20px;
}

/*	News				
-----------------------------------------------	*/
.moduletable .aidanews2_title {
    display: block;
    font-size: 15px;
    width: 90%;
}
.moduletable .aidanews2_date {
    color: #999;
    display: block;
    font-size: 13px;
    font-style: italic;
    width: 90%;
}
.moduletable .aidanews2_text {
    display: block;
    font-size: 13px;
  	width: 90%;
}
a.readon {
    background: url("../img/arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
a.readon:hover {
    background: url("../img/arrow-on.png") no-repeat scroll right center rgba(0, 0, 0, 0);

}
.moduletable .aidanews2_head {
    position: relative;
}
.aidanews2_readmore {
    display: none;
}
.moduletable .aidanews2_line {
    border-bottom: 2px solid #CCC;
    margin: 5px 0;
}

/*	Content Bottom						
-----------------------------------------------	*/
.content-bottom .moduletable {
    background: none repeat scroll 0 0 #e3f3f7;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}
.content-bottom h3 {
    margin-top: 0;
}

/*---------------------------------------------	*/
/*					Footer						*/
/*---------------------------------------------	*/
@media (max-width:767px) {
  	footer ul.menu {
      	display: none;
    }
}
.wrapper.footer {
  	padding: 40px 0 20px;
}
footer ul {
	margin: 0;
  	padding: 0;
}
footer ul.menu > li {
  	display: block;
  	float: left;
  	width: 16.666666%;
  	padding: 0 5px;
    margin: 0 0 5px 0;
}
footer ul.menu > li > a{
  	text-transform: uppercase;
}
footer a {
	color: #FFF; 
}
footer .moduletable {
  	text-align: center;
  	color: #FFF;
}

/*---------------------------------------------	*/
/*					Search						*/
/*---------------------------------------------	*/

.moduletable_search {
    background: none repeat scroll 0 0 #efefef;
    border-radius: 10px;
    padding: 10px;
	 margin: 0 0 10px;
}
.moduletable_search h3 {
    border-bottom: 1px solid #ccc;
    margin: 0 0 5px;
    padding: 0 0 5px;
}
.moduletable_search div.cpsearch > form > div > div {
	margin: 0 0 10px;
}
.moduletable_search div.cpsearch > form > div > div > * {
	width: 100% !important;
}
.moduletable_search ul.chzn-choices, .moduletable_search select, .moduletable_search input {
	border: 1px solid #CCC;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
	background: #FFF;
	padding: 0 5px;
	min-height: 28px;
	line-height: 20px !important;
	box-sizing: border-box;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
	margin: 0;
	min-height: 0px;
}
.cp-dr-search {
}
.cp-dr-search > div {
	background: #CCC;
	margin: 0 0 10px;
}
.cp-dr-search > div > label {
	display: flex;
	margin: 0;
	padding: 0 0 0 5px;
	line-height: 30px;
	color: #FFF
}
div.input-append {
	display: flex;
	width: 100%;
}
.cp-dr-df div.input-append {
	margin: 0 0 0 5px;
}
.cp-dr-dt div.input-append {
	margin: 0 0 0 21px;
}
.cp-dr-search button {
	border-radius: 0;
	border: none;
	background: #287bac;
	padding: 0 5px;
}
.cp-dr-search button:hover {
	border-radius: 0;
	border: none;
	background: #2fa34b;
	padding: 0 5px;
}

.cp-dr-search .icon-calendar:before {
	content: "\e109" !important;
	font-family: 'Glyphicons Halflings';
	color: #FFF;
	font-size: 20px;
	text-shadow: none;
	line-height: 30px;
}
.cp-auto-submit {
	margin: 0 !important;
}
.cp-auto-submit button {
	background: #287bac;
	border: none;
	border-radius: 0;
	font-size: 17px;
	line-height: 20px;
}
.cp-auto-submit button:hover {
	background: #2fa34b;
	border: none;
	border-radius: 0;
	font-size: 17px;
	line-height: 20px;
}
.moduletable_search table {
	width: 100%;
}
.moduletable_search table .chzn-container, .moduletable_search table select {
	width: 100% !important;
	margin: 0 0 10px;
}
.moduletable_search table .cp-auto-submit button {
	width: 100% !important;
}
.moduletable_search table .cp-text-search input {
	margin: 0 0 10px;
}
@media (min-width: 768px) {
	div#librarysearch a.more {
		display: none;
	}
	div#librarysearch > div {
		display: block !important;
	}
}
@media (max-width: 767px) {
	div#librarysearch a.more {
		display: block;
		padding: 5px 10px;
		background: #287bac;
		color: #FFF;
		font-size: 18px;
		position: relative;
		line-height: 30px;
		border-radius: 10px;
		margin: 0 0 20px;
	}
	div#librarysearch > div {
		display: none;
	}
	div#librarysearch.open a.more {
		border-radius: 10px 10px 0 0;
		margin: 0;
	}
	div#librarysearch.open > div {
		border-radius: 0 0 10px 10px;
	}
	div#librarysearch a.more:after {
		content: "\e080";
		font-family: 'Glyphicons Halflings';
		position: absolute;
		right: 0;
		top: 0;
		line-height: 40px;
		width: 40px;
		text-align: center;
		transition: all ease-in-out 0.3s;
	}
	div#librarysearch.open a.more:after {
		transform: rotate(90deg);
	}
}
/*---------------------------------------------	*/
/*					Calendar					*/
/*---------------------------------------------	*/

.calendar .button:hover, .calendar .button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: none !important;
    display: table-cell !important;
}
.calendar table {
    width: 100%;
}

/*---------------------------------------------	*/
/*					Pagination					*/
/*---------------------------------------------	*/

.pagination ul {
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
.pagination li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc #ccc #ccc -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    display: block;
    float: left;
    height: 30px;
}
.pagination a, .pagination .pagenav {
    display: block;
    height: 30px;
    padding: 0 10px;
}
.pagination li:first-child {
    border-left: 1px solid #ccc;
  	border-radius: 10px 0 0 10px;
}
.pagination li:last-child {
    border-left: 1px solid #ccc;
  	border-radius: 0 10px 10px 0;
}

/*---------------------------------------------	*/
/*					Blog						*/
/*---------------------------------------------	*/

.items-leading > div {
  margin: 0 0 40px 0;
}
.article-info-term {
    display: none;
}
dl.article-info {
    font-size: 15px;
    height: 22px;
    margin-top: -10px;
}
dl.article-info dd {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: block;
    float: left;
    padding: 3px 10px;
}
dl.article-info dd.category-name {
    border-radius: 0 0 0 10px;
}
dl.article-info dd.create {
    background: none repeat scroll 0 0 #ccc;
    border-left: 0 none;
    border-radius: 0 0 10px;
    color: #fff;
}
dd.modified {
    border: none !important;
    font-size: 12px;
    padding: 4px 0 !important;
    color: #999;
    font-style: italic;
}

.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
    box-sizing: content-box;
}
div.jcomments-links {
  text-align: right;
}
.blog .readmore-link {
  background: #efefef;
  padding: 5px 10px;
  line-height: 20px;
  border-radius: 5px;
  border: 2px solid #CCC;
}
.blog .comments-link {
  display: none !important;
}
/*---------------------------------------------	*/
/*					Gallery						*/
/*---------------------------------------------	*/
@media (max-width: 474px) {
    .phocagallery > div {
        border: none !important;
        background: none !important;
        width: 50% !important;
        margin: 0 0 20px !important;
  	}
}
@media (min-width: 475px) and (max-width: 624px) {
    .phocagallery > div {
        border: none !important;
        background: none !important;
        width: 33.33333% !important;
        margin: 0 0 20px !important;
  	}
}
@media (min-width: 625px) and (max-width: 767px) {
    .phocagallery > div {
        border: none !important;
        background: none !important;
        width: 25% !important;
        margin: 0 0 20px !important;
  	}
}
@media (min-width: 768px) and (max-width: 1199px) {
    .phocagallery > div {
        border: none !important;
        background: none !important;
        width: 33.33333% !important;
        margin: 0 0 20px !important;
  	}
}
@media (min-width: 1200px) {
    .phocagallery > div {
        border: none !important;
        background: none !important;
        width: 25% !important;
        margin: 0 0 20px !important;
  	}
}
.phocagallery > div * {
    height: auto !important;
    width: 100% !important;
    max-width: 150px !important;
}

/*---------------------------------------------	*/
/*					MAP							*/
/*---------------------------------------------	*/
#linkymap, #linkymap * {
 	box-sizing: content-box;
}

/*---------------------------------------------	*/
/*					LOGIN						*/
/*---------------------------------------------	*/
#login-form {
    margin: auto;
    width: 300px;
}
#login-form input[type="text"], #login-form input[type="password"] {
    display: block;
    float: right;
    height: 30px;
    margin: 0 0 10px !important;
    padding: 0 5px !important;
    width: 90%;
}
span.add-on {
    background: none repeat scroll 0 0 #ccc;
    display: block;
    float: left;
    height: 30px;
    margin: 0 0 10px;
    padding: 5px 0;
    text-align: center;
    width: 10%;
}
.controls {
    height: 30px;
}
#login-form button {
    height: 30px;
    line-height: 30px;
    padding: 0 5px !important;
    width: 100%;
}
ul#form-login-links {
    height: 20px;
    margin: 10px 0 0;
    padding: 0;
}
ul#form-login-links li {
    display: block;
    float: left;
    text-align: center;
    width: 50%;
}

@media (max-width: 767px) {
    table.table-responsive, table.table-responsive td, table.table-responsive tr, table.table-responsive tbody {
        display: block;
        width: 100%;
        border: none;
        overflow-x: auto;
	} 
}

input[type="text"] {
	width: 100%;
}


.newsletter_content {
    display: block;
    left: 0;
    overflow-x: scroll;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.newsletter_content > div {
    padding: 20px 0;
}
.newsletter_content > div > table {
    background: #fff none repeat scroll 0 0;
}

/* TABLE
-----------------------------------------*/
@media (min-width: 768px) {
    table.table-responsive img {
        display: block;
        height: auto;
        margin: 0 0 10px 10px !important;
        max-width: 150px;
    }
    table.table-responsive h4 {
        margin-top: 0 !important;
    }
}
table.responsive p {
  	text-align: justify; 
}

.element-invisible {
  display: none !important;
}
div.limit {
  display: none !important;
}
button.close {
	padding: 3;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbb;
	*border: 0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.btn:active,
.btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
	*margin-left: 0;
}
.btn:hover,
.btn:focus {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-large {
	padding: 11px 19px;
	font-size: 16.25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
	margin-top: 4px;
}
.btn-small {
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
	margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
	margin-top: -1px;
}
.btn-mini {
	padding: 0 6px;
	font-size: 9.75px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
	color: rgba(255,255,255,0.75);
}
.btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top,#08c,#0044cc);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
	background-image: -webkit-linear-gradient(top,#08c,#0044cc);
	background-image: -o-linear-gradient(top,#08c,#0044cc);
	background-image: linear-gradient(to bottom,#08c,#0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	*background-color: #0044cc;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #fff;
	background-color: #0044cc;
	*background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
	background-color: #003399 \9;
}
.btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #faa732;
	background-image: -moz-linear-gradient(top,#fbb450,#f89406);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
	background-image: -o-linear-gradient(top,#fbb450,#f89406);
	background-image: linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
	*background-color: #f89406;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	color: #fff;
	background-color: #f89406;
	*background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
	background-color: #c67605 \9;
}
.btn-danger {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
	*background-color: #bd362f;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	color: #fff;
	background-color: #bd362f;
	*background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
	background-color: #942a25 \9;
}
.btn-success {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top,#62c462,#51a351);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image: -webkit-linear-gradient(top,#62c462,#51a351);
	background-image: -o-linear-gradient(top,#62c462,#51a351);
	background-image: linear-gradient(to bottom,#62c462,#51a351);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
	*background-color: #51a351;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	color: #fff;
	background-color: #51a351;
	*background-color: #499249;
}
.btn-success:active,
.btn-success.active {
	background-color: #408140 \9;
}
.btn-info {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	*background-color: #2f96b4;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	color: #fff;
	background-color: #2f96b4;
	*background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
	background-color: #24748c \9;
}
.btn-inverse {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #363636;
	background-image: -moz-linear-gradient(top,#444,#222);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image: -webkit-linear-gradient(top,#444,#222);
	background-image: -o-linear-gradient(top,#444,#222);
	background-image: linear-gradient(to bottom,#444,#222);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color: #222 #222 #000000;
	*background-color: #222;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	color: #fff;
	background-color: #222;
	*background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
	background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
	*padding-top: 7px;
	*padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
	*padding-top: 1px;
	*padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #08c;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
	color: #005580;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
	color: #333;
	text-decoration: none;
}
.btn-group {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 0;
	vertical-align: top;
	white-space: nowrap;
	*margin-left: .3em;
}
.btn-group:first-child {
	*margin-left: 0;
}
.btn-group + .btn-group {
	margin-left: 5px;
}
.btn-toolbar {
	font-size: 0;
	margin-top: 9px;
	margin-bottom: 9px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
	margin-left: 5px;
}
.btn-group > .btn {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group > .btn + .btn {
	margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 13px;
}
.btn-group > .btn-mini {
	font-size: 9.75px;
}
.btn-group > .btn-small {
	font-size: 12px;
}
.btn-group > .btn-large {
	font-size: 16.25px;
}
.btn-group > .btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
	z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	*padding-top: 5px;
	*padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
	*padding-top: 2px;
	*padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
	*padding-top: 5px;
	*padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
	*padding-top: 7px;
	*padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
	background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
	background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
	background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
	background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
	background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
	background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
	background-color: #222;
}
.btn .caret {
	margin-top: 8px;
	margin-left: 0;
}
.btn-large .caret {
	margin-top: 6px;
}
.btn-large .caret {
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
	margin-top: 8px;
}
.dropup .btn-large .caret {
	border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.btn-group-vertical {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.btn-group-vertical > .btn {
	display: block;
	float: none;
	max-width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
	margin-left: 0;
	margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.filter-search .filter-search select,
.filter-search textarea,
.filter-search input[type="text"],
.filter-search input[type="password"],
.filter-search input[type="datetime"],
.filter-search input[type="datetime-local"],
.filter-search input[type="date"],
.filter-search input[type="month"],
.filter-search input[type="time"],
.filter-search input[type="week"],
.filter-search input[type="number"],
.filter-search input[type="email"],
.filter-search input[type="url"],
.filter-search input[type="search"],
.filter-search input[type="tel"],
.filter-search input[type="color"],
.filter-search .uneditable-input {
	display: inline-block;
	height: 18px;
	padding: 4px 6px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
  box-sizing: content-box;
}
.filter-search input,
.filter-search textarea,
.uneditable-input {
	width: 206px;
}
.filter-search textarea {
	height: auto;
}
.filter-search textarea,
.filter-search input[type="text"],
.filter-search input[type="password"],
.filter-search input[type="datetime"],
.filter-search input[type="datetime-local"],
.filter-search input[type="date"],
.filter-search input[type="month"],
.filter-search input[type="time"],
.filter-search input[type="week"],
.filter-search input[type="number"],
.filter-search .filter-search input[type="email"],
.filter-search input[type="url"],
.filter-search input[type="search"],
.filter-search input[type="tel"],
.filter-search input[type="color"],
.uneditable-input {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
.filter-search textarea:focus,
.filter-search input[type="text"]:focus,
.filter-search input[type="password"]:focus,
.filter-search input[type="datetime"]:focus,
.filter-search input[type="datetime-local"]:focus,
.filter-search input[type="date"]:focus,
.filter-search input[type="month"]:focus,
.filter-search input[type="time"]:focus,
.filter-search input[type="week"]:focus,
.filter-search input[type="number"]:focus,
.filter-search input[type="email"]:focus,
.filter-search input[type="url"]:focus,
.filter-search input[type="search"]:focus,
.filter-search input[type="tel"]:focus,
.filter-search input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.filter-search input[type="radio"],
.filter-search input[type="checkbox"] {
	margin: 4px 0 0;
	*margin-top: 0;
	margin-top: 1px \9;
	line-height: normal;
}
.custom.banner img {
  width: 100%;
  height: auto;
}
.custom.banner p {
  margin: 0;
}
div div.onisRow:first-of-type + div.onisRow > .col-lg-12 {
  display: none;
}
table#crm-content {
  border: none;
}
td#content-right {
  padding: 0 !important;
}
#option11 {
  border: none;
  display: block;
}
#option11 thead {
  display: none !important;
  display: block;
}
#option11 tbody > tr {
  background: none;
  display: block;
  padding: 10px;
  background: #f1f1f1;
  margin: 0 0 10px;
}
#option11 tbody > tr > td {
  border: none;
  display: block;
  font-size: 14px;
  margin: 0 0 5px;
  padding: 0;
}
#option11 tbody > tr > td:first-child {
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #CCC;
}
#option11 tbody > tr > td:first-child strong{
  font-weight: normal !important;
  color: #3ea4be !important;
}
#option11 tbody > tr > td:nth-child(2) {
  padding: 0;
}
#option11 tbody > tr > td:nth-child(3) br {
  display: none;
}
#option11 tbody > tr > td:nth-child(3) em {
  margin: 0 5Px;
}
#crm-container.crm-public .label, #crm-container.crm-public .price-field-amount {
  color: #000;
}
.crm-register-button {
  background: #ed1c24 !important;
  padding: 5px 15px !important;
  font-size: 20px !important;
  border: none !important;
}
#option11 tbody > tr.even-row {
  display: none;
}
iframe {
  max-width: 100%;
}
@media (max-width: 560px) {
  iframe {
    height: 54vw;
  }
}
.video {
	width: 100%;
}
.video > div {
	position: relative;
	padding: 0 0 56.25%;
}
.video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
}
div.category-module > div {
	border-bottom: 2px solid #CCC;
	padding: 5px 20px 5px 0;
	position: relative;
	margin: 0;
}
div.category-module > div:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	border-top: 8px solid #005da8;
	border-left: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #005da8;
	height: 16px;
	width: 16px;
	display: block;
	transform: translate(0,-50%) rotate(45deg);
	transform-origin: top right;
	transition: all ease-in-out 0.3s;
	z-index: 1;
}
div.category-module > div:hover:after {
	border-top: 8px solid #66a7cd;
	border-right: 8px solid #66a7cd;
	transform: translate(5px,-50%) rotate(45deg);
}
div.category-module h4 {
	font-size: 15px;
	line-height: 20px;
	color: #1d73bc;
	margin: 0;
}
div.category-module a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	color: transparent;
	z-index: 10;
}
div.category-module p {
	margin: 0;
}
div.category-module span.mod-articles-category-date {
	color: #999;
    display: block;
    font-size: 13px;
    font-style: italic;
    width: 90%;
}
.mod_squarenews {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.mod_squarenews > div {
	width: calc((100% - 60px) / 4);
	position: relative;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	display: flex;
	align-items: flex-end;
	border-radius: 10px;
	overflow: hidden;
	height: 200px;
}
.moduletable_homebig .mod_squarenews > div {
	height: 250px;
}
@media (max-width: 349px) {
	.mod_squarenews > div {
		width: 100%;
		height: 70vw;
	}
	.mod_squarenews > div:nth-child(n+2) {
		margin-top: 20px;
	}
	.moduletable_homebig .mod_squarenews > div {
		height: 280px;
	}
}
@media (min-width: 350px) and (max-width: 549px) {
	.mod_squarenews > div {
		width: calc((100% - 20px) / 2);
		height: 40vw;
	}
	.mod_squarenews > div:nth-child(n+3) {
		margin-top: 20px;
	}
	.moduletable_homebig .mod_squarenews > div {
		height: 55vw;
	}
}
@media (min-width: 550px) and (max-width: 767px) {
	.mod_squarenews > div {
		height: 170px;
	}
	.moduletable_homebig .mod_squarenews > div {
		height: 200px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.mod_squarenews > div {
		width: calc((100% - 20px) / 2);
		height: 230px;
	}
	.mod_squarenews > div:nth-child(n+3) {
		margin-top: 20px;
	}
	.moduletable_homebig .mod_squarenews > div {
		height: 280px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.mod_squarenews > div {
		height: 170px;
	}
	.moduletable_homebig .mod_squarenews > div {
		height: 210px;
	}
}
.mod_squarenews div.item-content {
	background: #287bac;
	padding: 5px;
	color: #FFF;
	font-size: 13px;
	line-height: 15px;
	width: 100%;
	min-height: 62px;
}
.mod_squarenews div.item-content h4 {
	background: #287bac;
	padding: 5px;
	color: #FFF;
	font-size: 15px;
	line-height: 17px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.mod_squarenews p {
	margin: 0;
}
.mod_squarenews a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 30px;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all ease-in-out 0.3s;
}
.mod_squarenews a:hover {
	opacity: 1;
}
.blog .item-image {
  display: none;
}