.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #434343;
  font-weight: bold;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #314486;
}
h3 {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  padding: 0 0 1px 0;
  font-weight: normal;
  overflow: hidden;
  margin-bottom: 14px;
  position: relative;
}
h3:after {
  content: "";
  width: 100%;
  height: 5px;
  bottom: 6px;
  background: #ff0000;
  position: absolute;
  margin-left: 10px;
}
h4 {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  padding: 0 0 8px 0;
  font-weight: normal;
}
h5 {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 21px;
  padding: 0 0 10px 0;
  font-weight: normal;
  text-transform: uppercase;
}
body.all {
  background: url(../images/bg.jpg) center 0 repeat;
}
.top,
.bot,
.bg_cont {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
}
.top {
  background: #fff;
  margin-bottom: 20px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 21px;
  text-align:justify;
}
.icons-marker {
  font-size: 14.399999999999999px;
  line-height: 21px;
}
/*Buttons*/
.btn {
  padding: 0;
  font-size: 14px;
  line-height: 21px;
  /* .buttonBackground(@btnBackground, @btnBackgroundHighlight, @btnColor, none);*/

  /*background: @bgColor;*/

  background: none;
  color: #fff;
  text-shadow: none;
  /*border: 1px solid @btnBorder;*/

  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.btn:hover {
  text-decoration: none;
  /*background: @btnActBackground;*/

  color: #434343;
  background: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.btn.disabled {
  cursor: default !important;
  color: #434343;
  background: none;
  pointer-events: none;
}
.btn-primary {
  /* .buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight, @btnPrimaryColor, none);*/

  /*background: @bgColor;*/

  background: none;
  color: #314486;
  text-shadow: none;
  /*border: 1px solid @btnPrimaryBorder;*/

  outline: none !important;
}
.btn-primary:hover {
  /*background: @btnActPrimaryBackground;*/

  color: #434343;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  /*background: @btnActPrimaryBackground;*/

  color: #434343;
  background: none;
  pointer-events: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-primary:active {
  /* .buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight, @btnPrimaryColor, none);*/

  /*background: @bgColor;*/

  background: none;
  color: #314486;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-primary:focus:hover,
.btn-primary:active:hover {
  /*background: @btnActPrimaryBackground;*/

  color: #434343;
}
.btn-info {
  /* .buttonBackground(@btnInfoBackground, @btnInfoBackgroundHighlight, @btnInfoColor, none);*/

  /*background: @bgColor;*/

  background: none;
  color: #314486;
  text-shadow: none;
  /*border: 1px solid @btnInfoBorder;*/

  border: none;
  outline: none !important;
}
.btn-info:hover {
  /*background: @btnActInfoBackground;*/

  color: #434343;
}
.btn-info:focus,
.btn-info:active {
  /*background: @bgColor;*/

  background: none;
  color: #314486;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-info:focus:hover,
.btn-info:active:hover {
  /*background: @btnActInfoBackground;*/

  color: #434343;
}
#searchForm .btn.btn-primary {
  height: 38px;
  line-height: 38px;
}
.btn-group .btn.dropdown-toggle {
  padding: 3px 10px;
  border: 1px solid #efefef;
  margin-right: 0;
}
.btn-group .btn,
.btn-toolbar .btn {
  margin-right: 16px;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 29px;
  border: none;
  margin-right: 16px;
}
.input-append .add-on,
.input-prepend .add-on {
  border: none;
}
.input-prepend .btn {
  margin-right: 16px;
}
.tooltip {
  width: auto;
}
/*Lists*/
ul {
  margin: 0;
}
li {
  list-style-type: none;
}
.list1 ul {
  padding-bottom: 10px;
}
.list1 li {
  padding-bottom: 10px;
}
.list1 a {
  font-weight: bold;
}
.list1 a:before {
  content: "\f101";
  font: 14px FontAwesome;
  color: #434343;
  padding-right: 5px;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font: 800 14px/18px;
  text-transform: none;
  color: #cecece;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #efefef;
  box-shadow: none;
}
.pagination ul li a,
.pagination ul li span {
  padding: 3px 10px;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #cecece;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #cecece;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #434343;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #434343;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 4px 0 0 !important;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  box-shadow: 0 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 21px;
  position: relative;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
  content: '';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.item_img a:hover:after {
  font-size: 40px;
  color: #314486;
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}
.item_img a img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 18px 9px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 9px 18px;
  max-width: 50%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well #searchword {
  background: #e9e9e9;
  color: #444444;
}
.well h3:after {
  display: none;
}
.libri img {
	border: 3px solid #666 !important;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  padding: 9px 0 11px 0;
}
.tell_friends .mod-custom {
  margin: 0 19px 0 22px;
  padding: 11px 27px 8px 37px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ebebeb;
}
.tell_friends h4 {
  font-size: 18px;
  padding: 0 0 0 0;
  line-height: 15px;
}
.tell_friends a {
  float: right;
  padding: 8px 26px 7px;
  font: 14px 'Open Sans', sans-serif;
  color: #fff;
  line-height: 18px;
  background: #314486;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.tell_friends a:hover {
  background: #8b8281;
}
.tell_friends p {
  padding-bottom: 0;
}
/*======================= NAVIGATION =======================*/
.soon.moduletable {
  margin-left: 0;
  margin-right: -30px;
  width: 100%;
  padding-right: 30px;
  background: #fff;
}
.soon h2 {
  float: left;
  font: 24px 'Open Sans', sans-serif;
  color: #fff;
  padding: 0 35px 1px 30px;
  line-height: 30px;
  text-transform: uppercase;
  background: #314486;
  font-weight: normal;
}
.soon h3 {
  float: left;
  padding: 0 20px 0 18px;
  font: 18px 'Open Sans', sans-serif;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.soon h3:after {
  display: none;
}
.soon h5 {
  line-height: 31px;
  padding: 0;
}
.soon h5 span {
  color: #303030;
  font-weight: bold;
}
.soon h5 strong {
  color: #e5342c;
  font-weight: 800;
}
.navigation .select-menu {
  height: 28px;
}
#navigation-row {
  padding: 0 0 20px 0;
}
.navigation {
  padding-bottom: 0 !important;
}
.navigation ul.sf-menu {
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 0 0 0;
  border-right: 1px solid #fff;
  position: relative;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li:hover > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span,
.navigation ul.sf-menu > li:hover > span {
  background: none;
  color: #ffffff;
}
.navigation ul.sf-menu > li.active strong,
.navigation ul.sf-menu > li.sfHover strong,
.navigation ul.sf-menu > li.current strong,
.navigation ul.sf-menu > li:hover strong {
  opacity: 1;
  height: 82px;
  background-position: 0 -300px;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 21px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: none;
  height: 21px;
  display: block;
  padding: 20px 29px 21px;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #ffffff;
}
.navigation ul.sf-menu > li strong {
  position: absolute;
  height: 0px;
  width: 100%;
  background: url(../images/mask1.png) 0 0 repeat-x;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.navigation ul.sf-menu li > ul {
  top: 63px;
}
.navigation ul.sf-menu ul {
  width: 130px;
}
.navigation ul.sf-menu li li ul {
  top: -18px;
  left: 131px;
}
.navigation ul.sf-menu li li li ul {
  top: -18px;
  left: 131px;
}
.navigation ul.sf-menu ul {
  background: #314486;
  padding: 18px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 14px;
  line-height: 21px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  padding: 6px 20px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #505050;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  background: #505050;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 130px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 130px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 132px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 21px;
  padding-bottom: 21px;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 23px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 130px;
  top: 21px;
}
.navigation .select-menu {
  color: #444444;
}
.search-block {
  padding-top: 15px;
  padding-bottom: 0!important;
}
.search-block input {
  max-width: 100%;
}
.search-block h3 {
  float: left;
  font: 14px 'Open Sans', sans-serif;
  color: #fff;
  padding: 0 11px 0 100px;
  line-height: 32px;
  margin-bottom: 0;
}
.search-block h3:after {
  display: none;
}
.search-block #searchword {
  margin: 0;
  height: 32px;
  width: 70%;
  background: #f4f4f4;
  border: none;
  float: left;
}
.search-block #searchword:active,
.search-block #searchword:focus {
  box-shadow: 0 0 0;
}
.search-block .mod-search {
  background: url(../images/search_button_active.gif) right 0 no-repeat #f4f4f4;
  float: left;
  width: 90%;
}
.search-block .btn {
  float: left;
  background: url(../images/search_button.gif) 0 0 no-repeat;
  width: 56px;
  height: 32px;
  opacity: 1;
  margin-top: 0;
  padding: 0;
}
.search-block .btn:hover {
  opacity: 0;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  padding-top: 20px;
  padding-bottom: 30px;
}
#showcase-row .container {
  background: url(../images/menu_bg.jpg) center 0 repeat;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
#feature-row {
  padding: 0px 0 29px 0;
}
#feature-row .container {
  position: relative;
}
#feature-row .moduletable {
  padding-bottom: 0;
}
/*===== Social Media ======*/
.mod-menu__social {
  background: #f4f4f4;
  padding: 1px 30px 2px;
}
.social li {
  padding-left: 60px;
  border-bottom: 1px solid #fff;
  margin-top: 19px;
  padding-top: 8px;
  padding-bottom: 30px;
  position: relative;
  font: 20px 'Open Sans', sans-serif;
  color: #434343;
}
.social li a {
  color: #4e4e4e;
  line-height: 20px;
  display: inline-block;
}
.social li a:hover {
  color: #314486;
}
.social li a:hover strong {
  opacity: 1;
}
.social li a span,
.social li a strong {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.social li a strong {
  opacity: 0;
}
.social .lastItem {
  border-bottom: none;
}
.facebook span {
  background: url(../images/icon2.gif) 0 0 no-repeat;
}
.facebook strong {
  background: url(../images/icon-2-active.jpg) 0 0 no-repeat;
}
.twitter span {
  background: url(../images/icon1.gif) 0 0 no-repeat;
}
.twitter strong {
  background: url(../images/icon-1-active.jpg) 0 0 no-repeat;
}
.youtube span {
  background: url(../images/icon3.gif) 0 0 no-repeat;
}
.youtube strong {
  background: url(../images/icon-3-active.jpg) 0 0 no-repeat;
}
.google span {
  background: url(../images/icon4.gif) 0 0 no-repeat;
}
.google strong {
  background: url(../images/icon-4-active.jpg) 0 0 no-repeat;
}
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
.bg_cont {
  padding: 0 0 30px 0;
  background: #fff;
  margin-bottom: 19px;
}
.bg_cont .moduletable {
  padding-bottom: 37px;
}
.item_img {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 100%;
}
.addthis_toolbox {
  display: none;
}
.page_header {
    margin-bottom: 30px;
}
.popular .item_published {
  font: 12px 'Open Sans', sans-serif;
  float: left;
}
.popular .item_published:after {
  content: "|";
  padding: 0 10px 0 7px;
}
.popular .komento {
  float: left;
  font: 12px 'Open Sans', sans-serif;
}
.popular .kmt-readon span.kmt-comment {
  background: none;
}
.popular .mod-newsflash-adv {
  margin: 0 -15px;
  overflow: hidden;
}
.popular .item {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 45px 0 15px;
}
.popular .item_img {
  margin-right: 0;
  float: none;
  margin-bottom: 14px;
}
.reviews .item_img {
  margin-right: 29px;
}
.reviews .item_introtext {
  display: none;
}
.reviews .item_published {
  font: 12px 'Open Sans', sans-serif;
  float: left;
}
.reviews .item_published:after {
  content: "|";
  padding: 0 10px 0 7px;
}
.reviews .komento {
  float: left;
  font: 12px 'Open Sans', sans-serif;
}
.reviews .kmt-readon span.kmt-comment {
  background: none;
}
.from_blog .item_title {
  line-height: 24px;
  margin-top: -2px;
  margin-bottom: 12px;
  overflow: visible;
}
.from_blog .item_title:after {
  display: none;
}
.from_blog .descr {
  font: 12px 'Open Sans', sans-serif;
  padding-bottom: 15px;
}
.from_blog .item_img {
  float: none;
  margin-right: 0;
  margin-bottom: 14px;
}
.from_blog p {
  padding-bottom: 30px;
}
.from_blog .btn {
  float: left;
}
.from_blog .btn:after {
  content: "|";
  padding: 0 5px;
  color: #314486;
}
.from_blog .komento {
  float: left;
  font: 12px 'Open Sans', sans-serif;
  line-height: 21px;
}
.from_blog .kmt-readon span.kmt-comment {
  background: none;
}
.from_blog .item {
  overflow: hidden;
  padding-bottom: 40px;
  background: url(../images/line_hor1.gif) 0 bottom repeat-x;
  margin-bottom: 33px;
}
.from_blog .item.lastItem {
  padding-bottom: 0;
  background: none;
}
.from_blog .addthis_toolbox {
  display: block;
}
.from_blog .item_content {
  position: relative;
}
.from_blog .links {
  bottom: 35px;
  position: absolute;
  left: 0;
}
.popular_posts .item_published {
  font: 12px 'Open Sans', sans-serif;
  float: left;
}
.popular_posts .item_published:after {
  content: "|";
  padding: 0 10px 0 7px;
}
.popular_posts .komento {
  float: left;
  font: 12px 'Open Sans', sans-serif;
}
.popular_posts .kmt-readon span.kmt-comment {
  background: none;
}
.popular_posts .item {
  background: url(../images/line_hor1.gif) 0 bottom repeat-x;
  margin-bottom: 10px;
}
.popular_posts .item.lastItem {
  background: none;
}
.popular_posts p {
  padding-top: 8px;
  padding-bottom: 16px;
}
.brevi .nspArt h4.nspHeader {
	font-size: 14px;
}
.news .item_introtext {
  display: none;
}
.news .komento {
  float: left;
  font: 12px 'Open Sans', sans-serif;
  padding-top: 2px;
}
.news .kmt-readon span.kmt-comment {
  background: none;
}
.news .mod-newsflash-adv {
  margin: 0 -15px;
  overflow: hidden;
}
.news .item {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 45px 15px 15px;
}
.news .item.lastItem {
  padding-bottom: 0;
}
.news .btn {
  float: left;
}
.news .btn:after {
  content: "|";
  padding: 0 6px;
  color: #314486;
}
.news .item_img {
  margin-right: 16px;
}
.video iframe {
  margin-bottom: 10px;
}
#right .gallery-flickr ul li a,
#left .gallery-flickr ul li a,
.gallery-flickr ul li a {
  width: 89px;
  height: 79px;
  margin-right: 31px !important;
  margin-bottom: 21px !important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid #314486 !important;
  position: relative;
}
#right .gallery-flickr ul li a img,
#left .gallery-flickr ul li a img,
.gallery-flickr ul li a img {
  width: 100%;
  height: auto;
}
#right .gallery-flickr ul li a:hover,
#left .gallery-flickr ul li a:hover,
.gallery-flickr ul li a:hover {
  border-width: 5px !important;
}
#right .gallery-flickr ul li a:after,
#left .gallery-flickr ul li a:after,
.gallery-flickr ul li a:after {
  position: absolute;
  content: '\f08e';
  font: 36px FontAwesome;
  line-height: 36px;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -16px;
  color: #314486;
  width: 36px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
}
#right .gallery-flickr ul li a:hover:after,
#left .gallery-flickr ul li a:hover:after,
.gallery-flickr ul li a:hover:after {
  opacity: 1;
}
.gallery-flickr {
  line-height: 0;
  height: 0;
}
.reviewing .item_img {
  float: none;
  margin-right: 0;
}
.page-blog .item {
  padding-bottom: 50px;
}
.page-blog .item_img {
  float: none;
  margin-right: 0;
}
.contact_form,
.page-category__history,
.page-category__faqs,
.page-category__testimonials {
  padding-bottom: 50px;
}
.page-item .item_img {
  max-width: 50%;
}
.page-item .addthis_toolbox {
  display: block;
}
.item_img.span5 {
  width: auto;
}
.zoom-bg,
.zoom-icon {
  display: none !important;
}
.kmt-title:after,
.kmt-author:after {
  display: none;
}
#component {
  min-height: 0;
}
#system-message-container .alert-message {
  margin-top: 80px;
}
.page-item {
  padding-bottom: 50px;
}
.container-fluid {
  padding: 0 !important;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.item_info_dl {
  margin: 0 0 21px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -30px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 21px 21px 0 !important;
}
.gallery-item .view .content * {
  color: inherit;
}
.gallery-item .view .content a:hover {
  color: #999;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote small {
  text-align: right;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 12px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#copyright-row {
  color: #fff;
  padding: 18px 0 9px 0;
  background: url(../images/menu_bg.jpg) center 0 repeat;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.36);
}
#copyright .privacy_link {
  color: #fff;
}
#copyright .privacy_link:before {
  content: "|";
  padding: 0 8px 0 6px;
  color: #fff !important;
}
#copyright .privacy_link:hover {
  color: #314486;
}
#copyright a, #copyright a:hover {
	color: #fff;
}
