::-webkit-scrollbar {
    width: 4px;
}

 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.2); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.2); 
}
.fa, .caret {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 15, ../sass/_typography.scss */
.typography-box {
  background: #e6e6e6;
  padding-top: 85px;
  padding-bottom: 70px;
}
/* line 20, ../sass/_typography.scss */
.typography-box.dark {
  background: #0d0d0d;
  padding-top: 70px;
  padding-bottom: 85px;
}

/* line 26, ../sass/_typography.scss */
.typography-section {
  margin-bottom: 55px;
}

/* line 30, ../sass/_typography.scss */
.buttons-list .btn {
  margin: 2px 0;
}

/* line 35, ../sass/_typography.scss */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: 1;
  letter-spacing: .2em;
  margin-top: 0;
  margin-bottom: 32px;
  text-transform: uppercase;
}

/* line 47, ../sass/_typography.scss */
h1, .h1 {
  font-weight: 300;
  letter-spacing: .1em;
}

/* line 51, ../sass/_typography.scss */
h2, .h2 {
  font-weight: 400;
  letter-spacing: .1em;
}

/* line 55, ../sass/_typography.scss */
h3, .h3 {
  font-weight: 500;
  margin-bottom: 28px;
  letter-spacing: .1em;
}

/* line 60, ../sass/_typography.scss */
h4, .h4 {
  font-weight: 700;
  margin-bottom: 25px;
}

/* line 64, ../sass/_typography.scss */
h5, .h5 {
  font-weight: 500;
  margin-bottom: 20px;
}

/* line 68, ../sass/_typography.scss */
h6, .h6 {
  font-weight: 500;
  margin-bottom: 15px;
}

/* line 72, ../sass/_typography.scss */
p {
  margin-bottom: 30px;
}
/* line 75, ../sass/_typography.scss */
p:last-child {
  margin-bottom: 0;
}

/* line 79, ../sass/_typography.scss */
a {
 /* border-bottom: 1px solid #b7b7b7;*/
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.5s, border-color 0.5s;
          transition: color 0.5s, border-color 0.5s;
  vertical-align: top;
}
/* line 89, ../sass/_typography.scss */
a:hover, a:focus {
  border-bottom-color: #666;
  text-decoration: none;
}

/* line 96, ../sass/_typography.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 100, ../sass/_typography.scss */
svg {
  max-width: 100%;
}

/* line 103, ../sass/_typography.scss */
.lead {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.67;
}

/* line 107, ../sass/_typography.scss */
.caption {
  color: #666;
  line-height: 1.3;
  margin-bottom: 30px;
}
/* line 112, ../sass/_typography.scss */
.caption figcaption {
  margin-top: 23px;
}

/* line 117, ../sass/_typography.scss */
ul,
ol {
  margin-bottom: 30px;
  padding-left: 17px;
}

/* line 122, ../sass/_typography.scss */
ul {
  list-style-type: none;
  padding-left: 0;
}
/* line 126, ../sass/_typography.scss */
ul li {
  padding-left: 17px;
  position: relative;
}
/* line 130, ../sass/_typography.scss */
ul li:before {

}

/* line 145, ../sass/_typography.scss */
blockquote {
  border-left-width: 2px;
  line-height: 1.75em;
  margin: 0 0 30px 40px;
  padding: 0 0 0 30px;
}
/* line 151, ../sass/_typography.scss */
blockquote p {
  margin-bottom: 10px;
}
/* line 154, ../sass/_typography.scss */
blockquote footer,
blockquote small,
blockquote .small {
  color: #999;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.6;
}
/* line 161, ../sass/_typography.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  display: none;
}

.bg1{ background-color: #272727;}

/* line 167, ../sass/_typography.scss */
.table {
  margin-bottom: 30px;
}
/* line 174, ../sass/_typography.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 2.2;
  padding: 11px 10px;
  text-align: center;
  text-transform: uppercase;
}
/* line 181, ../sass/_typography.scss */
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  line-height: 2.2;
  text-align: center;
}
/* line 189, ../sass/_typography.scss */
.table > thead > tr > th {
  border-width: 1px;
  font-weight: 500;
}
/* line 198, ../sass/_typography.scss */
.table.table-striped > thead tr {
  background-color: #111111;
}
/* line 201, ../sass/_typography.scss */
.table.table-striped > thead tr > th,
.table.table-striped > thead tr > td {
  color: #fff;
}
/* line 208, ../sass/_typography.scss */
.table.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f7f7f7;
}
/* line 217, ../sass/_typography.scss */
.table.table-bordered > thead > tr > th,
.table.table-bordered > thead > tr > td {
  border-color: #252525;
  border-top: 1px solid #252525 !important;
}

/* line 227, ../sass/_typography.scss */
.form-control {
  font-size: 12px;
  font-size: 0.85714rem;
  box-shadow: none !important;
  letter-spacing: .2em;
  text-transform: uppercase;
}
/* line 233, ../sass/_typography.scss */
.dark .form-control {
  border-color: #a1a1a1;
  color: #fff;
}

/* line 238, ../sass/_typography.scss */
textarea {
  min-height: 120px;
}

/* line 242, ../sass/_typography.scss */
.btn {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 1.6;
  letter-spacing: .3em;
  padding: 15px 45px 14px;
  text-transform: uppercase;
  -webkit-transition: 0.2s linear background, 0.2s linear border;
  transition: 0.2s linear background, 0.2s linear border;
}
/* line 257, ../sass/_typography.scss */
.btn:hover, .btn:focus {
  outline: none;
}
/* line 261, ../sass/_typography.scss */
.btn:active, .btn.active {
  box-shadow: none;
}
/* line 267, ../sass/_typography.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: none;
}
/* line 275, ../sass/_typography.scss */
.btn.btn-white {
  background: #e1e1e1;
  border-color: #e1e1e1;
  color: #000;
}
/* line 280, ../sass/_typography.scss */
.btn.btn-sm, .btn-group-sm > .btn {
  padding: 10px 25px 9px;
}
/* line 284, ../sass/_typography.scss */
.btn.btn-inverse {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
  color: #000;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
/* line 291, ../sass/_typography.scss */
.btn.btn-inverse:hover, .btn.btn-inverse:focus {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 299, ../sass/_typography.scss */
.bootstrap-select.btn-group .btn {
  background: none;
  font-weight: 400;
  line-height: 1.9;
  padding-left: 20px;
  padding-right: 45px;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
/* line 308, ../sass/_typography.scss */
.bootstrap-select.btn-group .btn.btn-default {
  color: #666;
}
/* line 311, ../sass/_typography.scss */
.dark .bootstrap-select.btn-group .btn.btn-default {
  border-color: #a1a1a1;
  color: #666;
}
/* line 315, ../sass/_typography.scss */
.dark .bootstrap-select.btn-group .btn.btn-default .caret {
  color: #a1a1a1;
}
/* line 320, ../sass/_typography.scss */
.bootstrap-select.btn-group .btn:hover, .bootstrap-select.btn-group .btn:focus {
  outline: none !important;
}
/* line 324, ../sass/_typography.scss */
.bootstrap-select.btn-group .btn:active, .bootstrap-select.btn-group .btn.active {
  box-shadow: none;
}
/* line 330, ../sass/_typography.scss */
.bootstrap-select.btn-group .btn .caret {
  color: #000;
  margin-top: -4px;
  right: 15px;
}
/* line 336, ../sass/_typography.scss */
.bootstrap-select.btn-group .dropdown-menu {
  background-color: #111;
  border-color: #111;
  box-shadow: none;
  color: #999;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 347, ../sass/_typography.scss */
.bootstrap-select.btn-group .dropdown-menu li {
  padding: 0;
  text-transform: none;
}
/* line 351, ../sass/_typography.scss */
.bootstrap-select.btn-group .dropdown-menu li:before {
  display: none;
}
/* line 354, ../sass/_typography.scss */
.bootstrap-select.btn-group .dropdown-menu li a {
  border: 0 none;
  border-bottom: 1px solid #0d0d0d;
  color: inherit;
  font-weight: 400;
  line-height: 1.2;
  padding: 17px 22px;
  -webkit-transition: .2s linear color;
  transition: .2s linear color;
}
/* line 364, ../sass/_typography.scss */
.bootstrap-select.btn-group .dropdown-menu li a:hover, .bootstrap-select.btn-group .dropdown-menu li a:focus {
  background: none;
  color: #ccc;
  outline: none;
}
/* line 372, ../sass/_typography.scss */
.dark .bootstrap-select.btn-group .dropdown-menu {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
/* line 377, ../sass/_typography.scss */
.dark .bootstrap-select.btn-group .dropdown-menu li a {
  border-bottom-color: #d7d7d7;
  color: #999;
}
/* line 381, ../sass/_typography.scss */
.dark .bootstrap-select.btn-group .dropdown-menu li a:hover, .dark .bootstrap-select.btn-group .dropdown-menu li a:focus {
  color: #666;
}
/* line 390, ../sass/_typography.scss */
.bootstrap-select.btn-group.open .btn {
  background: none;
  box-shadow: none;
  color: #000;
}
/* line 397, ../sass/_typography.scss */
.dark .bootstrap-select.btn-group.open .btn {
  color: #fff;
}

/* line 403, ../sass/_typography.scss */
.caret {
  border: 0 none;
  font-size: 25px;
  height: 10px;
  line-height: 10px;
  width: 17px;
}
/* line 411, ../sass/_typography.scss */
.caret:before {
  content: "\f107";
}

/* radio/checkbox styling */
/* line 417, ../sass/_typography.scss */
.radio label,
.checkbox label {
  padding-left: 40px;
}

/* line 421, ../sass/_typography.scss */
.new-radio,
.new-checkbox {
  border: 1px solid #464646;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 5px 0 0 -40px;
  position: absolute;
  width: 20px;
}
/* line 431, ../sass/_typography.scss */
.new-radio input,
.new-checkbox input {
  cursor: pointer;
  margin: 0 !important;
  opacity: 0;
}
/* line 437, ../sass/_typography.scss */
.new-radio svg,
.new-checkbox svg {
  display: none;
  height: 11px;
  margin: 4px 0 0 3px;
  vertical-align: top;
  width: 13px;
}
/* line 444, ../sass/_typography.scss */
.new-radio svg polyline,
.new-checkbox svg polyline {
  fill: #464646;
}
/* line 450, ../sass/_typography.scss */
.new-radio.checked svg,
.new-checkbox.checked svg {
  display: block;
}
/* line 455, ../sass/_typography.scss */
.dark .new-radio, .dark
.new-checkbox {
  border-color: #636363;
}
/* line 459, ../sass/_typography.scss */
.dark .new-radio svg polyline, .dark
.new-checkbox svg polyline {
  fill: #636363;
}

/* line 465, ../sass/_typography.scss */
.new-radio {
  border-radius: 10px;
}
/* line 470, ../sass/_typography.scss */
.new-radio span {
  background: #464646;
  border-radius: 4px;
  display: none;
  height: 8px;
  margin: 5px 0 0 5px;
  width: 8px;
}
/* line 480, ../sass/_typography.scss */
.dark .new-radio span {
  background: #636363;
}
/* line 485, ../sass/_typography.scss */
.new-radio.checked span {
  display: block;
}

/* line 493, ../sass/_typography.scss */
.form-inline .radio label,
.form-inline .checkbox label,
.navbar-form .radio label,
.navbar-form .checkbox label {
  padding-left: 32px;
}
/* line 497, ../sass/_typography.scss */
.form-inline .radio input[type="radio"],
.form-inline .radio input[type="checkbox"],
.form-inline .checkbox input[type="radio"],
.form-inline .checkbox input[type="checkbox"],
.navbar-form .radio input[type="radio"],
.navbar-form .radio input[type="checkbox"],
.navbar-form .checkbox input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
  position: absolute;
}

/* line 503, ../sass/_typography.scss */
.radio-inline,
.checkbox-inline {
  padding-left: 32px;
}

/* line 508, ../sass/_typography.scss */
.dark {
  color: #fff;
}
/* line 511, ../sass/_typography.scss */
.dark a:not(.btn) {
  color: #ccc;
}
/* line 514, ../sass/_typography.scss */
.dark a:not(.btn):hover {
  color: #666;
}
/* line 518, ../sass/_typography.scss */
.dark table {
  color: #000;
}

/* line 524, ../sass/_typography.scss */
.modal .modal-backdrop {
  background: none;
}
/* line 527, ../sass/_typography.scss */
.modal .modal-content {
  border: 0 none;
  box-shadow: none;
}

/* line 533, ../sass/_typography.scss */
.close {
  color: #333;
  font-family: Aria;
  font-size: 25px;
  font-weight: 100;
}

/* line 540, ../sass/_typography.scss */
.progress-button {
  border: 0 none;
  padding: 16px 46px 15px;
  position: relative;
}
/* line 545, ../sass/_typography.scss */
.progress-button span {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 552, ../sass/_typography.scss */
.progress-button .progress {
  background: #7ebec4;
  box-shadow: none;
  margin: 0;
  width: 0;
}
/* line 558, ../sass/_typography.scss */
.progress-button .success {
  background: #5fbe4d;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
/* line 564, ../sass/_typography.scss */
.progress-button .success svg {
  height: 23px;
  margin: 14px 0 0;
  width: 29px;
}
/* line 570, ../sass/_typography.scss */
.progress-button .error {
  background: #ff6666;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
/* line 576, ../sass/_typography.scss */
.progress-button .error:before, .progress-button .error:after {
  background: #fff;
  content: "";
  height: 2px;
  left: 50%;
  margin: -1px 0 0 -13px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  width: 26px;
}
/* line 589, ../sass/_typography.scss */
.progress-button .error:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
/* line 595, ../sass/_typography.scss */
.progress-button.loading .progress {
  -webkit-transition: width .6s linear;
  transition: width .6s linear;
  width: 100%;
}
/* line 602, ../sass/_typography.scss */
.progress-button.loaded .progress {
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
/* line 609, ../sass/_typography.scss */
.progress-button.error .error {
  opacity: 1;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear;
}
/* line 616, ../sass/_typography.scss */
.progress-button.success .success {
  opacity: 1;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear;
}

/* line 623, ../sass/_typography.scss */
.btn[data-hover] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
/* line 628, ../sass/_typography.scss */
.btn[data-hover] .button-label {
  display: block;
  position: static;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}
/* line 639, ../sass/_typography.scss */
.btn[data-hover]:before {
  content: attr(data-hover);
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  width: 100%;
}
/* line 655, ../sass/_typography.scss */
.btn[data-hover]:hover .button-label {
  opacity: 0;
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
      transform: translate(200%, 0);
}
/* line 660, ../sass/_typography.scss */
.btn[data-hover]:hover:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

/* Video */
/* line 669, ../sass/_typography.scss */
embed,
iframe,
object,
video,
audio {
  border: 0 none;
  max-width: 100%;
}

/* line 677, ../sass/_typography.scss */
.video-box {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

/* line 683, ../sass/_typography.scss */
.video-box embed,
.video-box iframe,
.video-box object,
.video-box video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Retina */
@media (-webkit-min-device-pixel-ratio: 2) {
  /* line 696, ../sass/_typography.scss */
  .replace-2x {
    opacity: 0;
  }

  /* line 699, ../sass/_typography.scss */
  .replace-2x.loaded {
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
  }
}
/******************************************************************************
  Helper Classes
*******************************************************************************/
@media (max-width: 767px) {
  /* line 5, ../sass/_helper-classes.scss */
  .xs-text-center {
    text-align: center;
  }

  /* line 8, ../sass/_helper-classes.scss */
  .xs-text-left {
    text-align: left;
  }

  /* line 11, ../sass/_helper-classes.scss */
  .xs-text-right {
    text-align: right;
  }
}
@media (max-width: 991px) {
  /* line 16, ../sass/_helper-classes.scss */
  .sm-text-center {
    text-align: center;
  }

  /* line 19, ../sass/_helper-classes.scss */
  .sm-text-left {
    text-align: left;
  }

  /* line 22, ../sass/_helper-classes.scss */
  .sm-text-right {
    text-align: right;
  }
}
/* line 26, ../sass/_helper-classes.scss */
.relative {
  position: relative;
}

/******************************************************************************
  Main
*******************************************************************************/
/* line 4, ../sass/_main.scss */
html {
  height: 100%;
  font-size: 14px;
}

/* line 8, ../sass/_main.scss */
body {
	color: #000;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 100%;
	line-height: 2.2;
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
background-color: #fff;

}
@media (max-width: 767px) {
  /* line 8, ../sass/_main.scss */
  body {
    overflow: auto;
  }
}

/* line 22, ../sass/_main.scss */
*:focus {
  outline: none;
}

/******************************************************************************
  Preloader
*******************************************************************************/
@-webkit-keyframes expand {
  0% {
    width: 2px;
    height: 2px;
    top: 24px;
    left: 24px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0.2;
  }
}
@keyframes expand {
  0% {
    width: 2px;
    height: 2px;
    top: 24px;
    left: 24px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0.2;
  }
}
/* line 24, ../sass/_preloader.scss */
.preloader {
  background: #fff;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
}
/* line 33, ../sass/_preloader.scss */
.preloader span {
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  position: absolute;
  top: 50%;
  width: 60px;
}
/* line 41, ../sass/_preloader.scss */
.preloader span:before, .preloader span:after {
  -webkit-animation: expand 3s;
  animation: expand 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border: solid 3px #000;
  border-radius: 50%;
  content: " ";
  height: 2px;
  left: 24px;
  opacity: 0;
  position: absolute;
  top: 24px;
  width: 2px;
}
/* line 61, ../sass/_preloader.scss */
.preloader span:after {
  -webkit-animation-delay: 1.5s;
}

/******************************************************************************
  Background
*******************************************************************************/
@keyframes moveclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-webkit-keyframes moveclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@keyframes moveclouds2 {
  0% {
    margin-left: 100%;
  }
  50% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-webkit-keyframes moveclouds2 {
  0% {
    margin-left: 100%;
  }
  50% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
/* line 22, ../sass/_background.scss */
.background {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
/* line 29, ../sass/_background.scss */
.background .layer {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 38, ../sass/_background.scss */
.background .clouds {
  overflow: hidden;
}
/* line 41, ../sass/_background.scss */
.background .clouds .cloud {
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
  will-change: transform;
}
/* line 50, ../sass/_background.scss */
.background .clouds .cloud-1 {
  -webkit-animation: moveclouds 25s linear infinite;
  animation: moveclouds 25s linear infinite;
}
/* line 54, ../sass/_background.scss */
.background .clouds .cloud-2 {
  -webkit-animation: moveclouds 50s linear infinite;
  animation: moveclouds 50s linear infinite;
}
/* line 58, ../sass/_background.scss */
.background .clouds .cloud-3 {
  -webkit-animation: moveclouds2 35s linear infinite;
  animation: moveclouds2 35s linear infinite;
}
/* line 64, ../sass/_background.scss */
.background .background-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* line 70, ../sass/_background.scss */
.background .background-image.page-bg-1 {
  background-image: url(../content/img/page-bg-1.jpg);
}
/* line 73, ../sass/_background.scss */
.background .background-image.page-bg-2 {
  background-image: url(../content/img/page-bg-2.jpg);
}
/* line 76, ../sass/_background.scss */
.background .background-image.page-bg-3 {
  background-image: url(../content/img/page-bg-3.jpg);
}
/* line 79, ../sass/_background.scss */
.background .background-image.page-bg-4 {
  background-image: url(../content/img/page-bg-4.jpg);
}
/* line 82, ../sass/_background.scss */
.background .background-image.page-bg-5 {
  background-image: url(../content/img/page-bg-5.jpg);
}
/* line 85, ../sass/_background.scss */
.background .background-image.intro-bg {
  background-image: url(../content/img/intro-bg.jpg);
}
/* line 90, ../sass/_background.scss */
.background .background-slider {
  z-index: inherit !important;
}
/* line 92, ../sass/_background.scss */
.background .background-slider .owl-stage-outer {
  height: 100%;
}
/* line 95, ../sass/_background.scss */
.background .background-slider .owl-stage-outer .owl-stage {
  height: 100%;
}
/* line 98, ../sass/_background.scss */
.background .background-slider .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
/* line 101, ../sass/_background.scss */
.background .background-slider .owl-stage-outer .owl-stage .owl-item .item {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
/* line 115, ../sass/_background.scss */
.background .background-overlay.page-overlay-2 {
  background-color: rgba(0, 0, 0, 0.9);
}
/* line 118, ../sass/_background.scss */
.background .background-overlay.page-overlay-3 {
  background-color: rgba(195, 173, 252, 0.9);
}
/* line 121, ../sass/_background.scss */
.background .background-overlay.page-overlay-4 {
  background-color: rgba(202, 221, 254, 0.9);
}
/* line 124, ../sass/_background.scss */
.background .background-overlay.page-overlay-5 {
  background-color: rgba(255, 220, 153, 0.9);
}
/* line 127, ../sass/_background.scss */
.background .background-overlay.intro-overlay {
  background-color: rgba(7, 7, 7, 0.8);
}
/* line 133, ../sass/_background.scss */
.background .background-video video {
  max-width: inherit;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
}
/* line 139, ../sass/_background.scss */
.loaded .background .background-video video {
  width: auto;
}
/* line 143, ../sass/_background.scss */
.background .background-video iframe {
  max-width: inherit;
}
/* line 146, ../sass/_background.scss */
.background .background-video .tubular-container {
  height: 100%;
  width: 100%;
}
/* line 150, ../sass/_background.scss */
.background .background-video .tubular-container .tubular-player {
  position: absolute;
}

/******************************************************************************
  Header
*******************************************************************************/
/* line 4, ../sass/_header.scss */
.site-header {
	height:auto;
	right: 0;
	padding: 10px 0;
	
	position: fixed;
	padding-top: 30px;
	width: 100%;
	z-index: 1;
}
.site-headerw {

    background-color: #272727;
}
@media (max-width: 991px) {
  /* line 4, ../sass/_header.scss */
  .site-header {
    height: 93px;
  }
}
@media (max-width: 767px) {
  /* line 4, ../sass/_header.scss */
  .site-header {
    height: 117px;
    padding-top: 15px;
    position: relative;
  }
}
/* line 21, ../sass/_header.scss */
.site-header .header-wrap {
  display: table;
  height: 100%;
  margin: 0;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
}

@media (max-width: 991px) {
  /* line 21, ../sass/_header.scss */
  .site-header .header-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  /* line 21, ../sass/_header.scss */
  .site-header .header-wrap {
    display: block;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* line 39, ../sass/_header.scss */
.site-header .header-wrap .header-box {
	display: table-cell;
	float: right;
	vertical-align: bottom;
}
@media (max-width: 767px) {
  /* line 39, ../sass/_header.scss */
  .site-header .header-wrap .header-box {
    display: block;
  }
}
/* line 47, ../sass/_header.scss */
.site-header .header-wrap .header-box.logo-box {
  margin-top: -5px;
}
/* line 50, ../sass/_header.scss */
.site-header .header-wrap .header-box.logo-box a {
  border: 0 none !important;
}
/* line 55, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu {
  display: inline-block;
  min-height: 40px;
  position: relative;
  vertical-align: top;
}
@media (max-width: 767px) {
  /* line 55, ../sass/_header.scss */
  .site-header .header-wrap .header-box .main-menu {
    width: 100%;
  }
}
/* line 63, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 68, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li {
  border-right: 1px solid rgba(99, 99, 99, 0.3);
  display: inline-block;
  padding: 0;
  position: relative;
  vertical-align: top;
}
@media (max-width: 767px) {
  /* line 68, ../sass/_header.scss */
  .site-header .header-wrap .header-box .main-menu ul li {
    border-right: 0 none;
  }
}
/* line 78, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li:before, .site-header .header-wrap .header-box .main-menu ul li:after {
  border: 0 none;
  border-left: 1px solid rgba(99, 99, 99, 0.3);
  border-top: 1px solid rgba(99, 99, 99, 0.3);
  content: "";
  display: none;
  height: 15px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 15px;
}
@media (max-width: 767px) {
  /* line 78, ../sass/_header.scss */
  .site-header .header-wrap .header-box .main-menu ul li:before, .site-header .header-wrap .header-box .main-menu ul li:after {
    display: block;
  }
}
/* line 95, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li:after {
  border-top: 0 none;
  border-bottom: 1px solid rgba(99, 99, 99, 0.3);
  bottom: 0;
  top: auto;
}
/* line 102, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li:first-child:before, .site-header .header-wrap .header-box .main-menu ul li:first-child:after {
  display: block;
}
/* line 107, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li:last-child {
  border-right: 0 none;
}
@media (max-width: 767px) {
  /* line 107, ../sass/_header.scss */
  .site-header .header-wrap .header-box .main-menu ul li:last-child {
    float: right;
  }
}
/* line 114, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li:last-child a:before, .site-header .header-wrap .header-box .main-menu ul li:last-child a:after {
  display: block;
}
/* line 120, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li a {
  border: 0 none;
  color: rgba(51, 51, 51, 0.3);
  display: block;
  letter-spacing: .1em;
  min-width: 170px;
  overflow: hidden;
  padding: 5px 22px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  /* line 120, ../sass/_header.scss */
  .site-header .header-wrap .header-box .main-menu ul li a {
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  /* line 120, ../sass/_header.scss */
  .site-header .header-wrap .header-box .main-menu ul li a {
    min-width: 75px;
  }
}
/* line 137, ../sass/_header.scss */
.dark .site-header .header-wrap .header-box .main-menu ul li a {
  color: rgba(255, 255, 255, 0.3);
}
/* line 140, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li a .hover-label {
color: #007096;
  font-style: normal;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.5s;
  transition: transform 0.3s, opacity 0.3s;
}

/* line 148, ../sass/_header.scss */
.dark .site-header .header-wrap .header-box .main-menu ul li a .hover-label {
  color: #fff;
}
/* line 152, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li a:before, .site-header .header-wrap .header-box .main-menu ul li a:after {
  border: 0 none;
  border-right: 1px solid rgba(99, 99, 99, 0.3);
  border-top: 1px solid rgba(99, 99, 99, 0.3);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  display: none;
  height: 15px;
  margin: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 15px;
}
@media (max-width: 767px) {
  /* line 152, ../sass/_header.scss */
  .site-header .header-wrap .header-box .main-menu ul li a:before, .site-header .header-wrap .header-box .main-menu ul li a:after {
    display: block;
  }
}
/* line 171, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li a:after {
  border-top: 0 none;
  border-bottom: 1px solid rgba(99, 99, 99, 0.3);
  bottom: 0;
  top: auto;
}
/* line 177, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li a span {
  -webkit-transition: color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, transform 0.4s ease-in-out;
}
/* line 185, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li a span svg {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  vertical-align: top;
}
/* line 191, ../sass/_header.scss */
.dark .site-header .header-wrap .header-box .main-menu ul li a span svg path {
  fill: #fff;
}
/* line 196, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li a span.icon {
  display: table-cell;
  height: 30px;
  line-height: 1;
  min-width: 66px;
  -webkit-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
      transform: rotate(0deg) !important;
  vertical-align: middle;
}
@media (max-width: 767px) {
  /* line 196, ../sass/_header.scss */
  .site-header .header-wrap .header-box .main-menu ul li a span.icon {
    min-width: 30px;
  }
}
/* line 208, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li a span.icon .fa, .site-header .header-wrap .header-box .main-menu ul li a span.icon .caret {
  font-size: 22px;
}
/* line 211, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li a span.icon svg {
  vertical-align: middle;
}
/* line 215, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li a span:before, .site-header .header-wrap .header-box .main-menu ul li a span:after {
  background: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  margin: -1px 0 0 -14px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transition: background 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: background 0.4s ease-in-out, transform 0.4s ease-in-out;
  width: 28px;
}
/* line 237, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li a span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
/* line 243, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li a span:hover .hover-label, .site-header .header-wrap .header-box .main-menu ul li a span:focus .hover-label {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  opacity: 0;
}
/* line 251, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li a.active .hover-label {
  display: none;
}
/* line 254, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li a.active span {
  color: transparent;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}
/* line 259, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li a.active span svg {
  opacity: 0;
}
/* line 262, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li a.active span:before {
  background: #333;
  -webkit-transform: rotate(-585deg);
  -ms-transform: rotate(-585deg);
      transform: rotate(-585deg);
}
/* line 267, ../sass/_header.scss */
.dark .site-header .header-wrap .header-box .main-menu ul li a.active span:before {
  background: #ececec;
}
/* line 271, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li a.active span:after {
  background: #333;
  -webkit-transform: rotate(-675deg);
  -ms-transform: rotate(-675deg);
      transform: rotate(-675deg);
}
/* line 276, ../sass/_header.scss */
.dark .site-header .header-wrap .header-box .main-menu ul li a.active span:after {
  background: #ececec;
}
/* line 282, ../sass/_header.scss */
.site-header .header-wrap .header-box .main-menu ul li a.active:hover span {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}
/* line 293, ../sass/_header.scss */
.site-header .header-wrap .header-box .countdown-box {
  display: inline-block;
  padding: 5px 28px;
  position: relative;
}
/* line 298, ../sass/_header.scss */
.site-header .header-wrap .header-box .countdown-box:before, .site-header .header-wrap .header-box .countdown-box:after,
.site-header .header-wrap .header-box .countdown-box .countdown:before,
.site-header .header-wrap .header-box .countdown-box .countdown:after {
  border: 0 none;
  border-left: 1px solid rgba(99, 99, 99, 0.3);
  border-top: 1px solid rgba(99, 99, 99, 0.3);
  content: "";
  height: 15px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 15px;
}
@media (max-width: 767px) {
  /* line 298, ../sass/_header.scss */
  .site-header .header-wrap .header-box .countdown-box:before, .site-header .header-wrap .header-box .countdown-box:after,
  .site-header .header-wrap .header-box .countdown-box .countdown:before,
  .site-header .header-wrap .header-box .countdown-box .countdown:after {
    display: block;
  }
}
/* line 316, ../sass/_header.scss */
.site-header .header-wrap .header-box .countdown-box:after,
.site-header .header-wrap .header-box .countdown-box .countdown:after {
  border-top: 0 none;
  border-bottom: 1px solid rgba(99, 99, 99, 0.3);
  bottom: 0;
  top: auto;
}
/* line 323, ../sass/_header.scss */
.site-header .header-wrap .header-box .countdown-box .countdown:before,
.site-header .header-wrap .header-box .countdown-box .countdown:after {
  border-left: 0 none;
  border-right: 1px solid rgba(99, 99, 99, 0.3);
  left: auto;
  right: 0;
}
/* line 330, ../sass/_header.scss */
.site-header .header-wrap .header-box .countdown-box .countdown {
  color: #666;
  font-size: 18px;
  font-size: 1.28571rem;
  font-variant: small-caps;
  line-height: 30px;
  letter-spacing: .2em;
}
/* line 337, ../sass/_header.scss */
.site-header .header-wrap .header-box .countdown-box .countdown span {
  vertical-align: top;
}
/* line 340, ../sass/_header.scss */
.site-header .header-wrap .header-box .countdown-box .countdown .countdown-amount {
  color: #333;
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 30px;
  margin-right: 13px;
}
/* line 346, ../sass/_header.scss */
.dark .site-header .header-wrap .header-box .countdown-box .countdown .countdown-amount {
  color: #fff;
}
.adcolor {
  color: #d6d6d6;

}
.adbcolor:before {
    background: #fff;
}
/******************************************************************************
  Footer
*******************************************************************************/
/* line 4, ../sass/_footer.scss */
.site-footer {
bottom: 0;
    color: #666;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 1.2;
    padding: 10px 0;
    position: fixed;
    width: 530px;
    right: 40px;
    z-index: 1;
}
@media (max-width: 991px) {
  /* line 4, ../sass/_footer.scss */
  .site-footer {
    height: 126px;
  }
}
@media (max-width: 767px) {
  /* line 4, ../sass/_footer.scss */
  .site-footer {
    height: 91px;
    position: relative;
  }
}
/* line 23, ../sass/_footer.scss */
.dark .site-footer {
  color: #999;
}
/* line 26, ../sass/_footer.scss */
.site-footer .copyright {
  margin-bottom: 10px;
}
/* line 30, ../sass/_footer.scss */
.site-footer .social a {


  color: #666;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  height: 34px;
  line-height: 36px;
  margin: 0;
  -webkit-transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
  vertical-align: top;
  width: 34px;
}
/* line 50, ../sass/_footer.scss */
.site-footer .social a:hover {
  border-color: #464646;
  color: #333;
}
/* line 54, ../sass/_footer.scss */
.dark .site-footer .social a {
  color: #999;
}
/* line 57, ../sass/_footer.scss */
.dark .site-footer .social a:hover {
  border-color: rgba(204, 204, 204, 0.5);
  color: #ccc;
}

/******************************************************************************
  Structure
*******************************************************************************/
/* line 4, ../sass/_structure.scss */
.main {
  height: 100%;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 134px;
  width: 100%;
}
@media (max-width: 991px) {
  /* line 4, ../sass/_structure.scss */
  .main {
    padding-top: 93px;
    padding-bottom: 126px;
  }
}
@media (max-width: 767px) {
  /* line 4, ../sass/_structure.scss */
  .main {
    height: auto;
    min-height: calc(100% - 117px - 91px);
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* line 21, ../sass/_structure.scss */
.main .section {
  height: 0;
  /*overflow: hidden;*/
  position: absolute;
  table-layout: fixed;
  visibility: hidden;
   overflow:hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  /* line 21, ../sass/_structure.scss */
  .main .section {
    display: block;
    position: relative;
  }
}
/* line 34, ../sass/_structure.scss */
.main .section.active {
  height: 100%;
 
  padding-top: 100px;
  overflow:visible;
 
  visibility: visible;
}
@media (max-width: 991px) {
  /* line 34, ../sass/_structure.scss */
  .main .section.active {
   
  }
}
@media (max-width: 767px) {
  /* line 34, ../sass/_structure.scss */
  .main .section.active {
  position:absolute;
  }
}
/* line 45, ../sass/_structure.scss */
.main .section .section-wrap {
  display: table;
  height: 100%;
  overflow-y: auto;
  table-layout: fixed;
  width: 100%;
}
/* line 52, ../sass/_structure.scss */
.main .section .section-wrap .section-content {
  display: table-cell;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 52, ../sass/_structure.scss */
  .main .section .section-wrap .section-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* line 69, ../sass/_structure.scss */
.intro-page .main,
.no-footer .main {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 69, ../sass/_structure.scss */
  .intro-page .main,
  .no-footer .main {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 69, ../sass/_structure.scss */
  .intro-page .main,
  .no-footer .main {
    height: auto;
    min-height: calc(100% - 117px - 30px);
  }
}
/* line 80, ../sass/_structure.scss */
.intro-page .main .section,
.no-footer .main .section {
  height: calc(100% - 113px - 30px);
}
@media (max-width: 767px) {
  /* line 80, ../sass/_structure.scss */
  .intro-page .main .section,
  .no-footer .main .section {
    height: auto;
  }
}

/* line 88, ../sass/_structure.scss */
.section .mCustomScrollBox {
  height: auto;
}

/* line 91, ../sass/_structure.scss */
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

/* line 95, ../sass/_structure.scss */
.section .section-content > .mCustomScrollBox,
.section .section-content > .mCustomScrollBox > .mCSB_container {
  overflow: visible;
}

/* line 99, ../sass/_structure.scss */
.section.scroll-content .section-wrap,
.section.scroll-content .section-wrap .section-content {
  display: block;
  height: 100%;
}
/* line 104, ../sass/_structure.scss */
.section.scroll-content .section-wrap > .mCustomScrollBox,
.section.scroll-content .section-wrap .section-content > .mCustomScrollBox {
  height: 100%;
  overflow: hidden;
}
/* line 108, ../sass/_structure.scss */
.section.scroll-content .section-wrap > .mCustomScrollBox > .mCSB_container,
.section.scroll-content .section-wrap .section-content > .mCustomScrollBox > .mCSB_container {
  overflow: hidden;
}

/******************************************************************************
  Carousels
*******************************************************************************/
/* line 6, ../sass/_carousels.scss */
.carousel-box .carousel .owl-item {
  -webkit-backface-visibility: inherit;
          backface-visibility: inherit;
}
/* line 10, ../sass/_carousels.scss */
.carousel-box .carousel-controls {
  height: 11px;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 10, ../sass/_carousels.scss */
  .carousel-box .carousel-controls {
    margin-top: 20px;
  }
}
/* line 18, ../sass/_carousels.scss */
.carousel-box .carousel-controls .nav-item {
  color: #111;
  border: 0 none;
  display: inline-block;
  font-size: 16px;
  height: 11px;
  line-height: 11px;
  margin: 0 28px;
  text-align: left;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  vertical-align: top;
  width: 10px;
}
/* line 33, ../sass/_carousels.scss */
.carousel-box .carousel-controls .nav-item:hover svg {
  -webkit-transform: translate3d(-3px, 0, 0);
  transform: translate3d(-3px, 0, 0);
}
/* line 38, ../sass/_carousels.scss */
.carousel-box .carousel-controls .nav-item svg {
  height: 11px;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
  vertical-align: top;
  width: 10px;
}
/* line 47, ../sass/_carousels.scss */
.carousel-box .carousel-controls .nav-item.next:hover svg {
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
}

/******************************************************************************
  Content
*******************************************************************************/
/* Coming Soon */
/* line 7, ../sass/_content.scss */
#home .section-content > .container {
  margin-bottom: 94px;
}
@media (max-width: 991px) {
  /* line 7, ../sass/_content.scss */
  #home .section-content > .container {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  /* line 7, ../sass/_content.scss */
  #home .section-content > .container {
    margin-bottom: 0;
  }
}

/* line 18, ../sass/_content.scss */
.section-title {
  font-size: 24px;
  font-size: 1.71429rem;
  letter-spacing: .2em;
  margin-bottom: 5px;
  padding-bottom: 10px;
  position: relative;
}
/* line 26, ../sass/_content.scss */
.section-title:before {

}
/* line 37, ../sass/_content.scss */
.dark .section-title:before {
  
}

/* line 42, ../sass/_content.scss */
.title-with-link {
  padding-left: 125px;
  padding-right: 125px;
}
@media (max-width: 767px) {
  /* line 42, ../sass/_content.scss */
  .title-with-link {
    padding-left: 0;
    padding-bottom: 0;
    text-align: left;
  }
  /* line 50, ../sass/_content.scss */
  .title-with-link:before {
    display: none;
  }
}
/* line 55, ../sass/_content.scss */
.title-with-link .go-section {
  border: 0 none;
  color: #666;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
  position: absolute;
  right: 0;
  top: 7px;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
}
/* line 68, ../sass/_content.scss */
.title-with-link .go-section .arrow {
  height: 15px;
  margin: -1px 0 0 10px;
  width: 28px;
}
/* line 73, ../sass/_content.scss */
.title-with-link .go-section .arrow svg {
  height: 15px;
  margin-top: -1px;
  width: 28px;
}
/* line 79, ../sass/_content.scss */
.title-with-link .go-section:hover {
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
}

/* line 85, ../sass/_content.scss */
.h1-section-title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  /* line 85, ../sass/_content.scss */
  .h1-section-title {
    font-size: 48px;
    font-size: 3.42857rem;
  }
}
@media (max-width: 767px) {
  /* line 85, ../sass/_content.scss */
  .h1-section-title {
    font-size: 30px;
    font-size: 2.14286rem;
  }
}

/* line 94, ../sass/_content.scss */
.h2-section-title {
  font-size: 48px;
  font-size: 3.42857rem;
}
@media (max-width: 767px) {
  /* line 94, ../sass/_content.scss */
  .h2-section-title {
    font-size: 30px;
    font-size: 2.14286rem;
  }
}

/* line 100, ../sass/_content.scss */
.section-description {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  /* line 100, ../sass/_content.scss */
  .section-description {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}

/* line 108, ../sass/_content.scss */
.notify-my {
  color: #000;
}
/* line 111, ../sass/_content.scss */
.notify-my .modal-dialog {
  max-width: 460px;
}
@media (max-width: 767px) {
  /* line 111, ../sass/_content.scss */
  .notify-my .modal-dialog {
    margin-top: 28px !important;
    max-width: inherit;
  }
}
/* line 118, ../sass/_content.scss */
.notify-my .modal-dialog .modal-content {
  border-bottom: 3px solid #8f8d8e;
}
/* line 121, ../sass/_content.scss */
.notify-my .modal-dialog .modal-content .modal-header {
  border: 0 none;
  min-height: 41px;
}
/* line 125, ../sass/_content.scss */
.notify-my .modal-dialog .modal-content .modal-header .close {
  line-height: 1;
  margin: 0;
  opacity: 1;
  position: absolute;
  right: 13px;
  top: 8px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 135, ../sass/_content.scss */
.notify-my .modal-dialog .modal-content .modal-header .close:hover {
  opacity: .8;
}
/* line 138, ../sass/_content.scss */
.notify-my .modal-dialog .modal-content .modal-header .close span {
  display: block;
}
/* line 144, ../sass/_content.scss */
.notify-my .modal-dialog .modal-body {
  padding: 23px 80px 60px;
}
@media (max-width: 767px) {
  /* line 144, ../sass/_content.scss */
  .notify-my .modal-dialog .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 151, ../sass/_content.scss */
.notify-my .modal-dialog .modal-body .modal-title {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.35;
  letter-spacing: .3em;
  margin-bottom: 17px;
}
/* line 157, ../sass/_content.scss */
.notify-my .modal-dialog .modal-body p {
  color: #999;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 1.5;
  margin-bottom: 28px;
}
/* line 163, ../sass/_content.scss */
.notify-my .modal-dialog .modal-body .form-control {
  border-color: #111;
  color: #000;
}
/* line 170, ../sass/_content.scss */
.notify-my.fade .modal-dialog {
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-out, visibility 0.3s ease-out;
          transition: transform 0.3s ease-out, visibility 0.3s ease-out;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
/* line 179, ../sass/_content.scss */
.notify-my.in .modal-dialog {
  visibility: visible;
}

/* Contact Page*/
/* line 186, ../sass/_content.scss */
.contact-wrap {
  min-height: 340px;
}

/* Contact Form */
/* line 191, ../sass/_content.scss */
.contact-form {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 191, ../sass/_content.scss */
  .contact-form {
    margin-bottom: 17px;
  }
}
/* line 197, ../sass/_content.scss */
.contact-form .form-group {
  margin-bottom: -1px;
  overflow: hidden;
}
/* line 201, ../sass/_content.scss */
.contact-form .form-group.name {
  padding-right: 0;
}
@media (max-width: 767px) {
  /* line 201, ../sass/_content.scss */
  .contact-form .form-group.name {
    padding-right: 10px;
  }
}
/* line 207, ../sass/_content.scss */
.contact-form .form-group.name .form-control {
  border-right-width: 0;
}
@media (max-width: 767px) {
  /* line 207, ../sass/_content.scss */
  .contact-form .form-group.name .form-control {
    border-right-width: 1px;
  }
}
/* line 214, ../sass/_content.scss */
.contact-form .form-group.email {
  padding-left: 0;
}
@media (max-width: 767px) {
  /* line 214, ../sass/_content.scss */
  .contact-form .form-group.email {
    padding-left: 10px;
  }
}
/* line 221, ../sass/_content.scss */
.contact-form .form-group.comment .form-control {
  resize: none;
}
/* line 226, ../sass/_content.scss */
.contact-form .button-box {
  overflow: hidden;
}
/* line 229, ../sass/_content.scss */
.contact-form .button-box .btn {
  min-width: 160px;
}
@media (max-width: 767px) {
  /* line 229, ../sass/_content.scss */
  .contact-form .button-box .btn {
    display: block;
    width: 100%;
  }
}

/* Contact Box */
/* line 241, ../sass/_content.scss */
.contacts-box {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.9;
  margin-top: 0px;
}
@media (max-width: 767px) {
  /* line 241, ../sass/_content.scss */
  .contacts-box {
    margin-top: 20px;
  }
}
/* line 248, ../sass/_content.scss */
.contacts-box .icon {
  float: left;
  font-size: 24px;
  line-height: 23px;
  margin: 0 10px 0 0;
  width: 30px;
}
@media (max-width: 767px) {
  /* line 248, ../sass/_content.scss */
  .contacts-box .icon {
    float: none;
    margin: 0 auto;
  }
}
/* line 259, ../sass/_content.scss */
.contacts-box .text {
  overflow: hidden;
}

/* Map */
/* line 265, ../sass/_content.scss */
.map-box {
  height: 0;
  margin-top: -13px;
  overflow: hidden;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
}
/* line 274, ../sass/_content.scss */
.scroll-content .map-box {
  margin-top: 0;
}
/* line 277, ../sass/_content.scss */
.map-box.active {
  height: auto;
  visibility: visible;
}
/* line 281, ../sass/_content.scss */
.map-box .map-wrap {
  margin: 0 auto;
  max-width: 650px;
  position: relative;
}
/* line 286, ../sass/_content.scss */
.map-box .map-wrap .close {
  background: #fff;
  border: 0 none !important;
  color: #333;
  height: 30px;
  line-height: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  text-shadow: none;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  width: 30px;
  z-index: 1;
}
/* line 304, ../sass/_content.scss */
.map-box .map-wrap .close:hover, .map-box .map-wrap .close:focus {
  opacity: .8;
  filter: alpha(opacity=80);
}

/* line 312, ../sass/_content.scss */
.map-canvas {
  border-bottom: 3px solid #8f8d8e;
  height: 340px;
}
/* line 316, ../sass/_content.scss */
.map-canvas img {
  max-width: inherit;
}

/* Features */
/* line 322, ../sass/_content.scss */
.features-box {
  margin: 0 auto;
  max-width: 180px;
  padding-top: 5px;
  text-align: center;
}
/* line 328, ../sass/_content.scss */
.features-box img {
  width: inherit;
}
/* line 331, ../sass/_content.scss */
.features-box .icon {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 90px;
  margin: 0 auto 49px;
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s;
  width: 90px;
}
@media (max-width: 767px) {
  /* line 331, ../sass/_content.scss */
  .features-box .icon {
    margin-bottom: 20px;
  }
}
/* line 343, ../sass/_content.scss */
.features-box .icon .fa, .features-box .icon .caret {
  font-size: 80px;
  line-height: 90px;
}
/* line 347, ../sass/_content.scss */
.features-box .icon img {
  display: inline-block;
  width: inherit;
}
/* line 352, ../sass/_content.scss */
.features-box .btn {
  font-weight: 400;
}
/* line 356, ../sass/_content.scss */
.features-box:hover .icon {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

/* Portfolio */
/* line 364, ../sass/_content.scss */
.portfolio-box {
  background: #fff;
  margin: 0 auto;
  max-width: 300px;
  position: relative;
}
/* line 370, ../sass/_content.scss */
.portfolio-box img {
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
}
/* line 374, ../sass/_content.scss */
.portfolio-box .hover-content {
  background: rgba(0, 0, 0, 0.8);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  padding-top: 30%;
  position: absolute;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
  width: 100%;
}
/* line 389, ../sass/_content.scss */
.portfolio-box .hover-content .title {
  border: 2px solid #e1e1e1;
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto 28px;
  max-width: 210px;
  padding: 16px 10px;
}
/* line 398, ../sass/_content.scss */
.portfolio-box .hover-content a {
  border: 0 none;
  border-radius: 3px;
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
  -webkit-transform: translate3d(56px, -28px, 0);
  transform: translate3d(50px, -28px, 0);
}
/* line 408, ../sass/_content.scss */
.portfolio-box .hover-content a span {
  display: none;
}
/* line 414, ../sass/_content.scss */
.portfolio-box:hover img {
  -webkit-transform: scale3d(0.935, 0.935, 1);
  transform: scale3d(0.935, 0.935, 1);
}
/* line 418, ../sass/_content.scss */
.portfolio-box:hover .hover-content {
  bottom: 3.25%;
  height: 93.5%;
  left: 3.25%;
  opacity: 1;
  width: 93.5%;
}
/* line 425, ../sass/_content.scss */
.portfolio-box:hover .hover-content a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* App About */
/* line 435, ../sass/_content.scss */
.app-about .show-video {
  border: 0 none;
  display: inline-block;
  max-width: 460px;
  outline: none;
  width: 100%;
}
/* line 442, ../sass/_content.scss */
.app-about .show-video .icon {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 26px;
  height: 80px;
  left: 50%;
  line-height: 80px;
  margin: -40px 0 0 -40px;
  position: absolute;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  text-align: center;
  top: 50%;
  width: 80px;
}
/* line 461, ../sass/_content.scss */
.app-about .show-video .icon .fa, .app-about .show-video .icon .caret {
  margin-left: 6px;
}
/* line 466, ../sass/_content.scss */
.app-about .show-video:hover .icon {
  background: #5fbe4d;
}
/* line 471, ../sass/_content.scss */
.app-about .description {
  padding-top: 36px;
}
/* line 474, ../sass/_content.scss */
.app-about .description .title {
  margin-bottom: 17px;
}
/* line 477, ../sass/_content.scss */
.app-about .description .text {
  line-height: 1.75;
  margin-bottom: 24px;
}
/* line 482, ../sass/_content.scss */
.app-about .description .buttons-box .btn {
  border-color: #636363;
  color: #333;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: none;
}
/* line 491, ../sass/_content.scss */
.app-about .description .buttons-box .btn + .btn {
  margin-left: -1px;
}
/* line 494, ../sass/_content.scss */
.app-about .description .buttons-box .btn.btn-icon {
  font-size: 17px;
  line-height: 19px;
  padding-left: 15px;
  padding-right: 15px;
}

/* Popup Video */
/* line 507, ../sass/_content.scss */
.full-modal .modal-backdrop {
  background: #111;
}
/* line 510, ../sass/_content.scss */
.full-modal .modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 516, ../sass/_content.scss */
.full-modal .close {
  background: #fff;
  border: 0 none !important;
  color: #333;
  height: 30px;
  line-height: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  right: 30px;
  text-align: center;
  top: 30px;
  text-shadow: none;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  width: 30px;
  z-index: 1;
}
@media (max-width: 1130px) {
  /* line 516, ../sass/_content.scss */
  .full-modal .close {
    right: 10px;
    top: 10px;
  }
}
/* line 538, ../sass/_content.scss */
.full-modal .close:hover, .full-modal .close:focus {
  opacity: .8;
  filter: alpha(opacity=80);
}
/* line 545, ../sass/_content.scss */
.full-modal .modal-dialog {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 545, ../sass/_content.scss */
  .full-modal .modal-dialog {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 557, ../sass/_content.scss */
.full-modal .modal-dialog .modal-content {
  background: none;
  height: 100%;
}
/* line 561, ../sass/_content.scss */
.full-modal .modal-dialog .modal-content .content-wrap {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}
/* line 567, ../sass/_content.scss */
.full-modal .modal-dialog .modal-content .content-wrap .content-align {
  display: table-cell;
  vertical-align: middle;
}

/* Persons */
/* line 577, ../sass/_content.scss */
.person-box {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.35;
  margin: 0 auto;
  max-width: 240px;
  text-align: center;
}
/* line 584, ../sass/_content.scss */
.person-box .image {
  margin-bottom: 23px;
}
/* line 587, ../sass/_content.scss */
.person-box .title {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.35;
  letter-spacing: .1em;
  margin: 0;
}
/* line 593, ../sass/_content.scss */
.person-box .post {
  color: #333;
  font-weight: 400;
  letter-spacing: .1em;
}

/* Personal About */
@media (max-width: 767px) {
  /* line 602, ../sass/_content.scss */
  .personal-about .image {
    margin-bottom: 18px;
  }
}
/* line 607, ../sass/_content.scss */
.personal-about .description {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.875;
  padding-top: 13px;
}
/* line 612, ../sass/_content.scss */
.personal-about .description p {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  /* line 612, ../sass/_content.scss */
  .personal-about .description p {
    margin-bottom: 6px;
  }
}

/* intro Box */
/* line 622, ../sass/_content.scss */
.intro-box {
  border: 0 none;
  display: block;
  margin: 10px auto;
  max-width: 300px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 622, ../sass/_content.scss */
  .intro-box {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
/* line 633, ../sass/_content.scss */
.intro-box .title {
  background: #fff;
  color: #333;
  font-size: 12px;
  font-size: 0.85714rem;
  margin: 0;
  padding: 19px 15px;
  text-align: center;
}
/* line 641, ../sass/_content.scss */
.intro-box .title .text {
  display: inline-block;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
}
/* line 646, ../sass/_content.scss */
.intro-box .title .arrow {
  margin-left: 4px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 16px;
}
/* line 654, ../sass/_content.scss */
.intro-box .title .arrow svg {
  height: 12px;
  vertical-align: top;
  width: 16px;
}
/* line 663, ../sass/_content.scss */
.intro-box:hover .title .text {
  -webkit-transform: translate3d(-8px, 0, 0);
  transform: translate3d(-8px, 0, 0);
}
/* line 667, ../sass/_content.scss */
.intro-box:hover .title .arrow {
  margin-left: 12px;
  opacity: 1;
}
.logop{
	position:absolute;
	left:60px;
	width:179px;
	cursor:pointer;
	height: 60px;
	background-image: url(../../uploads/logo/orjinal.png);
	background-repeat:no-repeat;
	background-size:contain;
	
	}
	.logopw{
	position:absolute;
	left:60px;
	width:179px;
	cursor:pointer;
	height: 60px;
	background-image: url(../../uploads/logo/beyaz.png);
	background-repeat:no-repeat;
	background-size:contain;
	
	}
	
.logoleft {
	position:absolute;
	left:40px;
	bottom:40px;
	z-index:0;
	height:100%;
	width:179px;
	
	}
	.logoleft img {
		height:70%;
		position:absolute;
		bottom:0px;
	width:auto;
	}
	
	@media (max-width: 1025px) {
  /* line 622, ../sass/_content.scss */
  .site-header {
    height: auto;
    right: 0;
    padding: 30px 0;
    position: absolute;
    top: 0px; 
    width: 100%;
    z-index: 1;

}
.logop {
    position: absolute;
    left: 20px;
    top: 15px;
    width: 200px;
}
	
	.logoleft {
display:none;
	
	}
	
	.site-footer {
    
    color: #666;
    font-size: 12px;
    font-size: 0.85714rem;
    height:auto;
    line-height: 1.2;
    padding: 10px;
    position: fixed;
    width: 100%;
	text-align:center;
	right: inherit;

}
	

	
	
}

.mob {

	display: none;
	
		}
	.mobac {
	width: 50px;
	height: 50px;
	background-color: rgba(255,255,255,1);
	position: fixed;
	top: 20px;
    right: 20px;
	z-index: 999;
	
	transition: 1s all;
		}
		.mobkap {
	width: 50px;
	height: 50px;
	background-color: rgba(255,255,255,1);
	position: fixed;
	top: 20px;
    right: 20px;
	z-index: 999;
	display: none;
		transition: 1s all;
		-webkit-transition: 1s all;
	
		 	
		}

		.mlisp {

			transition: 1s all;
		-webkit-transition: 1s all;

}
		.mlispin {


}

.mlisp ul {
	
	
	list-style:none;
	padding-left:5px;
	
	}
	
.mlisp ul li {
	width:200px;
	padding:5px;
	font-size:14px;
color: #d8d8d8;
    border-bottom: 1px solid #4c4c4c;
opacity:0.9;
transition:all 0.3s;
-webkit-transition:all 0.3s;

}
.mlisp ul li:hover {
	width:205px;
	color:#26B8F3;
	font-size:14px;
	border-bottom: 1px solid #7b7b7b;
	opacity:1;
	transition:all 0.3s;
-webkit-transition:all 0.3s;
margin-left:10px;
}
.mlisp .sec {

	color:#26B8F3;
	opacity:1;

}
.mlist {
	width:50%;
		margin:auto;
	overflow-x:auto;
	overflow-y:none;
	height:100%;

}
.mlist ul {
	
	
	list-style:none;
	padding-left:5px;
	
	}
	
.mlist ul li {
	width:200px;
	margin:auto;
	padding:5px;
	font-size:14px;
color:#666;
border-bottom: 1px solid #d4d4d4;
opacity:0.9;
transition:all 0.3s;
-webkit-transition:all 0.3s;

}
.mlist ul li:hover {
	width:250px;
	color:#26B8F3;
	font-size:15px;
	border-bottom: 3px solid #7b7b7b;
	opacity:1;
	transition:all 0.3s;
-webkit-transition:all 0.3s;
}
.mlist .sec {

	color:#26B8F3;
	opacity:1;

}

.frm{
	border: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
	
}
.borbt{
border-bottom: 1px solid #484848;
}
.secpad {
	padding-left: 100px;padding-top: 70px; padding-right: 100px; vertical-align: top;
}

@media (max-width: 700px) {

	.mob {

	display: block;
	}
	
  .site-header {
    height: auto;
    right: 0;
    padding: 0px 0;
    position: absolute;
    top: 0px; 
    width: 100%;
    z-index: 1;
	min-height: 90px;
	background-color:#f4f4f4;

}
.dark .site-header {
    height: auto;
    right: 0;
    padding: 0px 0;
    position: absolute;
    top: 0px; 
    width: 100%;
    z-index: 1;
	min-height: 90px;
	background-color:#000;

}
	.site-header .header-wrap {
    width: 180px;
    height: 0px;
    overflow: hidden;
    margin-left: 12px;
		transition: 1s all;
		-webkit-transition: 1s all;
		opacity:0;
}
	.site-header .header-wrap-in {
    width: 180px;
    height: 120px;
    overflow: hidden;
    margin-left: 12px;
    margin-top: 80px;
		transition: 1s all;
		-webkit-transition: 1s all;
		opacity:1;
}
.site-header .header-wrap .header-box .main-menu ul li:last-child {
	float:none;
}
.site-header .header-wrap .header-box .main-menu ul li:before {
	border:none;
}
.site-header .header-wrap .header-box .main-menu ul li:after {
	border:none;
}
.site-header .header-wrap .header-box .main-menu ul li a:before {
	border:none;
}
.site-header .header-wrap .header-box .main-menu ul li a:after {
	border:none;
}

}

.cd-header {
  position: relative;
  height: 150px;
  background-color: #331d35;
}
.cd-header h1 {
  color: #ffffff;
  line-height: 150px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
}
@media only screen and (min-width: 1170px) {
  .cd-header {
    height: 180px;
  }
  .cd-header h1 {
    line-height: 180px;
  }
}

.cd-main-content {

}
.cd-main-content:after {

}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {

}
.cd-main-content.is-fixed .cd-gallery {

}
.cd-main-content.is-fixed .cd-filter {

}
.cd-main-content.is-fixed .cd-filter form {

}
.cd-main-content.is-fixed .cd-filter-trigger {

}
@media only screen and (min-width: 768px) {
  .cd-main-content.is-fixed .cd-gallery {

  }
}
@media only screen and (min-width: 1170px) {
  .cd-main-content.is-fixed .cd-gallery {

  }
}

/* -------------------------------- 

xtab-filter 

-------------------------------- */

  .no-touch .cd-tab-filter a:hover {

  }
  .cd-tab-filter a.selected {

  }
  .cd-tab-filter.is-open ul li {

  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

/* -------------------------------- 

xgallery 

-------------------------------- */
.cd-gallery {

}
.cd-gallery li {
  margin-bottom: 1.6em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  display: none;
}
.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  display: block;
  width: 100%;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cd-gallery {
    padding: 40px 3%;
  }
  .cd-gallery ul {

  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    width: 48%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-gallery {
    padding: 10px 40px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery li {
    width: 23%;

  }
  .cd-gallery li a {
	color: #cacaca;
  }
  .cd-gallery li a:hover {
	color: #0eb1ff;
  }
  .cd-gallery li img {

  }


  .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}
   .cd-gallery   .proj1 {
    overflow: hidden;
    position: relative;

  }

/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
.cd-filter::before {
  /* top colored bar */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #41307c;
  z-index: 2;
}
.cd-filter form {
  padding: 70px 20px;
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  background: #37296a;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.no-touch .cd-filter .cd-close:hover {
  background: #32255f;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
  .cd-filter {
    width: 20%;
  }
  .cd-filter form {
    padding: 70px 10%;
  }
}

.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("../img/cd-icon-filter.svg") no-repeat center center;
  z-index: 3;
}
.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
}
@media only screen and (min-width: 1170px) {
  .cd-filter-trigger {
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .no-touch .cd-filter-trigger:hover {
    color: #41307c;
  }
  .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}

/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
  margin-bottom: 1.6em;
}
.cd-filter-block h4 {
  /* filter block title */
  position: relative;
  margin-bottom: .2em;
  padding: 10px 0 10px 20px;
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.no-touch .cd-filter-block h4:hover {
  color: #41307c;
}
.cd-filter-block h4::before {
  /* arrow */
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 100%;
  padding: .8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #41307c;
}
.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 1.6rem !important;
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}
.cd-filter-block .cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-filter-block select {
  cursor: pointer;
  font-size: 1.4rem;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: .8em;
}
.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-check.svg") no-repeat center center;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
  border-color: #41307c;
  background-color: #41307c;
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}