.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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'asapbold';
  src: url('../fonts/asap-bold-webfont.eot');
  src: url('../fonts/asap-bold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-bold-webfont.woff') format('woff'), url('../fonts/asap-bold-webfont.ttf') format('truetype'), url('../fonts/asap-bold-webfont.svg#asapbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'asapbold_italic';
  src: url('../fonts/asap-bolditalic-webfont.eot');
  src: url('../fonts/asap-bolditalic-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-bolditalic-webfont.woff') format('woff'), url('../fonts/asap-bolditalic-webfont.ttf') format('truetype'), url('../fonts/asap-bolditalic-webfont.svg#asapbold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'asapitalic';
  src: url('../fonts/asap-italic-webfont.eot');
  src: url('../fonts/asap-italic-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-italic-webfont.woff') format('woff'), url('../fonts/asap-italic-webfont.ttf') format('truetype'), url('../fonts/asap-italic-webfont.svg#asapitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'asapregular';
  src: url('../fonts/asap-regular-webfont.eot');
  src: url('../fonts/asap-regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-regular-webfont.woff') format('woff'), url('../fonts/asap-regular-webfont.ttf') format('truetype'), url('../fonts/asap-regular-webfont.svg#asapregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
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: #17a6df;
}
h1,
h2,
h3 {
  font: 29px/24px 'asapregular';
  color: #575757;
  padding: 0;
  margin: 0 0 16px;
  font-weight:bold;
}
h4.title {
  font: 11px/20px 'asapregular';
  margin: 0 0 5px;
}
.alert-heading {
  color: inherit;
}
.color {
  color: #17a6df;
}
p {
  margin: 0;
  padding-bottom: 15px;
}
p.text {
  margin-top: -6px;
}
.clear {
  clear: both;
}
.icons-marker {
  font-size: 13.2px;
  line-height: 14px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 11px;
  line-height: 14px;
  background: #ffffff;
  color: #606060;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -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.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.dropdown-toggle {
  margin-bottom: 10px !important;
}
.btn-primary {
  background: none;
  color: #575757;
  border: none;
  padding: 0;
  font: 16px/20px 'asapregular';
  text-transform: lowercase;
}
.btn-primary:hover,
.btn-primary:focus {
  background: none;
  color: #17a6df;
  box-shadow: none !important;
  outline: none;
}
.btn-primary.submitButton {
  float: right;
}
.btn-info {
  background: none;
  color: #575757;
  border: none;
  padding: 0;
  font: 13px/20px 'asapregular';
  text-transform: lowercase;
}
.btn-info:hover,
.btn-info:focus {
  background: none;
  color: #17a6df;
  box-shadow: none !important;
  outline: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: none !important;
  color: #575757;
}
.btn-primary:hover:hover,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover {
  color: #17a6df;
}
.mod-newsflash-adv_custom-link a {
  color: #5e5e5e;
}
.mod-newsflash-adv_custom-link a:hover {
  color: #17a6df;
}
#searchForm .btn.btn-primary {
  padding: 4px;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module,
.unstyled,
.item-list,
.menu-list {
  margin: 0 0 19px;
}
ul.item_list li,
.categories-module li,
.archive-module li,
.unstyled li,
.item-list li,
.menu-list li {
  background: url(../images/template/marker.png) 0 0px no-repeat;
  list-style: none;
  padding: 0 0 17px 25px;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a,
.unstyled li a,
.item-list li a,
.menu-list li a {
  color: #D80E2C;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
.unstyled li a:hover,
.item-list li a:hover,
.menu-list li a:hover {
  color: #606060;
}
ul.item_list li a.selected,
.categories-module li a.selected,
.archive-module li a.selected,
.unstyled li a.selected,
.item-list li a.selected,
.menu-list li a.selected {
  color: #606060;
}
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: center;
}
.pagination ul li {
  display: inline-block;
  padding: 0 15px;
}
.pagination ul li .pagenav {
  font: 16px/20px 'asapregular';
  padding: 0;
  text-transform: lowercase;
  color: #555555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.pagination ul li span.pagenav {
  color: #555555;
}
.pagination ul li a.pagenav {
  color: #17a6df;
}
.pagination ul li a.pagenav:hover {
  background: none;
  color: #000000;
}
.pagination ul li.num {
  padding: 0 6px;
}
.pagination ul li.num span.pagenav {
  color: #000000;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 25px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 20px 20px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 20px 20px 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 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);
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#logo {
  /* padding-bottom: 20px; */
}
#logo a {
  display: inline-block;
  margin-left: 9px;
}
/*======================= NAVIGATION =======================*/
#navigation-row .row-container {
 /*  padding: 0 0 20px; */
 padding:0px;
 margin:0px;
}
.select-menu {
  font-weight:bold;
  display: none;
}
.navigation ul.sf-menu {
  display: table;
  width: 100%;
  position: relative;
  text-align: center;
  table-layout: fixed;
  color: #606060;
  text-shadow: none;
  font-weight:bold;
/*  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #fefefe, #f6f6f6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #fefefe, #f6f6f6);
  background-image: -o-linear-gradient(top, #fefefe, #f6f6f6);
  background-image: linear-gradient(to bottom, #fefefe, #f6f6f6);*/
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff6f6f6', GradientType=0);
  /*border-color: #f6f6f6 #f6f6f6 #d0d0d0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f6f6f6;*/
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  /*SubMenu Styles*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu:hover,
.navigation ul.sf-menu:active,
.navigation ul.sf-menu.active,
.navigation ul.sf-menu.disabled,
.navigation ul.sf-menu[disabled] {
  color: #606060;
 /* background-color: #f6f6f6;*/
  *background-color: #e9e9e9;
    	font-weight:bold;
}
.navigation ul.sf-menu:active,
.navigation ul.sf-menu.active {
  background-color: #dddddd \9;
    	font-weight:bold;
}
.navigation ul.sf-menu .sfHolder {
  display: block;
  position: relative;
    	font-weight:bold;
  
}
.navigation ul.sf-menu > li {
width:16.6%;
    /*margin-bottom:3%;*/
	margin-bottom:2%;
       margin-top:3%;
  	font-weight:bold;
}
.navigation ul.sf-menu > li:first-child {
  /*border-left: 1px solid #e7e6e6;*/
    	font-weight:bold;
}
.navigation ul.sf-menu > li:first-child > .sfHolder > a,
.navigation ul.sf-menu > li:first-child > .sfHolder > span {
  margin-left: 0;
    	font-weight:bold;
}
.navigation ul.sf-menu > li.lastItem > .sfHolder > a,
.navigation ul.sf-menu > li.lastItem > .sfHolder > span {
  margin-right: 0;
    	font-weight:bold;
}
.navigation ul.sf-menu > li.active > .sfHolder > a,
.navigation ul.sf-menu > li.sfHover > .sfHolder > a,
.navigation ul.sf-menu > li.current > .sfHolder > a,
.navigation ul.sf-menu > li.active > .sfHolder > span,
.navigation ul.sf-menu > li.sfHover > .sfHolder > span,
.navigation ul.sf-menu > li.current > .sfHolder > span {
 /* color: #1dace8;*/
 background-color: #D80E2C;
 color:#ffffff;
   font-weight:bold;
}
.navigation ul.sf-menu > li > .sfHolder > a,
.navigation ul.sf-menu > li > .sfHolder > span {
  color: #4B4A4B;
    display: block;
    /* font-family: 'asapbold'; */
	font-family:calibri;
	/*font-weight:normal;*/
	font-weight:bold;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    margin: 0;
    padding: 10px;
    position: relative;
    text-align: center;
    transition: all 0.2s ease 0s;
}
.navigation ul.sf-menu > li > .sfHolder > a:hover,
.navigation ul.sf-menu > li > .sfHolder > span:hover {
  /* color: #1dace8; */
  color:#ffffff;
  background-color:#D80E2C;
  font-weight:bold;
}
.navigation ul.sf-menu > li:hover > .sfHolder > ul,
.navigation ul.sf-menu > li.sfHover > .sfHolder > ul {
 /*  top: 64px; */
 /*  width: 100%; */
  left: 0px;
 top:50px;
 width:300px;
   	font-weight:bold;
}
.navigation ul.sf-menu ul {
  width: 182px;
    	font-weight:bold;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -20px;
  left: 183px;
    	font-weight:bold;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -20px;
  left: 183px;
    	font-weight:bold;
}
.navigation ul.sf-menu ul {
  background: #D80E2C;
  padding: 20px 0;
  text-align: left;
  font-weight:bold;
 /* box-shadow: 0px 0px 3px #e7e6e6;*/
}
.navigation ul.sf-menu ul li {
  margin: 0;
    	font-weight:bold;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span.separator {
  /*font: 14px/30px Times New Roman, Times, serif;*/
  font: 16px/30px calibri;
  display: block;
  padding: 0 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;
  /*color: #575761;*/
    font-weight:bold;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span.separator:hover {
 /*  color: #1dace8; */
    color:#4B4A4B;
   	font-weight:bold;
}
.navigation ul.sf-menu ul li.active > .sfHolder > a,
.navigation ul.sf-menu ul li.sfHover > .sfHolder > a,
.navigation ul.sf-menu ul li.active > .sfHolder > span.separator,
.navigation ul.sf-menu ul li.sfHover > .sfHolder > span.separator {
    color:#4B4A4B;
    font-weight:bold;
}
.navigation ul.sf-menu.sf-vertical {
  width: 182px;
    	font-weight:bold;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 182px;
  margin-bottom: 1px;
    	font-weight:bold;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
    	font-weight:bold;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 184px;
    	font-weight:bold;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
    	font-weight:bold;
}
.navigation ul.sf-menu.sf-navbar {
  height: 28px;
  padding-bottom: 28px;
  margin-bottom: 2px;
    	font-weight:bold;
}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 30px;
  left: 0;
    	font-weight:bold;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
    	font-weight:bold;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 182px;
  top: 28px;
  	font-weight:bold;
}
.search-block {
  text-align: right;
  padding-top: 14px;
}
.search-block .mod-search form {
  position: relative;
  display: block;
}
.search-block .mod-search form input {
  max-width: 100%;
}
.search-block .mod-search form #searchword {
  margin: 0;
  border: 1px solid #d9d9d9;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  height: 26px;
  padding: 4px 26px 4px 6px;
  width: 213px;
}
.search-block .mod-search form input[type='image'] {
  position: absolute;
  top: 9px;
  right: 8px;
  padding: 0;
  margin: 0;
}
/*======================= SHOWCASE =======================*/
.mod-article-single .item__module {
  overflow: hidden;
}
.mod-article-single .item-title {
  font-size: 13px;
  color: black;
  font-weight: bold;
}
.mod-article-single.advice .item_introtext .color {
  font-weight: bold;
  color: black;
  margin-bottom: 7px;
  font-size: 13px;
}
.mod-article-single.advice .item_introtext small {
  display: block;
  font-size: 13px;
  text-align: right;
}
.mod-article-single.advice .item_introtext small span {
  color: #5e5e5e;
  display: block;
  font: 22px/26px 'Pacifico', cursive;
}
.mod-article-single.mod-article-single__footer {
  text-align: right;
}
.mod-newsflash-adv.mod-newsflash-adv__partners .img-intro__left {
  margin-right: 4px;
  margin-bottom: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__partners .item_title {
  margin-bottom: 1px;
}
.mod-newsflash-adv.icons .item {
  border-bottom: 1px solid #efefef;
  margin-bottom: 13px;
  padding-bottom: 13px;
}
.mod-newsflash-adv.icons .item.lastItem {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.mod-newsflash-adv.icons .item .img-intro__left {
  margin-top: 5px;
  margin-right: 10px;
}
.mod-newsflash-adv.icons .item .item_content {
  overflow: hidden;
}
.mod-newsflash-adv.icons .item .item_content .item_title {
  font-size: 13px;
  color: black;
  font-weight: bold;
}
.mod-newsflash-adv.blog .item {
  border-bottom: 1px solid #6c6c6c;
  margin-bottom: 14px;
  padding-bottom: 14px;
}
.mod-newsflash-adv.blog .item.lastItem {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.mod-newsflash-adv.blog .item .item_content .item_published {
  font-size: 11px;
  line-height: 18px;
  color: white;
  text-transform: lowercase;
}
.mod-newsflash-adv.blog .item .item_content a {
  color: #a2a2a2;
}
.mod-newsflash-adv.blog .item .item_content a:hover {
  color: white;
}
.mod-newsflash-adv.blog .item .item_content p {
  padding: 0;
}
.mod-newsflash-adv.news .item_published {
  font-size: 12px;
  color: #17a6df;
  font-weight: bold;
  line-height: 18px;
  padding-bottom: 9px;
}
.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;
}
.mod-newsflash-adv .item_title {
  color: black;
  font-size: 13px;
  margin-bottom: 12px;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
#aside-right .moduletable,
#aside-left .moduletable {
  margin-bottom: 30px;
}
#content-row {
  padding-bottom: 26px;
}
#content-row .row-container {
  padding-top: 41px;
  padding-bottom: 20px;
}
/*======================= CONTENT =======================*/
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 30px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 14px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_icons.btn-group.pull-right {
  margin: 0 0 10px 10px;
}
/*===== Home Page ======*/
.category_desc {
  font-size: 13px;
  line-height: 18px;
  padding-bottom: 37px;
}
.moduletable.post {
  background: white;
  /* margin-bottom: 20px; */
  padding-top: 27px;
}
.moduletable.post .moduleTitle {
  border-bottom: 1px solid #e1e1e1;
  font: 24px/44px 'asapregular';
  margin: 0px 28px 6px;
  padding: 0 0 5px 59px;
}
.moduletable.post .mod-article-single {
  padding: 0px 28px 15px;
}
.moduletable.post.post1 .moduleTitle {
  background: url(../images/template/icon1.png) 0 0px no-repeat;
}
.moduletable.post.post2 .moduleTitle {
  background: url(../images/template/icon2.png) 0 0px no-repeat;
}
.moduletable.post.post3 .moduleTitle {
  background: url(../images/template/icon3.png) 0 0px no-repeat;
}
.moduletable.accordion {
  margin: 0 !important;
}
.moduletable.accordion ul.accordion > li {
  margin-bottom: 6px;
}
.moduletable.accordion ul.accordion > li a {
  color: #17a6df;
  color: #4db3e3;
  text-shadow: none;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
  border-color: #f7f7f7 #f7f7f7 #d1d1d1;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f7f7f7;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #f1f3f3;
  text-transform: none;
  font-size: 12px;
  padding: 12px 30px 13px 18px;
  position: relative;
  font: 13px/14px 'asapregular';
}
.moduletable.accordion ul.accordion > li a:hover,
.moduletable.accordion ul.accordion > li a:active,
.moduletable.accordion ul.accordion > li a.active,
.moduletable.accordion ul.accordion > li a.disabled,
.moduletable.accordion ul.accordion > li a[disabled] {
  color: #4db3e3;
  background-color: #f7f7f7;
  *background-color: #eaeaea;
}
.moduletable.accordion ul.accordion > li a:active,
.moduletable.accordion ul.accordion > li a.active {
  background-color: #dedede \9;
}
.moduletable.accordion ul.accordion > li a:hover {
  color: #4db3e3;
  text-shadow: none;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #f7f7f7, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #ffffff);
  background-image: -o-linear-gradient(top, #f7f7f7, #ffffff);
  background-image: linear-gradient(to bottom, #f7f7f7, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffffffff', GradientType=0);
  border-color: #ffffff #ffffff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffffff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.moduletable.accordion ul.accordion > li a:hover:hover,
.moduletable.accordion ul.accordion > li a:hover:active,
.moduletable.accordion ul.accordion > li a:hover.active,
.moduletable.accordion ul.accordion > li a:hover.disabled,
.moduletable.accordion ul.accordion > li a:hover[disabled] {
  color: #4db3e3;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}
.moduletable.accordion ul.accordion > li a:hover:active,
.moduletable.accordion ul.accordion > li a:hover.active {
  background-color: #e6e6e6 \9;
}
.moduletable.accordion ul.accordion > li a .dcjq-icon {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 12px;
  right: 9px;
  background: url(../images/template/dcjq-icon.png) 0 bottom no-repeat;
}
.moduletable.accordion ul.accordion > li a.active .dcjq-icon {
  background-position: 0 0;
}
.moduletable.accordion ul.accordion > li ul {
  margin: 0;
}
.moduletable.accordion ul.accordion > li ul li {
  padding: 22px 0 30px;
  background: none;
}
.page-featured .item .item_img {
  margin: 0 0 16px;
}
.page-featured .item .item_title {
  font-size: 30px;
  line-height: 34px;
  color: #575757;
  margin-bottom: 17px;
}
.cust h1 {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  font-style: italic;
  color: #bebebe;
  padding: 0;
  margin: 0 0 20px;
  text-transform: none;
}
.cust span {
  color: #5e5e5e;
}
/*===== Company Page ======*/
dl.history {
  margin: 0;
}
dl.history dt {
  float: left;
  margin: 0px 9px 0 0;
  font-weight: normal;
  color: #17a6df;
  font-size: 12px;
  font-weight: bold;
}
dl.history dd {
  overflow: hidden;
}
dl.history dt,
dl.history dd {
  margin-bottom: 20px;
}
.moduletable.bordered .moduleTitle,
.moduletable.bordered .mod-article-single {
  margin-left: 37px;
  margin-right: 37px;
  padding-left: 58px;
  padding-right: 58px;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
.moduletable.bordered .moduleTitle {
  margin-bottom: 0;
  padding-bottom: 16px;
}
.mod-newsflash-adv .item_title {
  font-size: 13px;
  color: black;
}
.mod-newsflash-adv i.caption {
  font-style: normal;
}
/*===== Blog Page ======*/
.body__divider .content-inner {
  background: url(../images/template/divider.gif) 729px 0 repeat-y;
}
.body__divider .content-inner .page-gallery,
.body__divider .content-inner .page-category,
.body__divider .content-inner .page-archive,
.body__divider .content-inner .page-item__blog,
.body__divider .content-inner .page-blog {
  border-right: none;
  padding-right: 58px;
  margin-right: 38px;
}
.body__divider .content-inner .mod-article-single .img-intro__left {
  margin-bottom: 0;
}
.body__divider .page-item__divider {
  padding-right: 96px;
}
.page-gallery,
.page-category,
.page-archive,
.page-item__blog,
.page-blog {
  border-right: 1px solid #ececec;
  padding-right: 57px;
  margin-right: 38px;
}
.page-gallery .item,
.page-category .item,
.page-archive .item,
.page-item__blog .item,
.page-blog .item {
  border-bottom: 1px solid #efefef;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.page-gallery .item_published,
.page-category .item_published,
.page-archive .item_published,
.page-item__blog .item_published,
.page-blog .item_published {
  background: url(../images/template/body.jpg) 0 0 repeat;
  border: 1px solid #d9dbdb;
  box-shadow: inset 0px 0px 1px #d9dbdb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font: 15px/15px 'asapbold';
  color: #17a6df;
  float: left;
  width: 64px;
  padding-bottom: 16px;
  margin: 0 20px 12px 0;
  text-align: center;
  text-transform: uppercase;
}
.page-gallery .item_published span,
.page-category .item_published span,
.page-archive .item_published span,
.page-item__blog .item_published span,
.page-blog .item_published span {
  display: block;
  padding-top: 13px;
}
.page-gallery .item_header,
.page-category .item_header,
.page-archive .item_header,
.page-item__blog .item_header,
.page-blog .item_header {
  padding-top: 18px;
}
.page-gallery .item_header .item_title,
.page-category .item_header .item_title,
.page-archive .item_header .item_title,
.page-item__blog .item_header .item_title,
.page-blog .item_header .item_title {
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  margin: 0;
  color: #17a6df;
}
.page-gallery .item_header .item_title a,
.page-category .item_header .item_title a,
.page-archive .item_header .item_title a,
.page-item__blog .item_header .item_title a,
.page-blog .item_header .item_title a {
  color: #17a6df;
}
.page-gallery .item_header .item_title a:hover,
.page-category .item_header .item_title a:hover,
.page-archive .item_header .item_title a:hover,
.page-item__blog .item_header .item_title a:hover,
.page-blog .item_header .item_title a:hover {
  color: #5e5e5e;
}
.page-gallery .item_info_dl,
.page-category .item_info_dl,
.page-archive .item_info_dl,
.page-item__blog .item_info_dl,
.page-blog .item_info_dl {
  color: #606060;
  margin: 0 0 25px;
}
.page-gallery .item_info_dl a,
.page-category .item_info_dl a,
.page-archive .item_info_dl a,
.page-item__blog .item_info_dl a,
.page-blog .item_info_dl a {
  color: #606060;
}
.page-gallery .item_info_dl a:hover,
.page-category .item_info_dl a:hover,
.page-archive .item_info_dl a:hover,
.page-item__blog .item_info_dl a:hover,
.page-blog .item_info_dl a:hover {
  color: #17a6df;
}
.page-gallery .item_info_dl dd,
.page-category .item_info_dl dd,
.page-archive .item_info_dl dd,
.page-item__blog .item_info_dl dd,
.page-blog .item_info_dl dd {
  line-height: 15px;
}
.page-gallery .item_info_dl dd.komento,
.page-category .item_info_dl dd.komento,
.page-archive .item_info_dl dd.komento,
.page-item__blog .item_info_dl dd.komento,
.page-blog .item_info_dl dd.komento {
  float: right;
}
.page-category,
.page-gallery {
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
}
.page-category .item_header,
.page-gallery .item_header {
  padding: 0;
}
.page-category.page-category__projects,
.page-gallery.page-category__projects {
  border-left: 1px solid #ececec;
  padding-left: 57px;
  margin-left: 38px;
}
.page-category .item,
.page-gallery .item {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -20px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 14px 14px 0 !important;
}
/*===== Testimonials Page ======*/
blockquote {
  background: url(../images/template/blockquote.png) 0 4px no-repeat;
  padding: 0 0 0 38px;
  margin: 0;
  border-left: none;
  font-size: 12px;
  line-height: 16px;
}
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;
  font: 13px/18px 'asapregular';
  text-align: left;
  text-transform: uppercase;
  color: black;
  padding: 20px 0 0;
}
blockquote small:before {
  content: '';
}
/*===== Team Page ======*/
.page-category__team .item_img,
.page-item__team .item_img {
  max-width: 40%;
}
.addthis_toolbox {
  padding-top: 11px;
}
/*======================= 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;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row .container {
  border-top: 1px solid #e8e8e8;
  padding-top: 28px;
}
#mainbottom-row .container .moduletable {
  margin-bottom: 34px;
  margin-bottom: 0px;
}
/*======================= BOTTOM =======================*/
#bottom-row .container {
  border-top: 1px solid #e8e8e8;
  padding-top: 39px;
}
#bottom-row .container .moduletable {
  margin-bottom: 40px;
}
/*======================= FOOTER =======================*/
#footer-row .row-container {
  padding: 20px 0 6px;
}
#footer-row .row-container .moduletable {
  padding-top: 40px;
}
#footer-row .row-container .moduleTitle {
  font-size: 12px;
  line-height: 20px;
  color: white;
  margin: 0 0 31px;
  padding: 0;
}
#footer-row .row-container ul.menu.type li {
  padding-bottom: 10px;
}
#footer-row .row-container ul.menu li {
  padding-bottom: 5px;
}
#footer-row .row-container ul.menu li a,
#footer-row .row-container ul.menu li .separator {
  color: #a2a2a2;
}
#footer-row .row-container ul.menu li a {
  text-decoration: underline;
}
#footer-row .row-container ul.menu li a:hover {
  color: white;
  text-decoration: none;
}
#footer-row .row-container ul.menu.contacts {
  text-align: center;
}
#footer-row .row-container ul.menu.contacts li {
  padding: 0;
}
#footer-row .row-container ul.menu.contacts li.firstItem .separator {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: white;
}
#footer-row .row-container ul.menu.contacts li a.link {
  display: inline-block;
  color: #17a6df;
  margin: 18px 0 10px;
}
#copyright-row .row-container {
  background: none;
  color: white;
  padding: 40px 0 20px;
}
#copyright {
  font-size: 11px;
  line-height: 20px;
  color: #545454;
  margin-bottom: 20px;
}
#copyright .siteName {
  font: 18px/20px 'asapbold_italic';
  color: black;
  margin-right: 6px;
}
#copyright a {
  color: #545454;
}
#copyright a:hover {
  color: #17a6df;
}
ul.footer {
  float: right;
  overflow: hidden;
}
ul.footer li {
  list-style: none;
  float: left;
  background: url(../images/template/fmarker.png) 0 9px no-repeat;
  padding: 4px 6px 0 12px;
}
ul.footer li a,
ul.footer li .separator {
  text-transform: uppercase;
  color: #545454;
}
ul.footer li a:hover {
  color: #D80E2C;
}
ul.footer li.firstItem {
  padding-left: 0;
  background: none;
}
ul.footer li.lastItem {
  padding-right: 0;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 24px;
}
#jform_publish_up_img,
#jform_publish_down_img {
  padding: 6px 14px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin-top: 0;
}
#jform_publish_up,
#jform_publish_down {
  border-radius: 6px 0 0 6px;
}
.addthis_toolbox addthis_default_style ,.page-item.page-item__ a
{
display:none;
}
.prod_list
{
width:auto;
}
.prod_list td {
    padding: 10px;
    width: 210px;
}
.rsform-submit-button {
    height: 30px!important;
    margin-left: 20px!important;
    margin-top: 65px!important;
}
.componentheading {
    font-size: 19px;
    font-weight: lighter;
    margin-bottom: 20px;
}

.flag {
    width: 500px;
}
.flag td {
      text-align: center;
	  font-weight:bold;
}
.sfHolder > a
{
color:#ffffff;
}
.serve
{
margin-left: 30px; 
margin-top: 20px;
}
.serve li {
    line-height: 20px!important;
}
.camera_caption.fadeIn p
{
margin: 0;
    padding-bottom: 12px;
}