
/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
.clear { clear: both; }

/* RESET END */

/* BASICS */


/*
FONT LICENSE
Apache License v2.00
This license can also be found at this permalink: https://www.fontsquirrel.com/license/syncopate
Apache License Version 2.0, January 2004, http://www.apache.org/licenses/
*/

@font-face {
    font-family: 'syncopateregular';
    src: url('../fonts/syncopate-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'syncopate500';
    src: url('../fonts/syncopate-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'jost';
    src: url('../fonts/jost-regular.woff2') format('woff2'),
         url('../fonts/jost-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'jost300';
    src: url('../fonts/jost-300.woff2') format('woff2'),
         url('../fonts/jost-300.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'jost500';
    src: url('../fonts/jost-500.woff2') format('woff2'),
         url('../fonts/jost-500.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	}

body {
	color: #0b0b0a;
	height: 100%;
	font-size: 110%;
/*	font-family:'', Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;	*/
	font-family:'jost300', Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;	
	line-height: 1.5em;
/*	background-color:#f7f9fb; */
background-color:#f4ebdd;
	overflow-y: scroll !important;
	}

body, html {
	height: 100%;
	margin: 0;
	}

/* ANIMATION	*/

    .star {
        visibility: hidden;
    }

    .fadeIn {
        -webkit-animation: animat_show 3s;
        animation: animat_show 3s;
        visibility: visible !important;
    }

    @-webkit-keyframes animat_show{
        0%{opacity:0}
        100%{opacity:1}
    }

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fade-in.one {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.fade-in.two {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay:1.2s;
  animation-delay: 1.2s;
}

/*	HEADER	*/

.header2 {
	margin: 0 auto;
	width: 100%;
	max-width:800px;
	min-width: 260px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background-image:url(../images/logo-ordi3.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:220px;
	padding: 20px 40px;
	padding-top:10px;
    box-sizing: border-box;
	height:110px;
	text-align:right;
	color:#c0724e;
	font-size:0.9em;
	line-height:1.8em;
	}

.logohome { 
	width:100%;
	height:130px;
}

#mobilesolo { display:none; }

/*	HEADER	*/

header {
	margin: 0 auto;
	width: 100%;
	max-width:800px;
	min-width: 320px;
	height:44px;
	position:relative;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.logo { width: 450px; }


#subheader {
	width: 100%;
	position: relative;
}
#subheader img, #slider img {
	max-width: 100%;
}

/*	STICKY HEADER	*/

.top-container {
	max-width:800px;
	margin: 0 auto;
  background-color: #fff;
  padding: 40px 30px;
  text-align:center;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.top-container img {
max-width: 100%}

.header {
  padding: 10px 0px;
  background: #c0724e;
  color: #f1f1f1;
  z-index:9999;
}

.mobilebreak { display:inline; }

/* WRAPPER	*/

.wrapper1x {
	width:100%;
	padding:140px 30px 80px 30px;
    box-sizing: border-box;
	background-color:#fff;
	background-image:url(../images/pic1x.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-size:cover;
	height:500px;
}
.bgtitle {
	width:78%;
	background: rgba(255, 255, 255, 0.8);
	padding:40px 30px 40px 30px;
	border-left:3px solid #65412b;
    box-sizing: border-box;
}
.wrapper0 {
	width:100%;
	padding:10px 30px 10px 30px;
    box-sizing: border-box;
	background-color:#fff;
}
.wrapper1 {
	width:100%;
	padding:30px 30px 30px 30px;
    box-sizing: border-box;
	background-color:#f7f9fb;
}
.wrapper2 {
	width:100%;
	padding:30px 30px 30px 30px;
    box-sizing: border-box;
	background-color:#fff;
}
.wrapper3 {
	width:100%;
	padding:0px;
    box-sizing: border-box;
	background-color:#fff;
}
.container {
	margin: 0 auto;
	width: 100%;
	max-width:800px;
	min-width: 260px;
	height: auto;
	padding:0px 40px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* CONTENT	*/

h1, h2, h3, h4, h5, h6 { font-family:'syncopateregular'; font-weight:normal; text-transform:uppercase; letter-spacing:0em; font-weight:normal; }
h1 { font-size:1.6em; line-height:1.4em; color:#c0724e; padding:0px; }
h2 { font-size:1.4em; line-height:1.4em; color:#c0724e; padding:10px 0px 0px 0px; }
h3 { font-size:1.2em; line-height:1.4em; color:#000; padding:0px; margin:0px; margin-top:10px; }
h4 { font-size:1.2em; line-height:1.2em; color:#000; padding:0px; margin:0px; margin-top:10px; }
h5 { font-size:1.2em; line-height:1.2em; color:#000; padding:20px 0px; }
h6 { font-size:1.6em; line-height:1.2em; color:#000; padding:20px 0px 0px 0px; }

#content { padding: 30px; }

#content img, video {
	max-width: 100%;
	}

strong, b { font-family:'jost'; font-weight:normal; }

.magenta { color:#65412b !important; }
.petrol { color:#c0724e !important; }

#content a:link, #content a:visited { color: #c0724e; text-decoration:none; font-weight:bold; }
#content a:hover, #content a:focus, #content a:active { color: #65412b; }

#content p { text-align:justify; font-size:1em; }

#content ul { list-style-image: url(../images/list.svg); margin-left: 25px; margin-top: 0px; padding-bottom: 0px; }
#content li { padding-left: 5px; font-size:1em; margin-left: 10px;  }


#content i, #right i { 
	font-size:1.4em;
	margin-right:5px; 
	}
#content i:hover, #right i:hover { 
	color:#fff; 
	}

.smallicon { font-size:1em !important; }

.liste { margin-left: 12px; padding:2px 0px; }
.listmargin { margin:15px 0px; }
.listmargin li {margin-top:20px;}
.listmarginfourth { margin:15px 0px; }
.morespace { margin-top:30px; }

.smallin1 { font-size:14px; }
.smallin2 { font-size:10px; }
.smallin3 { font-size:10px; }
.small { font-size:0.8em !important; line-height:0.8em; }
.small2 { font-size:0.8em !important; line-height:1.6em; }
.text-center { text-align:center !important; }
.text-right { text-align:right !important; }
.icons-right { text-align:right; }

.mobileno, .mobileno2 { display:inline; }
.onlymobile, .onlymobilelogohome { display:none; }
.mobilebreak { display:none; }
.mobilebreak2 { display:inline; }
.tabletspacer { display:none; }
.lowercase { text-transform:lowercase !important; }

.pt-7 { padding-top: 7px !important; }
.pt-0 { padding-top: 0px; margin-top: 0px; }
.pr-0 { padding-right: 0px !important; }
.pb-0 { padding-bottom: 0px; margin-bottom: 0px; }
.pl-0 { padding-left: 0px !important; margin-left: 0px !important; }
.mt-0 {margin-top:0px; }
.mt-10 {margin-top:10px !important; }
.mt-15 {margin-top:15px !important; }
.mt-20 {margin-top:20px !important; }
.mt-30 {margin-top:30px !important; }
.mt-40 {margin-top:40px; }
.mt-60 {margin-top:60px; }
.mb-0 {margin-bottom:0px; }
.m-15 { margin:0px 15px; }
.m-30 { margin:0px 30px; }
.mb-15 {margin-bottom:15px !important; }
.mb-20 {margin-bottom:20px !important; }
.mb-30 {margin-bottom:30px !important; }
.mb-40 {margin-bottom:40px !important; }
.ml-20 {margin-left:20px; }
.mr-2 {margin-right:2px !important; }
.ml-0 {margin-left:0px !important; }
.ml-5 {margin-left:5px; }
.mr-0 {margin-right:0px !important; }
.mr-5 {margin-right:5px !important; }
.mr-10 {margin-right:10px !important; }
.mr-20 {margin-right:20px; }
.pl-20 {padding-left:20px; }
.pl-30 {padding-left:30px; }
.pb-40 {padding-bottom:40px; }
.pl-40 {padding-left:40px; }
.pl-240 {padding-left:235px; }
.pr-40 {padding-right:40px; }
.pt-40 {padding-top:40px; }
.pb-40 {padding-bottom:40px; }

.pr-80 {padding-right:80px !important; }
.mr-40 {margin-right:40px; }
.space10 { height:10px; }
.space5 { height:5px; }
.ordi3 { padding:20px 80px 10px 80px !important; }

.galery-1 { margin:0px !important; padding:0px 3px 6px 0px !important; line-height:0px !important }
.galery-2 { margin:0px !important; padding:0px 0px 6px 3px !important; line-height:0px !important }
.galery-3 { margin:0px !important; padding:0px 3px 0px 0px !important; line-height:0px !important }
.galery-4 { margin:0px !important; padding:0px 0px 0px 3px !important; line-height:0px !important }

.mp-30 { padding:0px; }
.language2 { display:inline; padding:0px 0px 0px 25px; }
.lh-0 { line-height:0px !important; }

.w200 { width:200px !important; }

.button {
	display:inline-flex;
	text-align:left;
	font-family:'jost', Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;	
	padding: 15px 25px;
	margin:5px 15px 5px 0px;
	background-color:#c0724e; 
	color:#fff;
}
.button:hover {
	background-color:#65412b;
}
a.buttonlink {
	text-decoration:none !important;
	color:#fff !important;
	font-weight:normal !important;
}
a.buttonlink:hover {
	color:#fff !important;
}

.picright {
	float:right;
	margin:0px 0px 20px 20px;
	}

.picleft { 
	float:left;
	margin: 0px 20px 20px 0px;
	}

#right {
	float:right;
	text-align:right;
	width:250px;
	margin-left:50px;
	padding-right:30px;
	padding-top:30px;
	}

section, article {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
	}

.full {
	width:100%;
	height: auto;
	line-height: 1.7em;
	padding: 0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.half {
	width:50%;
	height: auto;
	float:left; 
	line-height: 1.7em;
	padding: 0px 40px 0px 0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	overflow:hidden;
	}

.halflast {
	width:50%;
	height: auto;
	line-height: 1.7em;
	float:left; 
	padding: 0px 0px 0px 40px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	overflow:hidden;
	}

.dividerline {
	width: 100%;
	margin: 30px 0px 20px 0px;
	border-top:1px solid #d9e7e9;
	}

.divider {
	width: 100%;
	margin: 30px 0px 20px 0px;
	}

.clearspace { clear: both; padding:10px 0px; }

#subfooter {
	display:block;
	padding: 60px 20px;
	background: #f7f9fb;;
	text-align:center;
	color:#c0724e;
	line-height:1.7em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

#subfooter a:link, #subfooter a:visited { color: #c0724e; text-decoration:none; }
#subfooter a:hover, #subfooter a:focus, #subfooter a:active { color: #65412b; text-decoration:none; }

.footerbgwhite {
	background-color:#fff !important; 
}

/* END content	*/


/* RESPONSIVE STYLES */

@media screen and (min-width: 1480px) {

#subfooter { background-position:50px 30px; }

}

@media screen and (max-width: 1120px) {
	
.mobileno2 { display:none; }

.header2 {
	background-size:180px;
	padding: 0px;
	padding-top:0px;
	height:100px;
	}
.bgtitle {
	width:100%;
}

.half, .halflast {
	width:100%;
	float:none;
	padding:0px; 
	}

#content p { text-align:left; }

.icons-right { text-align:left; }

.liste { margin-left: 5px; padding:2px 10px; }

.picright, .picleft {
	float:none;
	padding-left:0px;
	display:block;
	}
.onlymobile { display:inline; }
.mp-30 { padding: 10px 30px; }
.mt-60 {margin-top:20px; }

.wrapper2, .wrapper1 {
	padding:0px;
	padding-bottom:30px;
}
.wrapper0 {
	padding: 0px;
}

.container { padding:0px; }

.galery-1 { margin:0px !important; padding:0px 0px 6px 0px !important; line-height:0px !important }
.galery-2 { margin:0px !important; padding:0px 0px 6px 0px !important; line-height:0px !important }
.galery-3 { margin:0px !important; padding:0px 0px 6px 0px !important; line-height:0px !important }
.galery-4 { margin:0px !important; padding:0px 0px 0px 0px !important; line-height:0px !important }

.mb-30 { margin-bottom:10px !important }

}


@media screen and (max-width: 680px) {


.pl-240 {padding-left:60px; padding-top:30px; }


    .fadeIn {
        -webkit-animation: animat_show 1s;
        animation: animat_show 1s;
    }


#mobilesolo { display:inline; }
.wrapper1 { border:none; }

#header { font-size:1.2em; }

.onlymobilelogohome { display:inline; }
.logohome { 
	height:120px;
}

.mobileno { display:none; }
.mobilebreak { display:inline; }
.mobilebreak2 { display:none; }

.container { padding:0px; }

#right {
	float:none;
	text-align:left;
	width:auto;
	margin-left:0px;
	margin-bottom:30px;
	margin-top:30px;
	}
.mr-40 {margin-right:30px; }

h1 { font-size:1.4em; }
h2 { font-size:1.2em; }

}

/* END Responsive Styles  */



/* SCROLL TO TOP */

.back-to-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	opacity:0.5;
	text-decoration: none;
	color:#c0724e;
	font-size: 50px;
	padding: 10px 15px;
	display: none;
	}

.back-to-top:hover {
	color:#65412b;
	}

@media screen and (max-width: 1480px) {

.back-to-top {
	right: 10px;
	}

}

@media screen and (max-width: 800px) {

.back-to-top {
	bottom: 20px;
	padding: 10px 10px;
	}

}

/* SCROLL TO TOP END */
