#page-wrapper {   
  display:block!important;
}

body, input, select, textarea, button {font:16px/24px 'Roboto',sans-serif;font-feature-settings: "kern", "liga" off, "calt" off;font-weight:300}

html,
body {
  height:100%;
  position:absolute;
  min-width:100%
}
body {  
  color: #111111; 
  background:#FFFFFF 
}

@media (min-width: 768px) {
  body {
    font-size:18px;
    line-height:26px;
  }
}

body > .wrapper {
  min-height: 100%;
  position: relative;
}

blockquote {margin: 0 0 0 1.12em}      
a, img { border: none; outline:0 none} 
a {color: #111111}  
a:hover {}

ul {padding-left:1.3em}
ul {list-style:disc outside}
ul ul {list-style-type:circle}
ul ul ul {list-style-type:circle}

ol {padding-left:1.3em}
ol {list-style-type: decimal}
ol ol {list-style-type:lower-alpha}
ol ol ol {list-style-type:lower-roman}      

hr {
  border: 0;
  margin: 32px auto 24px;
  padding: 0;
  height: 1px;
  width: 60%;
  display: block;
  max-width: 140px;
  background: #e0e0e0;
}

b, strong {font-weight:700}

h1 {font-family: 'Roboto Condensed',sans-serif;font-size:36px;line-height:38px;font-weight:normal;color:#111111;letter-spacing:2px;text-transform:uppercase;margin:5px 0}
h2 {font-family: 'Roboto Condensed',sans-serif;font-size:28px;line-height:30px;font-weight:normal;color:#111111;letter-spacing:2px;text-transform:uppercase;margin:5px 0}
h3 {font-family: 'Roboto Condensed',sans-serif;font-size:22px;line-height:24px;font-weight:normal;color: #111111;letter-spacing:2px;text-transform:uppercase;margin:5px 0}
h4 {font-family: 'Roboto Condensed',sans-serif;font-size:18px;line-height:20px;font-weight:normal;color: #111111;letter-spacing:2px;text-transform:uppercase;margin:5px 0}
h5 {font-family: 'Roboto Condensed',sans-serif;font-size:16px; line-height:18px;font-weight:normal;color: #111111;letter-spacing:2px;text-transform:uppercase;margin:5px 0}
h6 {font-family: 'Roboto Condensed',sans-serif;font-size:13px; line-height:15px;font-weight:normal;color: #111111;letter-spacing:2px;text-transform:uppercase;margin:5px 0}

@media (min-width: 768px) {
  h1 {font-size:40px;line-height:42px}
  h2 {font-size:32px;line-height:34px}
  h3 {font-size:26px;line-height:28px}
  h4 {font-size:22px;line-height:24px}    
  h5 {font-size:16px;line-height:18px}
  h6 {font-size:13px;line-height:15px}
}

h1 * {color:#111111}
h2 * {color:#111111}
h4 * {color:#111111}
h5 * {color:#111111}
h6 * {color:#111111}

img {max-width: 100% !important}

/* ------------------------------------------------- */
/* jQuery-Plugin slick slider                        */
/* ------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
     -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* theme */
.slick-loading .slick-list {
  background: #fff url('/resource/websites_common/loading2.gif') center center no-repeat;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index:100;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;    
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome';
  font-size: 64px;
  line-height: 1;
  opacity: .75;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 5px;
}
[dir='rtl'] .slick-prev {
  right: 5px;
  left: auto;
}
.slick-prev:before {
  content: '\f104';
}
[dir='rtl'] .slick-prev:before {
  content: '\f105';
}
.slick-next {
  right: 5px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 5px;
}
.slick-next:before {
  content: '\f105';
}
[dir='rtl'] .slick-next:before {
  content: '\f104';
}

.slick-dotted.slick-slider {  
}
.slick-dots {
  position: absolute;
  bottom: -5px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 30px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'FontAwesome';
  font-size: 10px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  content: '\f111';
  text-align: center;
  opacity: .25;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #FFFFFF;
}

/* ------------------------------------------------- */
/* BUTTON                                            */
/* ------------------------------------------------- */  
.icon:before {
  font-size:1em;
} 
.button:before {  
	content:"";
	padding:0;
}
.button {
  background: none;
  color: #111111;
  border: solid 3px #111111;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  padding: 7px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;  
}
@media (min-width: 768px) {
	.button {
    font-size:18px;
  }
}
.button:hover { 
  color: #FFFFFF;
  background:#111111;	
} 

/* ------------------------------------------------- */
/* FORMS                                             */
/* --------------------------------------------------*/
/* forms */
div.k2formError {
  padding:5px;
  margin-bottom:8px;
  background:#FF0000;
  color:#FFFFFF;
  font-weight:bold;
}

form {}
form > .k2formWaitingbox {
  position:absolute;
  top:0;left:0;width:100%;height:100%;
  display:none; 
  z-index:99999; 
}
form > .k2formWaitingbox > .k2formAnimation {  
  font-size: 64px;
  line-height: 64px;
  width: 64px;
  height: 64px;
  position: absolute;
  top:45%;  
  top: calc(50% - 32px);
  left: 45%;
  left: calc(50% - 32px);  
}
form.k2submitting .k2formFields {
  opacity: 1;
  -webkit-transition: opacity 0.33s linear;
  -moz-transition: opacity0.33s linear;
  -o-transition: opacity0.33s linear;
  transition: opacity 0.33s linear;   
}
form.k2submitting > .k2formWaitingbox {
  display:block;  
}
form.k2submitting > .k2formFields {
  opacity: 0.2;
  filter: grayscale(100%);
}
form label {
  font-size: 13px;
  line-height: 26px;
  font-weight: 300;
  margin-top: 3px;
  display: inline-block;
  text-shadow:none;
}
form label.required {
  font-weight: 400;
}
form label.required:after {
  content:" *"
}
form .k2checkboxInputRequired label:after {  
}
form button {
  cursor:pointer;  
}
form button[disabled=true] {
  display:none;
}

form .spacer {
	padding: 12px 0 0;
}

/* ------------------------------------------------- */
/* FORM INPUTS                                       */
/* --------------------------------------------------*/
form .k2textInput, form .k2dropdownInput {
  width: 100%;
  display: block;
  border: 3px solid #FFFFFF;
  padding: 0 9px;
  font-size: 17px;
  outline: 0 none;
  color: #111111;
  background: #FFFFFF;
  line-height: 36px;
  height:42px;
}
form .k2dropdownInput > option {
  line-height:36px;
  height:42px;
  padding:9px;
}
form textarea.k2textInput {
  line-height: 22px;
  height: 160px;
  resize: vertical;
  padding-top: 8px;
  padding-bottom: 8px;
  margin:0;
}
form table.k2checkboxInput {
  margin-top:3px;
}
form table.k2checkboxInput,
form table.k2checkboxesInput  {
  border: 3px solid transparent;
}
form .k2checkboxInput td > input,
form .k2checkboxesInput td > input {
  margin:6px 0.3em 0 0;
}
form .k2checkboxInput td > label,
form .k2checkboxesInput td > label {
  margin:0;padding:0;
  font-size: 14px;
  line-height: 16px;
}

/* focus */
form .k2textInput:focus, 
form .k2dropdownInput:focus {
  border-color:#999999;
}
/* error */
form .k2textInputError, 
form .k2textareaInputError, 
form .k2dropdownInputError {
  border-color:#FF0000;
}
form table.k2checkboxInputError,
form table.k2checkboxesInputError {    
  border-color:#FF0000;
}

/* ------------------------------------------------- */
/* CONTAINER                                         */
/* ------------------------------------------------- */
.k2container [class^="k2col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* ------------------------------------------------- */
/* HEADER                                            */
/* ------------------------------------------------- */
header#header {
  background: #111111;
  padding: 30px 0;
}
header#header .logo {  
  position: relative;
  padding-top: 100%;
  float: left;
  padding-top: 100px;
  height: 0;
  display: block;
  width: 100px;
}
header#header .logo img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
}
header#header .text {
	text-align:center;
	padding-top:20px
}
header#header h1 {
  font-size: 42px;
  line-height: 44px;
  color:#FFFFFF
}
header#header h2 {
  color:#FFFFFF;
  font-size: 18px;
  line-height: 22px;  
}

@media (min-width: 768px) {
	header#header .logo {
	  float: left;
	}
	header#header .text {
	  float: left;
	  padding: 0 0 0 16px;
	  text-align:left;
	}
	header#header h1 {
	  font-size: 48px;
	  line-height: 50px;	  
	}
	header#header h3 {
	  font-size: 24px;
	  line-height: 28px;  
	}	
}

/* ------------------------------------------------- */
/* FOOTER                                            */
/* ------------------------------------------------- */
footer#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  background: #f0f0f0;
  height: ;
  z-index: 1;
}


/* ------------------------------------------------- */
/* BACK TO TOP BUTTON                                */
/* ------------------------------------------------- */

/* ------------------------------------------------- */
/* CONTENT                                           */
/* ------------------------------------------------- */
#content {
  padding-bottom: 80px;
  position:relative;
  z-index:0;
}

/* ------------------------------------------------- */
/* SECTIONS GLOBAL                                   */
/* ------------------------------------------------- */
section {
  padding-top:32px;
  padding-bottom:32px;
} 
@media (min-width: 768px) {
	section {
	  padding-top:48px;
	  padding-bottom:48px;
	}
}
section .k2row {
	position:relative;
}
section .k2row img {
  display: inline-block;
  max-width: 100%;
  height: auto!important;
  width:auto!important;
  float:none!important;
}

section ul > li {margin-top:2px;margin-bottom:2px}
section ol > li {margin-top:2px;margin-bottom:2px}

/* ------------------------------------------------- */
/* SECTIONS COLORSCHEMAS                             */
/* ------------------------------------------------- */


/* ------------------------------------------------- */
/* SECTION HEADING                                   */
/* ------------------------------------------------- */
section .subheading {
  width: 95%;
  margin: 0 auto;
  float: none;
}
section .k2container .subheading {
}
section .subheading > .description {
  margin-top:5px;
}
section .subheading > h2 {
  margin: 0 0 0.250em;
}
@media (min-width: 768px) {
	section .subheading {
	  width: 90%;
	  margin: 0 auto;
	  float: none;
	}
}
@media (min-width: 992px) {
  section .subheading {
    width: 80%;
  }
	section .subheading > h2 {	  
	  font-size: 42px;
	  line-height: 44px;
	}  
}


/* ------------------------------------------------- */
/* TEXT                                              */
/* ------------------------------------------------- */
section .k2row > .text {
  width: 95%;
  margin: 0 auto;
  float: none;
}
@media (min-width: 768px) {
  section .k2row > .text {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
}
@media (min-width: 992px) {
  section .k2row > .text {
    width: 80%;
  }
}


/* ------------------------------------------------- */
/* SECTION 404                                       */
/* ------------------------------------------------- */
section.k2section_404 h3 {
	text-align:center;
}

/* ------------------------------------------------- */
/* SECTION EFFECTS GLOBAL                            */
/* ------------------------------------------------- */
a, button {  
  -webkit-transition: color 0.33s linear, border-color 0.33s linear, background 0.33s linear, text-shadow 0.33s linear;
  -moz-transition: color 0.33s linear, border-color 0.33s linear, background 0.33s linear, text-shadow 0.33s linear;
  -o-transition: color 0.33s linear, border-color 0.33s linear, background 0.33s linear, text-shadow 0.33s linear;
  transition: color 0.33s linear, border-color 0.33s linear, background 0.33s linear, text-shadow 0.33s linear;
}
input, select, textarea {  
  -webkit-transition: border-color 0.33s linear;
  -moz-transition: border-color 0.33s linear;
  -o-transition: border-color 0.33s linear;
  transition: border-color 0.33s linear;  
}
#btnBackToTop {
  -webkit-transition:opacity 0.2s linear 0s;
  -moz-transition:opacity 0.2s linear 0s;
  -o-transition:opacity 0.2s linear 0s;
  transition:opacity 0.2s linear 0s;
}
