.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: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Asap:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:400,300,300italic,400italic,700,800,700italic,800italic);*/
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  margin-top: 1px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #a60209;
}
h1,
h2,
h3 {
  border-radius:0px 0px 0 0;
  position: relative;
    color: #000000;
    background-color: #006fbd;
    font-family: 'oswald', 'Ariel', sans-serif;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    padding: 10px;
    margin: 1px;
    margin-bottom: 5px;
    font-style: normal;
    text-align:center;
}
h4 {
  font: 13px/18px 'Asap', sans-serif;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 13px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 17px;
}
.item_fulltext a {
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #a60209;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 17px;
  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-primary {
  background: #a60209;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #a63202;
  border-bottom-color: #a63202;
}
.btn-primary:hover {
  background: #000000;
  color: #ffffff;
}
.btn-primary.submitButton {
  float: right;
}
.btn-info {
  color: #000000;
  background: none;
  border: none;
  padding: 0;
  text-transform: lowercase;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: none;
  color: #a60209;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.mod-search__aside #searchword {
  margin: 0 0 10px;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module,
.item-list,
.unstyled {
  margin: 0;
}
ul.item_list li,
.categories-module li,
.archive-module li,
.item-list li,
.unstyled li {
  background: url(../images/template/marker.png) 0 6px no-repeat;
  list-style: none;
  padding: 0 0 14px 14px;
  font: 13px/17px 'Asap', sans-serif;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a,
.item-list li a,
.unstyled li a {
  color: #000000;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
.item-list li a:hover,
.unstyled li a:hover {
  color: #a60209;
}
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%;
}
.pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font-size: 13px;
  line-height: 24px;
  text-transform: none;
  color: #606060;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #c3c3c3;
  box-shadow: none;
  padding: 0 9px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: white;
  background: #a60209;
  border-color: #a60209;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  color: white;
  background: #a60209;
  border-color: #a60209;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: white;
  background: #a60209;
  border-color: #a60209;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 37px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 20px 10px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0px 10px 20px;
}
.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 =======================*/
#top-row {
/*  padding-top: 131px; */
}
#top-row .row-container {
/*  padding-top: 29px; */
}
#top-row .row-container .container {
 /* border-bottom: 1px solid #e2e2e2; */
}
/*======================= HEADER =======================*/
#header-row .row-container {
  padding-top: 22px; 
}
#header-row .row-container .container { /*
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 57px; */
}
#logo {
/*  text-align: center; */
display:none !important;
}
/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
  margin: 0 0 20px;
}
.navigation ul.sf-menu {
  display: table;
  margin: 0 auto 25px;
  position: relative;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  background: url(../images/template/separator.gif) 0 center no-repeat;
  padding: 0 29px 0 30px;
}
.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.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  color: #3fa9f5;

}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  color: #444444;
  font: 800 15px/20px 'Merriweather Sans', sans-serif;
  display: block;
  padding: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover,
.navigation ul.sf-menu > li > a:focus,
.navigation ul.sf-menu > li > span:focus,
.navigation ul.sf-menu > li > a:active,
.navigation ul.sf-menu > li > span:active {
  color: #3fa9f5;
  text-decoration: none;
}
.navigation ul.sf-menu > li:first-child {
  background: none;
}
.navigation ul.sf-menu > li:hover > ul,
.navigation ul.sf-menu > li.sfHover > ul {
  top: 36px;
}
.navigation ul.sf-menu > li:hover > ul:before,
.navigation ul.sf-menu > li.sfHover > ul:before {
  content: url(../images/template/nav_before.png);
  display: block;
  width: 20px;
  height: 10px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -13px;
}
.navigation ul.sf-menu ul {
  /* width: 120px; */
  width: 100%;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -10px;
  left: 120px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -10px;
  left: 120px;
}
.navigation ul.sf-menu ul {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  padding: 10px 0;
}
.navigation ul.sf-menu ul li {
  border-top: 1px solid #e2e2e2;
  text-align: center;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  color: #1b1b1b;
  font: 14px/27px 'Merriweather Sans', sans-serif;
  display: block;
  padding: 0px;
  text-decoration: none;
  text-transform: uppercase;
  -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 {
  color: #a60209;
}
.navigation ul.sf-menu ul li:first-child {
  border: none;
}
.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 {
  color: #3fa9f5;
}
.navigation ul.sf-menu.sf-vertical {
  width: 120px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 120px;
  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: 122px;
}
.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: 34px;
  padding-bottom: 34px;
  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: 36px;
  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: 120px;
  top: 34px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  margin: 0 auto;
  overflow: hidden;
}
.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 =======================*/
/*======================= MAINTOP =======================*/
#maintop-row {
  margin-bottom: -70px;
}
#maintop-row .row-container {
  padding-top: 74px;
}
/*======================= CONTENT TOP =======================*/
#content-row .row-container {
  padding-top: 74px;
}
#aside-right .moduletable,
#aside-left .moduletable {
  margin-bottom: 40px;
}
/*======================= CONTENT =======================*/
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 40px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 45px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd.komento {
  float: right;
}
.item_info_dl dd a {
  color: #606060;
}
.item_info_dl dd a:hover {
  color: #a60209;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
}
/*===== Home Page ======*/
.mod-newsflash-adv .item_published {
  color: #a60209;
  float: left;
  font: 17px/20px 'Asap', sans-serif;
  text-transform: lowercase;
  text-align: center;
  margin: 0 20px 0 0;
}
.mod-newsflash-adv .item_published span {
  display: block;
  font: bold 30px/30px 'Asap', sans-serif;
}
.mod-newsflash-adv .item_content {
  overflow: hidden;
}
.mod-newsflash-adv.mod-newsflash-adv__calendar .item {
  border-top: 1px dotted #e2e2e2;
  margin: 26px 0 0;
  padding: 30px 0 0;
}
.mod-newsflash-adv.mod-newsflash-adv__calendar .item:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__calendar .item .item_title {
  margin-bottom: 10px;
}
.mod-newsflash-adv.mod-newsflash-adv__services .pretext {
  color: black;
  font: 13px/18px 'Asap', sans-serif;
  padding: 0 0 24px;
  text-transform: uppercase;
}
.mod-newsflash-adv.mod-newsflash-adv__services .item {
  margin: 0 0 14px;
}
.mod-newsflash-adv.mod-newsflash-adv__services .item .img-intro__left {
  margin: 0 12px 0 0;
}
.mod-newsflash-adv.mod-newsflash-adv__services .item .text {
  color: #606060;
  text-transform: uppercase;
}
.mod-newsflash-adv.mod-newsflash-adv__services .mod-newsflash-adv_custom-link {
  padding: 4px 0 0;
}
ul.slogan {
  margin-bottom: -11px;
  padding: 7px 0 0;
}
ul.slogan li {
  color: #818080;
  font: 300 30px/36px 'Merriweather Sans', sans-serif;
  text-align: center;
}
/*===== About Page ======*/
.moduletable.fright {
  float: right;
}
.moduletable.bordered .moduleTitle,
.moduletable.bordered .mod-article-single {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  margin: 0 38px;
  padding: 0 57px;
}
.moduletable.bordered .moduleTitle {
  padding-bottom: 36px;
}
.moduletable.bordered h4 {
  margin: 0 0 32px;
}
.moduletable.bordered.title_color .moduleTitle .item_title_part0 {
  color: #a60209;
}
.moduletable.bordered .mod-article-single {
  padding-bottom: 1px;
}
.item_introtext .item-list {
  margin: 18px 0 22px;
}
.mod-article-single .item__module {
  margin-bottom: 40px;
  overflow: hidden;
}
dl.history {
  margin: 0;
}
dl.history dt,
dl.history dd {
  margin-bottom: 23px;
  overflow: hidden;
}
dl.history dt {
  color: #000000;
  font: 13px/18px 'Asap', sans-serif;
  float: left;
  margin-right: 8px;
}
/*===== 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 17px 17px 0 !important;
}
/*===== 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 ======*/
/*===== Blog Page ======*/
.page-archive .item,
.page-item__blog .item,
.page-blog .item {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.page-archive .item_published,
.page-item__blog .item_published,
.page-blog .item_published {
  float: left;
  width: 68px;
  background: #a60209;
  color: white;
  text-align: center;
  margin: 0 20px 20px 0;
  padding-bottom: 17px;
  font: bold 14px/17px 'Merriweather Sans', sans-serif;
  text-transform: lowercase;
}
.page-archive .item_published span,
.page-item__blog .item_published span,
.page-blog .item_published span {
  display: block;
  padding-top: 16px;
}
.page-archive .item_header,
.page-item__blog .item_header,
.page-blog .item_header {
  padding-top: 16px;
}
.page-archive .item_header .item_title,
.page-item__blog .item_header .item_title,
.page-blog .item_header .item_title {
  margin: 0 0 1px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= 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 =======================*/
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#footer-wrapper {
  font-size: 11px;
  color: #545454;
  padding-bottom: 140px;
}
#footer-wrapper a {
  color: #545454;
}
#footer-wrapper a:hover,
#footer-wrapper a:focus,
#footer-wrapper a:active {
  background: none;
  color: #a60209;
}
#copyright-row .row-container {
  padding: 60px 0 30px;
}
#copyright-row .row-container .container {
  border-top: 1px solid #e2e2e2;
  padding-top: 49px;
}
#copyright {
  margin: 0 0 20px;
}
#copyright .siteName {
  display: none;
}
ul.footer {
  margin: 0 0 20px;
  overflow: hidden;
  text-align: right;
}
ul.footer li {
  background: url(../images/template/fseparator.png) 0 center no-repeat;
  display: inline;
  padding: 0 6px 0 11px;
  text-transform: uppercase;
}
ul.footer li:first-child {
  background: none;
  padding-left: 0;
}
ul.footer li.lastItem {
  padding-right: 0;
}
ul.footer li.active a {
  color: #a60209;
}
/*===== Social Media ======*/
.social {
  margin: 0 0 20px;
  text-align: right;
  padding: 0 9px;
}
.social li {
  display: inline;
  margin: 0 3px 0 4px;
}
.social li a {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  text-indent: 9999px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social li a img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\' filterRes=\'800\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social li a:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\' filterRes=\'800\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+ */

  filter: gray;
  /* IE6-9 */

  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */

  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 27px;
}
#jform_publish_up_img,
#jform_publish_down_img {
  padding: 4px 10px 5px;
}


.boeknu {
  
  width: 120px; 
  height:20px;
  float:left;
  padding:11px;
  background: #ffa632; /* Old browsers */

background: -moz-linear-gradient(top,  #ffa632 0%, #fa6a00 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa632), color-stop(100%,#fa6a00)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffa632 0%,#fa6a00 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffa632 0%,#fa6a00 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffa632 0%,#fa6a00 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffa632 0%,#fa6a00 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa632', endColorstr='#fa6a00',GradientType=0 ); /* IE6-9 */


  text-align:center;
  font-size:17px;
  color:#fff;
}

.boeknu:hover {
  
  width: 120px; 
  height:20px;
  float:left;
  padding:11px;
  text-align:center;
  font-size:17px;
  background: #fa6a00; /* Old browsers */

background: -moz-linear-gradient(top,  #fa6a00 0%, #ffa632 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa6a00), color-stop(99%,#ffa632)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #fa6a00 0%,#ffa632 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #fa6a00 0%,#ffa632 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #fa6a00 0%,#ffa632 99%); /* IE10+ */

background: linear-gradient(to bottom,  #fa6a00 0%,#ffa632 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa6a00', endColorstr='#ffa632',GradientType=0 ); /* IE6-9 */

color:#fff;
}

.thumbsContainer {
  
  width:100%;
  height:390px;
}

.iconContainer {
  
  width:350px;
  height:50px;
  float:left;
  
}

.LangContainer {
  width:220px;
  height:50px;
  float:left;
  margin-top:110px;
}

div.moduletable.span2 {
  float:right !important;
}