/*
 * CSS styles for Mune theme
 *
 * @package WordPress
 * @subpackage Mune
 * @since 1.0
 * @last 1.3.0
 * @author Federico Fausti
 */

/* -- BOOTSTRAP CLASSES -- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
  height: auto;  
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

canvas {
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
	z-index: 1;
  width: 100%;
  height: 100%;	
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item, .list-inline li {
  display: inline-block;
}

.container, .container-wide {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;	
  margin-right: -16px;
  margin-left: -16px;
}

._row, ._blocks, ._cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
._line-blocks {
  display: -ms-flexbox;
  display: flex;
}
._block, ._card {
  position: relative;
  min-height: 1px;
  padding: 16px;  
}
._block {
  width: 100%; 
}
._card {
  max-width: 300px;
  min-width: 250px;
  margin: 0 auto;
}

.col-12, .col, .col-sm, .col-sm-4, .col-sm-6, .col-sm-8, .col-sm-9, .col-sm-12, .col-md-3, .col-md-4, .col-md-6, .col-md-9, .col-md-12, .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-8, .col-lg-12, .col-lg {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}
.order-1 {
  -ms-flex-order: 1;
      order: 1;
}
.order-2 {
  -ms-flex-order: 2;
      order: 2;
}
.order-3 {
  -ms-flex-order: 3;
      order: 3;
}
.order-4 {
  -ms-flex-order: 4;
      order: 4;
}
.order-5 {
  -ms-flex-order: 5;
      order: 5;
}
.order-6 {
  -ms-flex-order: 6;
      order: 6;
}
.order-7 {
  -ms-flex-order: 7;
      order: 7;
}
.order-8 {
  -ms-flex-order: 8;
      order: 8;
}
.order-9 {
  -ms-flex-order: 9;
      order: 9;
}
.order-10 {
  -ms-flex-order: 10;
      order: 10;
}



.btn.disabled, .btn:disabled {
  opacity: .65;
}

.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 0.75rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 16px;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
/*
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
*/
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;/*
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;*/
}

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1.25rem;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.w-100 {
  width: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  
  ._block-20 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;    
  }   
  
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }		
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }	
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .card-group {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group .card {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }    
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {	
  .container {
    /* max-width: 720px; */
	max-width: 90%;
  }
  
  ._cards {
    max-width: 600px;
    margin: 0 auto;
  }  
  ._card-20 {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;    
  }     
  ._card-25 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;    
  }    
  ._card-33, ._block-20 {
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    max-width: 33.33%;    
  } 
  ._card-50 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;    
  }
  ._card-66 {
    -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%;
    max-width: 66.66%;    
  } 
  ._card-75 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;    
  }  
  ._card-80 {
    -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        flex: 0 0 80%;
    max-width: 80%;    
  }    
  ._card-100 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }  
  ._block-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }  
  
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }    
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }    
  
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }  
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }	
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}


@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  
  ._row, .blocks {
    margin-right: -16px;
    margin-left: -16px;
  }
  ._block-20 {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;    
  }     
  ._block-25 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;    
  }    
  ._block-33 {
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    max-width: 33.33%;    
  } 
  ._block-50 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;    
  }
  ._block-66 {
    -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%;
    max-width: 66.66%;    
  } 
  ._block-75 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;    
  }  
  ._block-80 {
    -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        flex: 0 0 80%;
    max-width: 80%;    
  }    
  ._block-100 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }  
  ._block-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  ._cards {
    max-width: 900px;
  }    
  ._card {
    min-width: 300px;
  }  
  
  
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }	
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }	
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }	
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }	
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }			
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }	
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }	
}

@media (max-width: 1240px) {
  ._cards {
    max-width: 1200px;
  }   
}
@media (min-width: 1320px) {
  .container-wide {
    min-width: 1300px;
    max-width: 90%;
  }  
}
@media (max-width: 1459px) {
  .container {
    max-width: 1300px;
  }
  .container-wide {
    max-width: 90%;
  }  
  
  ._line-blocks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }  
}
@media (min-width: 1460px) {
  .container {
    max-width: 1400px;
  }
  .container-wide {
    max-width: 1600px;
  }
  
  ._line-blocks ._block {
    flex: unset;
    max-width: unset;
  }  
  ._cards {
    max-width: 100%;
  }  
}



/* -- THEME CLASSES -- */

/* General Website Styles
----------------------------------------------- */

/* -- Clear styles -- */
input:focus, textarea:focus, button:focus, input:active, textarea:active, button:active, select:active, .btn:focus, .btn:active, a:focus, a:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: inherit;    
}


/* -- Scrollbar -- */
body::-webkit-scrollbar {
  width: 16px;
}
body::-webkit-scrollbar-thumb {
  background: #272727;
}
body::-webkit-scrollbar-thumb:hover {
  background: #272727;
}


/* -- Typography -- */
body {
	background: #fff;
	min-height: 100vh;	
	margin: 0;	
	flex-direction: column;	
  text-align: left;	
  font-family: 'Muli', sans-serif;
	color: #272727;
  font-weight: 400;	
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Work Sans', sans-serif;	
	margin-top: 0;
} 
h1, h2, h3 {
	margin-bottom: 32px;
  letter-spacing: 0.1rem;
}
h2, h3 {
  line-height: 1.3;
}
h4, h5, h6 {
	font-weight: 400;	
  line-height: 1.5;
	margin-bottom: 16px;	
}
article p {
	margin-bottom: 26px;	
}
article p:last-child {
	margin-bottom: 0;
}
h1 {
	font-size: 3.5rem;
	font-weight: 500;
  line-height: 1.2;	
}
h2 {
  font-size: 2.5rem;
	font-weight: 400;	
}
h3 {
  font-size: 1.6rem;
  font-weight: 400;
}
h4 {
  font-size: 1.3rem;
}
h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.1rem;
}
p {
  font-size: 1.05rem;
  letter-spacing: 0.1rem;
  line-height: 2;	
}
p, ol, ul, dl {
  margin-top: 0;
  margin-bottom: 16px;	
}
li {
  font-size: 1.05rem;	
  letter-spacing: 0.1rem;
}
article li {
  line-height: 2rem;	
}
ol ol, ul ul, ol ul, ul ol {
	margin-bottom: 0;
}
.post-link {
  font-size: 1rem;
	margin-top: 16px;	
}
.subtitle {
  margin-bottom: 64px;   
}

@media (max-width:576px){
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2rem;
	}	
	h3 {
		font-size: 1.5rem;
	}	
	h4, h5, h6 {
		font-size: 1.1rem;
	}		
}
h3:after {
  content: '';
  display: block;
  background: #286ea2;
  margin-top: 10px;
  width: 100px;
  height: 2px; 
  margin-top: 12px;
}
.center h3:after {
  margin: 12px auto 0 auto;
}
.full-width-slider h3:after  {
  display: none;
}


/* -- Links -- */
a, .animate-link {
	position: relative;	
	text-decoration: none;
	color: #286ea2;		
}
a:hover, .animate-link:hover {
	color: #4dabee;
}

p a:after, .animate-link:after {
	display: block;
  content: '';
  width: 0;
  height: 1px;
  background: #286ea2;
  position: absolute;
  bottom: -6px;
  left: 0;
	opacity: .75;
}
p a:hover:after, .animate-link:hover:after {
  width: 100%;
	background: #4dabee;	
}

.post-link i {
  font-size: 1.1rem;
  position: relative;
  top: 1px;
  left: 0px;
  opacity: 0;
}
.post-link:hover i {
  left: 10px;
  opacity: 1;
}
.post-link:hover {
  color: #286ea2;
}


/* -- Fontello -- */
@font-face {
	font-family: 'fontello';
	src: url('../font/fontello.eot?38243575');
	src: url('../font/fontello.eot?38243575#iefix') format('embedded-opentype'),
	url('../font/fontello.woff?38243575') format('woff'),
	url('../font/fontello.svg?38243575#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

i {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before { content: '\e800'; }
.icon-linkedin:before { content: '\e801'; }
.icon-network:before { content: '\e802'; }
.icon-twitter:before { content: '\e803'; }
.icon-tumbler:before { content: '\e804'; } 
.icon-home:before { content: '\e805'; }
.icon-mail:before { content: '\e806'; }
.icon-instagram:before { content: '\e807'; }
.icon-call:before { content: '\e808'; }
.icon-location:before { content: '\e809'; }
.icon-info:before { content: '\e80a'; }
.icon-user:before { content: '\e80b'; }
.icon-tag:before { content: '\e80c'; }
.icon-attention:before { content: '\e80d'; }
.icon-search:before { content: '\e80e'; }
.icon-cancel-circle-2:before { content: '\e813'; }
.icon-world:before { content: '\e81b'; }
.icon-right-open-mini:before { content: '\e81f'; } 
.icon-up-open-big:before { content: '\e824'; }
.icon-cancel:before { content: '\e827'; }
.icon-quote:before { content: '\e82a'; }
.icon-ok:before { content: '\e82b'; }


/* -- Text highlight -- */
::selection {
  background: #286ea2;
  color: #fff
}
::-moz-selection {
  background: #286ea2;
  color: #fff    
}


/* -- Form and inputs -- */
div[role="form"] {
  margin: 16px;    
}	
input, textarea, select, select:not([size]):not([multiple]) {
	width: 100%;
	height: 60px;    
	background: transparent;
  font-family: 'Muli', sans-serif;
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #272727 !important;
  border: 1px solid #b5b5b5;	
	border-radius: 0;
  padding: 5px 10px;
  margin-bottom: 20px;    
	-webkit-transition: all 0.45s ease-out !important;
     -moz-transition: all 0.45s ease-out !important;
    	 -o-transition: all 0.45s ease-out !important;
      		transition: all 0.45s ease-out !important;	    
}
textarea {
  padding-top: 20px;
  min-height: 100px
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #286ea2;  
}
input[type="checkbox"] {
  position: absolute;
  right: -4px;
  top: 0px;
  width: 21px;
  height: 25px;  
  z-index: 999;
  opacity: 0;
  cursor: pointer;	
}
.checkbox {
  background: transparent;
  border: 1px solid #b5b5b5;
  width: 20px;
  height: 20px;
  top: 7px;   
	cursor: pointer;
}
.checkbox.checked:after {
  left: 5px;
  top: -1px;
  width: 8px;
  height: 15px;
  border: solid #286ea2;
  border-width: 0 2px 4px 0;
  -webkit-transform: rotate(45deg);
    	-ms-transform: rotate(45deg);
      		transform: rotate(45deg);
}
.checkbox.checked {
    border: 1px solid #286ea2;
}
.checkbox, .checkbox.checked:after {
    display: block;    
    content: "";
    position: absolute;    
}
form label {
    font-family: 'Muli', sans-serif;
    display: inline;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2rem;
    margin-bottom: 0;
    color: #999;
	-webkit-transition: all 0.8s ease-out;
       -moz-transition: all 0.8s ease-out;
    	 -o-transition: all 0.8s ease-out;
    		transition: all 0.8s ease-out;	      
}
label.custom-checkbox{
    margin-left: 30px;
    display: unset;
    line-height: 1.8rem;
    position: relative;
    top: 2px;
}
form label.highlight {
    color: #272727 !important;  
}


/* -- Placeholder -- */
::placeholder {
	color: #272727;	
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    line-height: 1rem;
    opacity: 0.5; 
}
:-ms-input-placeholder { 
	color: #272727;	
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    line-height: 1rem;
    opacity: 0.5; 
}
::-ms-input-placeholder {
	color: #272727;	
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    line-height: 1rem;
    opacity: 0.5; 
}
::-webkit-input-placeholder {
	color: #272727;	
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    line-height: 1rem;
    opacity: 0.5; 
}
::-moz-placeholder {
    color: #272727 !important;
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    line-height: 1rem;
    opacity: 0.5; 
}
:-moz-placeholder { 
    color: #272727 !important;
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    line-height: 1rem;
    opacity: 0.5;    
}

nav #searchform ::placeholder {
    color: #fff !important;	
}
nav #searchform :-ms-input-placeholder {
    color: #fff !important;	
}
nav #searchform ::-ms-input-placeholder {
    color: #fff !important;	
}
nav #searchform :-webkit-input-placeholder {
    color: #fff !important;	
}
nav #searchform ::-webkit-input-placeholder {
    color: #fff !important;	
}
nav #searchform :-moz-placeholder {
    color: #272727 !important;	
}
nav #searchform ::-moz-placeholder {
    color: #fff !important;	
}

.page-scrolled nav #searchform ::placeholder {
    color: #272727 !important;	
}
.page-scrolled nav #searchform :-ms-input-placeholder {
    color: #272727 !important;	
}
.page-scrolled nav #searchform ::-ms-input-placeholder {
    color: #272727 !important;	
}
.page-scrolled nav #searchform :-webkit-input-placeholder {
    color: #272727 !important;	
}
.page-scrolled nav #searchform ::-webkit-input-placeholder {
    color: #272727 !important;	
}
.page-scrolled nav #searchform :-moz-placeholder {
    color: #272727 !important;	
}
.page-scrolled nav #searchform ::-moz-placeholder {
    color: #272727 !important;	
}


/* Elements Styles
----------------------------------------------- */

/* -- Header -- */
header {
	padding: 0 8px;
}

.body-page {
  min-height: 80vh;
}


/* -- Logo -- */
#logo, #logo-footer {
  height: auto;
  width: auto;
  min-height: 100px;
  left: 0;
}
.brend-logo, .after-logo {
  position: absolute;
  top: 50%;
}
.brend-logo {
  opacity: 1;
}
.after-logo {
  opacity: 0;
}
body.page-scrolled #logo .after-logo, body.page-scrolled footer #logo:hover .brend-logo {
  opacity: 1;
}
body.page-scrolled #logo .brend-logo, body.page-scrolled footer #logo .after-logo {
  opacity: 0;
}


/* -- Top Navbar -- */ 
body .navbar {
  background-repeat: no-repeat;
  background: linear-gradient(transparent, rgba(26, 26, 26, 0.1));
  height: 140px;
  border-bottom: 1px solid transparent;
}
body .navbar:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.7), transparent);
}
body.page-scrolled .navbar {
  border-bottom: 1px solid #f0f0f0;
	background: #fff;
  background: rgba(255, 255, 255, 0.95);
}
body.page-scrolled .navbar:after {
  display: none
}
nav .container {
  height: 100%;
  position: relative;
}
@media (max-width: 1140px) { 
    body .navbar {
		height: 70px !important;
	}
}

/* -- Social Navbar -- */ 
.navbar-social a {
  color: #fff;
  letter-spacing: 0;
} 
.navbar-social a:hover {
	color: #fff;
}
.navbar-social li a, .navbar-social li .icon-call {
  margin-right: 20px;
}
.navbar-social li.li-phone-number a {
  margin-right: 0;
}
.navbar-social i {
  font-size: 1rem;
  opacity: 0.9;
  position: relative;
  top: 4px;
}
.navbar-social i:hover {
  opacity: 1
}
body.page-scrolled nav .navbar-social a {
  color: #272727;
}
body.page-scrolled .navbar-social a:hover {
	color:#286ea2 !important;
}

/* nav list */
/* this allows to click ad scroll the website as normal on mobile */
#nav .main-navbar-nav {
  height: 0;
}
#nav, #nav ul, #nav ul li, #nav ul li a, #nav #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#nav {
  z-index: 998;
}
#nav ul.navbar-nav > li {
  float: left;
}
#nav ul.navbar-nav > li > a {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #fff;
  line-height: 40px;
  padding: 0 12px;
}
#nav ul.navbar-nav > li:last-child > a {
  margin-right: -12px;
}
#nav ul.navbar-nav > li > a:after {
  display: block;
  height: 1px;
  width: 0;
  background: #fff;
  opacity: 0.75;
  position: absolute;
  bottom: -1px;
  left: 50%;
  content: '';
  z-index: 0;
  -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
       -o-transition: all .4s ease;
          transition: all .4s ease;	
}
.page-scrolled #nav ul.navbar-nav > li > a:after {
  background: #272727;
}
#nav ul.navbar-nav > li:hover > a:after {
  width: 100%;
  left: 0;	
}
#nav ul.navbar-nav > li > a {
  text-shadow: 0px 0px 4px rgba(39, 39, 39, 0.2);	
}
.page-scrolled #nav ul.navbar-nav > li > a {
  color: #272727;	
  text-shadow: 0px 0px 0px transparent;
}
#nav ul.navbar-nav > li.current-menu-item > a, .page-scrolled #top i {
  text-shadow: 0px 0px 0px transparent;	
}
.page-scrolled #nav ul.navbar-nav > li.menu-item-has-children > a:before {
  border-color: #272727;
}
.page-scrolled #nav ul.navbar-nav > li.menu-item-has-children.current-menu-item > a:before {
  border-color: #fff !important;
}
#nav ul.navbar-nav > li.menu-item-has-children > a {
  padding-right: 20px;
}
#top i {
  text-shadow: 0px 0px 8px rgba(39, 39, 39, 0.2);	
}
#nav ul.navbar-nav > li.menu-item-has-children > a:before {
  position: absolute;
  top: 18px;
  right: 8px;
  display: block;
  width: 4.5px;
  height: 4.5px;
  background: transparent;
  content: ''; 
  text-align: center;
  -webkit-transition: all .75s ease;
     -moz-transition: all .75s ease;
      -ms-transition: all .75s ease;
       -o-transition: all .75s ease;
          transition: all .75s ease;
  border: 1px solid;
  border-left: 0;
  border-top: 0;
  border-color: #fff;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);	
}
#nav ul.navbar-nav > li.menu-item-has-children:hover > a:before {
  -webkit-transform: rotate(405deg);
     -moz-transform: rotate(405deg);
      -ms-transform: rotate(405deg);
       -o-transform: rotate(405deg);
          transform: rotate(405deg);
}
#nav ul ul {
  transform: scaleY(0);
  position: absolute;
  left: -9999px;
  -webkit-box-shadow: 6px 6px 6px 0px rgba(47, 47, 47, 0.2);
     -moz-box-shadow: 6px 6px 6px 0px rgba(47, 47, 47, 0.2);
          box-shadow: 6px 6px 6px 0px rgba(47, 47, 47, 0.2);
}
#nav li:hover > ul {
  left: auto;
  background: #fff;
  height: auto;
  transform: scaleY(1);
  -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
       -o-transition: all .4s ease;
          transition: all .4s ease;
}
/* below a security script to prevent the last opened menu brokes the screen size */ 
@media (min-width: 1140px) and (max-width: 1700px){
  #nav .navbar-nav > li:last-child:hover > ul {
    right: 0;
  }
  #nav .navbar-nav > li:last-child > ul > li:hover > ul, #nav .navbar-nav > li:nth-last-child(-n+3) > ul > li:hover > ul {
    right: 100%;	 
  }
}
#nav ul ul ul {
  margin-left: 100%;
  top: 0;
  z-index: 1
}
#nav ul ul li a {
  padding: 8px;
  line-height: 20px;
  min-width: 200px;
  text-decoration: none;
  color: #272727;
  background: transparent;
  font-size: 0.85rem;
  z-index: 1;
  -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
       -o-transition: all .4s ease;
          transition: all .4s ease;
  letter-spacing: 0.05rem;		
}
#nav ul ul li:after {
  display: block;	
  height: 100%;
  width: 0;
  background: #272727;	
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  z-index: 0;
  -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
       -o-transition: all .4s ease;
          transition: all .4s ease;
}
#nav ul ul li:hover:after {
  width: 105%;
  left: -2.5%;
}
#nav ul ul li:last-child > a {
  border-bottom: 0;
}
#nav ul ul li:hover > a, #nav ul ul li a:hover {
  background: transparent;	
  color: #fff;
}
#nav ul ul li.menu-item-has-children > a:after {
  width: 7px;
  height: 1px;
  display: block;	
  content: '';
  margin-top: 1.5px;
  position: absolute;
  top: 50%;
  right: 11px;
  background: #272727;
}
#nav ul ul li.menu-item-has-children > a:before {
  display: block;	
  width: 1px;
  height: 7px;	
  background: #272727;
  content: '';	
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -1.5px;
  transform: scaleZ(1);
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}
#nav ul ul > li.menu-item-has-children:hover > a:before {
  height: 0;
}
#nav ul ul > li.menu-item-has-children:hover > a:after, #nav ul ul > li.menu-item-has-children:hover > a:before {
  background: #fff;		
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;		
}


/* current item style */
#nav .current-menu-item > a {
  background: rgba(255, 255, 255, 0.2);	
}
.page-scrolled #nav .current-menu-item > a {
  background: #286ea2;
  color: #fff !important;
}

.only_mobile { 
  display: none;
}
/* mobile menu style */
@media (max-width: 1140px) { 
  .only_mobile { 
    display: block;
  }
  body .navbar {
		height: 70px !important;
	}
	#nav {
    width: 100%;
		height: 40px;
		position: absolute;
		right: 0;
		top: 40px;
	}	
	#nav .navbar-nav{
		margin-top: -50px;
		-webkit-transition: all .8s ease-out;
		   -moz-transition: all .8s ease-out;
	  		-ms-transition: all .8s ease-out;
		  	 -o-transition: all .8s ease-out;
			    	transition: all .8s ease-out;
	}	
	#nav .navbar-nav.opened{
		top: 0 !important;
		overflow-x: scroll;
	}
	#nav ul {
		background: #272727;    
	}
	#nav ul li {
		width: auto;
		margin-right: 60px;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
	}
	#nav ul li ul li {
		margin-right: 0;
	}	
	#nav ul ul {
  	-webkit-box-shadow: unset;
  	   -moz-box-shadow: unset;
      			box-shadow: unset;
	}	
	#nav ul ul ul li a {
		background: #3a3a3a;
	}
	#nav ul ul ul li {
  	width: 100%;
  	border-top: 1px solid #272727;
	}	
	#nav ul ul li:after {
		display: none
	}
	#nav ul ul li,
	#nav li:hover > ul > li {
  	height: auto;
		background: #272727; 
	}
	#nav ul li a,
	#nav ul ul li a {
  	width: 100%;
  	border-bottom: 0;
		color: #fff !important;  
	}
	#nav ul.navbar-nav > li {
  	float: none;
	}
	#nav ul ul li a {
  	padding-left: 20px;
	}
	#nav ul ul ul li a {
  	padding-left: 35px;
	}
	#nav ul ul li a {
  	color: #dddddd;
  	background: none;
	}
	
	#nav ul.move-menu-to-top {
		top: 0 !important;
	} 
  #nav ul ul li:hover > a,
  #nav ul ul li.active > a {
    color: #ffffff;
  }
  #nav ul ul,
  #nav ul ul ul,
  #nav.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #nav ul.navbar-nav > li.menu-item-has-children > a:after,
  #nav ul.navbar-nav > li.menu-item-has-children > a:before,
  #nav ul ul > li.menu-item-has-children > a:after,
  #nav ul ul > li.menu-item-has-children > a:before {
    display: none;
  }
  #nav .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    height: 40px;
    width: 60px;
    cursor: pointer;
  }
  #nav .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 7px;
    height: 1px;
    display: block;
    background: #fff;
    content: '';
  }
  #nav .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 1px;
    height: 7px;
    background: #fff;
    content: '';
  }
	#nav .submenu-opened > a, #nav .parentmenu-opened > a {
		background: #286ea2 !important;
	}	
	#nav .submenu-opened > .submenu-button:before, 
	#nav .parentmenu-opened > .submenu-button:before {
    display: none;
	}
	#nav .sub-menu {
		height: 0;
		transform:scaleY(0); 
	}	
	#nav .submenu-opened > .submenu-button{
		overflow:hidden;
		transform: scaleY(1);
		-webkit-transition: all .4s ease-out;
		   -moz-transition: all .4s ease-out;
		  	-ms-transition: all .4s ease-out;
			   -o-transition: all .4s ease-out;
				    transition: all .4s ease-out;
	}
}
@media (min-width:1141px) {
  #nav .navbar-nav {
    height: auto !important;
  	top: 0 !important;
  }   
}
@media (max-width: 1199px) {
  .navbar .container {
    max-width: 100%;
  }  
}
.multilanguage {
  flex-direction: row;
  list-style: none;
  display: flex;
  padding: 0;
  line-height: 20px;  
}

/* -- Buttons -- */
.btn{
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
  line-height: 2rem;    
  font-weight: 400;
  letter-spacing: 0.1rem;
  border-radius: 0px;
	text-align: center;
	border: none;	
  z-index: 100;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
	cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
    	 -o-transition: all 0.2s ease-out;
      		transition: all 0.2s ease-out;
}
.btn-lg {
	padding: 0.5rem 1rem;
	min-width: 200px;	
	height: 50px;
	margin-top: 2rem;
}
.cn-button {
	min-width: 120px;
  font-size: 0.8rem
}
.btn:before {
	width: 0px;
	height: 100%;	
}
.btn:before {
	content: "";
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.45s ease-out;
     -moz-transition: all 0.45s ease-out;
	  	 -o-transition: all 0.45s ease-out;
      		transition: all 0.45s ease-out;
}
.btn-primary:before, .btn-secondary:before, .btn-info:before, .btn-light:before, .btn-white:before, .btn-dark:before, .btn-success:before, .btn-warning:before, .btn-danger:before, 
.btn-outline-primary:before, .btn-outline-secondary:before, .btn-outline-light:before, .btn-outline-info:before, .btn-outline-white:before, .btn-outline-dark:before, .btn-outline-success:before, .btn-outline-warning:before, .btn-outline-danger:before {
  top: 0;
  left: 50%;	
}
.btn-outline-primary:before, .btn-outline-secondary:before, .btn-outline-light:before, .btn-outline-info:before, .btn-outline-white:before, .btn-outline-dark:before, .btn-outline-success:before, .btn-outline-warning:before, .btn-outline-danger:before {
  height: 100%;	
}
.btn-primary:hover:before, .btn-secondary:hover:before, .btn-info:hover:before, .btn-light:hover:before, .btn-white:hover:before, .btn-dark:hover:before, .btn-success:hover:before, .btn-warning:hover:before,  .btn-danger:hover:before, 
.btn-outline-primary:hover:before, .btn-outline-secondary:hover:before, .btn-outline-info:hover:before, .btn-outline-dark:hover:before, .btn-outline-light:hover:before, .btn-outline-white:hover:before, .btn-outline-success:hover:before, .btn-outline-warning:hover:before, .btn-outline-danger:hover:before {
	width: 100%;
	left: 0;
}
.btn-primary, .btn-secondary:before, .btn-info, .btn-light:before, .btn-outline-primary:before, .btn-outline-info:before {
	background: #286ea2;	
}
.btn-primary:before, .btn-secondary, .btn-white:before, .btn-dark, .btn-outline-secondary:before, .btn-outline-dark:before {
  background: #272727;
}
.btn-white, .btn-info:before, .btn-light, .btn-dark:before, .btn-outline-white:before {
  background: #fff;
}
.btn-light, .btn-outline-light:before {
	background: #f0f0f0;
}
.btn-outline-light {
  background: rgba(26, 26, 26, 0.1)
}
/* buttons: success, warning, danger */
.btn-dark:before, .btn-outline-secondary, .btn-outline-dark {
	border: 1px solid #272727;	
}
.btn-info:before, .btn-outline-primary {
	border: 1px solid #286ea2;
}
.btn-outline-info, .btn-outline-light, .btn-outline-white {
	border: 1px solid #fff;
}
.btn-light, .btn-white, .btn-dark:hover, .btn-warning, .btn-warning:hover, .btn-outline-secondary, .btn-outline-light:hover, .btn-outline-white:hover, .btn-outline-dark, .btn-outline-warning:hover {
  color: #272727;
}
.btn-primary, .btn-primary:hover, .btn-secondary, .btn-secondary:hover, .btn-info, .btn-light:hover, .btn-white:hover, .btn-dark, .btn-success, .btn-success:hover, .btn-danger, .btn-danger:hover, .btn-outline-primary:hover, .btn-outline-secondary:hover, .btn-outline-info, .btn-outline-info:hover, .btn-outline-light, .btn-outline-white, .btn-outline-dark:hover, .btn-outline-success:hover, .btn-outline-danger:hover {
    color: #fff;
}
.btn-info:hover, .btn-outline-primary {
	color: #274d76;	
}
/* outline buttons: success, warning, danger */

.btn-outline-primary, .btn-outline-secondary, .btn-outline-info, .btn-outline-white, .btn-outline-dark, .btn-outline-success, .btn-outline-warning, .btn-outline-danger {
	background: transparent;
}


/* -- Slick Slider -- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -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-slider video {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
}
.slider.alternative-background{
	background: #286ea2;
}
.slick-slide {
  margin: 0px 8px;
}
.full-width-slider .slick-slide {    
  margin: 0;  
}

.full-width-slider, .full-width-slider .slider, .full-width-slider .slide {
  height: 105vh; 
  position: relative;   
  overflow: hidden;
}
@media (max-width: 1600px) {
  .full-width-slider, .full-width-slider .slider, .full-width-slider .slide {
    height: 155vh; 
  }
}
.full-width-slider .slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-animation: animation-background 60s linear infinite;
      		animation: animation-background 60s linear infinite;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide-filter {	
  position: relative;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.slide-content, .single-content {
  z-index: 999;
  position: relative;
  color: #fff;
}
.slide-content {
	min-height: 300px;	
  max-width: 90%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.single-content {
  padding: 64px 0;
}
#new-slider .slide-content, .page-header .slide-filter, .page-header .color-filter {
  padding-top: 140px;
}
.slide-content h1 {
	text-shadow: 4px 2px 8px rgba(0, 0, 0, 0.5)
}
.slide-content .carousel-text p {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
	margin-bottom: 64px;
	text-shadow: 2px 2px 3px #000;
}
.slide-content .btn-primary, .slide-content .btn-secondary, .slide-content .btn-light, .slide-content .btn-info, .slide-content .btn-white, .slide-content .btn-dark, .slide-content .btn-success, .slide-content .btn-warning, .slide-content .btn-danger {
  box-shadow: 0px 0px 12px rgba(0,0,0,0.25);		
}
.slide-content .btn-outline-primary, .slide-content .btn-outline-secondary, .slide-content .btn-outline-light, .slide-content .btn-outline-info, .slide-content .btn-outline-white, .slide-content .btn-outline-dark, .slide-content .btn-outline-success, .slide-content .btn-outline-warning, .slide-content .btn-outline-danger {
  text-shadow: 2px 2px 12px #000;
  box-shadow: 0px 0px 12px rgba(0,0,0,0.25), inset 0px 0px 24px rgba(0,0,0,0.25);		
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
	  	 -o-transition: all 0.2s ease-out;
      		transition: all 0.2s ease-out;	
}
.slide-content .btn-outline-primary:hover, .slide-content .btn-outline-secondary:hover, .slide-content .btn-outline-light:hover, .slide-content .btn-outline-info:hover, .slide-content .btn-outline-white:hover, .slide-content .btn-outline-dark:hover, .slide-content .btn-outline-success:hover, .slide-content .btn-outline-warning:hover, .slide-content .btn-outline-danger:hover {
    text-shadow: none;
}
@media (max-width:1140px){
	#new-slider .slide-content, .page-header .slide-filter {
		padding-top: 70px;
	}	
}
.slick-slide .logo {
  max-width: 480px;
  max-height: 300px;
  width: auto;
  height: auto;
  margin-bottom: 64px;
  position: relative;
}

.logo-container {
	position: relative;
	display: inline-block
}
@media (max-width: 768px) {
	.slick-slide .logo {
		max-width: 360px;
		max-height: 200px;
	}
}
@media (max-width: 360px) {
	.slick-slide .logo {
		max-width: 320px;
	}
}
.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.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;
}
.slick-dots{
  list-style: none;  
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;	
  display: inline-flex;  
  margin-top: 2rem;
	margin-top: 0;
  padding-left: 0;  
	min-height: 20px;
}
.full-width-slider .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.slick-dots li button {
	font-size: 0;
  line-height: 0;
  display: block;
  width: 24px;
  height: 0px;
  margin: 0 4px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
	opacity: 0.5;
	border-bottom: 1px solid #fff;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;	
}
.slick-dots li.slick-active button {
	background: #f0f0f0;
  height: 6px;
}
.slick-dots li button:hover, .slick-dots li.slick-active button {
	opacity: 1;
}
.full-width-slider:hover .slick-prev {
    left: 0;
}
.full-width-slider:hover .slick-next {
    right: 0;
}
.slick-prev, .slick-next {
    font-size: 0;
    position: absolute;
    top: 50%;
    padding: 0;
    cursor: pointer;
    outline: none;
    z-index: 1;
    right: 8px;
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: transparent;
    -webkit-transition: all .75s ease;
       -moz-transition: all .75s ease;
    	-ms-transition: all .75s ease;
    	 -o-transition: all .75s ease;
    		transition: all .75s ease;
    border: 1px solid;
    border-color: #343a40;
	-webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
    	-ms-transform: rotate(-45deg);
    	 -o-transform: rotate(-45deg);
    		transform: rotate(-45deg);
	opacity: 0.5;
}
.full-width-slider .slick-prev, .full-width-slider .slick-next {
    width: 16px;
    height: 16px;	
    border-color: #fff;	
	opacity: 1;
}
.slick-prev {
    left: -40px;
    border-right: 0;
    border-bottom: 0;		
}
.slick-next {
  right: -40px;
  border-left: 0;
  border-top: 0;	
}
@media (max-width:576px){ 
	.slick-next {
		right: 10px;
	}
	.slick-prev {
		left: 10px;
	}	
}
.slick-prev:hover, .slick-next:hover {
	opacity: 1
}
.full-width-slider:hover .slick-prev {
  left: 40px;
}
.full-width-slider:hover .slick-next {
  right: 40px;
}
.slide {
  position: relative;	
}
.slide .icon-quote {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 2rem;	
}
.slide .feed-text p {
  font-size: 1rem;	
}
.slide .feed-details {
  letter-spacing: 0.1rem;	
}
.slide .feed-text, .slide .feed-info {
	padding-left: 40px;	
}
@media (max-width:576px){ 
	.slide .feed-text, .slide .feed-info {
		padding: 0 16px;
	}
}
.slide .feed-avatar {
	display: inline-block;
	width: 32px;
	height: 32px;
}


/* -- Back to top -- */
#back-to-top {
  position: fixed;
  width: 64px;
  height: 64px;
  bottom: 14px;
  right: 14px;
  text-align: center;
  cursor: pointer;
  z-index: 999;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;	
}
.page-scrolled #back-to-top {
	opacity: 1;
}
#back-to-top span {
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
    	-ms-transform: rotate(45deg);
    	 -o-transform: rotate(45deg);
      		transform: rotate(45deg);
  border: 2px solid #272727;
  border-bottom: 0;
  border-right: 0;
  margin-top: 25px;
  display: inline-block;
}
#back-to-top:hover {
  background: rgba(40, 110, 162, 0.8);
	
}
#back-to-top:hover span {
  border: 2px solid #fff;
  border-bottom: 0;
  border-right: 0;
}
@media (max-width:991px) {
	#back-to-top {
		bottom: 0;
		right: 0;
	}
}


/* -- Css loaders -- */
.lds-dual-ring, div.wpcf7 .ajax-loader, .xzoom-loading {
  display: inline-block;
  width: 75px;
  height: 75px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 15px;
  margin-top: -46px;
  margin-left: -23px;
  background: #fff;
  border: 1px solid #dcdcdc;
}
.lds-dual-ring:after, div.wpcf7 .ajax-loader:after, .xzoom-loading:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #272727;
  border-color: #272727 transparent #272727 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
div.wpcf7 .ajax-loader {
  background-image: none;
  top: 100%;
  left: 50%;    
}
@media (max-width:991px) {
	div.wpcf7 .ajax-loader {
		left: 250px; 
	}
}

div.wpcf7 .ajax-loader:after {
  border: 1px solid #002a4a;
  width: 50px;
  height: 50px;
  margin-top: -4px;
  border-color: #002a4a transparent #002a4a transparent;   
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* -- Custom CF7 Style -- */
div.wpcf7-response-output {
  border: 0px;
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 9999;
  background: white;
}
div.wpcf7-not-valid-tip, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked {
  letter-spacing: 0.1rem;
  line-height: 2rem;
  font-size: 1rem;
  font-weight: 400;
  width: auto;
  margin: 2em 0em;
  padding: 0.2em 3.5em;
	border-radius: 0;    
}
.required {
  color: #ff2200;	
}
span.wpcf7-not-valid-tip {
  color: #ff2200;
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-top: 8px;
  position: absolute;
  left: -8px;
}
input.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border: 1px solid #ff2200;
}
div.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
	color: #fff;
  background: #ff2200; 
}
div.wpcf7-mail-sent-ok {
	color: #fff;
  background: green; 
}
div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked {
	color: #272727;
  background: #f4cb54; 
}
div.wpcf7-response-output:after {
  font-family: "fontello";
  content: "\e827";
  cursor: pointer;
  font-size: 0.7rem;
  position: absolute;
  right: 18px;
  width: 30px;
  height: 30px;
  text-align: center;	
  top: 50%;
  margin-top: -15px;	
}
div.wpcf7-response-output:before {
  font-family: "fontello";
  font-size: 1.5rem;
  position: absolute;
  content: "\e80d";		
  left: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 50%;
  margin-top: -15px;
}
div.wpcf7-mail-sent-ok:before {
  content: "\e82b";	
}

.catalogue-items, .more-items {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media (max-width:1199px) { 
  .more-items {
    max-width: 800px;
  }	
}


.catalogue .catalogue-container {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.catalogue-items a, .more-items a {
  display: inline-block;
}
.catalogue-items .item {
/*  width: 16.66%;*/
/*  max-width: 225px;*/
  width: 225px;
  height: auto;	  
}
.more-items .item {
  max-width: 180px;
  height: auto;	
}
.catalogue-items img, .more-items img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.catalogue-items h5, .more-items h5 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
  min-height: 50px;
  margin: 0 auto;
  color: #272727 !important;
  width: 90%;	
}
.catalogue-items span i, .more-items span i{
  top: 2px;
}
.catalogue-items .item:hover span, .more-items .item:hover span {
  color: #286ea2 !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .catalogue-items img, .more-items img {
    width: 100%;
  }    
}


/* Section Styles
----------------------------------------------- */

/* -- Sections -- */
section {
  margin: 120px 0 120px 0;
}
section.bg-light {
  width: 100%;
  padding: 120px 0 120px 0 !important;
  margin: 0 0 64px 0;
}
.bg-white {
  background: #fff;
}
.bg-light {
  background: #f2f2f2;
}
.bg-lightgray {
  background: #dcdcdc;
}
.bg-gray {
  background: #bbb;
}
.bg-dark {
  background: #272727;
  color: #fff;
}


/* -- Cards -- */
.post-card {
  margin: 64px auto;
  overflow: hidden;
  max-width: 840px;
}
.post-card-large {
  max-width: 1140px;
}
@media (max-width:991px) {
  .js-fix-height {
    height: auto !important;
  }
}
.post-card, .card-title {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0
}
@media (min-width:992px){
  .post-card.even:nth-child(2), body.blog .post-card:nth-child(2) {
    margin: 0
  }	
}
@media (max-width:991px){
  .post-card .container {
    width: 100%;
  }
}
.post-card .container {
  position: relative;
  padding: 24px;
}
.post-card-image {
  min-height: 300px;    
}
.post-card picture {
  margin: -50%;
}
.post-card img {
  height: 300px;
  margin-right: -50%;
  margin-left: -50%;
}
.post-card time, .single-post time {
  position: absolute;
  top: -6px;
  right: 6px;
  width: 50px;
  min-height: 65px;
  background: #286ea2;
  color: #f0f0f0;
}
.post-card time .post-day, .single-post time .post-day {
  display: block;	
  position: relative;
  min-height: 40px;
  font-size: 1.5rem;
  padding-top: 10px;
}
.post-card time .post-month, .single-post time .post-month {
  min-height: 25px;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.2rem;
  line-height: 25px;
}
.post-card time .post-day:after, .single-post time .post-day:after {
  content: '';
  position: absolute;
  top: 0;
  left: -6px;
  width: 0; 
  height: 0; 
  border-top: 3px solid transparent;	
  border-left: 3px solid transparent;
  border-right: 3px solid #144468;
  border-bottom: 3px solid #144468;
}
.post-title {
  display: inline-block;
  padding-top: 16px;
  margin: 0;
}
.card-header-tabs .nav-item {
  cursor: pointer
}
.card-header {
  border-bottom: 1px solid #286ea2;
  padding: 0;
}
.card-header .nav-link {
  cursor: pointer;
  font-size: 1rem;	
}
.card-header .nav-link.active, .card-header .nav-link.active:hover {
  background: #286ea2;
  color: #fff;
}
.card-header .nav-link:focus, .card-header .nav-link:hover {
  color: #286ea2;
}
@media (max-width: 768px) {
  .card-header .nav-item{
    width: 100%
  }
}
.card-body, .post-body {
  padding: 16px 8px 0 8px;
  text-align: left;
  border-top: 1px solid #dcdcdc;
  overflow: hidden
}
.blog-image {
  height: 240px;
  position: relative;	
}
.singole-post-small {
  height: 200px;
}


/* -- Responsive images -- */
.responsive-background-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
}
.responsive-background-image img {
	display: none;
}


/* -- Catalogue -- */
.catalogue .toolbar {
  text-align: center;
  padding: 0;
}
.catalogue .loading {
  z-index: -1
}
.catalogue .fil-cat {
  background: #f0f0f0;
  color: #272727;
  min-width: 120px;
  width: auto;
  padding: 0.375rem 1.35rem;
	margin: 0 4px 8px 4px;
  height: 35px;
  line-height: 20px;
  font-size: 0.8rem;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
     -moz-transition: all 0.1s ease-out;
       -o-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;    
}
.catalogue .fil-cat:hover, .catalogue .fil-cat[data-rel='all'] {
  background: #3a3a3a;
  color: #f0f0f0
}
.catalogue .fil-cat[data-rel='showing'], .catalogue .fil-cat.highlight {
  background: #286ea2;
  color: #fff 
}
.catalogue .tile { 
  -webkit-transform: scale(0);
          transform: scale(0);
	width: 0;
	height: 0;
	margin: 40px 3px 0 3px;
}
.catalogue .scale-anm {
  -webkit-transform: scale(1);
          transform: scale(1);	
  text-align: center; 
  width: 300px;
  height: 360px;
  position: relative;
}
.catalogue .tile img {
  width: auto;
  height: auto;
  display: block;
}
.catalogue .product-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.catalogue h4 {
    font-family: 'Muli', sans-serif;
    font-size: 1.1rem;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-style: normal;
    color: #272727;
}
.catalogue .product-cat {
    margin-bottom: 0;
    color: #286ea2;
}
.catalogue .product-box {
    background: #286ea2;    
    height: 100%;
    width: 100%; 
    display: block; 
    font-family: 'Muli', sans-serif;  
    font-weight: 400;
    color: #fff;
    text-align: left;
    position: absolute;    
    top: 0; 
    bottom: 0; 
    z-index: 1;
    opacity: 0;
    padding: 20px;
	-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
    		transform: scaleX(0);
}
.catalogue .product-box p {
    font-size: 0.9rem;
    max-height: 220px;
    overflow: hidden;
}
.catalogue .product-box a {
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: 25px;
}
.catalogue .product-title {
    font-family: 'Muli', sans-serif;
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
}
.catalogue .tile:hover .product-box {
    opacity: 0.9; 
	-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
    		transform: scaleX(1);	
}

.product-info b {
  display: block;
  margin-bottom: 5px;
}

@media (max-width:1440px){  
    #catalogue #catalogue-portfolio {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-width: 25%;
        -moz-column-width: 25%;
        column-width: 25%;
    }  	
}
@media (max-width:1299px){ 
    #catalogue #catalogue-portfolio {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-width: 33.3333333%;
        -moz-column-width: 33.3333333%;
        column-width: 33.3333333%;
    }  
}  
@media (max-width:910px){
    #catalogue #catalogue-portfolio {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-width: 50%;
        -moz-column-width: 50%;
        column-width: 50%;
    }     
}
@media (max-width:576px){
    #catalogue #catalogue-portfolio {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }	
  .catalogue .catalogue-container {
    justify-content: center;
  }  
  .custom-page-block.catalogue h3:after {
    left: 50%;
    position: relative;
    margin-left: -50px;
  }
  .custom-page-block.catalogue h3 {
    text-align: center;
  }
}


/* -- Steps -- */
.steps.card-group {
	background: #286ea2;
    min-height: 400px;
}
.steps .shape {
    width: 60px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 0 0, 100% 50%, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 100% 50%, 0 100%, 0 100%);      
}
.steps .card:nth-child(3) .shape {
    display: none;
}
.steps .card:nth-child(1) {
    padding: 60px 0px 60px 40px;
}
.steps .card:nth-child(2) {
    padding: 60px 0px 60px 70px;
}
.steps .card:nth-child(3) {
    padding: 60px 10px 60px 70px;
}
.step-body {
	height: 100%;
    color: #fff;
	position: relative;
    z-index: 1;
}
.steps .step-title {
    font-size: 1.8rem;
    font-weight: 500; 
    font-style: normal;
    text-transform: inherit;
    width: 80%;
	opacity: 0.9;    
}
.step-text {
	font-size: 30px;
	line-height: 40px;
}
.steps .symbol {
    fill: #f0f0f0;
	color: #f0f0f0;
    position: absolute;
    right: 5%;
    bottom: 5%;
    line-height: 15rem;
    font-family: sans-serif;
    font-size: 20rem;
    font-weight: bold;
    opacity: 0.1;    
}
.steps a, .steps a:hover {
    color: #f0f0f0;
}
.steps .post-link {
	position: absolute;
	top: 95%;
	right: 0;
    margin: 20px 20px 0 0;	
}
.steps .symbol i {
	font-size: 220px;
}
@media (max-width: 1299px) {
    .steps h4 {
        width: 100% !important;
    }
    .steps .step-body {
        margin: 40px 16px 40px 16px;
    }
}
@media (max-width:1024px) {
    .steps .card{  
        max-width: 100%;
        padding: 60px 24px 60px 24px !important;
        min-height: 300px;
        margin: 0;  
        min-width: 100%;
    }
    .steps .shape {
        display: none;
    }
}


/*-- Focuses --*/
.focus-container {
  font-family: 'Muli', sans-serif;    
	color: #262626;
	font-size: 1rem;  
  text-align: center;
  letter-spacing: 0;
	padding: 0;
  margin: 0;
}
.focus-wrap {
  position: relative;
  padding: 32px 16px 16px 16px;
  margin: 16px 8px 0 8px;
  height: 100%;
} 
.page-template-top-icons .focus-wrap:hover {
  background: #f0f0f0;
}
.focus-icons:before, .focus-icons:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;	
	display: block;
	visibility: hidden;
  -webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
       -o-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;
}
.focus-icons:before {
	border-top: 1px solid #262626;
	border-left: 1px solid #262626;
	top: 0;
	left: 0;
}
.focus-icons:after {
	border-bottom: 1px solid #262626;
	border-right: 1px solid #262626;	
	bottom: 0;
	right: 0;
}
.focus-icons:hover:before, .focus-icons:hover:after {
	width: 50%;
	height: 50%;
	visibility: visible;	
}
.focus-wrap .icon {
  max-width: 75px;
  max-height: 75px;
  display: block;
  margin: 16px auto;
}
..focus-wrap .icon {
	fill: #272727;
}
.page-template-top-icons .focus-wrap .icon {
	fill: #151515;
}
.focus-wrap:hover .icon {
	fill: #286ea2
}
.focus-wrap .info-num, .focus-wrap .info-symbol, .focus-wrap .text-label {
  font-family: 'Work Sans', sans-serif;    
  font-weight: 500;	
}
.focus-wrap .info-num {  
  font-size: 3rem;
  font-weight: 500;
  line-height: 2rem;
	position: relative;
	margin-top: 32px;
}
.focus-wrap .info-symbol {
  font-size: 1.75rem;
  line-height: 2rem;
  position: absolute;
  bottom: 6px;
	display: inline-block
}
.focus-wrap .text-label {
  font-size: 1.1rem;
  width: 60%;
  margin: 12px auto 0 auto;
  line-height: 1.5rem;
  min-height: 48px;
}

.focus-wrap .text-intro {
  font-size: 0.9rem;
	line-height: 1.6rem;
  letter-spacing: 0.1rem;
  width: 80%;
  margin: 12px auto 0 auto;
}
.focus-wrap .text-link {
  z-index: 1;
  margin-top: 12px;
  display: block;  
}


/*-- Featured --*/
.featured .post-text {
  padding: 64px 32px;
}
@media (max-width:991px){
  .featured .post-text {
    padding: 32px 8px;
  }
}


/*-- Blog --*/
.post-image {
  max-height: 200px;
  overflow: hidden;
  position: relative;
}
.post-image picture {	
  margin: -50%;
}
@media (max-width:991px){
  .single-post {
    margin-bottom: 64px;
  }
  .single-post:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .post-image picture {
    margin: -50%;
  }	    
}
@media (max-width:576px){
  .single-post:nth-last-child(2) {
    margin-bottom: 64px;
  }
}


/*-- Parallax --*/
.parallax .container {
  padding: 60px 0;
  position: relative;
  color: #fff;	
}
.parallax-filter {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;	
  opacity: .9 !important;
}
.parallax-filter.bw-filter {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.primary-color {
  background: #286ea2;
  opacity: 0.5;	
}
.gray-color {
  background: #343a40;
  opacity: 0.5;	  
}
.dark-color {
  background: #2b3238;
  opacity: 0.5;	  
}
.page-header .primary-color, .page-header .gray-color, .page-header .dark-color,
.page-footer .primary-color, .page-footer .gray-color, .page-footer .dark-color {
  opacity: 0.9
}
/* dark color, light color */



/* Unique section styles
----------------------------------------------- */

/* -- Top Header -- */ 
#top {
  width: auto;
  height: 40px;
  line-height: 1.9rem;	
}
#top .icon-call{
  font-size: 1.6em;
}
#top .phone-number {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  top: 4px;
}


/* -- Trigger Nav -- */
#trigger-nav {	
    width: 60px;
    height: 40px;
    cursor: pointer;
    z-index: 999;	
}
body.overflow-hidden #trigger-nav{
    top: -55px;
    margin-top: 0;		
}
#trigger-nav .bar, #trigger-nav .bar:after, #trigger-nav .bar:before {
	background: #fff;
    width: 28px;
    height: 2px;
	border-radius: 0px;
}
body.page-scrolled #trigger-nav .bar, body.page-scrolled #trigger-nav .bar:after, body.page-scrolled #trigger-nav .bar:before {
	background: #272727;
}
body.overflow-hidden #trigger-nav .bar, body.overflow-hidden #trigger-nav .bar:after, body.overflow-hidden #trigger-nav .bar:before {
	background: #fff;	
}
#trigger-nav .bar {
	position: relative;
    margin-top: 2px;	
}
#trigger-nav .bar:before, .bar:after {
  content: "";
  position: absolute;
  left: 0;
}
#trigger-nav .bar:before {
  bottom: 8px;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
#trigger-nav .bar:after {
  top: 8px;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#trigger-nav .animate-bar {
  background: transparent !important;
}
#trigger-nav .animate-bar:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
#trigger-nav .animate-bar:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* -- Search Forms -- */
#top form[role="search"] input[type="text"]{
	width: 0;
	height: 30px;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
}
#top form[role="search"] input[type="checkbox"]{
  right: 16px;
  top: 8px;
  opacity: 0;
  cursor: pointer;
}
#top form[role="search"] span, #top form[role="search"] input[type="checkbox"]:checked{
  display: none;
}
#top form[role="search"] button{
  background: transparent;
  border: 0;
  width: 14px;
  min-width: 14px;
  height: 40px;
  padding: 0;
  margin: 0 20px 0 15px;
}
#top form[role="search"] i {
  color: #fff;
  font-size: 0.8rem;
  position: relative;
  top: -1px;
  opacity: 0.9;
  cursor: pointer;
}
#top form[role="search"] input[type="checkbox"]:checked ~ input[type="text"]{
  width: 200px;
  padding: 5px 10px;
  color: #fff !important;
  position: relative;
  top: 4px;	
} 
.page-scrolled #top form[role="search"] input[type="checkbox"]:checked ~ input[type="text"]{
  color: #272727 !important;
}
#top form[role="search"] i:hover, #top form[role="search"] input[type="checkbox"]:hover ~ button i {
  opacity: 1;
}
body.page-scrolled #top form[role="search"] input[type="text"]{
  border-bottom: 1px solid #272727;
}
body.page-scrolled #top form[role="search"] i {
  color: #272727;
  opacity: 1;
}
body.page-scrolled #top form[role="search"] i:hover, body.page-scrolled #top form[role="search"] input[type="checkbox"]:hover ~ button i {
  color: #286ea2
}


/* -- Featured -- */
#featured-posts .responsive-background-image {
	min-height: 300px;
}


/*-- Services --*/
#services .responsive-background-image {
	min-height: 200px;
}
#services .post-image:after {
	background: #286ea2;
	content: '';
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
	-webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
    	 -o-transition: all 0.4s ease-out;
      		transition: all 0.4s ease-out;	
}
#services .post-image:before {
	content: '+';
  font-family: 'Muli';
  font-weight: 300;
  font-size: 2rem;
  line-height: 50px;
  color: #fff;
  height: 50px;
  height: 50px;
  width: 50px;
  display: block;
  position: absolute;
  top: -10%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 2;
  opacity: 1;
	-webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
    	 -o-transition: all 0.4s ease-out;
      		transition: all 0.4s ease-out;		
}
#services .post-image:hover:after {
  opacity: 0.8;
}
#services .post-image:hover:before {
  top: 45%;
}
#services .post-link{
	position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  min-height: 30px;
  height: 30px;
	color: #fff;
  z-index: 3;
	-webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
    	 -o-transition: all 0.4s ease-out;
      		transition: all 0.4s ease-out;			
}
#services .post-link i {
  top: 2px;
}
#services .post-image:hover .post-link{
  top: 55%;	
}


/*-- Contact Form --*/
.contact-form {
	margin: 0 64px;	
}
@media (max-width:991px) {
	.contact-form {
		margin: 0;	
	}	
}
#contact-form div[role="form"] {
  border: 0;
  padding: 0;	
}
#contact #submit:focus {
  border: 1px solid #286ea2;  
}
#contact #submit {
  margin-top: 2rem;	
  display: inline-block;
  cursor: pointer;
}
#contact #submit:disabled {
  cursor: not-allowed;
  opacity: 1;	
  color: #286ea2;		
}
#contact #submit:disabled:hover {
  border: 1px solid #286ea2; 	
  color: #286ea2 !important;		
}
#contact #submit:disabled:before {
  opacity: 0	
}



/*-- Blog --*/
#blog picture {
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0;	
}
#blog picture .background {
  width: 100%;
  height: 100%;	
}
#blog .single-post {
  max-width: 414px;
}
#blog .single-post picture * {
  min-height: 200px;	
}
#blog .post-text {
  max-height: 160px;
  overflow: hidden;  
  margin: 16px 0;	
}
#blog .post-text * {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  margin: 0;
}


/* -- Footer -- */
footer a {
  color: #9f9f9f;
}
footer a:hover {
  color: #128fe8;
}
footer .logo-footer {
	opacity: 0.75
}
footer .logo-footer:hover {
	opacity: 1
}
footer div{
  color: #9f9f9f;
}
footer .navbar-nav li .nav-link {
  font-family: 'Muli', sans-serif;	
  font-size: 0.8rem;
  font-weight: 400;    
  text-transform: uppercase;
  line-height: 2rem;
}
footer h5 {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0;
}
footer .navbar-nav.no-uppercase-link li .nav-link{
    text-transform: none;	
}
footer .navbar-nav li .nav-link, footer .footer-contact .navbar-nav li {
    padding: 0 30px 0 0;
}
footer .navbar-nav li {
	position: relative;
	font-size: 1rem;
}
footer .navbar-nav li:after {
	position: absolute;
    top: 14px;
    right: 15px;
    display: block;
    width: 4.5px;
    height: 4.5px;
    background: transparent;
    content: '';
    text-align: center;
    -webkit-transition: all .75s ease;
       -moz-transition: all .75s ease;
    	-ms-transition: all .75s ease;
    	 -o-transition: all .75s ease;
    		transition: all .75s ease;
    border: 1px solid;
    border-left: 0;
    border-top: 0;
	border-color: #9f9f9f;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
    	-ms-transform: rotate(-45deg);
    	 -o-transform: rotate(-45deg);
    		transform: rotate(-45deg);
	opacity: 0.3;	
}
footer .footer-contact .navbar-nav li:after {
    top: 7px;		
}
footer .navbar-social li:after {
    top: 11px;
}
footer .navbar-nav li:last-child:after, footer .navbar-social li:last-child:after {
	display: none;
}
footer .navbar-nav li:first-child .nav-link, footer .footer-contact .navbar-nav li:first-child{
    border: 0;
    padding-left: 0;
}
footer .footer-contact li {
	margin-top: 15px;
}
footer .navbar-social li a {
    display: inline-block;
    margin: 0 30px 10px 0;
    bottom: 3px;
    color: #9f9f9f;
}
footer .navbar-social li:first-child a {
    color: #d5d5d5;
    margin-left: 0;
}
footer .navbar-social i {
    font-size: 0.8rem;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
    	 -o-transition: all 0.2s ease-out;
    		transition: all 0.2s ease-out;		
}
footer a, footer .brend-logo {
  -webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
    	 -o-transition: all 0.4s ease-out;
      		transition: all 0.4s ease-out;		
}
#footer1{
  background: #343a40;
  padding: 64px 16px 32px 16px;
  position: relative;
  opacity: .9;  
}
#footer1 .footer-content, #footer2 .footer-content {
  border-bottom: 1px solid #3d4245;
  margin: 0 0 12px;
  padding: 0 0 12px;
}
#footer1 .footer-contact i {
  margin-right: 0.5rem;    
}
#footer1 .footer-contact a:hover {
  color: #f0f0f0 !important;   
}
#footer1 .footer-contact .contact-text {
  margin-right: 1rem;   
  color: #f0f0f0;
}
#footer2 {
  background: #262d34;
  padding: 32px 16px 64px 16px;  
  opacity: .95;  
}
#footer2 .copyright .textwidget p {
  font-size: 0.8rem;
}
#footer2 .copyright .textwidget p a:hover {
  color: #f0f0f0;
}


/* Utility classes
----------------------------------------------- */

/*-- Mixed --*/
.center {
	margin: 0px auto;	
	text-align: center;
}

.inter-line {
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  margin: 40px 0;
}

body.admin-bar .navbar.fixed-top {
  top: unset;
}


/* -- Animations -- */
.svg path, .bar, figure:after,  figure:before {
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;		
}
.animate, p a, p a:after, .post-card a, .animate-link, .animate-link:after {
  -webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
       -o-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;
}


/* Screen Media Query
----------------------------------------------- */
/* large desktop screen */
@media (min-width:1141px){
	#top {
		position: absolute;
		top: 15%;
		right: 0;
	}	
	#nav {
		position: absolute;
		right: 0;
		bottom: 15%;
	} 
}
@media (max-width:1140px){ 
	#new-slider .slide-content, .page-header .slide-filter, .page-header .color-filter {
		padding-top: 70px;
	}	
}

/* laptop screen */
@media (max-width: 1140px) { 
	#logo {
		min-height: 50px !important;
	}
	nav .brend-logo, nav .after-logo {
		height: 100% !important;
		width: 100% !important;
		background-size: cover !important;
		position: absolute;
		top: 0 !important;
		margin-top: 0 !important;
	}	
  #trigger-nav{
    display: -ms-flexbox !important;
  	display: flex !important;
  }
}

/* mobile screen */
@media (max-width:425px){
  input[type="search"]{
    max-width: 130px;
  }
  div[role="form"] {
    border: 0px;
    padding: 0px;
  }
}
