


body {
  margin: 0;
  font-family: 'Work Sans', sans-serif;
}
/* * Addresses `font-family` inconsistency between `textarea` and other form
* elements. */
html,
button,
input,
select,
textarea {
  font-family: 'Work Sans', sans-serif;
}
/* * Addresses margins handled incorrectly in IE 6/7. */

/* ==========================================================================
Links
========================================================================== */
/* * Addresses `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: 3px dotted rgba(0, 0, 0, 0.05);
  /* padding: 5px; */
}
/* * Improves readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
Typography
========================================================================== */
/* * Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+,  Safari 5,  * and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  /* color: #F3F5FA; */
  /*font-family: 'Pridi', serif;*/
}
h2 {
  font-size: 1.8em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.6em;
  margin: 1em 0;
  /* color: rgb(180, 22, 44); */
}
h4 {
  font-size: 1.4em;
  margin: 1em 0;
}
h5 {
  font-size: 1.33em;
  margin: 1.67em 0;
}
h6 {
  font-size: 1.15em;
  margin: 2.33em 0;
}

/* ==========================================================================
Global Styles
========================================================================== */

.clearthis:after, .pagetitle:after {
  content: "";
  display: table;
  clear: both;
}
a {
  color: #18b6ea;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover,
a:focus {
  /* color: #3dc9b3; */
  text-decoration: none;
}
p {
  /* color: #8C969E; */
  word-spacing: 1px;
  /* line-height: 25px; */
  /* font-size: 1em; */
  /* font-family: 'Khula', sans-serif; */
}
blockquote {
   /* font-family: 'Pridi', serif;*/
   font-size: 2em;
   font-weight: 100;
   line-height: 1.2;
   margin-left: 0;
}
.lined {
  font-size: 32px;
  color: #777f88;
  /* text-transform: uppercase; */
  font-weight: 200;
}
.lined::after {
  content: " ";
  border: solid 1px rgba(0, 0, 0, 0.5);
  display: block;
  width: 35px;
  margin: 25px auto;
}
.section-padding {
  padding: 50px 0 50px;
}
.topgap {
	margin-top: 30px;
}
.botgap {
	margin-bottom: 30px;	
}

.blog-title, .no-gap {
    margin-top: 0;
}

.detail-image {
    /* padding-bottom: 60%; */
    background-size: cover;
    background-position: center;
    /* padding-bottom: 35%; */
    height: 500px;
    /* background-position: 50% 30%; */
}
.js .detail-image {
	display: none;
}
.dark-bg {
  background: #495057;
}
.light-bg {
  background-color: #fff;
}
.dark-box {
  background: #f3f5f8;
  -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
  -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
  box-shadow: 0px 3px 0px 0px #f0f2f4;
}
.light-box {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px 0;
  color: #fcfdff;
  border-bottom: 3px solid rgba(0, 0, 0, 0.25);
}
.light-box:hover,
.light-box:focus {
  border-color: #18b6ea;
}
.box-hover {
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
.box-hover:hover,
.box-hover:focus {
  transform: translate(0, -15px);
  -webkit-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
}

.wrap {
   /* min-height: 500px; */
}
.wrapper {
  height: 650px;
}
.nopadding {
  padding: 0;
}
.inner {
  padding-top: 170px;
}
ul.tagcloud-list {
  padding: 0;
}
ul.tagcloud-list li {
  display: inline-block;
  padding: 0;
  margin-bottom: 5px;
}
ul.tagcloud-list li a {
  padding: 6px 8px;
  display: inline-block;
  background: white;
  color: #1ab7ea;
  /* font-size: 1.1em; */
}
ul.tagcloud-list li a:hover {
  color: white;
  background: #1ab7ea;
}
ul.popular-post li h3 {
  margin: 0 0 14px 0;
}
.form-control {
  border-radius: 2px;
  /* border: 2px solid #eeeeee; */
  padding: 10px;
  height: 44px;
}
.form-control:focus {
  border-color: #18b6ea;
}
.btn {
  /* height: 38px; */
  border-radius: 0;
}
.btn-primary {
  background-color: #18b6ea;
  border-color: #18b6ea;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  /* background-color: #3dc9b3; */
  /* border-color: #3dc9b3; */
  /* opacity: 0.8; */
}

#sticky-wrapper {
    /* height: auto !important; */
    margin-bottom: 30px;
}

button.navbar-toggle.collapsed .icon-bar {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    width: 20px;
}

button.navbar-toggle  .icon-bar {
    position: absolute;
    left: 10px;
    right: 10px;
    width: 20px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

button.navbar-toggle .icon-bar:nth-child(2) {
    transform: rotate(45deg);
    top: 17px;
}
button.navbar-toggle.collapsed .icon-bar:nth-child(2) {
    transform: rotate(0);
    top: 10px;
}
button.navbar-toggle .icon-bar:nth-child(3) {
    top: 13px;
    opacity: 0;
}
button.navbar-toggle.collapsed .icon-bar:nth-child(3) {
    top: 13px;
    opacity: 1;
}
button.navbar-toggle .icon-bar:nth-child(4) {
    transform: rotate(-45deg);
    top: 13px;
}
button.navbar-toggle.collapsed .icon-bar:nth-child(4) {
    transform: rotate(0);
    top: 20px;
    opacity: 1;

}



.toggle-item {
    margin-bottom: 2px;
}
.toggle-item .btn {
	text-align: right;
	white-space: normal;
}
 .title-inside {
  display: block;
  margin: 40px auto;
  text-align: center;
  font-size: 2.5em;
  font-weight: 200;
}
.title-inside:after {
  content: " ";
  border: solid 1px #1ab7ea;
  display: block;
  width: 100px;
  margin: 10px auto;
}

.pagetitle {
	font-size: 2.6em;
	text-transform: uppercase;
	/* border-bottom: 2px solid #222; */
	margin-bottom: 0.3em;
	/* margin-bottom: 0; */
	font-weight: 300;
}
.pagetitle.noline {
	border: none;
}
.pagetitle.nogap {
	margin-top: 0;
}

.pagetitle .row {
	margin-top: 0.6em;
}

.pagetitle h2 {
	font-size: 1em;
	font-weight: inherit;
	margin: 0;
}
.pagetitle p {
	/* font-size: 13px; */
	/* font-weight: normal; */
}

.no-border {
	border: none !important;
}

  #blog {
    margin: 30px 0;
}

.normal-text {
    font-size: 15px;
    text-transform: none;
    font-weight: normal;
}
.no-pagination ul.pagination {
  display: none;
}
.system-message,
.system-error-message {
  /* padding: 50px 0; */
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

article ul {
	list-style: initial;
	margin-left: 1.3em;
}
article ol {
	list-style: decimal;
	margin-left: 1.3em;
}
article ul li, article ol li {
	margin-bottom: 0.6em;
}
#search .search-result {
  margin-bottom: 60px;
}
#search .search-result:last-child {
  margin-bottom: 0;
}
#search h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: #353535;
  letter-spacing: 1px;
  font-weight: bold;
}
#search h3 a:hover {
  text-decoration: underline;
}
.tabledefault {
  /* margin: 0 auto; */
}

header {
	/* border-bottom: 6px solid #222; */
	background: #fff;
	position: relative;
	z-index: 1000 !important;
	/* margin: 50px 0 10px; */
}

.is-sticky header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    margin: 0 !important;
}

.icon-row {
	/* float: right; */
	padding: 0;
	/* text-align: right; */
	display: inline-block;
	vertical-align: top;
}

.link-icon {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.link-icon img {
       height: 30px;
       -webkit-filter: grayscale(1);
       -webkit-filter: grayscale(100%);
       filter: gray;
       filter: grayscale(100%);
       filter: url(/assets/css/desaturate.svg#greyscale);
       -webkit-transition: all 500ms ease-in-out;
       -moz-transition: all 500ms ease-in-out;
       -ms-transition: all 500ms ease-in-out;
       -o-transition: all 500ms ease-in-out;
       transition: all 500ms ease-in-out;
       vertical-align: middle;
       opacity: 0.7;
}
.link-icon:hover img {
       -webkit-filter: none;
       filter: none;
       opacity: 1;
}


.navbar-collapse {
  position: relative;
  z-index: 210;
}
/* ==========================================================================
Navigation
========================================================================== */
nav.navbar-default {
  background-color: #fff;
  /* min-height: 100px; */
  position: relative;
  /* border: none; */
}
nav.navbar-default .navbar-brand {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  /* color: #A0A9B0; */
  /* top: 25px; */
  position: relative;
  display: block;
  height: 75px;
  width: 230px;
  padding: 10px 0;
  /* max-width: 80%; */
  /* margin-bottom: -5px; */
  z-index: 200;
}
nav.navbar-default .navbar-brand span {
  color: #3dc9b3;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #A0A9B0;
  opacity: 0.6;
}
.navbar-default .navbar-nav > li {
  margin-left: 1px;
}
.navbar-default .navbar-nav > li > a {
  color: #A0A9B0;
}
.navbar-default .navbar-nav > li.active > a {
  color: white;
  background: #3dc9b3;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: white;
  background: #3dc9b3;
}
.navbar-default .navbar-nav {
  margin-top: 25px;
  /* margin-left: 300px; */
}
.nav-border {
  /* border-bottom: 2px solid #222; */
}
.navicon {
  position: relative;
}
.indicator {
  position: absolute;
  right: 0 !important;
}
.pull {
  display: none;
}
@media (max-width: 767px) {
 nav.navbar-default .navbar-brand {
  max-width: 75%;
  overflow: hidden;
  line-height: 1;
  /* border: 1px solid red; */
}
}

.js .fadeIn {
	display: none;
}

a.popup img {
  /* border: 1px solid rgb(228, 231, 236); */
}

.header-right {
    margin-top: 25px;
}

.contact-bar {
    text-align: right;
    /* padding: 20px 0 0; */
    /* font-size: 1.2em; */
    /* color: rgb(180, 22, 44); */
    /* height: 50px; */
    font-weight: 200;
    float: right;
}
.contact-bar img {
	height: 30px;
	margin: 5px 0 5px 15px;
}
.contact-bar .pp img {
 	height: 32px;
 	/* margin-bottom: 2px; */
}

   
.contact-bar a {
   color: #222;
}


#banner {
	position: relative;
	margin-bottom: 30px;
}

.job-slider {
	/* margin-top: 60px; */
}

.job-vacancy {
    /* border-left: 1px solid #222; */
    /* padding: 1px 20px; */
}

.job-title {
	margin-bottom: 0;
}
.job-vacancy .job-title {
	margin: 0;	
}

.splitline {
    position: relative;
    border-right: 1px solid #222;
}
.splitline2 {
    position: relative;
    border-left: 1px solid #222;
    margin-left: -1px;
}

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

	.splitline {
		padding-bottom: 10px;
		border-right: none;
		border-bottom: 1px solid #222;
	}
	.splitline2 {
		padding-bottom: 10px;
		border-left: none;
		margin-left: 0px;
		border-bottom: 1px solid #222;
	}

}



#mapcanvas {
    height: 500px;
    margin-bottom: 20px;
    color: #222;
}
#mapcanvas a {
	/* color: #B4162C; */
}
#mapcanvas img {
	max-width: none !important;
}
#mapcanvas .logo img {
	max-width: 100% !important;
}

.autoload .pagination {
	display: none;
}

section.product-page {
	  background: #FAFBFC;
}
.product {
  background: #FFF;
  border: 2px solid #F3F5F8;
  margin-bottom: 30px;
  position: relative;
  display: block;
}

.product .image {
    height: 250px;
	display: block;
	background: #fff;
	line-height: 250px;
}

.product .image .fa, .product-detail .image .fa {
  font-size: 9em;
  color: #F3F5F8;
  line-height: 2;
}
.product .image.missing .fa {
	  color: rgba(233, 89, 36, 0.2);
}

.product .title {
    margin: 0;
    padding: 10px;
    background: #F3F5F8;
}
.product:hover, .product:hover .title {
	background: #B4162C;
	color: #fff;
}
.product:hover a, .product:hover p {
	color: #fff;
}
.product:hover .image {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.product .middle {
	display: none;
}
.product:hover .middle {
	display: block;
}
.middle {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px -50px;
    width: 100px;
    height: 50px;
}

ul.details {
  /* background: #F3F5F8; */
  /* padding: 5px; */
  margin-bottom: 10px;
}

ul.details li {
    background: #E4E7EB;
    margin-bottom: 5px;
    line-height: 2.4em;
    text-align: left;
    /* box-shadow: 1px 1px 2px #CAD0D7 inset; */
    color: #333A45;
    border-radius: 20px;
    overflow: hidden;
    /* padding-left: 110px; */
    position: relative;
}
ul.details li:last-child {
	margin-bottom: 0;
}
ul.details li span {
    float: left;
    width: 90px;
    background: #B4162C;
    color: #fff;
    margin-right: 20px;
    /* height: 100%; */
    text-align: center;
    /* padding-left: 20px; */
    /* position: absolute; */
    /* left: 0; */
}
ul.details li .fa{
font-size: 1.3em;
  color: #9DA4AE;
  margin-right: 10px;
}

.modal {
	  background: rgba(0, 0, 0, 0.75);
}

.tabheader {
	/* background: #E4E7EC; */
	padding: 10px;
	margin: 0 10px;
	display: inline-block;
	border-radius: 3px 3px 0 0;
}

mapdata {
	display: none;
}

.promotion {
    background: #17191B;
    border-left: 4px solid rgb(180, 22, 44);
	text-align: left;
    margin-bottom: 30px;
}

.promotion .image {
    float: right;
    width: 300px;
    margin-left: 30px;
    max-width: 50%;
}
.promotion .image img {
	width:100%;
}

.promotion .text {
    padding: 30px;
    font-size: 1.2em;
}
.promotion h3 {
	text-transform: uppercase;
	font-size: 2em
	}
.promotion p {
	font-size: 1em;
}

@media (max-width: 767px) {
.promotion .image {
    float: none;
    width: 100%;
    margin-left: 0;
    max-width: 100%;
}	
}

/*! jQuery UI - v1.11.4 - 2015-03-11
----------------------------------*/

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.3em;
	height: 1.3em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
	border-radius: 15px;
	border: 1px solid rgb(242, 239, 237);
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	
	background: #413F3D;
	font-weight: normal;
	color: #555555;
	outline: none;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	
	background: #dadad;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	
	background: #222;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}


.prodsearchform {
    background: #F2EFED;
    padding: 10px 20px;
    color: #575553;
    /* border-radius: 3px; */
    margin-bottom: 30px;
}

.prodsearchform .item {
    width: 25%;
    display: inline-block;
    /* border: 1px solid #3A3939; */
    float: left;
    padding: 10px 20px;
}

.range-min, .range-max {
    width: 50%;
    display: inline-block;
    padding-top: 5px;
    color: #B4162C;
}

.range-min {
    text-align: left;
}

.range-max {
    text-align: right;
}

.prodsearchform .cat_textbox {
    width: 100%;
    border: none;
    background: #A5A09D;
    padding: 5px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}

.ui-slider-range {
    background: #E95924;
    /* border: 1px solid #222; */
    /* box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.3); */
}

.range-slider {
    border: none;
    background: #D2CCC9;
    border-radius: 10px;
    /* box-shadow: inset 1px 1px 3px #222; */
}

.prodsearchform .cat_dropdown {
    background: #A5A09D;
    border: none;
    color: #fff;
    height: 27px;
    border-radius: 3px;
    /* -webkit-appearance: initial; */
    /* text-align: center; */
    margin-bottom: 10px;
    width: 100%;
}

.js .range-slider input {
	display:none;
}


.tick-holder {
    display: inline-block;
    /* margin: 0 10px 0px 0; */
    background: #A5A09D;
    color: #14AEA5;
    padding: 0px;
    width: 1.5em;
    text-align: center;
    border-radius: 2px;
    height: 1.5em;
    /* float: left; */
    position: absolute;
    left: 0;
    line-height: 1.5;
}
.ticked .tick-holder {
    background: #E95924;
    color: #FFFFFF;
}

.tickbox {
    margin: 5px;
    padding-left: 30px;
    position: relative;
    display: inline-block;
}

.ticked .on {
    display: inline;
    line-height: 1.5;
}

.on, .ticked .off {
    display: none;
}



.tickbox:hover {
    /* background: rgba(0, 0, 0, 0.2); */
    border-radius: 2px;
    cursor: pointer;
    color: #B4162C;
}

.inline a.list-group-item {
    display: inline-block;
    border-radius: 0;
    margin-bottom: 3px;
}

/* ==========================================================================
Waypoints
========================================================================== */
.wp1,  .wp2,  .wp3,  .wp4,  .wp5,  .wp6  {
     visibility:  hidden;
 }

.bounceInLeft,  .bounceInRight,  .fadeInUp,  .fadeInUpDelay,  .fadeInDown,  .fadeInUpD,  .fadeInLeft,  .fadeInRight  {
     visibility:  visible;
 }

.delay-05s  {
     animation-delay:  0.5s;
     -webkit-animation-delay:  0.5s;
 }

.delay-1s  {
     animation-delay:  1s;
     -webkit-animation-delay:  1s;
 }

.wp3  {
     /* background:  url('../img/iphone-bg.png') no-repeat center center; */
     /* background-position:  200px 10px; */
     /* height:  100%; */
 }


.home-slider {
	display: none;
	margin-bottom: 30px;
}




/* ==========================================================================
Hero
========================================================================== */
.hero {
  background: url('../img/hero-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 90px 0 300px 0;
  height: auto;
}
.hero h1 {
  font-size: 40px;
  letter-spacing: 12px;
  margin: 10px;
}
.hero h1 span {
  color: #a1a9b0;
  display: inline-block;
}
.hero p {
  letter-spacing: 1px;
}
.learn-more-btn {
  background: #3dc9b3;
  padding: 20px 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-box-shadow: 0px 3px 0px 0px #a1a9b0;
  -moz-box-shadow: 0px 3px 0px 0px #a1a9b0;
  box-shadow: 0px 3px 0px 0px #a1a9b0;
  margin: 60px 0 0;
  font-weight: bold;
}
.learn-more-btn:hover,
.learn-more-btn:focus {
  background: rgba(61, 201, 179, 0.6);
  color: #fff;
}
/* ==========================================================================
Intro
========================================================================== */
.intro {
  background: rgba(243, 245, 248, 0.04);
}
.intro h1 {
	/* color: #17191B; */
}
.intro p {
  /* margin: 50px 0 0; */
}
h1.arrow {
  font-size: 35px;
  text-transform: uppercase;
  /* color: #F3F5FA; */
  letter-spacing: 1px;
  background: url('../img/h1-bg.png') no-repeat center bottom;
  padding-bottom: 35px;
  font-weight: 200;
  font-family: 'Pridi', serif;
}
/* ==========================================================================
Features
========================================================================== */
.features-wrapper,
.team-wrapper {
  margin: 70px 0 0;
}
.icon {
  height: 175px;
  width: 175px;
  line-height: 175px;
  max-width: 100%;
  background: #3dc9b3;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  color: #fff;
  font-size: 55px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 0 auto 50px;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3), 0 0 30px rgba(255, 255, 255, 0.2);
}
.icon .fa {
  line-height: 175px;
}
/* ==========================================================================
Section
========================================================================== */

.down-arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(61, 201, 179, 0.6);
  display: inline-block;
  margin: 10px auto 20px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.down-arrow-btn:hover,
.down-arrow-btn:focus {
  color: #fff;
  background: #3dc9b3;
}
/* ==========================================================================
Subscribe
========================================================================== */
.subscribe {
  background: url('../img/keyboard-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0 140px;
}
.subscribe h1 {
  color: #fff;
  margin-bottom: 40px;
}
.subscribe h1 span {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 1px;
}
.subscribe input[type=text] {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px #fff;
  padding: 20px;
  width: 30%;
  color: #fff;
  /* border-radius: 2px; */
}
.subscribe input[type=submit] {
  background: #3dc9b3;
  border: solid 1px rgba(61, 201, 179, 0.6);
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.subscribe input[type=submit]:hover {
  background: #3dc9b3;
  border: solid 1px #3dc9b3;
  color: #fff;
}
/* ==========================================================================
CTA
========================================================================== */
.reverse-cta {
  background-color: #18b6ea;
  padding: 70px 0;
}
.reverse-btn {
  display: inline-block;
  padding: 25px 40px;
  color: #fff;
  border: solid 1px #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  /* border-radius: 2px; */
  font-size: 1.2em;
}
.reverse-btn:hover,
.reverse-btn:focus {
  color: #fff;
  border: solid 1px #fff;
}

.lighting-bg {
  background: url('../img/lighting-bg.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0 140px;
}

/* ==========================================================================
FlexSlider Custom CSS
========================================================================== */
#servicesSlider {
  margin-top: 70px;
}
ul.slides li {
  margin-bottom: 20px;
}

/* ==========================================================================
Portfolio
========================================================================== */
#portfolioSlider {
  margin-top: 50px;
}

.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}
.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(24, 182, 234, 0.2);
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #222;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}
a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
}

.overlay-effect .img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #eaeaec;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.overlay-effect .img i {
  font-size: 30px;
}
.overlay-effect .overlay {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
}
.overlay-effect .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 47%;
  margin: 0 auto -30px auto;
}
.overlay-effect .img:hover .overlay, a:hover .img .overlay {
  height: 100%;
  opacity: 1;
}


.overlay-effect .img:hover, a:hover .img  {
	background: #18b6ea;
}

.overlay-effect .img:hover img, a:hover .img img {
	  mix-blend-mode: multiply;
	  background-blend-mode: multiply;
}
.overlay-effect .img:hover img, .greyscale,  a:hover .img img {
	-webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
   /* filter: url(/assets/css/desaturate.svg#greyscale);*/
}

.imageblock {
    padding-bottom: 80%;
    overflow:hidden;
}

.imageblock img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.designs {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50px;
}
#portfolio .detail-page img {
  max-width: 100%;
}
#portfolio ul.portfolio-filter {
  text-align: center;
}
#portfolio ul.portfolio-filter li {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
}
#portfolio ul.portfolio-filter li a {
  border-radius: 0;
}
ul.portfolio-filter li.active a {
  background-color: #1ab7ea;
  color: white;
}
#portfolio ul.portfolio-filter li a:hover {
  /* background-color: #3dc9b3; */
  /* color: white; */
}
.portfolio-item-wrapper img {
  max-width: 100%;
}
/* ==========================================================================
Team
========================================================================== */
.progress {
  height: 30px;
}
.progress-bar {
  line-height: 30px;
}
.team img {
  margin-bottom: 40px;
  border-radius: 50%;
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

/* Disable grayscale on hover */
.team img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
ul.social-buttons {
  list-style: none;
  margin-bottom: 5px;
  padding: 0;
  display: inline-block;
  line-height: 1;
}
ul.social-buttons li {
  display: inline-block;
  margin-right: 10px;
  height: 30px;
}
ul.social-buttons li:last-child {
  /* margin-right: 0; */
}
.social-btn {
  display: inline-block;
  font-size: 2em;
  color: #aaa;
}

.social-btn:hover,
.social-btn:focus {
  color: #333;
}
.social {
  margin-top: 25px;
}

.partner {
    /* background: rgba(255, 255, 255, 0.03); */
    padding: 10px;
    /* margin: 5px; */
    /* line-height: 200px; */
    /* height: 200px; */
}
.partner img {
    border: 10px solid #fff;
}
/* ==========================================================================
Contact
========================================================================== */
.up-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(24, 182, 234, 0.5);
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.up-btn .fa {
  line-height: 46px;
}
.up-btn:hover,
up-btn:focus {
  color: #fff;
  background: #18b6ea;
}
.contact-details {
  margin: 70px 0;
}
.contact-details h2 {
  font-size: 45px;
}
.contact-details p {
  font-size: 16px;
}
.contact-details h2 span {
  display: block;
  color: #777f88;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-top: 15px;
  font-weight: 600;
}
.contact-wrap {
  position: relative;
}
.google-map {
  margin-top: 50px;
}

.dark-bg h1 {
	color: rgb(242, 242, 245);
}

a.addfile {
    color: #59B685;
}

address .fa {
    color: #59B685;
    margin-right: 5px;
}


/* Isotope Animating
* -------------------------- */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    /* border-bottom: 1px solid red; */
    /* margin-bottom: 50px; */
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

section.portfolio {
    /* background: #e0e1e2; */
}

/* filtering portfolio */
div.filter-categories{
    display: none;
}
.tags,#blog-tags{
    display: none;
}

.staff-details .name {
    margin: 0;
}

.detailbox {
    /* background: #F3F3F8; */
    /* padding: 20px; */
    margin-bottom: 30px;
}
.detailbox a {
	color: #222;
}

.post-stats {
    color: #9a9a9a;
    font-size: 12px;
}

/* ==========================================================================
Footer
========================================================================== */
footer a {
  /* color: #bbb; */
}
footer {
  /* background-color: #17191B; */
  padding: 10px 0;
  /* border-top: 2px solid #222; */
  margin-top: 30px;
}
footer p {
  /* color: #fff; */
}
ul.legals {
  list-style: none;
  color: #fff;
  line-height: 25px;
}
ul.legals li {
  display: inline-block;
}
ul.legals li::after {
  content: " |";
}
ul.legals li:last-child::after {
  content: "";
}
.legals {
  text-align: left;
}
footer .logoitem {
    display: inline-block;
    padding: 10px 20px;
    vertical-align: middle;
    font-size: 12px;
}

footer nav li {
    display: inline-block;
    padding: 5px 20px;
    font-size: 1em;
}

footer nav ul {
    text-align: center;
    margin-bottom: 20px;
}
.credit {
  text-align: right;
  font-size: 10px;
  color: #777;
}
footer ul.contact-list {
    text-align: right;
    margin: 15px 0;
}

.credit a {
 color: #ccc;
}
#faqs .panel-group {
  margin-top: 60px;
}
#faqs .panel-default > .panel-heading {
  background-color: #3dc9b3;
  border-color: #dddddd;
  color: white;
}
#faqs .panel-title > a:hover,
#faqs .panel-title > a:focus {
  color: white;
}
#faqs .panel-title > a {
  display: block;
}
#faqs .collapse {
  visibility: visible;
}
#blog section {
  /* padding: 0 0 30px; */
  /* margin-bottom: 30px; */
  /* border-bottom: 1px solid #ddd; */
}
#blog .image-container img {
  max-width: 100%;
}
#blog section:last-child {
  /* border: none; */
}
#blog ul.pagination li a {
  color: #3dc9b3;
  border: none;
  border-radius: 0;
}
#blog ul.pagination li.active a,
#blog ul.pagination li a:hover {
  background: #3dc9b3;
  color: white;
  border: none;
}
#blog .input-group-btn:last-child > .btn {
  margin-left: 0;
}
#blog form {
  margin: 30px 0;
}


/* ===== Blog Tags =========================== */
.BlogTagCloud a {
	background: #bfbfbf;
	/* border-bottom: 1px solid #fff; */
	color: #fff;
	display: inline-block;
	margin: 3px 2px;
	padding: 1px 5px;
}
.BlogTagCloud a:hover {
	background: #18b6ea;
	color: #fff;
}
.BlogTagCloud-XX-Large {
	font-size: 130%;
	transform: rotate(1deg);
}
.BlogTagCloud-X-Large {
	font-size: 120%;
	transform: rotate(-3deg);
}
.BlogTagCloud-Large {
	font-size: 110%;
	transform: rotate(5deg);
}
.BlogTagCloud-Medium {
	font-size: 100%;
}
.BlogTagCloud-Small {
	font-size: 90%;
	transform: rotate(-5deg);
}
.BlogTagCloud-X-Small {
	font-size: 80%;
	transform: rotate(2deg);
}
.BlogTagCloud-XX-Small {
	font-size: 70%;
	transform: rotate(-1deg);

}

.popular-posts li {
  display: block;
  margin-bottom: 15px;
}
.popular-posts li small {
  display: block;
}
#pagination a {
  padding: 4px 12px;
  background: #f4f4f4;
}

.detailbox .title {
	margin: 5px 0;
	font-size: 1.2em;
}
.detailbox .position {
	margin-top: 5px;
	color: #555;
	font-size: 14px;
}

.project-details .pagetitle {
    padding-right: 1.4em;
    position: relative;
}

.project-block {
    display: block;
    float: left;
    width: 25%;
    /* padding: 5px; */
    overflow: hidden;
    border: 5px solid #fff;
    transition: all 1s ease-in-out;
}
.project-block img {
	transition: all 1s ease-in-out;
}
.project-block img:hover {
	/*transform: scale(1.1); */
}

.block-feature {
    margin: 80px -5px 80px;
}

a.bigarrow {
    width: 0.6em;
    height: 1em;
    display: inline-block;
    float: right;
    margin: 0.2em 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
a.bigarrow.left {
	right: 0.8em;
}

.trigger-slides {
	display: block;
	font-size: 8em;
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
	/* width: 75px; */
	height: 100px;
	/* padding: 40px 0; */
	/* max-width: 200px; */
	margin: 55px auto;
	line-height: 0;
	/* border: 1px solid red; */
}


.trigger-slides.next {
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.trigger-slides.prev, a.bigarrow.left {
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.trigger-slides polygon, a.bigarrow polygon {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
    fill: #222;
}



.trigger-back {
	display: block;
	height: 30px;
	width: 28px;
	line-height: 0;
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	display: none;
	/* border: 1px solid green; */
	position: relative;
	z-index: 10;
}

.trigger-slides:hover polygon, a.bigarrow:hover polygon, .trigger-back:hover polygon {
    fill: #18b6ea;
}


svg {
    width: 100%;
    height: 100%;
}

.twocolumns {
	-webkit-columns: 350px 2;
	-moz-columns: 350px 2;
	columns: 350px 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	margin: 20px 0;
	-moz-column-break-inside:avoid;
	-webkit-column-break-inside:avoid;
	column-break-inside:avoid;
	}

.twocolumns :first-child {
	margin-top: 0 !important;
}


.description ul, .description ol {
	list-style: outside;
	margin: 0 0 20px 20px;
	/* font-family: 'Pridi', serif; */
}	
.description li {
	margin: 0 0 10px;
	font-weight: bolder;
}
.description ol li {
	list-style-type: lower-roman;
}

.no-space {
    margin: 0;
    padding: 0;
}

#projects, #news-section {
    /* margin: 30px 0; */
}

.project-slider {
    margin-bottom: 20px;
}

.project-item .img {
	padding-bottom: 80%;
}

.project-item .img img {
    position: absolute;
    top: 0;
}

.thumb-control {
	text-align: center;
}

.slide-thumb {
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid transparent;
    width: 50px;
    opacity: 0.5;
}
.slide-thumb img {
	display: block;
}

.slide-thumb.selected {
    border: 1px solid;
    opacity: 1;
}

#pagination {
    text-align: center;
}

.box {
    background: #eaeaea;
    padding: 15px;
    margin-bottom: 30px;
    /* color: #fff; */
}

.blockhead {
    padding: 15px;
    background: #18b6ea;
    margin: -15px -15px 15px;
    color: #fff;
}

.box .contact-list li {
    background: #ffffff;
    padding: 10px;
    margin-bottom: 5px;
    word-break: break-word;
}

.cta-icon {
    float: right;
    font-size: 3em;
    margin-top: -0.4em;
    color: #333;
    /* opacity: 0.5; */
    /* text-shadow: 0 2px 1px #000, 0 -2px 1px #000,2px 0 1px #000; */
    margin-left: 10px;
}

.blog-links {
	margin-bottom: 30px;
	border-top: 2px solid #222;
	/* margin-top: 1px; */
}

.news-item, .staff-profile, .project-item {
    margin-bottom: 40px;
    display: block;
}

.news-item .title, .news-item p {
	color: #222;
}
.news-item:hover .title, .news-item:hover p {
	color: #18b6ea;
}

.overlay-effect .title {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 30px 10px 10px;
    /* background: rgba(3, 0, 0, 0.3); */
    /* text-shadow: 0 2px 4px #222; */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.overlay-effect .title a {
	color: #fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.news-item p, .project-item p {
    font-size: 13px;
    line-height: 1.4;
    color: #555;
}

.staff-profile .img {
    padding-bottom: 60%;
    background: #888;
}

.staff-profile .img img {
    position: absolute;
    top: 0;
    left: 0;
}

a.loadmore {
    color: #222;
    font-size: 8em;
    text-align: right;
    display: block;
    margin-left: auto;
    width: 100px;
    line-height: 1;
}
a.loadmore:hover {
    color: #18b6ea;
}

.home-block {
    padding: 5px 10px;
    /* border: 2px solid #ececec; */
    margin: 0 -10px 20px;
    display: block;
    position: relative;
}

.home-block .pic {
    float: left;
    width: 30%;
    margin: 1em 0;
}
.home-block .description {
    display: block;
    margin-left: 30%;
    padding-left: 30px;
	color: #555;
}

.home-block .cover {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #1ab7ea;
    opacity: 0.1;
}

a.home-block:hover {
	border-color: inherit;
	color: inherit;
}

a.home-block:hover .cover {
    height: 100%;

}

.feature-block {
    margin-bottom: 30px;
}

.feature-block .title {
	padding-top:50px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	font-size: 1.4em;
	font-weight: 600;
}

.logo-block {
    margin: 0 -5px;
}

.logo-item {
    margin: 5px;
    display: inline-block;
}

#about-blocks, .more-info, .big-gap {
    margin-bottom: 100px;
}

.about-block {
    /* border-top: 2px solid #222; */
    padding: 0;
    margin: 20px 0;
}

.about-block .logo {
    margin-bottom: 40px;
    max-width: 180px;
}

.about-block .btn:not(:hover) {
	background: #fff !important;
	color: #222;
}

#scrollmenu {
    padding-top: 20px;
}



/* 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-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;
}


/* Arrows */
.slick-prev,
.slick-next
{
    /* font-size: 0; */
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    border: none;
    outline: none;
    background: #000;
    z-index: 10000;
    opacity: 0.7;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: #fff;
    outline: none;
    opacity: 1;
    /* background: rgba(0, 0, 0, 0.6); */
}
.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: 'slick'; */
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

.slick-prev
{
    left: 0;
}

.slick-prev:before
{
    /* content: '<'; */
}

.slick-next
{
    right: 0;
}

.slick-next:before
{
    /* content: '>'; */
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    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: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.bigslide {
    padding: 5px;

}

.big-slider {
	opacity: 0.1;
}


.bigslide img {
	height: 500px;
}




@media (min-width: 992px) {
	.project-slide .title {
    /* margin-top: 0; */
}

}


/* ------------------ Navigation ------------------ */

nav li {
    display: inline;
    padding: 10px;
    /* font-size: 15px; */
}

.js header nav ul {
	/* display: none; */
}

/* SmartMenus Core CSS (it's not recommended editing this)
===============================================================*/

.sm, .sm ul, .sm li{display: block;list-style:none;padding:0;margin:0;line-height:normal;direction:ltr;/* margin-left: auto; */}
ul.sm li{position:relative;/* z-index:1000; */}
ul.sm a{position:relative;display:block;text-transform: uppercase;}
ul.sm a.disabled{cursor:default;}
ul.sm ul{position:absolute;top:-999999px;left:-800px;width:100px;}
ul.sm li{float:left;}
ul.sm-rtl{direction:rtl;}
ul.sm-rtl li{float:right;}
ul.sm ul li,ul.sm-vertical li{float:none;font-size: 13px;}
ul.sm a{white-space:nowrap;}
ul.sm ul a,ul.sm-vertical a{white-space:normal;}
* html ul.sm-vertical li{float:left;width:100%;}
* html ul.sm-vertical ul li{float:none;width:auto;}
*:first-child+html ul.sm-vertical>li{float:left;width:100%;}
ul.sm ul.sm-nowrap>li>a{white-space:nowrap;}
ul.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden;}
* html ul.sm{height:1px;}
*:first-child+html ul.sm{min-height:1px;}
ul.sm li *,ul.sm li *:before,ul.sm li *:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
ul.sm{-webkit-tap-highlight-color:rgba(0,0,0,0);/* margin-top: 25px; */}


/* wrapper
===============*/
#mainnav
{
    width: 100%;
    font-weight: 400;
    font-size: 14px;
 /*   padding: 0 30px;*/

    /* color: #222; */
    position: relative;
    z-index: 400;
}
#mainnav > a
{
    display: none;
}

/*common styles
=======================*/
.sm-main a
{
    color: #222;
    display: block;
    text-decoration: none;
    padding: 0 1em;
}
.sm-main a:active
{
    -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
    background-color: rgba(0, 0, 0, 0.05);
}
.sm-main li:hover > a {
	/* background-color: #555555; */
	color: #2bbced;
	/* font-weight: 800; */
}
a.has-submenu {
    padding-right: 1.6em;
}

a.has-submenu.highlighted {
    background: #f4f4f4;
    /* color: #fff; */
    /* border: 2px solid #eaecef; */
}
/*.sm-main .subs > a:after
{
    width: 0;
    height: 0;
    border: 0.313em solid transparent;
    border-bottom: none;
    border-top-color: #5B82AD;
    content: '';
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -0.313em;
}*/
/* first level
==================*/
.sm-main {
    padding: 0;
    margin: 0;
    float: left;
    display: inline-block;
    clear: left;
}
.sm-main > li
{
    height: 100%;
}
.sm-main > li > a
{
    height: 100%;
    line-height: 2em;
    /* text-align: center; */
    font-size: 13px;
}
.sm-main:not( :hover ) > li.active > a
{
    color: #fff;
    background: #1ab7ea;
    /* border-bottom: 2px solid #318CA5; */
    /* margin-bottom: -2px; */
}
.sm .but {
	float: right;
}
.sm .but a {
    background: #11b4e9;
    color: #fff;
}

/* second level
========================*/
.sm-main ul
{
    background-color: #f4f4f4;
}
.sm-main ul a
{
    /* border-top: 1px solid #B9C7D7; */
    padding: 0.5em 1em;
    color: #3A3F44;
}

/* Sub menu indicators - Smart Menu styles
===================*/
.sm-main a span.sub-arrow {
    position:absolute;
    /* bottom: -10px; */
    /* left:50%; */
    margin-left:-5px;
    /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
    /* width:0; */
    /* height:0; */
    /* overflow:hidden; */
    /* border-width:5px; */ /* tweak size of the arrow */
    /* border-style:solid dashed dashed dashed; */
    /* border-color: rgba(212, 214, 216, 0) transparent transparent transparent; */
    right: 10px;
    top: 10px;
    font-size: 0.5em;
    line-height: 1;
}
.sm-main-vertical a span.sub-arrow,
.sm-main ul a span.sub-arrow {
    bottom:auto;
    top:50%;
    margin-top:-5px;
    right:15px;
    left:auto;
    margin-left:0;
    border-style:dashed dashed dashed solid;
    border-color: transparent transparent transparent #888280;
}

/* Scrolling arrows containers for tall sub menus - test sub menu:
"Sub test" -> "more..." -> "more..." in the default download package
 - Smart Menu styles
===================*/
.sm-main span.scroll-up, .sm-main span.scroll-down {
    position:absolute;
    display:none;
    visibility:hidden;
    overflow:hidden;
    background:#ffffff;
    height:20px;
    /* width and position will be automatically set by the script */
}
.sm-main span.scroll-up-arrow, .sm-main span.scroll-down-arrow {
    position:absolute;
    top:-2px;
    left:50%;
    margin-left:-8px;
    width:0;
    height:0;
    overflow:hidden;
    border-width:8px; /* tweak size of the arrow */
    border-style:dashed dashed solid dashed;
    border-color:transparent transparent #247eab transparent;
}
.sm-main span.scroll-down-arrow {
    top:6px;
    border-style:solid dashed dashed dashed;
    border-color:#247eab transparent transparent transparent;
}


@media screen and (max-width: 1100px) {
	.sm-main a
	{
		/* font-size: 15px !important; */
	}
	.sm-main a
	{
		/* padding: 0 1em; */
	}
	
}





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

/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these)
  - Smart Menu styles
==========================*/
	ul.sm-main{width: 100% !important;margin: 0;/* margin-bottom: 10px; */}
	ul.sm-main ul{display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
	ul.sm-main>li{float:none;/* background: #F5F6F7; */}
	ul.sm-main>li>a,
    ul.sm-main ul.sm-nowrap>li>a{white-space:normal;padding: 5px 10px 5px 33px;line-height: 2;}
	ul.sm-main iframe{display:none;}

	/* Uncomment this rule to disable completely the sub menus for small screen devices */
	/*.sm-main ul, .sm-main span.sub-arrow, .sm-main iframe {
		display:none !important;
	}*/


/* Menu items  - Smart Menu styles
===================*/
    /* presume we have 4 levels max */
    .sm-main > li:last-child > a,
    .sm-main > li:last-child > ul > li:last-child > a,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > a,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
    .sm-main > li:last-child > ul,
    .sm-main > li:last-child > ul > li:last-child > ul,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
    }
    /* highlighted items, don't need rounding since their sub is open */
    .sm-main > li:last-child > a.highlighted,
    .sm-main > li:last-child > ul > li:last-child > a.highlighted,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
    .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted {
    }

/* Sub menu indicators  - Smart Menu styles
===================*/
    .sm-main a span.sub-arrow,
    .sm-main ul a span.sub-arrow {
        top:50%;
        margin-top:-9px;
        right:auto;
        left:6px;
        margin-left:0;
        width:17px;
        height:17px;
        /* font:bold 16px/16px monospace !important; */
        text-align:center;
        border:0;
        /* text-shadow:none; */
        /* background:rgba(0,0,0,0.1); */
        -moz-border-radius:100px;
        /* -webkit-border-radius:100px; */
        /* border-radius:100px; */
        font-size: 1em;
        color: rgba(0, 0, 0, 0.5);
        line-height: 1;
        position: absolute;
 }
    .sm-main a.highlighted span.sub-arrow {
        display:none !important;
    }
	
	.navbar .columns {
		padding: 0;	
	}
	.navbar-default .navbar-collapse {
	  margin-left: 0;
	  margin: 0;
	  padding: 0;
	}
/* wrapper
===============*/
    #mainnav
    {
	  width: 100%;
	  position: static;
	  margin: 0;
	  /* padding-bottom: 10px; */
	  /* max-height: 100%; */
	  /* overflow: scroll; */
	  padding-top: 3.125em;
}
/*menu icon
===============*/
    #mainnav >
	  a
    {
        width: 3.125em; /* 50 */
	  height: 3.125em; /* 50 */
	  text-align: left;
	  text-indent: -9999px;
	  background-color: #318CA5;
	  position: absolute;
	  right: 0;
	  top: 0;
}
    #mainnav >
	  a:before,
    #mainnav > a:after
    {
        position: absolute;
	  border: 2px solid #fff;
	  top: 35%;
	  left: 25%;
	  right: 25%;
	  content: '';
    }
    #mainnav >
	  a:after
    {
        top: 60%;
    }
    #mainnav:not( :target ) >
	  a:first-of-type,
    #mainnav:target > a:last-of-type
    {
        display: block;
    }
    #mainnav:not( :target ) > .sm-main
    {
	  display: none;
    }
    #mainnav:target > .sm-main
    {
	  display: block;
    }
/* first level
===================*/
    .sm-main >
	  li
    {
        width: 100%;
	  float: none;
    }
    .sm-main >
	  li > a
    {
        height: auto;
	  text-align: left;
	  padding: 0 0.833em;
    }
    .sm-main >
	  li:not( :last-child ) > a
    {
        border-right: none;
        /* border-bottom: 1px solid #2F2E2E; */
        /*    margin-bottom: -1px;*/
}
.sm-main li:hover > a {
	background: #f9f9f9;
}


/* second level
===================*/
    .sm-main
	  ul
    {
        position: static;
	  padding-top: 0;
    }
    .sm-main:not( :hover ) >
	  li.active > a:after {
        display: none;
    }
    .sm-main
	  ul li a:hover,
    .sm-main ul:not( :hover ) li.active a
    {
        /* background-color: #1c8d98; */;}
/* third level
===================*/
    .sm-main
	  ul ul
    {
        border-left: 5px solid #D0CCCA;
    }
	
	.fixed {
	  max-height: 100%;
	  overflow: auto;
	}
	.sm .but {
		float: none;
	}




	.sidenav ul {
		margin: 0;
		padding: 0;
		background: #eee;
		border-left: 3px solid #ddd;
		border-radius: 5px;
		overflow: hidden;
	}
	.sidenav ul li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.sidenav ul li a {
		padding: 10px;
		display: block;
		font-size: 14px;

	}
	.sidenav ul li a:hover {
		background: #318CA5;
		color: #fff;

	}
	.sidenav ul li.selected a {
		 background: #ddd;
	}

	h2::after  {
	 margin: 15px auto;
	}


  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus .navbar-default .navbar-nav > li > a:hover, .navbar-default{

  }
  


.blogitem span.title, .blogitem span.date {
    font-size: 1.3em;
    display: inline-block;
}

.blogitem span.title {
    margin-bottom: 10px;
}

.blogitem span.date {
    position: relative;
    top: 10px;
}
.blogitem span.date:before {
    content: ' | ';
    margin: 0 0.5ch 0 0.3ch;
    display: inline-block;
    position: relative;
    top: -3px;
    transform: rotate(0.035turn);
    font-size: 1.3em;
}

.bloglist {
    border-left: 1px solid rgba(118, 120, 123, 0.2);
}

input[type="file"] {
    margin-left: auto;
    margin-right: auto;
}
label + a.button {
    margin-left: 10px;
    font-weight: bold;
}
.formitem label {
    margin-top: 10px;
}
blockquote {
	font-size: 1.4em;
}


.trigger-slides {
	height: 80px;
	margin: 0 auto;
	width: 80px;
}
.icon-row {
	float: none;
}

.link-icon {
    display: inline-block;
    margin: 0 0 0 10px;
}

.pagetitle {
	/* font-size: 4em; */
}
a.bigarrow {
	/* height: 70px; */
	/* width: 70px; */
}
.contact-bar {
	float: none;
	background-color: white;
}
.header-right {
	margin: 0;
}


.home-block .pic {
    float: none;
    width: 100%;
}
.home-block .description {
    margin-left: 0;
    padding-left: 0;
}

.detail-image {
	padding-bottom: 50%;
	/* margin-bottom: 45px; */
	height: auto;
}

 .project-block {
    width: 50%;
  }
	.bigslide img {
		height: 400px;
	}

}
@media (max-width: 991px) {
footer {
	text-align: center;
}
footer ul.contact-list {
	text-align: center;
}
}


@media (min-width: 550px) and (max-width: 991px) {
 .col-qs-1, .col-qs-2, .col-qs-3, .col-qs-4, .col-qs-5, .col-qs-6, .col-qs-7, .col-qs-8, .col-qs-9, .col-qs-10, .col-qs-11, .col-qs-12 {
    float: left;
  }
  .col-qs-12 {
    width: 100%;
  }
  .col-qs-11 {
    width: 91.66666667%;
  }
  .col-qs-10 {
    width: 83.33333333%;
  }
  .col-qs-9 {
    width: 75%;
  }
  .col-qs-8 {
    width: 66.66666667%;
  }
  .col-qs-7 {
    width: 58.33333333%;
  }
  .col-qs-6 {
    width: 50%;
  }
  .col-qs-5 {
    width: 41.66666667%;
  }
  .col-qs-4 {
    width: 33.33333333%;
  }
  .col-qs-3 {
    width: 25%;
  }
  .col-qs-2 {
    width: 16.66666667%;
  }
  .col-qs-1 {
    width: 8.33333333%;
  }
  .col-qs-pull-12 {
    right: 100%;
  }
  .col-qs-pull-11 {
    right: 91.66666667%;
  }
  .col-qs-pull-10 {
    right: 83.33333333%;
  }
  .col-qs-pull-9 {
    right: 75%;
  }
  .col-qs-pull-8 {
    right: 66.66666667%;
  }
  .col-qs-pull-7 {
    right: 58.33333333%;
  }
  .col-qs-pull-6 {
    right: 50%;
  }
  .col-qs-pull-5 {
    right: 41.66666667%;
  }
  .col-qs-pull-4 {
    right: 33.33333333%;
  }
  .col-qs-pull-3 {
    right: 25%;
  }
  .col-qs-pull-2 {
    right: 16.66666667%;
  }
  .col-qs-pull-1 {
    right: 8.33333333%;
  }
  .col-qs-pull-0 {
    right: auto;
  }
  .col-qs-push-12 {
    left: 100%;
  }
  .col-qs-push-11 {
    left: 91.66666667%;
  }
  .col-qs-push-10 {
    left: 83.33333333%;
  }
  .col-qs-push-9 {
    left: 75%;
  }
  .col-qs-push-8 {
    left: 66.66666667%;
  }
  .col-qs-push-7 {
    left: 58.33333333%;
  }
  .col-qs-push-6 {
    left: 50%;
  }
  .col-qs-push-5 {
    left: 41.66666667%;
  }
  .col-qs-push-4 {
    left: 33.33333333%;
  }
  .col-qs-push-3 {
    left: 25%;
  }
  .col-qs-push-2 {
    left: 16.66666667%;
  }
  .col-qs-push-1 {
    left: 8.33333333%;
  }
  .col-qs-push-0 {
    left: auto;
  }
  .col-qs-offset-12 {
    margin-left: 100%;
  }
  .col-qs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-qs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-qs-offset-9 {
    margin-left: 75%;
  }
  .col-qs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-qs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-qs-offset-6 {
    margin-left: 50%;
  }
  .col-qs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-qs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-qs-offset-3 {
    margin-left: 25%;
  }
  .col-qs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-qs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-qs-offset-0 {
    margin-left: 0%;
  }
}





.log1 .loggedout, .log0 .loggedin, .log .loggedin {
	display:none;
}


.zoom_box {
    position: relative;
    line-height: 0;
    overflow: hidden
}

.zoom_box .photo img,.zoom_box .desc {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.zoom_box .photo img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.zoom_box:hover .photo img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.zoom_box .desc {
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.zoom_box:hover .desc {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.zoom_box .desc .desc_img img {
    max-width: 30%!important;
    padding-bottom: 15px
}

.zoom_box .desc .desc_txt {
    padding: 0 40px;
    font-size: 26px;
    line-height: 30px;
    color: #fff
}

@media (min-width: 768px) {

  #topnav.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  
  .bighead {
	min-height: 150px;
	padding-top: 15px;
	}
  .is-sticky2 .bighead {
	 min-height: 10px;
	 padding-top: 5px; 
  }
  header {
	margin: 50px 0 10px;
	}
  
}
@media (max-width: 550px) {
  #scrollmenu {
    position: relative !important;
    top: 0 !important;
}
}
@media (max-width: 400px) {
	.slide-thumb {
		/* margin: 0 -15px; */
	}
	.pagetitle {
		font-size: 2em;
		/* padding: 0 0 1.5em; */
	}
	.detail-image {
	/* padding-bottom: 60%; */
	/* margin-bottom: 30px; */
	}

	.bigslide img {
		height: 300px;
	}
	.slick-prev, .slick-next {
		display: none !important;
	}
}

ul.timeline {
    border-left: 2px solid #6d6e71;
    margin: 0;
    list-style: none;
    padding-right: 50px;
}

.tl-event {
    /* background: #f3f3f3; */
    margin-left: 20px;
    /* padding: 10px; */
    position: relative;
    /* text-align: right; */
    /* border-top: 2px solid; */
    margin-bottom: 30px;
}
.tl-event:before {
	content: "";
	height: 14px;
	width: 14px;
	border: 2px solid  #ffffff;
	display: block;
	border-radius: 50%;
	position: absolute;
	left: -28px;
	background: #279ed5;
	top: 7px;
}

.tl-title {
    margin: 5px 0;
    font-size: 18px;
}

.tl-date {
    margin: 0;
    background: #159ad3;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 13px;
    position: relative;
    border-radius: 1px;
}
.tl-date:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-color: #159ad3;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right-width: 5px;
	border-right-style: solid;
	left: -5px;
	top: 9px;
}

