
.modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; 
    font-family:'LatoWeb';
}

.modal-content .btn {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; 
}

.modal-footer {
	border-top: 0 !important;
}

.modal-header {
	border-bottom: 0 !important;
}

.shadow-rounded-bottom {
	width:1500px;
	margin:auto;
	background:yellow;
	height:50px;
	-webkit-box-shadow: 0 8px 8px -6px gray;
-moz-box-shadow: 0 8px 8px -6px gray;
box-shadow: 0 8px 8px -6px gray;
border-radius:500px / 10px;
opacity:.6;
}

.container-shadow-rounded-bottom {
	position:absolute;
	z-index:0;
	width:100%;
	height:100px;
	top:462px;
	background:#fff;
}

.top-min-menu {
	color: #7a7b7a;
	font-size:12px;	
	margin-bottom:10px;
}

.top-min-menu a {
	color: #7a7b7a;
	text-decoration:none;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.bounceOutLeft {
	 animation-delay: 2s;
}

.show-page {
	font-family:'LatoWeb';
	font-size:18px;
}

.videowrapper {
    float: none;
    clear: both;
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 25px;*/
    height: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.owl-carousel {
	z-index:0;
}

.owl-prev {
    width: 50px;
    height: 60px;
    position: absolute;
    top: 40%;
    display: block!IMPORTANT;
    background-color:rgba(0, 0, 0, 0.5);;
}

.owl-prev i {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 7px;
}

.left-arrow {
     transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-top:22px;
    margin-left:20px;
}

.right-arrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top:22px;
    margin-left:13px;
}

.owl-next {
    width: 50px;
    height: 60px;
    position: absolute;
    top: 40%;
    right: 0;
    display: block!IMPORTANT;
    background-color:rgba(0, 0, 0, 0.5);;
}

.owl-next i {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 7px;
}

.right {
    text-align: right;
    float: right;
}

.shadow-bottom {
	width:100%;
	min-height:20px;
	display:block;
	-webkit-box-shadow: 0px 3px 5px -2px rgba(87,87,86,.2);
	-moz-box-shadow: 0px 3px 5px -2px rgba(87,87,86,.2);
	box-shadow: 0px 3px 5px -2px rgba(87,87,86,.2);
}

.margin-bt-100 {
	margin-bottom:100px;
}

.img-res-20 {
	width:100%;
}

.img-res-20 img {
	width:20%;
}

.img-res-25 {
	width:100%;
}

.img-res-25 img {
	width:25%;
}

.img-res-30 {
	width:100%;
}

.img-res-30 img {
	width:30%;
}

.img-res-35 {
	width:100%;
}

.img-res-35 img {
	width:35%;
}

.img-res-40 {
	width:100%;
}

.img-res-40 img {
	width:40%;
}

.img-res-45 {
	width:100%;
}

.img-res-45 img {
	width:45%;
}

.img-res-50 {
	width:100%;
}

.img-res-50 img {
	width:50%;
}

.img-res-55 {
	width:100%;
}

.img-res-55 img {
	width:55%;
}

.img-res-60 {
	width:100%;
}

.img-res-60 img {
	width:60%;
}

.img-res-65 {
	width:100%;
}

.img-res-65 img {
	width:65%;
}

.img-res-70 {
	width:100%;
}

.img-res-70 img {
	width:70%;
}

.img-res-75 {
	width:100%;
}

.img-res-75 img {
	width:75%;
}

.img-res-80 {
	width:100%;
}

.img-res-80 img {
	width:80%;
}

.img-res-85 {
	width:100%;
}

.img-res-85 img {
	width:85%;
}

.img-res-90 {
	width:100%;
}

.img-res-90 img {
	width:90%;
}


.img-res-95 {
	width:100%;
}

.img-res-95 img {
	width:95%;
}

.dist-point-header {
	margin-top:40px;
	width:100%;
	text-align:center;
	font-family:'LatoWeb';
	color:#505050;
}

.dist-point-header h2 {
	font-size:32px;
}

#pac-container h4 {
	font-family:'LatoWeb';
	color:#505050;
	font-size:24px;
}

#pac-container select, input[type=text] {
	height: 38px;
	outline: 0;
	border-width: 1px;
	border-style: solid;
	border-color:#7F7F7F;
	border-radius: 0;
	background: #fff;
	color:#505050;
	font-family:'LatoWeb';
	font-size:17px;
	padding-left:10px;
}

#pac-select option {
	color:#575756;
	font-size:17px;
	font-family:'LatoWeb';
}

#pac-container input[type=text]:focus {
	border-color:#009DCC;
-webkit-box-shadow: inset 0px 0px 2px 0px rgba(0,157,204,0.75);
-moz-box-shadow: inset 0px 0px 2px 0px rgba(0,157,204,0.75);
box-shadow: inset 0px 0px 2px 0px rgba(0,157,204,0.75);
}

#pac-container select:focus {
	border-color:#009DCC;
-webkit-box-shadow: inset 0px 0px 2px 0px rgba(0,157,204,0.75);
-moz-box-shadow: inset 0px 0px 2px 0px rgba(0,157,204,0.75);
box-shadow: inset 0px 0px 2px 0px rgba(0,157,204,0.75);
}

.map-container {
	margin-top:37px;
}

.toggle-mnu {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 14px;
}
.toggle-mnu span:after, .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}
.toggle-mnu span:after {
  top: 18px;
}
.toggle-mnu span {
  position: relative;
  display: block;
}
.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
  width: 100%;
  height: 3px;
  background-color: #575756;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
.toggle-mnu.on span {
  background-color: transparent;
}
.toggle-mnu.on span:before {
  transform: rotate(45deg) translate(-1px, 0px);
}
.toggle-mnu.on span:after {
  transform: rotate(-45deg) translate(6px, -7px);
}

#nav {
    float: left;
    width: 350px;
    list-style:none;
}
#nav li a {
    display: block;
    margin-left:-60px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:30px;
    background: #ccc;
    border-bottom: 1px solid #999;
    text-decoration: none;
    color: #575756;
}
#nav li a:hover, #nav li a.active {
    background: #999;
    color: #fff;
}
#nav li ul {
    display: none;
    list-style:none;
    margin-left:-80px;
    padding-left:80px;
}

#nav li ul li a {
    background: #ececec;
    border-bottom: 1px solid #ccc;
    color: #575756;
}

#nav-child li a {
    display: block;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:30px;
    background: #ccc;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #999;
    text-decoration: none;
    color: #000;
}
#nav-child li a:hover, #nav-child li a.active {
    background: #999;
    color: #fff;
}
#nav-child li ul {
    display: none;
    list-style:none;
    margin-left:-80px;
}

#nav-child li ul li a {
    padding: 10px 35px;
    background: #ececec;
    border-bottom: 1px solid #ccc;
    font-family: 'LatoWeb';
}

.with-child:after {
    content: '\02795';
    font-size: 10px;
    margin-top:5px;
    color: #777;
    float: right;
    margin-right: 10px;
}

.with-child.active:after {
    content: "\2796";
}

.menu-mobile {
	position:absolute;
	z-index:2;
	display:none;
	font-family: 'LatoWebBold';
}

.menu-mobile-test {
	font-family: 'LatoWebBold';
}

.navbar-mobile {
	display:none;
	text-align:center;
}

/* start */

.start-page {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:100px;
}

.start-page a {
	text-decoration:none;
}

.start-page a:hover img {
	opacity:.6;
	transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
}

.start-page-logo {
	padding-top:30px;
	padding-left:50px;
	padding-bottom:30px;
}

.start-page-logo img {
	height:50px;
}

.start-page-header {
	background-color:#e8e8e8;
	text-align:center;
	font-family: 'LatoWebLight';
	color:#666666;
	padding-top:25px;
	padding-bottom:15px;
}

.start-page-header h1 {
	font-size:45px;
	line-height:40px;
}

.start-page-container-logo {
	margin:auto;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
	padding-top:10px;
	padding-bottom:10px;
	height: 80px;
	
}

.start-page-container-logo img {
	width: 100% !important;
	max-width: 238px !important;
	margin: auto !important;
	height: 100% !important;
}

.start-page-item {
	margin:10px;
}

.start-page-item img {
	width:100%;
}

.start-page-label {
	position:absolute;
	width:70%;
	left:15%;
	font-family: 'LatoWebLight';
	text-align:center;
	font-size:18px;
	margin-top:-27px;
	padding-top:5px;
	padding-bottom:2px;
}

.start-page-item-desc {
	font-family: 'LatoWebLight';
	font-size:18px;
	color:#575756;
	width:100%;
	text-align:center;
	margin-top:25px;
}

.start-page .label-1 {
	color:#575756;
	background-color:#ffe53b;
}

.start-page .label-2 {
	color:#ffffff;
	background-color:#c90c0f;
}

.start-cat {
	position:relative;
	float:left;	
	width:100%;
}

.start-cat img {
	display: block;
	width:85px;
	margin:auto;
}

.start-top-text {
	position:relative;
	width:100%;
	float:left;
	font-family: 'LatoWebThin';
	font-weight:100;
	font-size: 2.6em;
	line-height: 1.3em;	
	color:#787878;
}

.start-bottom-text {
	position:relative;
	width:100%;
	float:left;
	font-family: 'LatoWebThin';
	font-size: 1.5em;
	line-height: 1.5em;	
	color:#787878;	
}

.start-menu {
	margin-top:60px;
}

.start-link {
	font-family: 'LatoWebLight';
}

.start-image {
	opacity:1;
}

.start-image:hover
{
  opacity:.6;
  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
}

.start-labels {
	width:100%;
}

.start-label-top {
	position:absolute;
	width:70%;
	left:15%;
	top:91%;	
	font-size: 1.1em;
	background-color:#575756;
	padding-top:5px;
	padding-bottom:5px;
	color:white;
}

.start-label-bottom {
	position:absolute;
	left:2.5%;
	top:115%;
	width:95%;
	color:#787878;
	font-size: 1.1em;
}

.start-line {
	margin-top:65px;
	width:96%;
	margin-left:auto;
	margin-right:auto;
}

.start-logo {
	width:150px;
}

.start-menu-item {
	width:95%;
	display:block;	
	padding-top:10px;
}

.start-menu-item:hover {
	opacity:0;
	transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
}

.start-menu-item:hover + div {
	opacity:1;
	transition: opacity .9s ease-in;
  -moz-transition: opacity .9s ease-in;
  -webkit-transition: opacity .9s ease-in;
  -o-transition: opacity .9s ease-in;
}

.start-menu-item img {
	width:100%;	
}

.start-menu-item-logo {
	position:absolute;
	z-index:-1;
	top:15px;
	width:100%;
	display:block;
	opacity:0;
}

.start-menu-item-logo img {
	width:60%;
}

/* end start */

/* navbar */

.menu-mobile-button {
	position:relative;
	float:left;
	padding-top:33px;
	padding-left:33px;
	display:none;
}

.home-navbar {
	font-family: 'LatoWebBold';
	font-size: 15px;
	width:100%;
	height:120px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(87,87,86,.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(87,87,86,.2);
	box-shadow: 0px 3px 5px 0px rgba(87,87,86,.2);
}

.home-logo {
	position:relative;
	float:left;
	height: 110px;
}

.mobile-logo {
	position:relative;
	float:left;
}

.mobile-logo img {
	width:100px;
}

.logo-img {

	min-height: 110px;	
	width: 100% !important;
	max-width: 238px !important;
	margin-top: -17px;
}

.head-menu {
	position:relative;
	float:left;
	width:100%;
	height:120px;
}

.head-menu-item {
	height:120px;
	text-align:center;
	padding-top:55px;
}

.head-menu-item a.menu-item {
	text-decoration:none;
	color:#575756;
	text-transform:uppercase;
}

.head-menu-item:hover {
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(195,25,25,1);
	-moz-box-shadow: inset 0px -4px 0px 0px rgba(195,25,25,1);
	box-shadow: inset 0px -4px 0px 0px rgba(195,25,25,1);
}

.head-submenu {
	display:none;
}

.submenu-content-items {
	padding-top:50px;
	text-align:left;
	width:90%;
	margin:auto;
}

.singlemenu-content-items {
	text-align:left;
	padding-top:20px;
	padding-left:50px;
	padding-right:70px;
}

.submenu-content-item {
	padding-top:12px;
	font-family: 'LatoWebLight';
	font-size: 14px;
	color: #3C3C3C;
}

.submenu-content-item ul {
	list-style:none;
	margin-left:-40px;
}

.submenu-content-item ul li {
	padding-top:5px;
}

.submenu-content-item a {
	text-decoration:none;
	color:#3C3C3C;
	display: block;
}

.submenu-content-item span {
	font-style: italic;
	font-size: 12px;
}

.submenu-content-item a:hover {
	color:#C8C8C8;
}

.button-menu {
	position:absolute;
	top:170px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	padding-top:3px;
	padding-bottom:3px;
	width:150px;
	color:#FFFFFF;
	font-family: 'LatoWebLight';
	background-color:#C31919;
	text-align:center;
	text-decoration:none;
}

.button-menu:hover {
	background-color:#FFFFFF;
	color:#505050;
	text-decoration:none;
}

.head-submenu-content-1 {
	position:absolute;
	z-index:1;
	top:120px;
	left:-400px;
	width:1200px;
	height:400px;
	background-color:#FFFFFF;
	-webkit-box-shadow: inset 0px 3px 5px 0px rgba(87,87,86,.2);
	-moz-box-shadow: inset 0px 3px 5px 0px rgba(87,87,86,.2);
	box-shadow: inset 0px 3px 5px 0px rgba(87,87,86,.2);
}

.head-submenu-content-2 {
	position:absolute;
	z-index:1;
	top:120px;
	left:-637px;
	width:1200px;
	height:400px;
	background-color:#FFFFFF;
	-webkit-box-shadow: inset 0px 3px 5px 0px rgba(87,87,86,.2);
	-moz-box-shadow: inset 0px 3px 5px 0px rgba(87,87,86,.2);
	box-shadow: inset 0px 3px 5px 0px rgba(87,87,86,.2);
}

.head-submenu-content-3 {
	position:absolute;
	z-index:1;
	top:120px;
	left:-35px;
	width:300px;
	height:250px;
	background-color:#FFFFFF;
	-webkit-box-shadow: inset 0px 3px 5px 0px rgba(87,87,86,.2);
	-moz-box-shadow: inset 0px 3px 5px 0px rgba(87,87,86,.2);
	box-shadow: inset 0px 3px 5px 0px rgba(87,87,86,.2);
}

.head-menu-item:hover .head-submenu {
	display:block;	
}

.submenu-content-footer {
	background-color:#323232;
	width:100%;
	height:80px;
}

.submenu-content {
	height:360px;
	width:100%;
}

.submenu-content-footer img {
	margin:auto;
	height:80px;
}

.submenu-tiles {
	position:relative;
	float:left;
	width:630px;
	height:260px;
	border-right:1px solid #575756;
	margin-top:50px;
	margin-left:100px;
}
.submenu-tiles a:hover {
	opacity:.6;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;	
}

.submenu-column {
	position:relative;
	float:left;
	margin-top:50px;
}

.submenu-tile {
	position:relative;
	float:left;
	width:300px;
	height:120px;
	color:#FFFFFF;
	line-height: 1.2em;	
}

.submenu-tile-1 {
	background-color:#C31919;
	margin-right:10px;
	margin-bottom:10px;	
}

.submenu-tile-2 {
	background-color:#D37029;
	margin-left:10px;
	margin-bottom:10px;
}

.submenu-tile-3 {
	background-color:#22BDD2;
	margin-right:10px;
	margin-top:10px;	
}

.submenu-tile-4 {
	background-color:#009DCC;
	margin-left:10px;
	margin-top:10px;
}

.submenu-tile-top {
	margin-top:15px;
	font-family: 'LatoWebLight';
	font-size: .9em;
}

.submenu-tile-bottom {
	margin-top:20px;
	font-family: 'LatoWebMedium';
}

.column-title{
	width:100%;
	text-align:left;
	text-transform: uppercase;
	padding-left:10px;
}

.submenu-column ul {
	list-style:none;
	text-align:left;
	margin-left:-30px;
}

.submenu-column ul li a {
	text-decoration:none;	
	font-family: 'LatoWebLight';
	padding:5px;
	color:#575756;
	font-size: .9em;
}

.submenu-column ul li a:hover {
	color:#FFFFFF;
}

.to-tile-1:hover {
	background-color:#C31919;
}

.to-tile-2:hover {
	background-color:#D37029;
}

.to-tile-3:hover {
	background-color:#22BDD2;
}

.to-tile-4:hover {
	background-color:#009DCC;
}

.to-tile-5:hover {
	background-color:#7A2D22;
}

ol.submenu-list {
	list-style:none;
	font-size: .9em;
	margin-top:4px;
}

ol.submenu-list li {
	font-style: italic;
}

ol.submenu-list li a:hover {
	color:gray;
}

ol.submenu-list li a:hover div {
	color:gray;
}

.submenu-tile-image img {
	height:100px;
}

.submenu-tile-image-desc {
	margin-top:15px;
	margin-bottom:15px;
}

.submenu-tile-text {
	font-size: 24px;
	font-family: 'LatoWebThin';
	line-height: 29px;
	font-weight: 500;
}

.list-element {
	width:130px;
	margin-left:-30px;
	float:left;
	font-style: normal;
}

.list-element-1 {
	color:#C31919;
}

.list-element-2 {
	color:#D37029;
}

.list-element-3 {
	color:#22BDD2;
}

.list-element-4 {
	color:#009DCC;
}

/* end navbar */

/* slider */

.slider-label {
	position:absolute;
	width:100%;
	top:40%;
	height:110px;
}

.container-label {
	display:table;
	margin:auto;
}

.container-label a {
	text-decoration:none;
}

.slider-label-image {
	display:table-cell;	
	height:100px;
}

.slider-label-description {
	display:table-cell;
	vertical-align:top;
}

.slider-label img {
	width:106px;
	max-height:106px;
}

.slider-label-top span {
	color:#FFFFFF;
	background-color:#575756;
	font-family: 'LatoWebThin';
	font-weight:100;
	font-size: 2.4em;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	padding-top:9px;
	padding-bottom:10px;
}

.slider-label-bottom {
	margin-top:7px;
}

.slider-label-bottom span {
	color:#575756;
	background-color:#FBE21B;
	font-family: 'LatoWebLight';
	font-weight:100;
	font-size: 1.4em;
	text-align:center;	
	padding-top:14px;
	padding-bottom:14px;
	padding-left:20px;
	padding-right:20px;
}

/* end slider */

/* home menu bottom */

.home-menu-bottom {
	width:100%;
	background-color:#FBE21B;
}

.home-menu-bottom-container {
	margin:auto;
}

.home-menu-bottom-item {
	position:relative;
	float:left;
	width:300px;
	height:150px;
	font-family: 'LatoWebBold';
	font-size: .9em;
	text-align:center;
}

.home-menu-bottom-item a {
	text-decoration:none;
	color:#575756;
}

.home-menu-bottom-separate {
	position:relative;
	float:left;
}

.home-menu-bottom-separate img {
	padding-top:15px;
}

.home-menu-bottom-icon {
	width:60px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:10px;
}

.home-menu-bottom-icon img {
	width:60px;
}

/* end home menu bottom */

/* menu fixed */

.menu-fixed-right {
	position:fixed;
	z-index:2;
	width:260px;
	height:60px;
	right:-200px;
	transition: right .3s ease;
	-moz-transition: right .3s ease;
	-webkit-transition: right .3s ease;
	-o-transition: right .3s ease;
}

.menu-fixed-right:hover {
	right:0;
}

.menu-fixed-right-1 {
	top:250px;	
}

.menu-fixed-right-2 {
	top:320px;	
}

.menu-fixed-right-3 {
	top:390px;	
}

.menu-fixed-right-4 {
	top:460px;	
}

.facebook-link {
	position:absolute;
	top:5px;
	right:125px;
	width:35px;
	height:50px;

}

.linkedin-link {
	position:absolute;
	top:5px;
	right:100px;
	width:35px;
	height:50px;
}

.youtube-link {
	position:absolute;
	top:5px;
	right:80px;
	width:40px;
	height:50px;

}

.twitter-link {
	position:absolute;
	top:5px;
	right:110px;
	width:35px;
	height:50px;

}

.google-link {
	position:absolute;
	top:5px;
	right:74px;
	width:35px;
	height:50px;

}

.mail-link {
	position:absolute;
	top:5px;
	right:35px;
	width:40px;
	height:50px;

}

/* end menu fixed */

.home-items {
	width:100%;
	padding-bottom:80px;
}

.mg-1 {
	margin-top:80px;
}

.header-title {
	text-align:center;
	font-family: 'LatoWebThin';
	font-size: 2em;
	color:#575756;
}

.item-tile {
	text-align:center; 
	margin:auto;
	padding-top:50px;
}

.item-tile a {
	text-decoration:none;
}

.item-tile a:hover {
	opacity:.6;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;	
}

.item-tile-image {
	text-align:center;
	margin-top:80px;
}

.item-tile-image img {
	width:465px;
	margin:0;
}

.item-tile-image a:hover  {
	opacity:.6;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;	
}

.item-tile-label {
	margin-left: auto;
	margin-right: auto;
	max-width:465px;
	font-family: 'LatoWebLight';
	color:#FFFFFF;
	padding:5px;
}

.item-tile-label-1 {
	background-color:#C31919;
}

.item-tile-label-2 {
	background-color:#D37029;
}

.item-tile-label-3 {
	background-color:#22BDD2;
}

.item-tile-label-4 {
	background-color:#009DCC;
}

.page-content {
	width:100%;
	background-color:#FFFFFF;
}

/* magazine */

.magazine {
	width:100%;
	height:190px;
	background-color: #505050;
}

.magazine-separate {
	height:190px;
	position:relative;
	float:left;
}

.magazine-separate img {

	height:170px;
	width:15px;
	padding-top:20px;
}

.magazine-header {
	font-size:13px !important;
	margin-bottom:7px;
}

.magazine-content {
	position:relative;
	float:left;
	width:49%;
	margin-top:20px;
}

.magazine-content img.left {
	margin-top:15px;
	width:100%;
	margin-left:-20px;
}

.magazine-right {
	display:table;
}

.magazine-right div {
	display:table-cell;
	vertical-align:top;
	padding-left:20px;
}

.magazine-right div p {
	color:#fff;
	font-family: 'LatoWebMedium';
	font-size:12px;
}

.magaznine-note {
	position:absolute;
	top:85px;
	left:197px;
	font-family: 'LatoWebMedium';
	font-size: 13px;
	letter-spacing: 1.5px;
	font-style: italic;
	color:#FBE21B;
}

.read-more-button {
	width:100px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:15px;
	color:#FFFFFF;
	font-family: 'LatoWebMedium';
	font-size: .7em;
	background-color:#C31919;
	text-decoration:none;
	margin-right:20px;
}

.read-more-button:hover {
	background-color:#FBE21B;
	color:#505050;
	text-decoration:none;
}

.read-more-button-1 {
	width:100px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:15px;
	color:#FFFFFF;
	font-family: 'LatoWebMedium';
	font-size: .7em;
	background-color:#C31919;
	text-decoration:none;
	margin-right:20px;
}

.read-more-button-1:hover {
	background-color:#505050;
	text-decoration:none;
	color:#fff;
}

/* end magazine */

/* news */

.news {
	background-color:#FBE21B;
	width:100%;
	height:420px;
	display:block;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(87,87,86,.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(87,87,86,.2);
	box-shadow: 0px 3px 5px 0px rgba(87,87,86,.2);
}

.news-separate {
	height:420px;
	position:relative;
	float:left;
}

.news-separate img {
	height:200px;
	width:15px;
	margin-top:105px;
}

.news-content {
	position:relative;
	float:left;
	width:49%;
	margin-top:20px;
}

.news-content h4 {
	margin-left:20px;
}

.news-content-title {
	float:left;
	font-family: 'LatoWebMedium';
	font-size: 24px;
	color:#3C3C3C;
}

.news-items {
	float:left;
	width:100%;	
	margin-top:10px;
	padding-right:20px;
}

.news-item {
	width:100%;
	line-height: 1em;
	margin:0;
	margin-bottom:30px;
}

.news-item a {
	width:100%;
	font-family: 'LatoWebBold';	
	font-size: 18px;
	color:#444444;
	text-decoration:none;
}

.news-item a:hover {
	color:#505050;
}

.news-item span {
	width:100%;
	font-family: 'LatoWebLight';	
	font-size: 12px;
	color: #505050;
	line-height: 1em;
}

.news-item p {
	width:100%;
	font-family: 'LatoWebLight';	
	font-size: 14px;
	color:#444444;
	line-height: 1em;
}

.news-page-items {
	float:left;
	width:100%;	
	margin-top:10px;
	padding-right:20px;
}

.news-page-item {
	width:100%;
	line-height: 1.5em;
	margin:0;
}

.news-page-item a {
	width:100%;
	font-family: 'LatoWebBold';	
	font-size: 29px;
	color:#000;
	text-decoration:none;
}

.news-page-item a:hover {
	color:#444;
}

.news-page-item span {
	width:100%;
	font-family: 'LatoWeb';	
	font-size: 14px;
	color: #3f3f3f;
	line-height: 1.5em;
}

.news-page-item p {
	width:100%;
	font-family: 'LatoWebLight';	
	font-size: 17px;
	color: #878787;
	line-height: 1.5em;
	margin-top:40px;
	margin-bottom:60px;
}

.news-page-item p a {
	font-family: 'LatoWebBold';
	font-size: 17px;
	color: #878787;
}

.news-page-content-text {
	margin-top:-100px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	font-family: 'LatoWeb';
	background-color:#FFFFFF;
}

.button-container {
	width:100%;
	text-align:center;
}

.btn-show-more {
	background-color: #333;
	color:#FFF;
	border: none;
	padding: 10px 20px;
	font-family: 'LatoWebBold';
	cursor:pointer;
}

.btn-show-more:hover {
	color: #ffe400;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}

#owl-mecenat {
	padding-left:20px;
	padding-top:10px;
}

#owl-mecenat a {
	text-decoration:none;
	color: #444444;
}

#owl-mecenat .slider-header {
	font-family: 'LatoWebBold';
	font-size: 18px;
	padding-top:10px;
}

.slider-nav {
	width:100%;
	height:5px;
}

.slider-nav-items {
	margin-top:-34px;
	float:right;
	padding-right:5px;
}

.slider-nav .owl-dots, .owl-dot {
	display:inline;
	margin:0;
}

.slider-nav .owl-dot i {
	margin-left:5px;
	margin-right:5px;
}

.slider-nav .active i {
	border:2px solid #444444;
	background-color: #FBE21B;

}

.slider-nav i {
	cursor: pointer;
}

.slider-nav .slider-nav-left, .slider-nav-right {
	border: solid #444444;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 5px;
}

.slider-nav .slider-nav-left {
	transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.slider-nav .slider-nav-right {
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.slider-nav .slider-nav-circle {
  height: 13px;
  width: 13px;
  background-color: #444444;
  border-radius: 50%;
  display: inline-block;
}

/* end news */

/* container-top */

.container-top {
	width:100%;
	background-color: #505050;
	height:390px;
	display:block;
}

.container-top-logo {
	padding-top:100px;
	text-align:center;
}

.container-top-logo img {
	width:750px;
}

.container-logo-note {
	margin-top:-75px;
	padding-left:100px;
	font-family: 'LatoWebMedium';
	font-size: 15px;
	letter-spacing: 1.5px;
	font-style: italic;
	color:#FBE21B;	
}

.container-top-image-news {
	background-image:url('../img/poujoulat_fr_1.jpg');
	background-repeat: no-repeat;
    background-size: 100%;
    background-position:bottom; 
}

.container-top-image-campaign {
	background-repeat: no-repeat;
    background-size: 100%;
    background-position:bottom; 
    width:100%;
	background-color: #505050;
	height:390px;
	display:block;
}

/* end container-top */

/* contact */

.contact-header {
	width:100%;
	margin-top:80px;
	text-align:center;
	font-family: 'LatoWebMedium';
	color: #505050;
}

.contact-header p {
	font-size: 18px;
}

.contact-header .phone-num {
	width:330px;
	background-color: #7F7F7F;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 20px;
	font-family: 'LatoWeb';
	color:#FFFFFF;
	font-size:22px;
	text-align:center;	
}

.contact-header .phone-num span {
	font-family: 'LatoWebBold';
	letter-spacing: 1.1px;
}

.contact-header .mail img {
	width:350px;
	margin-bottom:20px;
}

.contact-header img {
	width:100px;
}

.contact-header h5 {
	margin-top:30px;
}

.consultant-area {
	width:100%;
	padding-top:50px;
	padding-bottom:100px;
	font-family: 'LatoWeb';
	color: #505050;
}

.consultant-province {
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	padding-right:30px;
}

.consultant-link-1 {
	position:absolute;
	z-index:6;
	top:0px;
	left:5px;
	width:145px;
	height:300px;
	display:block;
}

.consultant-link-2 {
	position:absolute;
	z-index:6;
	top:0px;
	left:150px;
	width:200px;
	height:140px;
	display:block;
}

/*
.consultant-link-3 {
	position:absolute;
	z-index:6;
	top:240px;
	left:150px;
	width:200px;
	height:90px;
	display:block;
}
*/

.consultant-link-3 {
	position: absolute;
	z-index: 6;
	top: 130px;
	left: 110px;
	width: 230px;
	height: 220px;
	display: block;
}

/*
.consultant-link-4 {
	position:absolute;
	z-index:6;
	top:140px;
	left:150px;
	width:200px;
	height:110px;
	display:block;
}
*/

.consultant-link-4 {
	position: absolute;
	z-index: 6;
	top: 20px;
	left: 200px;
	width: 200px;
	height: 220px;
	display: block;
}

.consultant-province-1 {
	z-index:2;
	display:block;
}

.consultant-province-2 {
	z-index:3;
	display:none;
}

.consultant-province-3 {
	z-index:4;
	display:none;
}

.consultant-province-4 {
	z-index:5;
	display:none;
}

.consultant-desc {
	padding-left:150px;
}

.consultant-image {
	float:left;
	text-align:center;
}

.consultant-image-mobile {
	width:100%;
	text-align:center;
	margin-top:50px;
}

.consultant-data-mobile {
	width:100%;
	text-align:center;
	margin-bottom:30px;
}

.consultant-data-mobile img {
	width:300px;
	margin-left:-55px;
}

.consultant-data {
	width:100%;
}

.consultant-data img {
	width:300px;
	margin-left:-55px;
}

.consultant-name-1 {
	float:left;
	padding-top:200px;
	color: #009DCC;
	width:100%;
	line-height: .8em;
}

.consultant-name-2 {
	float:left;
	padding-top:200px;
	color: #D94E28;
	width:100%;
	line-height: .8em;
}

.consultant-name-3 {
	float:left;
	padding-top:200px;
	color: #D37029;
	width:100%;
	line-height: .8em;
}

.consultant-name-4 {
	float:left;
	padding-top:200px;
	color: #fcea10;
	width:100%;
	line-height: .8em;
}

.consultant-phone {
	width:250px;
	background-color: #7F7F7F;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius: 20px;
	font-family: 'LatoWebBold';
	color:#FFFFFF;
	font-size:22px;
	letter-spacing: 1.1px;
	text-align:center;	
}

.consultant-phone-mobile {
	width:250px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	font-family: 'LatoWebBold';
	color:#7F7F7F;
	font-size:22px;
	letter-spacing: 1.1px;
	text-align:center;
}

.consultant-1 {
	display:block;
}

.consultant-2 {
	display:none;
}

.consultant-3 {
	display:none;
}

.consultant-4 {
	display:none;
}

.addres-section {
	font-family: 'LatoWeb';
	color: #505050;
	margin-top:30px;
	margin-bottom:30px;
}

.addres-section div {
	padding-left:30px;
}

.addres-section h4 {
	margin-top:10px;
	margin-bottom:0;
}

.addres-section .mail {
	width:250px;
	margin-top:10px;
	margin-bottom:40px;
}

/* end contact */

.social {
	padding-top:27px;
	width:100%;
	height:90px;
	display:block;
	font-family: 'LatoWebLight';
	font-size: 15px;
	letter-spacing: 1.1px;
	color:#575756;
}

.social img {
	width:40px;
}

.footer-menu {
	width:100%;
	padding-top:30px;
	background-color: #E6E6E6;
	font-family: 'LatoWebBold';
	color:#3C3C3C;
}

.footer-menu img {
	width:130px;
}

.footer-menu-content {
	padding-top:12px;
	font-family: 'LatoWebLight';
	font-size: 14px;
	letter-spacing: 1.1px;
}

.address {
	padding-top:10px;
	font-family: 'LatoWebLight';
	font-size: 14px;
	letter-spacing: 1.1px;
}

.footer-menu-content ul {
	list-style:none;
	margin-left:-40px;
}

.footer-menu-content ul li {
	padding-top:5px;
}

.footer-menu-content a {
	text-decoration:none;
	color:#3C3C3C;
}

.footer-menu-content span {
	font-style: italic;
	font-size: 12px;
}

.footer-menu-content a:hover {
	color:#C8C8C8;
}

.footer {
	width:100%;
	display:block;
}

.footer-content {
	font-family: 'LatoWebLight';
	font-size: 14px;
	letter-spacing: 1.3px;
	color:#C8C8C8;
	text-align:center;
	padding-top:15px;
	padding-bottom:10px;
	background-color: #505050;
}

.footer-menu-separete {
	margin-top:30px;
	width:100%;
	text-align:center;
}

.footer-menu-separete img {
	height:2px;
	width:1000px;
}

.flags {
	width:540px;
	margin:auto;
	padding-bottom:20px;
}

.flag-item {
	position:relative;
	float:left;
}

.flag-item img {
	width:20px;
	margin-left:20px;
	margin-right:20px;
}

.banner-label-separator {
	width:100%;
	height:130px;
	display:block;
}

.banner-label-separator-campaign {
	width:100%;
	height:130px;
	display:block;
}

.banner-label-top {
	max-width:450px;
	margin-left:auto;
	margin-right:auto;		
	text-align:center;
	font-size: 36px;
	background-color:#505050;
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:20px;
	font-family: 'LatoWebLight';
}

.banner-label-bottom {
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-20px;		
	text-align:center;
	color: #505050;
	font-size: 19px;
	background-color: #FBE21B;
	padding-top:5px;
	padding-bottom:5px;
	font-family: 'LatoWeb';
}

/* offer */
.offer-page-content-text {
	margin-top:-57px;
	padding-top:20px;
	padding-bottom:20px;
	font-family: 'LatoWeb';
	background-color:#FFFFFF;
}

.offer-header-text {
	background-color: #E6E6E6;
	margin-top:-20px;
	padding:15px;
	font-size: 14px;
	color: #505050;
	text-align: center;
	line-height: 21px;
}

.offer-header-text p {
	padding-top:5px;
	padding-bottom:5px;
	margin:auto;
}

.offer-header {
	width:100%;
	text-align:center;
	padding-top:50px;
	padding-bottom:40px;
}

.offer-header h1 {
	color: #C31919;
	font-size: 36px;
	margin-left:auto;
	margin-right:auto;	
}

.offer-header h4 {
	color: #505050;
	font-size: 24px;
	margin-left:auto;
	margin-right:auto;	
}

.offer-text {
	padding:15px;
	background-color: #FAFAFA;
	color: #3C3C3C;
	font-size: 14px;
	text-align: center;
}

.offer-text p {
	padding-top:5px;
	padding-bottom:5px;
	margin:auto;
}

.offer-items {
	width:100%;
	padding-bottom:20px;
}

.offer-item {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

.offer-item a:hover img{
	opacity: .6;
	  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
}

.offer-item img {
	padding:15px;
	width:320px;
	height:189px;
}

.offer-label-1 {
	position:absolute;
	width:240px;
	padding:5px;
	margin-top:-30px;
	margin-left:auto;
	margin-right:auto;
	right:0;
	left:0;
	background-color:#C31919;
	color:#FFFFFF;
}

.offer-label-2 {
	position:absolute;
	width:240px;
	padding:5px;
	margin-top:-30px;
	margin-left:auto;
	margin-right:auto;
	right:0;
	left:0;
	background-color: #D37029;
	color:#FFFFFF;
}

.offer-label-3 {
	position:absolute;
	width:240px;
	padding:5px;
	margin-top:-30px;
	margin-left:auto;
	margin-right:auto;
	right:0;
	left:0;
	background-color: #22BDD2;
	color:#FFFFFF;
}

.offer-label-4 {
	position:absolute;
	width:240px;
	padding:5px;
	margin-top:-30px;
	margin-left:auto;
	margin-right:auto;
	right:0;
	left:0;
	background-color: #009DCC;
	color:#FFFFFF;
}

.offer-label-mixed {
	position:absolute;
	width:240px;
	padding:5px;
	margin-top:-40px;
	margin-left:auto;
	margin-right:auto;
	right:0;
	left:0;
	background-color: #7F7F7F;
	color:#FFFFFF;
}

.offer-label-2 div {
	font-size: 12px;
	padding-top:0;
}

.offer-label-mixed div {
	font-size: 12px;
	padding-top:0;
}

.carousel-label {
	width:100%;
	text-align:center;
	color: #505050;
	font-size: 20px;
	padding:5px;
	background-color: #FBE21B;
}

.offer-shadow-inset {
		-webkit-box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,0.2);
box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,0.2);
}

.offer-char {
	width:100%;
	display:block;
	background-color: #E6E6E6;
	padding-top:40px;
	padding-bottom:50px;
	padding-left:40px;
	padding-right:40px;
}

.offer-char-top-item {
	padding-top:20px;
	padding-bottom:20px;
}

.offer-char-bottom-item {
	display: table;
	font-family: 'LatoWeb';
}

.offer-char-item-pic {
	float:left;
	padding-left:70px;
}

.offer-char-bottom-item-pic {
	display: table-cell; 
	width:120px;
}

.offer-char-item-pic img {
	width:70px;
}

.offer-char-bottom-item-pic img {
	width:100px;
	margin-top:40px;
}

.offer-char-item-desc {
	position:absolute;
	color: #3C3C3C;
	font-size: 19px;
	margin-left:170px;
	margin-right:30px;
}

.offer-char-bottom-item-desc {
	display: table-cell; 
	color: #C31919;
	font-size: 19px;
	margin-right:30px;
}

.offer-char-item-desc div {
	color: #3C3C3C;
	font-size: 14px;
	padding-top:15px;
}

.offer-char-bottom-item-desc div {
	color: #3C3C3C;
	font-size: 17px;
	font-family: 'LatoWebLight';
}

.offer-logo {
	margin-left:90%;
	margin-top:-70px;
}

.offer-logo img {
	width:80px;
}

.offer-logo-bottom {
	position:absolute;
	margin-left:970px;
	margin-top:83px;
}

.offer-logo-bottom img {
	width:100px;
}

.offer-tiles {
	width:100%;
	padding-left:15px;
	padding-right:15px;
	background-color: #E6E6E6;
	color: #505050;
}

.offer-tile {
	height:350px;
	width:50%;
	display:inline-block;
}

.offer-tile:hover  {
	background-color: #C8C8C8 !important;
	color:#FFFFFF !important;
}

.offer-tile h2 {
	padding-left:50px;
	padding-right:50px;
	padding-top:70px;
	font-size: 35px;
}

.offer-tile p {
	padding-left:50px;
	padding-right:50px;
	font-size: 14px;
}

.offer-footer {
	background-color: #3C3C3C;
	text-align:center;
	color:#FFFFFF;
	opacity:.9;
	padding-top:30px;
	padding-bottom:30px;
}

.offer-footer h1 {	
	font-size: 36px;
}

.offer-footer h4 {
	font-size: 24px;
	padding-bottom:15px;
}

.offer-footer:hover {
	opacity:1;
	transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
}

.offer-button {
	width:300px;
	border:2px solid #FFFFFF;
	padding:5px;
	margin:auto;
}

.offer-footer a {
	color: #FFFFFF;
	font-size: 20px;
	text-decoration:none;
}

.offer-footer a:hover + div {
	color: #3C3C3C;
	transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
}

.offer-button:hover {
	background-color:#FFFFFF;
	color: #3C3C3C;
	transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
}

.level-header {
	margin-top:30px;
	display: table;
	width:100%;
	height: 50px;
}

.level-header-num {
	display: table-cell; 
	vertical-align: middle;
	text-align:center;
	width:50px;
	background: #999;
	color:#FFFFFF;	
	font-size:24px;
}

.level-header-desc {
	display: table-cell; 
	vertical-align: middle;
	background: #999;
	border:5px solid #FFFFFF;
	color:#FFFFFF;
	font-size:24px;
	padding-left:20px;
}

.level-header-left {
	float:left;
	width:50%;
}

.level-additional-desc {
	float:left;
	width:50%;
	text-align:right;
	padding-right:20px;
}

.level-row {
	margin-right:20px;
}

.addLevel {
	cursor: pointer;
} 

.level-item {
	max-width:50%;
}

.level-item-triple {
	max-width:50%;
	min-width:30%;
}

.type-one {
	display: table;
	width:100%;
	height: 100px;
	text-align:center;
	margin-left:15px;
	margin-right:15px;
	margin-top:20px;
	margin-bottom:20px;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(200,200,200,1);
-moz-box-shadow: 0px 0px 0px 1px rgba(200,200,200,1);
box-shadow: 0px 0px 0px 1px rgba(200,200,200,1);
}

.type-one:hover {
		-webkit-box-shadow: 0px 0px 0px 3px rgba(200,200,200,1);
-moz-box-shadow: 0px 0px 0px 3px rgba(200,200,200,1);
box-shadow: 0px 0px 0px 3px rgba(200,200,200,1);
}

.type-one-icon {
	display: table-cell; 
	vertical-align: middle;
	width:50%;
}

.type-one-title {
	display: table-cell; 
	vertical-align: middle;
	color: #3C3C3C;
	text-align:left;
}

.type-two {
	width:100%;
	height: 100px;
	text-align:center;
	margin-left:15px;
	margin-top:20px;
	margin-bottom:20px;
	min-width:200px;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(200,200,200,1);
-moz-box-shadow: 0px 0px 0px 1px rgba(200,200,200,1);
box-shadow: 0px 0px 0px 1px rgba(200,200,200,1);
}

.type-two:hover {
		-webkit-box-shadow: 0px 0px 0px 3px rgba(200,200,200,1);
-moz-box-shadow: 0px 0px 0px 3px rgba(200,200,200,1);
box-shadow: 0px 0px 0px 3px rgba(200,200,200,1);
}

.type-two-icon {
	padding-top:5px;
}

.type-two-title {
	color: #3C3C3C;
}

.type-three {
	width:100%;
	color: #3C3C3C;
	height: 100px;
	text-align:center;
	margin-left:15px;
	margin-right:15px;
	margin-top:20px;
	margin-bottom:20px;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(200,200,200,1);
-moz-box-shadow: 0px 0px 0px 1px rgba(200,200,200,1);
box-shadow: 0px 0px 0px 1px rgba(200,200,200,1);
}

.type-three-title-top {
	padding-top:10px;
	font-size: 12px;
	font-family: 'LatoWeb';
	min-width:200px;
}

.type-three-title-bottom {
	font-size: 15px;
	font-family: 'LatoWeb';
	min-width:200px;
}

.type-three-color-1 .type-three-title-bottom {
	color:#C31919;
}

.type-three-color-2 .type-three-title-bottom {
	color:#D37029;
}

.type-three-color-3 .type-three-title-bottom {
	color:#22BDD2;
}

.type-three-color-4 .type-three-title-bottom {
	color:#009DCC;
}

.type-three-color-5 .type-three-title-bottom {
	color:#7A2D22;
}

.type-three-color-1:hover {
	background:#C31919;
	color:#FFFFFF;
}

.type-three-color-2:hover {
	background:#D37029;
	color:#FFFFFF;
}

.type-three-color-3:hover {
	background:#22BDD2;
	color:#FFFFFF;
}

.type-three-color-4:hover {
	background:#009DCC;
	color:#FFFFFF;
}

.type-three-color-5:hover {
	background:#7A2D22;
	color:#FFFFFF;
}


.type-three-color-1:hover .type-three-title-bottom {
	color:#FFFFFF;
}

.type-three-color-2:hover .type-three-title-bottom {
	color:#FFFFFF;
}

.type-three-color-3:hover .type-three-title-bottom {
	color:#FFFFFF;
}

.type-three-color-4:hover .type-three-title-bottom {
	color:#FFFFFF;
}

.type-three-color-5:hover .type-three-title-bottom {
	color:#FFFFFF;
}

.type-four {
	display: table;
	width:100%;
	height: 100px;
	text-align:center;
	margin-left:15px;
	margin-right:15px;
	margin-top:20px;
	margin-bottom:20px;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(200,200,200,1);
-moz-box-shadow: 0px 0px 0px 1px rgba(200,200,200,1);
box-shadow: 0px 0px 0px 1px rgba(200,200,200,1);
}

.type-four:hover {
		-webkit-box-shadow: 0px 0px 0px 3px rgba(200,200,200,1);
-moz-box-shadow: 0px 0px 0px 3px rgba(200,200,200,1);
box-shadow: 0px 0px 0px 3px rgba(200,200,200,1);
}

.type-four-icon {
	padding-top:10px;
	display: table-cell; 
	vertical-align: middle;
	width:30%;
}

.type-four-title {
	display: table-cell; 
	vertical-align: middle;
	color: #3C3C3C;
	text-align:left;
}

.type-four-title-top {
	font-size: 15px;
	font-family: 'LatoWeb';
}

.type-four-title-bottom {
	font-size: 12px;
	font-family: 'LatoWeb';
}

.type-six {
	display: table;
	width:100%;
	height: 100px;
	text-align:center;
	margin-left:15px;
	margin-right:15px;
	margin-top:20px;
	margin-bottom:20px;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(200,200,200,1);
-moz-box-shadow: 0px 0px 0px 1px rgba(200,200,200,1);
box-shadow: 0px 0px 0px 1px rgba(200,200,200,1);
}

.type-six:hover {
		-webkit-box-shadow: 0px 0px 0px 3px rgba(200,200,200,1);
-moz-box-shadow: 0px 0px 0px 3px rgba(200,200,200,1);
box-shadow: 0px 0px 0px 3px rgba(200,200,200,1);
}

.type-six-icon {
	padding-top:10px;
	padding-left:10px;
	display: table-cell; 
	vertical-align: middle;
	width:30%;
}

.type-six-title {
	display: table-cell; 
	vertical-align: middle;
	color: #3C3C3C;
	text-align:left;
	font-size:12px;
}

.level-row .active {
		-webkit-box-shadow: 0px 0px 0px 3px rgba(200,200,200,1);
-moz-box-shadow: 0px 0px 0px 3px rgba(200,200,200,1);
box-shadow: 0px 0px 0px 3px rgba(200,200,200,1);
}

.offer-content {
	min-height:600px;
	margin-bottom:200px;
}
/* end offer */

/* product */

.product-top {
	margin-top:50px;
}

.product-title {
	color: #505050;
	font-size: 17px;
	font-family: 'LatoWeb';
	margin-bottom:200px;
}

.product-title h2 {
	font-size: 28px;
	font-family: 'LatoWebBold';
}

.product-title h2 div {
	font-size: 20px;
	font-family: 'LatoWeb';
	font-style: italic;
}

.product-title h4 {
	margin-top:-5px;
	margin-bottom:15px;
	font-size: 20px;
	font-family: 'LatoWebBold';
}

.product {
	border-width:2px;
}

.product-buttons {
	position:absolute;
	left:0;
	right:0;
	bottom:91px;
	width:100%;
	padding-left:10px;
	padding-right:10px;
}

.product-button {
	width:100%;
	margin-top:10px;
	background-repeat: no-repeat;
	background-size: 100%;	
}

.product-button img {
	width:100%;
}

.product-button a:hover {
	opacity:0;
	transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
}

.product-section-title {
	margin-top:30px;
	margin-bottom:30px;
	margin-left:15px;
	color: #493D3D;
	font-size: 22px;
	font-family: 'LatoWebBold';
	width:100%;
}

.product-specify-title {
	margin-bottom:10px;
	margin-left:15px;
	color: #493D3D;
	font-size: 22px;
	font-family: 'LatoWebBold';
	width:100%;
}

.product-section-content {
	width:100%;
	color: #505050;
	margin-left:15px;
	font-family: 'LatoWebLight';
	font-size:17px;
}

.product-logo {
	width:100%;
	text-align:right;
	margin-right:15px;
}

.product-logo img {
	width:250px;
	margin-bottom:-20px;
}

.button-bottom {
	width:50%;
	padding-left:10px;
	padding-right:10px;	
}

.product-specify {
	width:50%;
	display:block;
	font-family: 'LatoWebLight';
}

.product-specify-left {
	background-color: #FBE21B;
	width:100%;
	height:100%;
	display:block;
}

.product-specify-right {
	background-color: #787878;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
}

.specify-content {
	color: #505050;
	font-size: 17px;
	width:100%;
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
}

.slider-thumbnails {
	margin-top:20px;
	margin-bottom:20px;
}

.slider-thumbnails img {
	margin-left:10px;
	margin-right:10px;
	background-color:rgba(200,200,200,1)
}

.slider-thumbnails a:hover img {
	padding:3px;
}

.slider-thumbnails .active img {
	padding:3px;
}

.product-document {
	padding-bottom:30px;
}

.product-document a {
	text-decoration:none;
	color: #505050;
}

.product-document a:hover {
	opacity:.6;
}

/* end product */

/* documents */

.documents-header {
	display:table;	
	width:100%;
}

.documents-header div {
	display:table-cell;	
	vertical-align:top;
}

.document-header-image img {
	width:70px;
}

.document-header {
	padding-top:5px;
	color: #505050;
	font-family: 'LatoWeb';
	text-align:left;
	width:100%;
}

.document-header h4 span {
	font-style: italic;
	font-size:20px;
}

.document-container {
	width:650px;
	border-top:1px solid;
	margin-top:-17px;
	margin-left:72px;
}

.document-container li {
	list-style:none;
	margin-top:5px;
	margin-bottom:5px;
	clear: both;
}

.document-container li.active span {
	background-color:#575756;
	color:#fff;
}

.document-container li .to-tile-1 {
	color:#C31919;
}

.document-container li .to-tile-2 {
	color:#D37029;
}

.document-container li .to-tile-3 {
	color:#22BDD2;
}
.document-container li .to-tile-4 {
	color:#009DCC;
}

.document-container li span:hover {
	color:#fff;
}

.document-container li span {
	cursor:pointer;
	padding:5px;
}

.document-container li ol li div {
	width:300px;
	font-family: 'LatoWebBold';
}

.document-container li ol li a {
	text-decoration:none;
	color: #575756;
}
/* end documents */

/* disttribution-points */

.dist-point {
	cursor:pointer;
	padding-top:20px;
	padding-bottom:20px;
	font-family: 'LatoWebLight';
	font-size:17px;
}

/* end disttribution-points */

/* about us*/

.about-logo {
	padding-top:50px;
	width:100%;
	text-align:center;
}

.about-logo img {
	width:600px;
}

.about-header {
	width:100%;
	text-align:center;
	font-family: 'LatoWeb';
	color: #505050;
	font-size:20px;
	margin-top:40px;
	margin-bottom:40px;
}

.about-header h1 {
	font-family: 'LatoWebBold';
	line-height:40px;
}

.about-header h4 {
	line-height:10px;
}

.about-row {
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	height:360px;
}

.about-row-mixed {
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	font-family: 'LatoWeb';
	font-size:20px;
}

.about-row:hover, .about-row-mixed:hover {
	background-color: #E6E6E6;
}

.about-row-content {
	font-family: 'LatoWeb';
	font-size:20px;
}

.about-row-content span {
	color: #505050;
}

.about-row-content h3 {
	font-family: 'LatoWebBold';
	color: #505050;
}

.about-row-content {
	display:table;
	margin:auto;
}

.about-row-content-left {
	display:table-cell;
	vertical-align:top;
	text-align:right;
	width:500px;
	padding-right:10px;
}

.about-row-content-right {
	display:table-cell;
	vertical-align:top;
	text-align:left;
	width:500px;
	padding-left:10px;
}

.about-row-content-separate {
	display:table-cell;
	vertical-align:top;
	width:40px;
	text-align:center;
}

.about-row-content-separate img {
	margin-top:40px;
	height:200px;
	width:15px;
}

.about-content-right {
	text-align:left;
	width:500px;
	margin-left:50%;
	padding-left:10px;
}

.about-icon-content {
	width:100%;
	padding-bottom:100px;
}

.about-icon-big-items {
	display:table;
	margin:auto;
}

.about-icon-big-items .item {
	display:table-cell;
	vertical-align:top;
	width:250px;
	text-align:center;
	color: #505050;
	font-family: 'LatoWeb';
	font-size:20px;
	line-height:25px;
}

.about-icon-big-items .item h1 {
	font-family: 'LatoWebBold';
}

.about-icon-big-items .item img {
	width:100px;
	margin-bottom:10px;
}

.about-icon-big-items .separate {
	display:table-cell;
	vertical-align:top;
	width:40px;
	text-align:center;
}

.about-icon-big-items .separate img {
	margin-top:15px;
	height:100px;
	width:15px;
}

.about-icon-small-items {
	display:table;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
}

.about-icon-small-items .item {
	display:table-cell;
	vertical-align:top;
	width:200px;
	text-align:center;
	color: #505050;
	font-family: 'LatoWeb';
	font-size:20px;
	line-height:25px;
}

.about-icon-small-items .item h1 {
	font-family: 'LatoWebBold';
}

.about-icon-small-items .item h1 span {
	font-family: 'LatoWebBold';
	font-size:25px;
}

.about-icon-small-items .item img {
	width:130px;
}

.about-icon-small-items .separate {
	display:table-cell;
	vertical-align:top;
	width:40px;
	text-align:center;
}

.about-icon-small-items .separate img {
	margin-top:15px;
	height:100px;
	width:15px;
}

.about-values {
	background-color: #FBE21B;
	padding-top:20px;
	font-family: 'LatoWeb';
}

.about-values:hover {
	background-color: #C31919;
	color:#fff;
	transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.about-values-separate  {
	display:table-cell;
	vertical-align:top;
	width:40px;
	text-align:center;
}

.about-values-separate  img {
	height:200px;
	width:15px;
}

.about-values .header {
	font-family: 'LatoWebBold';
	font-size: 24px;
	line-height: 34px;
	margin-top:20px;
}

.about-values .items {
	font-size:18px;
	font-style:italic;
}

.about-values .about-image-top {
	margin-top:25px;
	background-image: url('../uploaded-files/logo_samo_czarne.svg');
	background-repeat: no-repeat;
	background-position:center;
	width:250px;
	height:60px;
	display:block;
	float:right;
}

.about-values .about-image-bottom {
	margin-top:20px;
	margin-bottom:60px;
	background-image: url('../uploaded-files/kot-obrys-black.svg');
	background-repeat: no-repeat;
	background-position:center;
	width:250px;
	height:95px;
	display:block;
	float:right;
}

.about-values:hover .about-image-top {
	background-image: url('../img/logo_samo_white.svg');
	transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.about-values:hover .about-image-bottom {
	background-image: url('../img/kot-obrys-white.svg');
	transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

/* end about us*/

/* articles */
.article-group {
	text-align:center;
	font-family: 'LatoWebBold';
	font-size:16px;
	padding-top:40px;
	padding-bottom:35px;
}

.article-group a {
	padding-top:7px;
	padding-bottom:7px;
	color: #3f3f3f;
	text-decoration:none;
	text-transform: uppercase;
}

.article-group a.active {
	color: #c70205;
}

.article-group a.active:hover {
	border-bottom: 0;
}

.article-group a:hover {
	border-bottom: 2px solid #9d9d9c;
}

.article {
	margin-top:20px;
}

.article img {
	width:100%;
	transition: all .5s;
}

.article a {
	color: #3f3f3f;
	text-decoration:none;
}

.article a:hover img {
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.article .article-min {
	margin-left:auto;
	margin-right:auto;
	margin: -80px 20px 0;
    background-color: #fff;
    padding: 20px 25px 0;
    position: relative;
    color:#000;
    font-family: 'LatoWebBold';
}

.article .article-min h3 {
	font-size:25px;
}

.article .article-image {
  overflow: hidden;
}

.article .article-date {
	text-transform: uppercase;
	font-size:14px;
	font-family: 'LatoWebThin';
	color: #878787;
}

.article .article-content {
	margin-top:10px;
	font-size:18px;
}

.article-link-image img {
	object-fit: cover;
	width:150px;
	height:150px;
}

/* end articles */

/* brochures */

.brochures-header {
	color: #333;
	font-family: 'LatoWebBold';
	font-size:20px;
}

.brochures-content {
	margin-top:30px;
}

.brochure-group-title {
	width:100%;
	background-color:#999999;
	margin-left:10px;
	margin-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
}

.brochure {
	text-align:center;
	width:100%;
	margin-top:30px;
	margin-bottom:10px;
}

.brochure h4 {
	margin-top:15px;
	margin-bottom:15px;
	font-size:16px;
}

.brochure a {
	color: #333;
	text-decoration:none;
	font-family: 'LatoWebBold';
}

.brochure:hover .brochure-image {
	-webkit-box-shadow: inset 0px 0px 0px 4px rgba(218, 218, 218, 1);
	-moz-box-shadow: inset 0px 0px 0px 4px rgba(218, 218, 218, 1);
	box-shadow: inset 0px 0px 0px 4px rgba(218, 218, 218, 1);
}

.brochure-image {
	width:240px;
	border:2px solid rgb(218, 218, 218);
	margin:auto;
	text-align:center;
}

.brochure-image img {
	width:170px;
	padding-top:30px;
	padding-bottom:30px;
}


/* end brochures */

.consultant-area-mobile {
	display:none;
}

@media (max-width: 1300px) {

.submenu-tiles {
	margin-left:50px;
}

}

@media (max-width: 992px) {

.shadow-rounded-bottom {
	width:100%;
	height:139px;
	margin-bottom:20px;
}

.container-shadow-rounded-bottom {
	height:180px;
}

.home-navbar {
	display:none;
}

.navbar-mobile {
	display:block;
}

.item-tile {
	margin-bottom:50px;
}

.home-menu-bottom-container {
	width:100%;
}

.home-menu-bottom-item {
	width:27%;
	font-size:.7em;
}

.home-menu-bottom-icon img {
	width:55px;
}

.flag-item img {
	width:20px;
	margin-left:10px;
	margin-right:10px;
}
.news-separate {
	width:100%;
	height:20px;
	text-align:center;
}

.news-separate img {
	height:200px;
	width:15px;
	margin-top:-91px;
	transform: rotate(90deg);
}
.news {
	height:900px;
}

.news-content {
	width:100%;
}

.news-content h4 {
	margin-left:0;
}

.slider-nav {
	height:20px;
}

.slider-nav-items {
	margin-top:0;
}

#owl-mecenat {
	padding-left:0;
}

.magazine {
	display:none;
}

.footer-menu-separete {
	display:none;
}

.home-items {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(87,87,86,.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(87,87,86,.2);
	box-shadow: 0px 3px 5px 0px rgba(87,87,86,.2);
}

.menu-mobile-button {
	display:block;
}

.menu-fixed-right {
	display:none;
}

.offer-char-top-item {
	padding-top:40px;
	padding-bottom:40px;
}

.offer-char-item-pic {
	width:300px;
	padding-left:20px;
}

.offer-char-item-desc {
	margin-left:100px;
	margin-right:20px;
}

.offer-logo {
	margin-left:75%;
}

.banner-label-top {
	font-size:30px;
}

.banner-label-bottom {
	font-size:14px;
}

.offer-tile {
	width:100%;
	height:250px;
}

.offer-logo-bottom {
	display:none;
}

.offer-tile h2 {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	font-size: 25px;
}

.offer-tile p {
	padding-left:10px;
	padding-right:10px;
	font-size: 14px;
}

.button-bottom {
	width:100%;
}

.product-specify {
	width:100%;
	margin-top:60px;
	padding-left:10px;
	padding-right:10px;
}

.product-specify-right img {
	width:95%;
}

.level-item {
	max-width:100%;
}

.level-item-triple {
	max-width:100%;
	min-width:100%;	
}

.consultant-area {
	display:none;
}

.consultant-area-mobile {
	display:block;
}

.consultant-name-1 {
	padding-top:10px;
}

.consultant-name-2 {
	padding-top:10px;
}

.consultant-name-3 {
	padding-top:10px;
}

.img-res-20 img {
	width:100%;
	margin-left:10px;
	margin-right:10px;
}

.img-res-25 img {
	width:100%;
	margin-left:10px;
	margin-right:10px;
}

.img-res-30 img {
	width:100%;
	margin-left:10px;
	margin-right:10px;
}

.img-res-35 img {
	width:100%;
	margin-left:10px;
	margin-right:10px;
}

.img-res-40 img {
	width:100%;
	margin-left:10px;
	margin-right:10px;
}

.img-res-45 img {
	width:100%;
	margin-left:10px;
	margin-right:10px;
}

.img-res-50 img {
	width:100%;
	margin-left:10px;
	margin-right:10px;
}

.img-res-55 img {
	width:100%;
	margin-left:10px;
	margin-right:10px;
}

.img-res-60 img {
	width:100%;
	margin-left:10px;
	margin-right:10px;
}

.img-res-65 img {
	width:100%;
	margin-left:10px;
	margin-right:10px;
}

.img-res-70 img {
	width:100%;
	margin-left:10px;
	margin-right:10px;
}

.img-res-75 img {
	width:100%;
	margin-left:10px;
	margin-right:10px;
}

.img-res-80 img {
	width:100%;
	margin-left:10px;
	margin-right:10px;
}

.img-res-85 img {
	width:100%;
	margin-left:10px;
	margin-right:10px;
}

.img-res-90 img {
	width:100%;
	margin-left:10px;
	margin-right:10px;
}

.img-res-95 img {
	width:100%;
	margin-left:10px;
	margin-right:10px;
}

.container-top-logo img {
	width:100%;
}

.container-logo-note {
	margin-top:-30px;
	padding-left:20px;
	font-size: 8px;
}

.slider-label {
	display:none;
}

.slider-thumbnails {
	min-width:300px;
}

.document-container {
	width:100%;
	margin-top:10px;
	margin-left:5px;
}

.document-header h4 {
	font-size:20px;
}

.document-container li ol li div {
	width:100%;
}
.about-row {
	height:auto;
}
.about-row-content {
	display:block;
	width:100%;
}

.about-row-content-left {
	display:block;
	text-align:center;
	width:100%;
}

.about-row-content-right {
	display:block;
	text-align:center;
	width:100%;
}

.about-row-content-separate {
	display:block;
	width:100%;
	height:50px;
}

.about-row-content-separate img {
	transform: rotate(90deg);
	margin-top:-100px;
}

.about-content-right {
	text-align:left;
	width:100%;
	margin-left:0;
	padding-left:10px;
}

.about-icon-content {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding-left:10px;
    padding-right:10px;
}

.about-logo img {
	width:300px;
}

.about-values-separate  {
	display:block;
	width:100%;
	height:50px;
}

.about-values-separate  img {
	transform: rotate(90deg);
	margin-top:-150px;
}

.about-values .about-image-top {
margin-left:auto;
margin-right:auto;
width:100%;
}

.about-values .about-image-bottom {
margin-left:auto;
margin-right:auto;
width:100%;
margin-bottom:100px;
}

.about-values .header {
	width:100%;
}

.about-values .items {
	width:100%;
	padding-bottom:30px;
}
.offer-char-bottom-item {
	width:100%;
}
.offer-char-bottom-item-pic {
	text-align:center;
	width:100px;
	padding-right:15px;	
}
.offer-char-bottom-item-pic img {
	width:80px;
	margin-left:-10px;
}

.offer-char-bottom-item-desc {
	width:100%;
	margin-right:10px;
}

.offer-footer h1 {
    font-size: 32px;
}

.offer-char-item-pic {
	padding-left:0;
}

.offer-char-item-desc {
	margin-left:100px;
	margin-right: 0;
}

.offer-char-item-desc div {
	padding-top:5px;
}

.offer-char {
    padding-top: 20px;
    padding-bottom: 40px;
}

.article-group {
	font-size:20px;
	padding-top:25px;
	padding-bottom:10px;
}

.item-tile-image img {
	width:100%;
}

.product-buttons {
	bottom: 0;
}


}

.download-link {
	text-align:center;
	padding:20px;
	margin-top:15px;
}
.download-link h2 {
	font-size:23px;
	font-family: 'LatoWebBold';
}
.download-link a {
	text-decoration:none;
	font-size:18px;
	color: white;
	padding:12px 20px 10px 20px;
	background-color: #b9302d;
}
.download-link a:hover {
	transition: 0.25s;
	text-decoration:none;
	background-color:#575756;
	color:white !important;
}
.download-link a.disabled {
	background-color:#575756;
	pointer-events: none;
}

.order-link {
	text-align:center;
	padding:20px;
	margin-top:15px;
}
.order-link h2 {
	font-size:26px;
	font-family: 'LatoWebLight';
	color:#575756;
	padding-bottom:30px;
}
.order-link a {
	text-decoration:none;
	font-size:18px;
	color: white;
	padding:12px 20px 10px 20px;
	background-color: #b9302d;
}
.order-link a:hover {
	transition: 0.25s;
	text-decoration:none;
	background-color:#575756;
	color:white !important;
}
.order-link a.disabled {
	background-color:#575756;
	pointer-events: none;
}

.other-nav-link {
	text-align:center;
	padding:20px;
	margin-top:15px;
}
.other-nav-link a {
	text-decoration:none;
	font-size:18px;
	color: white;
	padding:12px 20px 10px 20px;
	background-color: #575756;
}
.other-nav-link a:hover {
	transition: 0.25s;
	text-decoration:none;
	background-color:#b9302d;
	color:white !important;
}
.other-nav-link a.disabled {
	background-color:#b9302d;
	pointer-events: none;
}

.quote-text {
	padding-top:30px;
	text-align:center;
	font-family: 'LatoWebLight';
	font-size: 18px;
	color: #575756;
}
.quote-text h2 {
	padding-top:15px;
	text-align:center;
	font-family: 'LatoWebLight';
	font-size: 26px;
	color: #575756;
}

.logo-offer {
	width:250px;
	margin-top:35px;
}

.center {
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-404 {
	
	margin-top: 3vh;
	max-width: 30%;
	width: auto;
}

.font-404 {
	
	font-size: 25px;
	color: #575756;
	margin-top: 2vh;	
	text-align: center;
	font-family: 'LatoWeb';
	
}

a.font-404:hover {

	color: #C8C8C8;

}

.bullet-404::before {

	content: "\2022";
	color: #C31919;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	
}

.pfr {
	
	max-width: 600px;
	width: 100%;
	
}

.pfr-box-home {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    background: white;
    
}

.txt-center {
	
	text-align: center;
	
}

.document-container a.category-file {
	text-decoration: none;
	color: #575756;
	font-style: italic;
	float: right;
}

a.bim-link {
	
	float: right;
	margin-left: 15px;
}

.document-container li span.bim {

/*
	color: #C31919;
*/
	
}

.document-container li.active span.bim {

	color: #fff;
	
}

.document-container li span.bim:hover {

	background-color: #575756;
	color: #fff;
	
}

.bim-container {
	
/*
	width: 650px;
*/
	
}

@media (max-width: 992px) {
	
.logo-offer {
	width:200px;
	margin-top:35px;
	margin-bottom:25px;
}

.start-page-header {
	background-color:#e8e8e8;
	text-align:center;
	font-family: 'LatoWebLight';
	color:#666666;
	padding-top:25px;
	padding-bottom:15px;
}

.start-page-header h1 {
	font-size:28px;
	line-height:40px;
}

.start-page-header h3 {
	font-size:22px;
	line-height:40px;
}

.container-top-image-campaign {
	height:150px;
}

.banner-label-separator-campaign {
	height:35px;
}

.logo-img {
	margin-top: 0px;
	min-width: 160px;
}
	
	
}
