/*
 * Copyright 2011-2015 Exentis
 * Dedicated StyleSheet
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:700,400,300&subset=latin,latin-ext);

body {
  font-family: 'Roboto', sans-serif;
  font-size:14px;
  font-weight:300;
  color:#000000;
  overflow-x:hidden;
}

html {
    position: relative;
    min-height: 100%;
}

a {color:#10b292;}
a:hover {text-decoration:none;}
.clear {clear: both;}
.green {color:#10b292;}
.white{color:#fff;}
.darkblue{color:#292f46;}
.bold{font-weight:700;}
.darkblue_bg {background-color:#292f46}
.green_bg {background-color:#10b292;}
.inline {display:inline-block;}
ul {list-style-position: inside;}

h1,
h2,
h3 {
	font-size: 26px;
    width: auto;
    padding: 5px 15px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 700;
}

div#logo p {
    margin: 5px 5px 5px 5px;
}

div#logo p img {
    width: 100%;
    max-width: 340px;
    display: block;
    margin: 0 auto;
}

.first-row {
    background-color: #292f46;
    min-height: 70px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
    position: relative;
    z-index: 1000;
}

div#mainmenu ul {
  padding: 0;
  margin: 40px 0 0px;
  list-style: none;
}

div#mainmenu ul li {
    float: left;
    text-align: center;
}

div#mainmenu ul li:first-child {
}

div#mainmenu ul li a {
  font-size:15px;
  color:#fff;
  text-transform:uppercase;
  padding: 5px 0 5px;
}

div#mainmenu ul li.active a,
div#mainmenu ul li a:hover {
	border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}


div#slider {
  	overflow:hidden;
  	padding: 0;
    margin: 0;
    max-height: 560px;
    border-right: 1px solid #DEDEDE;
}

div#slider p {
  margin:0px;
}

div#slider p img {

}

.second-row .bottom_sec{
	background-color:#292f47;
    min-height:15px;
      -webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
}

.parallax-offset {
    margin-top: -550px;
}

div#offer {
  margin:75px 0;
}

div#top-fullwidth {
  margin:25px 0;
}

p.introtext {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 0 40px 40px 40px;
    font-weight: 700;
}

.offer_wrapper {
    display: inline;
}

.offer_item {
    width: 20%;
    display: inline-block;
    margin: 20px;
    background-color: #fff;
    padding: 40px 0;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

.offer_item p {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-top: 145px;
    text-transform: uppercase;
}

a.offer_item_img {
    width: 100px;
    height: 100px;
    display: block;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
  	margin: 0 auto;
}

.front a.offer_item_img {
    background-color: #10b292;
}

.back a.offer_item_img {
  	background-color:#292f46;
}


a.offer_item_img img {
    line-height: 100px;
    margin: 0 auto;
    display: block;
    padding-top: 21px;
}

a.offer_item_link {
    color: #fff;
    background-color: #10b292;
    padding: 5px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto;
    width: 100px;
    margin: 40px auto 10px;
}

a.offer_item_link:hover {
    background-color:#292f46;
}

.fourth-row {
    padding: 75px;
}

.thr_latest-wrapper {
    width: 27%;
    float: left;
    min-height: 200px;
    margin-top: 25px;
    vertical-align: top;
    margin: 0 3.1%;
}

.thr_latest-wrapper .img-wrapper img {
    width: 100%;
}

.thr_latest-wrapper h4 {
  display: block;
  width: 100%;
  margin: 0px;
}

.thr_latest-wrapper h4 a {
text-align: center;
    font-size: 26px;
    font-weight: 200;
    color: #000;
    padding: 10px 0;
    display: block;
    text-transform: uppercase;
}

.thr_latest-wrapper h4 a:hover {
  color: #10b292;
}

.thr_latest-wrapper .img-latest {
    margin: 10px 0px 10px 0px;
    overflow: hidden;
    width: 100%;
    height: 150px;
}

.thr_latest-wrapper .img-wrapper {
    max-height: 260px;
    overflow: hidden;
}

.thr_latest-wrapper .img-latest img {
    width: 100%;
    height: auto;
}

div#left-top ul.nav.menu,
ul.latestnews {
list-style: none;
padding: 0;
}

div#left-top ul.nav.menu li,
ul.latestnews li {
border-left: 1px solid #10b292;
border-bottom: 1px solid #dedede;
margin: 0 20px 10px 0;
padding-left:10px;  
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

div#left-top ul.nav.menu li:hover,
ul.latestnews li:hover {
border-left: 10px solid #10b292;
border-bottom: 1px solid #10b292;
}

div#left-top ul.nav.menu li:hover a span,
ul.latestnews li:hover a span {
color: #10b292;
}

div#left-top ul.nav.menu li a span,
ul.latestnews li a span {
color:#000;
}

div#qcontact p {
    font-size: 15px;
}

div#qcontact p.main-title.green_bg {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto 20px;
    padding: 10px;
    color: #fff;
    font-size: 22px !important;
}

div#qcontact img.diff_img {
    margin: 0 auto;
    display: block;
}

div#qcontact span.diff_text {
    font-size: 15px;
    font-weight: 300;
}

span.diff_text.fmiddle {
  	font-size:20px !important;
}

div#qcontact div.custom {
    max-width: 320px;
    margin: 0 auto;
    display: block;
}

div#qcontact table {
    width: 100%;
    vertical-align: top;
}

div#qcontact tr td {
    width: 85%;
}

div#qcontact tr td:first-child {
    vertical-align: top;
    width: 14%;
}


/*----------------------------------------------------------------------------*\
    Headhesive Specific Styles
/*----------------------------------------------------------------------------*/

.banner--clone {

    /* Required styles */
    position: fixed;
    top: 0;
    left: 0;
  	display:block;

    /* Additional styles */
    background-color:;

    /* Translate -100% to move off screen */
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);

    /* Animations */
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
  	margin: 0 auto;
	width: 100%;
	z-index: 1000 !important;

}

.banner--stick {

    /* Translate back to 0%; */
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}

.banner--unstick {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.scrollup {
width: 40px;
height: 40px;
text-indent: -9999px;
position: fixed;
bottom: 50px;
right: 100px;
display: none;
background: url('../images/icon_top.png') 0px 0px no-repeat;
z-index:10000;
}

a.scrollup:hover {
background: url('../images/icon_top.png') -40px 0px no-repeat;
}

.content-image,
.pull-left.item-image,
.pull-right.item-image {
  width: 250px;
  border: 3px solid rgb(230, 230, 230);
  margin: 0 10px 10px 0;
  height:auto;
  overflow:hidden;
}

.pull-left.content-image {
  float:left;
  width: 250px;
  border: 3px solid rgb(230, 230, 230);
  margin: 0 10px 10px 0;
  height:auto;
  overflow:hidden;
}

.pull-right.content-image {
  float:right;
  width: 250px;
  border: 3px solid rgb(230, 230, 230);
  margin: 0 10px 10px 0;
  height:auto;
  overflow:hidden;
}

.content-image img,
.pull-left.content-image img,
.pull-right.content-image img,
.pull-left.item-image img,
.pull-right.item-image img {
  width: 100%;
  height:auto;
}

.slicknav_menu {
	display:none;
}

#map-canvas {
  height:400px;
  width:100%;
  margin:0px 0px 25px 0px;
  padding:0px;
}

#fb-slider{
	position:fixed;
	right:-10px;
	top:142px;
	z-index:10000;
}
#fb-slider #fb-tab{
	cursor:pointer;
	height:58px;
	width:48px;
	float:left;
	background: url('../images/fb.png') no-repeat left top;
}

#fb-code{
}

.sec_latest-wrapper {
    color: #fff;
    width: 48.0%;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
  	background-color: #283045;
    max-height: 265px;
    overflow: hidden;
}

.sec_latest-wrapper .txt-wrapper {
    width: 55%;
    float: left;
    padding: 25px;
}

.sec_latest-wrapper span.mod-latest-date {
    font-size: 30px;
    border-right: 1px solid #fff;
    margin: 5px;
    padding: 0 10px 0 0;
    width: 25%;
    display: inline-block;
  	vertical-align: top;
}

.mod-latest-desc h4 {
    padding: 0;
    margin: 0;
}

.mod-latest-desc h4 a {
    color: #fff;
}

.sec_latest-wrapper .mod-latest-desc {
    max-width: 70%;
    display: inline-block;
}

.sec_latest-wrapper span.mod-latest-desc {
    font-size: 16px;
    margin: 5px;
    padding: 0 10px 0 0;
    width: 65%;
    display: inline-block;
}

.sec_latest-wrapper .img-wrapper {
    width: 45%;
    overflow: hidden;
    float: left;

}

.sec_latest-wrapper .img-wrapper img {
      margin-top: -10px;
}

table.monotable {
  	width:100%;
}

table.monotable tr:first-child {
  background-color:#10b292;
}

table.monotable tr:first-child td {
  color:#fff;
}

table.monotable tr:nth-child(even) {
  background-color:#dedede;
}

table.monotable p {
  margin:0;
  padding:5px 7px;
}

table.monotable td {
  width:25%;
}


div#bottom-fullwidth a.offer_item_link {
    width: 200px;
    text-align: center;
}

div#footer {
    background-color: #283045;
    margin-top: 50px;
}

div#footer ul {
    list-style: none;
    padding: 10px 0;
}

div#footer ul li {
    text-align: center;
    color: #fff;
    font-size:12px;
}

div#footer ul li a {
    color: #fff;
}

div#footer ul li a:hover {
    color:#10b292
}


.soffer_item {
    padding: 0;
    border: 1px solid #dedede;
    margin: 30px 20px;
}

.soffer_left {
    max-width: 350px;
    display: inline-block;
    overflow: hidden;
    width: 20%;
}

.soffer_position p {
    margin: 0;
    padding: 0;
}

p.soffer_title {
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #10b292;
    font-size: 18px;
}

p.soffer_img img {
    width: 100%;
}

p.soffer_price,
p.soffer_term {
    margin: 5px;
}

.soffer_right {
    display: inline-block;
    overflow: hidden;
    width: 78%;
    vertical-align: top;
    padding: 10px;
}

.left_contact,
.right_contact {
display:inline-block;
vertical-align:top;
border-radius: 12px;
margin-bottom:25px;
float: left;
min-height:450px
}


.left_contact {
margin-right:1%;
padding: 0 15px;
width:29%;
}

.right_contact {
overflow:hidden;
padding: 0px;
width:65%;
}


/*Modsy*/

div#boxplus * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/*RWD*/

@media (max-width: 1740px) {
div#top-fullwidth .thr_latest-wrapper .img-wrapper {max-height: 240px;}

}

@media (max-width: 1540px) {
div#top-fullwidth .thr_latest-wrapper .img-wrapper {max-height: 220px;}

}

@media (max-width: 1378px) {
.offer_item {width: 25%;}
.offer_item p {font-size: 22px;}
div#mainmenu ul li a {font-size:13px;}
div#top-fullwidth .thr_latest-wrapper .img-wrapper {max-height: 200px;}
}

@media (max-width: 1240px) {
div#mainmenu ul li a {font-size: 11px;}
.sec_latest-wrapper span.mod-latest-date {font-size: 25px;}
.sec_latest-wrapper .mod-latest-desc {max-width: 68%;}
div#top-fullwidth .thr_latest-wrapper .img-wrapper {max-height: 170px;}  
}

@media (max-width: 1120px) {
div#top-fullwidth .thr_latest-wrapper .img-wrapper {max-height: 140px;}
.sec_latest-wrapper {margin: 8px;}
}

@media (max-width: 992px) {
#mainmenu,
.first-row.banner--clone.banner--stick {display:none;}
.slicknav_menu {display:block;}
.sec_latest-wrapper {width: 100.0%;}
 
div#offer {margin: 25px 0;}
.offer_item {width: 67%;display: block;margin: 0 auto 10px;padding:10px;}
.offer_item .card {width: 20%;display: inline-block;margin: 0 auto;vertical-align: top;}
.offer_item p {margin: -27px auto 0;vertical-align: top;font-weight:300;}
a.offer_item_link {margin: 10px auto 10px;display:block;text-align:right;margin-right:10px;}

.fourth-row {padding: 15px 5px;}
div#top-fullwidth {margin:5px 0;}
p.introtext {padding: 5px;}
  
.soffer_left.equal_height {max-width: 100%;width: 100%;}

.left_contact, .right_contact {width:100%;}
.left_contact {height: auto;min-height: 0px;}
}

@media (max-width: 872px) {

}

@media (max-width: 772px) {
.thr_latest-wrapper {width: 100%;}

}

@media (max-width: 720px) {
.offer_item p {text-align: right;}
.sec_latest-wrapper .mod-latest-desc {width:100%;}
.sec_latest-wrapper span.mod-latest-date {display:none;}
.sec_latest-wrapper .txt-wrapper {padding: 10px;}
}

@media (max-width: 540px) {
.offer_item p {font-size: 16px;}
a.offer_item_img {width: 80px;height: 80px;}
a.offer_item_img img {padding-top: 13px;}
.content-image, .pull-left.item-image, .pull-right.item-image {width: 150px;}
.parallax-container {display:none;}
.parallax-offset {margin-top: 0px;background:url('../../../images/system/parallax.jpg') 50% 50% no-repeat;float:left;width:100%;}
}
