/***********************************************************************************************************************
Structure
***********************************************************************************************************************/

body {
  font-size: 12px;
  font-family: Arial, sans-serif;
  background: url(../images/bkg/gradientBkg.jpg) no-repeat top right;
}

#content:after {
  display: block;
  content: ".";
  height: 0;
  overflow: hidden;
  clear: both;
}

#content {
  *zoom: 1;
  padding-top: 5px;
}

#content .colLeft {
  float: left;
  margin-right: 20px;
  width: 223px;
}

#content .colRight {
  float: right;
  width: 230px;
  margin-left: 34px;
}

#content .mainCol {
  display: table-cell;
  width: 2000px;
  *width: auto;
  *zoom: 1;
}

.container {
  width: 982px;
  margin: 0 auto;
  position: relative;
}

.messageBox {
    display: none;
}
/***********************************************************************************************************************
Header
***********************************************************************************************************************/
#header #logo {
  margin: 0;
  background: url(../images/logo.png) no-repeat 0 0;
  width: 181px;
  height: 39px;
  text-indent: -9999px;
  position: relative;
  top: 10px;
}

#header #logo a {
  display: block;
  height: 100%;
  width: 100%;
}

#header .topHead {
  height: 60px;
}

#header .topHead .container {
  height: 100%;
}

#header .banner{
  width: 1200px;
  margin: 0 auto;
}

#header .language {
  position: absolute;
  right: 0;
  bottom: -29px;
  height: 29px;
  overflow: hidden;
}

#header .language a {
  width: 25px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  text-decoration: none;
  background: #fff;
  margin-right: 2px;
}

#header .language a.active {
  font-weight: bold;
}

/** Navigation **/

#header #navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header .navigationContainer {
  margin-top: -37px;
  position: relative;
  z-index: 1;
}

#header #navigation > li {
  float: left;
  position: relative;
}

#header #navigation > li > a {
  font: italic bold 13px Georgia, serif;
  height: 47px;
  line-height: 47px;
  text-decoration: none;
  display: block;
  padding: 0 8px;
}

#header #navigation > li > a > span {
  background-image: url(../images/icons/arrows_menus.png);
  background-repeat: no-repeat;
  padding-right: 27px;
  display: block;
}

#header #navigation > li .subNav {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  list-style: none;
  font: 12px Arial, sans-serif;
  padding: 8px 16px 7px 20px;
  border-top: 2px solid #fff;
  display: none;
}

#header #navigation > li .subNav li {
  padding-bottom: 8px;
  margin-bottom: 6px;
}

#header #navigation > li .subNav li.last {
  border: 0;
  padding: 0;
  margin: 0;
}

#header #navigation > li .subNav a {
  text-decoration: none;
}

/***********************************************************************************************************************
Content
***********************************************************************************************************************/
/** Blog **/
.post {
  position: relative;
  border-width: 0 0 1px;
  border-style: solid;
}

.post .entryHead {
  margin-bottom: 20px;
}

.post .title {
  font: italic bold 24px Georgia, serif;
  margin-bottom: 0;
}

.post .title a {
  text-decoration: none;
  font-weight: inherit;
}

.post .meta {
  margin: 0;
}

.post .sharePost {
  position: absolute;
  top: 0;
  right: 0;
}

.post .entryContent .imgContent {
  float: left;
  width: 164px;
  margin-right: 19px;
}

.post.lastPost {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.post .entryContent .imgContent img {
  max-width: 100%;
}

.post .entryContent .textContent p {
  margin-top: 0;
  margin-bottom: 2em;
}

.pagination {
  text-align: center;
}

.pagination a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
}

.pagination a:hover{
  text-decoration: underline;
}

.pagination .previous {
  padding-right: 12px;
  border-width: 0 1px 0 0;
  border-style: solid;
}

.pagination .next {
  padding-left: 12px;
}

#commentForm input,
#commentForm textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
}

.inputRow input.textField {
  width: 30%;
  margin-right: 4.5%;
  padding: 5px 8px;
}

.inputRow input.last {
  margin-right: 0
}

#commentForm textarea {
  width: 100%;
}

/** Contact form **/

#contactForm hr{
  width: 98%;
}
#contactForm{
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #9199A7;
}
#contactForm .control-row{
  overflow: hidden;
  width: 100%;
}

.control-label{
  margin-bottom: 4px
}
.control-group{
  margin-bottom: 10px;
}

#contactForm .control-row .control-group{
  float: left;
}

#contactForm .control-group.one{
  width: 100%;
}

#contactForm .control-row.two .control-group{
  width: 49%;
  margin-right: 2%;
}

#contactForm .control-row.three .control-group{
  width: 32%;
  margin-right: 2%;
}

#contactForm .control-row .control-group.last{
  margin-right: 0;
}

#contactForm .control-row.three .control-group.postcode{
  width: 24%;
}
#contactForm .control-row.three .control-group.city{
  width: 36%;
}
#contactForm .control-row.three .control-group.country{
  width: 36%;
}

#contactForm .control-group .controls input[type=text], #contactForm .control-group .controls textarea{
  width: 100%;
}

#contactForm input[type=text], #contactForm input[type=submit], #contactForm select, #contactForm textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  padding: 5px 8px;
}

#contactPopup h2{
  margin: 0;
}
#contactPopup > p{
  margin: 0.5em 0;
}

#contactForm .messageBox{
  line-height: 24px;
}

/***********************************************************************************************************************
Footer
***********************************************************************************************************************/
#footer {
  margin-top: 45px;
}

#footer .inner {
  background: url(../images/slogan.png) no-repeat 40px 0;
  padding-top: 24px;
  padding-left: 40px;
}

#footer .fil {
  position: absolute;
  left:-94.4%;
  top:9px;
  width: 1000px;
  height: 0;
  display: block;
  border-top: 1px solid #f07f8c;
  border-bottom: 1px solid #e94053;
}

#footer .footerLinks a{
  text-decoration: none;
}

#footer .footerLinks li.first {
  border-width: 0 1px;
}

#footer .footerLinks {
  float: left;
}

/** Newsletter **/

#footer .newsletter {
  float: right;
  margin-top: 6px;
  border-width: 1px;
  border-style: solid;
  width: 143px;
  position: relative;
  margin-right: 33px;
}

#footer .newsletter .messageBox {
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 7px 8px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  margin: 0 -1px 1px;

}

#footer .newsletter input{
  border: 0;
  background: none;
  height: 23px;
  line-height: 23px;
  padding-top: 0;
  padding-bottom: 0;
}

#footer .newsletter .submitField {
  font-weight: bold;
  border-width: 0 0 0 1px;
  border-style: solid;
  width: 30px;
  padding: 0;
  text-align: center;
}

#footer .newsletter .textField {
  padding-left: 8px;
  width: 100px;
}
