@charset "utf-8";
/*HTML5 display definitions*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
/*.lt-ie8 audio, .lt-ie8 canvas, .lt-ie8 video { display: inline; zoom: 1; }*/
canvas {
  -ms-touch-action: double-tap-zoom;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/*Base*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.004);
  margin: 0;
  padding: 0;
}
html,
button,
input,
select,
textarea {
  font-family: 'JosefinSans light', Arial, Helvetica, sans-serif;
  color: #333;
}
body {
  margin: 0;
  padding: 0;
}
/*Selection*/
::-moz-selection {
  background: transparent;
  color: #fff;
  text-shadow: none;
  border: none !important;
  outline: none !important;
}
::selection {
  background: transparent;
  color: #1d1514;
  text-shadow: none;
  border: none !important;
  outline: none !important;
}
/*Links*/
a {
  color: #00e;
  cursor: pointer;
  text-decoration: none;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  border: none !important;
  outline: none !important;
}
a:hover,
a:active {
  outline: 0;
}
/*Typography*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/*Lists*/
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}
dd {
  margin: 0;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/*Embedded content*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
/*Figures*/
figure {
  margin: 0;
}
/*Forms*/
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
.lt-ie8 legend {
  margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  border: 1px solid #cdcdcd;
}
.lt-ie8 button,
.lt-ie8 input,
.lt-ie8 select,
.lt-ie8 textarea {
  vertical-align: middle;
}
button:hover,
input:hover,
select:hover,
textarea:hover {
  border: 1px solid #66dff5;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #66dff5;
  outline: none !important;
}
input,
textarea {
  padding: 3px;
}
select {
  padding-left: 5px;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
}
.lt-ie8 button,
.lt-ie8 input[type="button"],
.lt-ie8 input[type="reset"],
.lt-ie8 input[type="submit"] {
  overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.lt-ie8 input[type="checkbox"],
.lt-ie8 input[type="radio"] {
  width: 13px;
  height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/*input:valid, textarea:valid { background-color: #79ff82; }
input:invalid, textarea:invalid { background-color: #f0dddd; }*/
input::-webkit-input-placeholder {
  color: #777 !important;
}
input::-moz-placeholder {
  color: #777 !important;
}
input:-ms-input-placeholder {
  color: #777 !important;
}
textarea::-webkit-input-placeholder {
  color: #777 !important;
}
textarea::-moz-placeholder {
  color: #777 !important;
}
textarea:-ms-input-placeholder {
  color: #777 !important;
}
.placeholder {
  color: #777 !important;
}
/*Tables*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/*FONT Gotham starts here*/
@font-face {
  font-family: 'Gotham Thin';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/gotham/gotham-thin.eot');
  src: url('../fonts/gotham/gotham-thin.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham/gotham-thin.woff') format('woff'), url('../fonts/gotham/gotham-thin.ttf') format('truetype'), url('../fonts/gotham/gotham-thin.svg#gothamlight') format('svg');
}
@font-face {
  font-family: 'Gotham Extra Light';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/gotham/gotham-extralight.eot');
  src: url('../fonts/gotham/gotham-extralight.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham/gotham-extralight.woff') format('woff'), url('../fonts/gotham/gotham-extralight.ttf') format('truetype'), url('../fonts/gotham/gotham-extralight.svg#gothamlight') format('svg');
}
@font-face {
  font-family: 'Gotham Light';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/gotham/gotham-light.eot');
  src: url('../fonts/gotham/gotham-light.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham/gotham-light.woff') format('woff'), url('../fonts/gotham/gotham-light.ttf') format('truetype'), url('../fonts/gotham/gotham-light.svg#gothamlight') format('svg');
}
@font-face {
  font-family: 'Gotham Light Italic';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/gotham/gotham-lightitalic.eot');
  src: url('../fonts/gotham/gotham-lightitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham/gotham-lightitalic.woff') format('woff'), url('../fonts/gotham/gotham-lightitalic.ttf') format('truetype'), url('../fonts/gotham/gotham-lightitalic.svg#gothamlight') format('svg');
}
@font-face {
  font-family: 'Gotham Book';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/gotham/gotham-book.eot');
  src: url('../fonts/gotham/gotham-book.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham/gotham-book.woff') format('woff'), url('../fonts/gotham/gotham-book.ttf') format('truetype'), url('../fonts/gotham/gotham-book.svg#gothambook') format('svg');
}
@font-face {
  font-family: 'Gotham Book Italic';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/gotham/gotham-bookitalic.eot');
  src: url('../fonts/gotham/gotham-bookitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham/gotham-bookitalic.woff') format('woff'), url('../fonts/gotham/gotham-bookitalic.ttf') format('truetype'), url('../fonts/gotham/gotham-bookitalic.svg#gothambookitalic') format('svg');
}
@font-face {
  font-family: 'Gotham Medium';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/gotham/gotham-medium.eot');
  src: url('../fonts/gotham/gotham-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham/gotham-medium.woff') format('woff'), url('../fonts/gotham/gotham-medium.ttf') format('truetype'), url('../fonts/gotham/gotham-medium.svg#gothammedium') format('svg');
}
@font-face {
  font-family: 'Gotham Medium Italic';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/gotham/gotham-mediumitalic.eot');
  src: url('../fonts/gotham/gotham-mediumitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham/gotham-mediumitalic.woff') format('woff'), url('../fonts/gotham/gotham-mediumitalic.ttf') format('truetype'), url('../fonts/gotham/gotham-mediumitalic.svg#gothammedium_italic') format('svg');
}
@font-face {
  font-family: 'Gotham Bold';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/gotham/gotham-bold.eot');
  src: url('../fonts/gotham/gotham-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham/gotham-bold.woff') format('woff'), url('../fonts/gotham/gotham-bold.ttf') format('truetype'), url('../fonts/gotham/gotham-bold.svg#gothambold') format('svg');
}
@font-face {
  font-family: 'Gotham Bold Italic';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/gotham/gotham-bold.eot');
  src: url('../fonts/gotham/gotham-bolditalic.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham/gotham-bolditalic.woff') format('woff'), url('../fonts/gotham/gotham-bolditalic.ttf') format('truetype'), url('../fonts/gotham/gotham-bolditalic.svg#Gotham-BoldItalic') format('svg');
}
/*FONT Gotham ends here*/
/*FONT Brandon starts here*/
@font-face {
  font-family: 'Brandon Grotesque Thin';
  src: url('../fonts/brandon/brandon_thin-webfont.eot');
  src: url('../fonts/brandon/brandon_thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon/brandon_thin-webfont.woff2') format('woff2'), url('../fonts/brandon/brandon_thin-webfont.woff') format('woff'), url('../fonts/brandon/brandon_thin-webfont.ttf') format('truetype'), url('../fonts/brandon/brandon_thin-webfont.svg#brandon_grotesquethin') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon Grotesque Light';
  src: url('../fonts/brandon/brandon_light-webfont.eot');
  src: url('../fonts/brandon/brandon_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon/brandon_light-webfont.woff2') format('woff2'), url('../fonts/brandon/brandon_light-webfont.woff') format('woff'), url('../fonts/brandon/brandon_light-webfont.ttf') format('truetype'), url('../fonts/brandon/brandon_light-webfont.svg#brandon_grotesquelight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon Grotesque Regular';
  src: url('../fonts/brandon/brandon_reg-webfont.eot');
  src: url('../fonts/brandon/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon/brandon_reg-webfont.woff2') format('woff2'), url('../fonts/brandon/brandon_reg-webfont.woff') format('woff'), url('../fonts/brandon/brandon_reg-webfont.ttf') format('truetype'), url('../fonts/brandon/brandon_reg-webfont.svg#brandon_grotesque_regularRg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon Grotesque Medium';
  src: url('../fonts/brandon/brandon_med-webfont.eot');
  src: url('../fonts/brandon/brandon_med-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon/brandon_med-webfont.woff2') format('woff2'), url('../fonts/brandon/brandon_med-webfont.woff') format('woff'), url('../fonts/brandon/brandon_med-webfont.ttf') format('truetype'), url('../fonts/brandon/brandon_med-webfont.svg#brandon_grotesquemedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon Grotesque Bold';
  src: url('../fonts/brandon/brandon_bld-webfont.eot');
  src: url('../fonts/brandon/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon/brandon_bld-webfont.woff2') format('woff2'), url('../fonts/brandon/brandon_bld-webfont.woff') format('woff'), url('../fonts/brandon/brandon_bld-webfont.ttf') format('truetype'), url('../fonts/brandon/brandon_bld-webfont.svg#brandon_grotesquebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon Grotesque Black';
  src: url('../fonts/brandon/brandon_blk-webfont.eot');
  src: url('../fonts/brandon/brandon_blk-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon/brandon_blk-webfont.woff2') format('woff2'), url('../fonts/brandon/brandon_blk-webfont.woff') format('woff'), url('../fonts/brandon/brandon_blk-webfont.ttf') format('truetype'), url('../fonts/brandon/brandon_blk-webfont.svg#brandon_grotesqueblack') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*FONT Brandon ends here*/
.gotham-thin {
  font-family: "Gotham Thin";
}
.gotham-extra-light {
  font-family: "Gotham Extra Light";
}
.gotham-light {
  font-family: "Gotham Light";
}
.gotham-light-italic {
  font-family: "Gotham Light Italic";
}
.gotham-book {
  font-family: "Gotham Book";
}
.gotham-book-italic {
  font-family: "Gotham Book Italic";
}
.gotham-medium {
  font-family: "Gotham Medium";
}
.gotham-medium-italic {
  font-family: "Gotham Medium Italic";
}
.gotham-bold {
  font-family: "Gotham Bold";
}
.gotham-bold-italic {
  font-family: "Gotham Bold Italic";
}
.brandon-grotesque-thin {
  font-family: "Brandon Grotesque Thin";
}
.brandon-grotesque-light {
  font-family: "Brandon Grotesque Light";
}
.brandon-grotesque-regular {
  font-family: "Brandon Grotesque Regular";
}
.brandon-grotesque-medium {
  font-family: "Brandon Grotesque Medium";
}
.brandon-grotesque-bold {
  font-family: "Brandon Grotesque Bold";
}
.brandon-grotesque-black {
  font-family: "Brandon Grotesque Black";
}
.size-11 {
  font-size: 11px !important;
}
.size-12 {
  font-size: 12px !important;
}
.size-13 {
  font-size: 13px !important;
}
.size-14 {
  font-size: 14px !important;
}
.size-15 {
  font-size: 15px !important;
}
.size-16 {
  font-size: 16px !important;
}
.size-17 {
  font-size: 17px !important;
}
.size-18 {
  font-size: 18px !important;
}
.size-20 {
  font-size: 20px !important;
}
.size-22 {
  font-size: 22px !important;
}
.size-24 {
  font-size: 24px !important;
}
.size-26 {
  font-size: 26px !important;
}
.size-28 {
  font-size: 28px !important;
}
.size-30 {
  font-size: 30px !important;
}
.size-32 {
  font-size: 32px !important;
}
.size-34 {
  font-size: 34px !important;
}
.size-35 {
  font-size: 35px !important;
}
.size-40 {
  font-size: 40px !important;
}
.size-55 {
  font-size: 55px !important;
}
.size-57 {
  font-size: 57px !important;
}
/*.Less functions starts here*/
.c100 {
  clear: both;
  width: 100%;
}
.f100 {
  float: left;
  width: 100%;
}
.opacity-100 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.opacity-09 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.opacity-08 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.opacity-07 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.opacity-06 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.opacity-05 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.opacity-04 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.opacity-03 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.opacity-02 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.opacity-01 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  opacity: 0.1;
}
.opacity-0 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
/*.Less functions ends here*/
/*
Colorbox Core Style:
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  /*overflow:hidden;*/
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  /*margin-top:32px;*/
  overflow: visible;
  /*background:#000;*/
}
.cboxIframe {
  /*background:#fff;*/
}
#cboxError {
  padding: 50px;
  /*border:1px solid #ccc;*/
}
#cboxLoadedContent {
  /*background:#000; padding:1px;*/
}
#cboxLoadingGraphic {
  background: url("../img/colorbox/loading.gif") no-repeat center center;
}
#cboxLoadingOverlay {
  /*background:#000;*/
}
#cboxTitle {
  position: absolute;
  top: -34px;
  left: 5%;
  color: #ffffff;
  font-size: 23px;
  line-height: 26px;
  text-align: center;
  width: 90%;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  width: 16px;
  background-position: 0px 0px;
  left: 0px;
}
#cboxPrevious:hover {
  background-position: 0px -39px;
}
#cboxNext {
  width: 16px;
  background-position: -26px 0px;
  right: 0px;
}
#cboxNext:hover {
  background-position: -26px -39px;
}
#cboxClose {
  width: 28px;
  background-position: -52px 0px;
  right: -30px;
  top: 4px;
}
#cboxClose:hover {
  background-position: -52px -39px;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -90px 0;
  right: -33px;
  top: 49px;
  width: 17px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -90px -39px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -117px 0;
  right: -32px;
  top: 49px;
  width: 19px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -117px -39px;
}
.nonav #cboxPrevious,
.nonav #cboxNext {
  display: none !important;
}
#colorbox {
  border: 0px solid #313131;
  margin-top: 20px;
}
#cboxLoadedContent {
  background: #fff;
}
/*Colorbox ends here*/
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flex-slider/flexslider-icon.eot');
  src: url('../fonts/flex-slider/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flex-slider/flexslider-icon.woff') format('woff'), url('../fonts/flex-slider/flexslider-icon.ttf') format('truetype'), url('../fonts/flex-slider/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
}
.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555555;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.no-js .slider .slides > li:first-child {
  display: block;
}
/*Flexslider standart begins here*/
html {
  height: 100%;
}
body {
  background: url(../img/bg.jpg) center top no-repeat #acabab;
  height: 100%;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button {
  display: inline-block;
  padding: 15px 18px;
  border-radius: 10px;
  background-color: #8FD400;
  font-family: "Gotham Bold" !important;
  font-size: 18px;
  line-height: 18px;
  color: #313131;
  transition: all 0.5s ease-in-out;
}
.button:hover {
  background-color: #313131;
  color: #8FD400 !important;
}
.centerfix {
  width: 1920px;
  min-width: 1920px;
  margin: 0px auto;
  height: auto;
  float: left;
  position: relative;
  display: block;
}
.centerfix:before,
.centerfix:after {
  content: "";
}
.centerfix:after {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 525px;
  height: 525px;
  background-color: rgba(142, 141, 141, 0.5);
  border-radius: 50%;
  z-index: -1;
}
.centerfix:before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 1080px;
  background-image: url("../img/bg-after-all.png");
  background-position: right top;
  z-index: -1;
  background-size: cover;
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
b,
strong {
  font-weight: normal;
}
#bigwrap {
  height: 100%;
  /*min-height: 600px;*/
}
.rcb {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.rcs {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: 17em !important;
}
.textblock {
  position: relative;
  float: left;
  width: 900px;
  z-index: 30;
}
.textblock.big {
  width: 1030px;
}
p {
  margin-bottom: 20px !important;
  font-size: 16px;
  font-family: "Gotham Light";
}
b,
strong {
  font-family: "Gotham Bold";
}
.biggbg {
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.biggbg img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
/*Leftmenu begins here*/
#leftmenu {
  z-index: 4;
  color: #313131;
  width: 19.53125%;
  position: relative;
  float: left;
  /*height: 100%;*/
  display: block;
}
#leftmenu > a {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  position: relative;
  float: left;
  clear: both;
  margin-bottom: 14px;
  margin-left: 50px;
  height: 38px;
}
#leftmenu > a:hover {
  opacity: 0.7;
}
#leftmenu a.welness img {
  filter: grayscale(100%);
}
#leftmenu a.welness:hover {
  opacity: 1 !important;
}
#leftmenu a.welness img:hover {
  filter: grayscale(0%);
}
#leftmenu > .social-text {
  position: relative;
  float: left;
  clear: both;
  color: #313131;
  font-size: 16px;
  font-family: "Gotham Bold";
  margin-left: 50px !important;
  line-height: 18px;
  margin-top: 60px !important;
}
#leftmenu > .social {
  position: relative;
  float: left;
  clear: both;
  height: 38px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 9px 15px 0px 15px;
  margin-left: 50px;
  margin-bottom: 30px;
  margin-top: 5px;
}
#leftmenu > .social li {
  position: relative;
  float: left;
  height: 23px;
}
#leftmenu > .social li a {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  height: 23px;
  position: relative;
  float: left;
  text-align: center;
  padding: 0px 25px;
  border-right: 1px solid #ffffff;
}
#leftmenu > .social li a:hover {
  opacity: 0.7;
}
#leftmenu > .social li:last-child a {
  border-right: 0px solid #ffffff;
  padding-right: 0px;
}
#leftmenu > .social li:first-child a {
  padding-left: 0px;
}
#top_menu {
  z-index: 4;
  color: #313131;
  position: absolute;
  top: 47px;
  right: 0px;
  display: block;
  background-color: #171717;
  line-height: 24px;
  height: 24px;
  padding-left: 0px;
  padding-right: 0px;
}
#top_menu ul {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  position: relative;
  float: left;
  line-height: 24px;
  height: 24px;
  padding-left: 10px;
}
#top_menu ul:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #d1c478;
  z-index: 3;
}
#top_menu ul li {
  position: relative;
  float: left;
  line-height: 24px;
  height: 24px;
}
#top_menu ul li a {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  position: relative;
  float: left;
  font-size: 12px !important;
  font-family: "Brandon Grotesque Regular";
  color: #d9cb7c;
  padding: 2px 12px 0px 12px;
  line-height: 24px;
  height: 24px;
}
#top_menu ul li a:hover {
  color: #ffffff;
}
#logo {
  float: left;
  position: relative;
  width: 100%;
  padding: 33px 0 0 44px;
}
#logo a {
  width: auto;
}
#logo img {
  width: 100%;
}
#nav {
  float: left;
  font-size: 16px;
  position: relative;
  margin-top: 205px;
  width: 100%;
  margin-bottom: 30px;
}
#nav li {
  float: left;
  width: 96%;
  position: relative;
  padding: 0 34px 0 34px;
  margin-bottom: 16px;
  margin-left: 15px;
}
#nav li:after {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  position: absolute;
  content: '';
  bottom: -13px;
  left: 0px;
  width: 0px;
  height: 13px;
  background-image: url("../img/leftmenu/bottom.png");
  background-repeat: no-repeat;
  background-position: right top;
}
#nav li.active:after,
#nav li:hover:after {
  width: 100%;
}
#nav li a {
  color: #333333;
  display: block;
  width: 100%;
  line-height: 35px;
  /*border-bottom: 1px solid transparent !important;
            &:hover, &.active {
                border-bottom: 1px solid #949494 !important;
            }*/
}
/*Leftmenu ends here*/
#main {
  z-index: 3;
  /*color: #1d1514;*/
  color: #ffffff;
  width: 78.125%;
  height: 100%;
  position: relative;
  float: right;
  display: block;
}
#main a {
  /*color: #1d1514;*/
  color: #ffffff;
}
.sekslide {
  float: left;
  width: 100%;
  clear: both;
}
.sekslide .slides {
  float: left;
  width: 100%;
}
.sekslide .slides img {
  float: left;
  width: 100%;
}
.sekslide .flex-control-nav {
  float: left;
  width: 100%;
  margin-top: 18px;
}
.sekslide .flex-control-nav li {
  float: left;
  margin-right: 5px;
  margin-left: 0px;
}
.sekslide .flex-control-nav li:last-child {
  margin-right: 0;
}
.sekslide .flex-control-nav li a {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  display: block;
  float: left;
  text-indent: -9999px;
  width: 15px;
  height: 20px;
  background: #fff;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.sekslide .flex-control-nav li a.flex-active {
  background: #313131;
}
.paginations {
  float: left;
}
.paginations .flex-control-nav {
  float: left;
  width: 100%;
  margin-top: 18px;
}
.paginations .flex-control-nav li {
  float: left;
  margin-right: 5px;
  margin-left: 0px;
}
.paginations .flex-control-nav li:last-child {
  margin-right: 0;
}
.paginations .flex-control-nav li a {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  display: block;
  float: left;
  text-indent: -9999px;
  width: 15px;
  height: 20px;
  background: #fff;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.paginations .flex-control-nav li a.flex-active {
  background: #313131;
}
a.tbl {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  position: relative;
  float: left;
  line-height: 50px;
  color: #1d1514;
  background-color: #d4b743;
  padding: 0px 72px;
  font-family: "Gotham Book";
  border: 1px solid #d4b743;
}
a.tbl:hover {
  color: #d4b743 !important;
  background-color: #313131;
  padding: 0px 72px;
}
.main-title {
  /*float: left;*/
  display: inline-block;
  position: relative;
  font-family: "Gotham Thin";
  font-size: 41px;
  color: #313131;
  background-color: transparent;
  background-image: url("../img/bg-main-tile-1.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0 62px;
  clear: both;
  height: 56px;
  margin-bottom: 22px !important;
}
.main-title:before {
  content: "";
  position: absolute;
  top: -56px;
  left: -56px;
  width: 46px;
  height: 46px;
  background-image: url("../img/before-main-tile.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.main-title:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15px;
  height: 15px;
  background-image: url("../img/bg-main-tile-2.png");
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.main-title > a {
  color: #d9cb7c !important;
}
.hr {
  float: left;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #676767;
  background-color: rgba(49, 49, 49, 0.5);
  padding: 0px;
  margin: 0px;
}
.hr:after {
  content: "";
  position: absolute;
  top: -140px;
  right: 30px;
  width: 100px;
  height: 100px;
  background-color: #8FD400;
  border-radius: 50%;
}
.hr.null:after {
  content: none;
}
/*Home page begins here*/
#mpslider {
  height: 100%;
  z-index: 1;
  position: relative;
}
#mpslider .slides {
  width: 100%;
  height: 100%;
  float: left;
}
#mpslider .slides li {
  width: 100%;
  height: 100%;
}
#mpslider .slides li .imgwrap {
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  height: 100%;
}
#mpslider .slides li .imgwrap img {
  float: right;
  height: 100%;
}
#mpslider .slides li .textblock {
  width: 900px;
  margin-top: 145px;
}
#mpslider .slides li .textblock .img {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  padding: 28px 0px;
  text-align: center;
  border-bottom: 1px solid #676767;
}
#mpslider .slides li .textblock .text {
  position: relative;
  float: left;
  width: 100%;
  padding: 0px 60px;
  margin-top: 200px;
  padding-top: 25px;
  border-top: 1px solid #676767;
}
#mpslider .slides li .textblock .text h3 {
  float: left;
  width: 100%;
  margin-bottom: 30px !important;
  font-family: "Gotham Light";
  font-size: 50px;
  line-height: 1.1;
  color: #ffffff;
}
#mpslider .slides li .textblock .text h3 b {
  font-family: "Gotham Medium";
}
#mpslider .slides li .textblock .text p {
  /*float: right;
                        width: 100%;*/
  font-size: 18px !important;
  line-height: 24px !important;
  /*color: #313131;*/
  color: #ffffff;
  font-family: "Gotham Medium";
  clear: right;
}
.sektorler li {
  border-bottom: 1px solid #666666;
  line-height: 40px;
  margin-bottom: 13px;
  font-family: "Gotham Bold";
  width: 250px;
  display: inline-block;
  clear: both;
  float: left;
  position: relative;
  z-index: 1;
}
.sektorler li span {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 1;
}
.sektorler li:nth-child(2n+1) {
  font-family: "Gotham Light";
}
.sektorler li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}
.sektorler li:before {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  content: '';
  position: absolute;
  left: -5%;
  top: 0px;
  width: 0px;
  height: 100%;
  background-color: #8FD400;
  z-index: 0;
}
.sektorler li:hover:before {
  width: 105%;
}
.hizmet-detail {
  display: block;
  width: 100%;
  position: relative;
  padding: 55px;
  color: #ffffff;
  font-family: "Gotham Light";
  font-size: 24px !important;
  line-height: 28px;
}
#cboxWrapper #cboxLoadedContent {
  background: #333333;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#cboxTitle {
  font-family: "Gotham Bold";
}
.main-page-content-sliders {
  z-index: 100;
  position: absolute;
  top: 418px;
  left: 0px;
  width: 900px;
  height: 144px;
  padding: 0px 0px;
  color: #a7a5a5;
}
.main-page-content-sliders .slides-item {
  position: relative;
  float: left;
  width: 33.333333%;
  height: 100%;
  padding: 23px 0px;
  background-color: #313131;
  border-radius: 0px;
}
.main-page-content-sliders .slides-item:first-child {
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
.main-page-content-sliders .slides-item:last-child {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 11px;
  border-top-right-radius: 11px;
  padding-left: 20px;
  padding-right: 20px;
}
.main-page-content-sliders .slides-item .slides {
  height: 100%;
}
.main-page-content-sliders .slides-item .slides li {
  height: 100%;
}
.main-page-content-sliders .slides-item .slides li img {
  float: left;
  width: 130px;
  height: 78px;
  border: 0px;
  border-radius: 10px;
  margin-right: 20px;
}
.main-page-content-sliders .slides-item .slides li p {
  font-size: 12px;
  font-family: "Gotham Book";
  line-height: 14px;
  margin-top: 0px !important;
}
.main-page-content-sliders .slides-item .slides li a {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  background-color: #8FD400;
  border-radius: 10px;
  color: #313131;
  font-family: "Gotham Bold" !important;
  border: 1px solid #8FD400;
  font-size: 11px;
  display: inline-block;
  line-height: 18px;
  padding: 0px 18px;
  position: absolute;
  bottom: 5px;
}
.main-page-content-sliders .slides-item .slides li a:hover {
  background-color: #313131;
  color: #8FD400 !important;
}
.main-page-content-sliders .slides-item .flex-viewport {
  height: 100%;
}
.main-page-content-sliders .slides-item .flex-control-nav {
  bottom: 8px;
  z-index: 1;
  height: 8px;
}
.main-page-content-sliders .slides-item .flex-control-paging li {
  margin: 0px 3px;
}
.main-page-content-sliders .slides-item .flex-control-paging li a {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  position: relative;
  width: 8px;
  height: 8px;
  display: block;
  background: #8e8d8d;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  -o-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.main-page-content-sliders .slides-item .flex-control-paging li a.flex-active {
  cursor: default;
  background: #ff7d49;
}
.main-page-content-sliders .slides-item#ayin-konusu {
  background-color: #171717;
  padding-top: 10px;
}
.main-page-content-sliders .slides-item#ayin-konusu:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #d1c478 transparent transparent transparent;
  z-index: 3;
}
.main-page-content-sliders .slides-item#ayin-konusu h2 {
  color: #8FD400;
  font-family: "Gotham Medium";
  font-size: 14px !important;
  margin-bottom: 6px !important;
}
/* KURUMSAL */
.kurumsal-1 {
  font-size: 53px;
  font-family: "Gotham Thin";
  color: #000000;
  line-height: 1;
  float: left;
  width: 100%;
  position: relative;
  margin-top: 28px !important;
}
.kurumsal-2 {
  font-size: 143px;
  font-family: "Brandon Grotesque Thin";
  color: #313131;
  line-height: 1;
  float: left;
  width: 100%;
}
.kurumsal-3 {
  position: relative;
  font-size: 143px;
  font-family: "Brandon Grotesque Regular";
  color: #313131;
  line-height: 1;
  padding-right: 30px;
  float: left;
  width: 600px;
  padding-bottom: 30px;
}
.kurumsal-3.lined-bottom:after {
  left: 10px;
}
.kurumsal-4 {
  font-size: 18px;
  font-family: "Gotham Light Italic";
  /*color: #1d1514;*/
  color: #ffffff;
  line-height: 1.4;
  float: right;
  width: 300px;
}
.kurumsal-5 {
  font-size: 16px;
  font-family: "Gotham Light";
  /*color: #1d1514;*/
  color: #ffffff;
  line-height: 1.4;
  float: left;
  width: 100%;
}
.lined-bottom {
  position: relative;
}
.lined-bottom:after {
  content: "";
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 17px;
  background-color: #8FD400;
  border-radius: 8px;
}
.lined-bottom.plr-60:after {
  left: 60px;
}
.lined-bottom.plr-30:after {
  left: 30px;
}
.lined-bottom-gray {
  position: relative;
}
.lined-bottom-gray:after {
  content: "";
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 140px;
  height: 17px;
  background-color: #9b9a9a;
  border-radius: 8px;
}
.lined-bottom-gray.plr-60:after {
  left: 60px;
}
.lined-bottom-gray.plr-30:after {
  left: 30px;
}
form.ik {
  position: relative;
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  margin-top: 60px;
  margin-bottom: 145px;
}
form.ik h2 {
  font-size: 22px;
  font-family: "Gotham Bold";
  line-height: 54px;
  padding-bottom: 12px;
  margin-bottom: 40px !important;
  margin-top: 110px;
}
form.ik label {
  position: relative;
  float: left;
  width: 100%;
  font-size: 18px;
  font-family: "Gotham Bold";
  margin-bottom: 7px;
}
form.ik .file-upload {
  position: relative;
  float: left;
}
form.ik .file-upload input[type="text"] {
  width: 320px;
  height: 40px;
  background-color: #cdcdcd;
  border-radius: 9px;
  border: 0px;
  padding: 0px 11px;
  color: #000000;
  margin: 0px;
  font-size: 16px;
  font-family: "Gotham Bold Italic";
}
form.ik .file-upload a {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  position: absolute;
  z-index: 0;
  right: -30px;
  top: 0px;
  text-align: center;
  font-size: 16px;
  font-family: "Gotham Bold";
  width: 75px;
  height: 40px;
  line-height: 40px;
  color: #000000;
  border-radius: 9px;
  background-color: #b2b2b2;
}
form.ik .file-upload input[type="file"] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 350px;
  opacity: 0;
  height: 40px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  z-index: 1;
  cursor: pointer;
}
form.ik .file-upload input[type="file"]:hover + a {
  background-color: #313131;
  color: #ffffff !important;
}
form.ik button {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  position: relative;
  float: left;
  margin-left: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  background-color: #989898;
  color: #000000;
  text-align: center;
  font-size: 16px;
  font-family: "Gotham Bold";
  border-radius: 9px;
  border: 0px;
}
form.ik button:hover {
  background-color: #313131;
  color: #ffffff;
}
form.ik span {
  clear: both;
  position: relative;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0px 11px;
  font-size: 12px;
  font-family: "Gotham Book";
  border-radius: 9px;
  border: 0px;
}
.services {
  position: relative;
  float: left;
  width: 100%;
  -webkit-margin-before: 0 !important;
  -webkit-margin-after: 0px !important;
  -webkit-margin-start: 0 !important;
  -webkit-margin-end: 0 !important;
  -webkit-padding-start: 0px !important;
}
.services li {
  position: relative;
  float: left;
  width: 100%;
  line-height: 30px;
  padding: 20px 30px;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #313131;
  color: #8FD400 !important;
  font-size: 25px;
  font-family: "Gotham Thin";
  overflow: hidden;
  /*&:before {
            .allease(all, 0.4s, ease-in-out);
            content: "";
            z-index: 0;
            position: absolute;
            width: 0%;
            height: 100%;
            top: 0px;
            right: 0px;
            background-color: #8FD400;
            .opacity-100;
        }
        */
}
.services li * {
  position: relative;
  z-index: 1;
}
.services li a {
  color: #8FD400 !important;
}
.services li > a {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  color: #8FD400 !important;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 25px;
  font-family: "Gotham Thin";
  padding: 0px;
  cursor: pointer;
}
.services li > a:hover {
  color: #313131 !important;
}
.services li:hover {
  /*&:before {
                width: 100%;
            }
            */
}
.services li:hover > a {
  color: #ffffff !important;
}
.services li .detail {
  padding: 20px 0px;
  position: relative;
  float: left;
  width: 100%;
  display: none;
  color: #ffffff;
}
/* İLETİŞİM */
.cont-map {
  float: left;
  margin-bottom: 30px;
}
#map {
  width: 100%;
  height: 252px;
}
/* HABERLER */
.news-title {
  color: #d9cb7c;
  font-family: "Gotham Thin";
  font-size: 3.4em;
  line-height: 1;
  height: 1.6em;
  background-image: url("../img/c/news/bg-title.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 1.8em;
  padding-top: 0.2em;
}
.news {
  position: relative;
  float: left;
  width: 100%;
}
.news li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #5f5e5e;
  padding: 30px 0px;
}
.news li h3 {
  /*color: #1d1514;*/
  color: #ffffff;
  font-family: "Gotham Bold";
  line-height: 24px;
  font-size: 16px !important;
}
.news li p {
  margin: 0px !important;
  margin-bottom: .5em !important;
  /*color: #1d1514 !important;*/
  color: #ffffff !important;
  font-family: "Gotham Light";
  line-height: 24px;
}
.news li a {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  background-color: #8FD400;
  border-radius: 10px;
  /*color: #313131;*/
  color: #ffffff;
  font-family: "Gotham Bold" !important;
  font-size: 11px;
  line-height: 18px;
  padding: 0px 18px;
  margin-top: 5px;
  display: inline-block;
}
.news li a:hover {
  background-color: #313131;
  color: #8FD400 !important;
}
.news-detail {
  position: relative;
  float: left;
  width: 100%;
}
.news-detail img {
  float: left;
}
.news-detail b {
  font-family: "Gotham Bold";
  font-size: 1.1em;
}
.news-detail p {
  clear: left;
  font-size: 1.1em;
  margin-bottom: 1em !important;
}
.news-detail h2 {
  float: left;
  clear: left;
  font-family: "Gotham Bold";
  font-size: 1.1em;
}
.news-detail h3,
.news-detail h4,
.news-detail h5,
.news-detail h6 {
  font-family: "Gotham Bold";
}
.news-detail a.video {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  background-color: #8FD400;
  border-radius: 10px;
  color: #313131;
  font-family: "Gotham Bold" !important;
  font-size: 1.2em;
  padding: .2em 1.5em;
  margin-top: .3em;
  display: inline-block;
}
.news-detail a.video:hover {
  background-color: #313131;
  color: #8FD400 !important;
}
.news-detail a.external_link {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  background-color: #8FD400;
  border-radius: 10px;
  color: #313131;
  font-family: "Gotham Bold" !important;
  font-size: 1.2em;
  padding: .2em 1.5em;
  margin-top: .3em;
  display: inline-block;
}
.news-detail a.external_link:hover {
  background-color: #313131;
  color: #8FD400 !important;
}
.news-detail a.colorbox-opener {
  position: relative;
  float: left;
  margin-right: 60px;
  overflow: hidden;
}
.news-detail a.colorbox-opener:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/c/news/zoom.png");
  background-repeat: no-repeat;
  background-position: center center;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.news-detail a.colorbox-opener:after {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(217, 203, 124, 0.4);
  top: 0px;
  left: 0px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform-origin: center center;
  border-radius: 100%;
  z-index: 0;
}
.news-detail a.colorbox-opener:hover:after {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform-origin: center center;
  border-radius: 100%;
}
@media only screen and (max-width: 1500px) {
  #mpslider {
    font-size: 9px;
  }
}
@media only screen and (max-width: 1300px) {
  #mpslider {
    font-size: 8px;
  }
}
/*Home page ends here*/
/*Standart text block begins here*/
.stcont {
  width: 65em;
}
.stcont h5 {
  font-family: "Gotham Book";
  font-size: 2.4em;
  margin-bottom: 0.4em !important;
}
.stcont p {
  font-size: 1.8em;
  margin-bottom: 1em !important;
}
.stcont p strong,
.stcont p b {
  font-family: "Gotham Bold";
}
@media only screen and (max-width: 1500px) {
  .stcont {
    font-size: 9px;
  }
}
@media only screen and (max-width: 1300px) {
  .stcont {
    font-size: 8px;
  }
}
/*Standart text block ends here*/
/*Referanslar begins here*/
.references-tabs {
  position: relative;
  float: left;
  width: 100%;
}
.references-tabs li {
  position: relative;
  float: left;
  padding: 0px 10px;
  margin-bottom: 20px;
}
.references-tabs li a {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  position: relative;
  float: left;
  line-height: 42px;
  color: #000000;
  font-family: "Gotham Thin";
  font-size: 22px;
  padding: 0px;
  margin: 0px;
  background-color: #999999;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 0px 20px;
  min-width: 220px;
  text-align: center;
}
.references-tabs li a:hover,
.references-tabs li a.active {
  background-color: #8FD400;
}
.references-tabs.lined-bottom:after {
  left: 10px;
}
.reference-container {
  position: relative;
  float: left;
  width: 100%;
}
.reference-container > li {
  position: relative;
  float: left;
  width: 100%;
  display: none;
}
.reference-container > li.active {
  display: block;
}
.reference-container > li ul li a {
  /*color: #000000 !important;*/
  color: #ffffff !important;
  font-family: "Gotham Thin";
  font-size: 32px;
  line-height: 50px;
}
.reference-container > li ul li:nth-child(2n+1) a {
  font-family: "Gotham Light";
}
.reference-container > li.logo-cotainer ul {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  /*display: table;*/
  vertical-align: middle;
}
.reference-container > li.logo-cotainer ul li {
  position: relative;
  float: left;
  text-align: center;
  display: table;
  vertical-align: middle;
  width: 206px;
  border-right: 1px solid #767575;
  border-bottom: 1px solid #767575;
  height: 186px;
}
.reference-container > li.logo-cotainer ul li.last {
  border-bottom: 0px solid #767575;
}
.reference-container > li.logo-cotainer ul li a {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  position: relative;
  /*width: 100%;
                        height: 100%;*/
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-image: url("../img/c/referanslar/bg-ref.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0px 0px;
  width: 180px;
  height: 80px;
}
.reference-container > li.logo-cotainer ul li:nth-child(5n) {
  border-right: 0px solid #767575;
}
.reference-container > li.logo-cotainer ul li:nth-child(5n+1) {
  clear: left;
}
.reference-container > li.logo-cotainer ul li:before,
.reference-container > li.logo-cotainer ul li:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  width: 206px;
  height: 186px;
  position: absolute;
  top: 0px;
  z-index: -1;
}
.reference-container > li.logo-cotainer ul li:before {
  left: 0px;
  /*background-color: #8FD400;*/
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 0 0;
  border-color: #8FD400 transparent transparent transparent;
}
.reference-container > li.logo-cotainer ul li:after {
  right: 0px;
  /*background-color: #313131;*/
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0px 0px;
  border-color: transparent transparent rgba(49, 49, 49, 0.3) transparent;
}
.reference-container > li.logo-cotainer ul li:hover:before {
  border-width: 186px 206px 0 0;
  /*border-left: 20px solid rgba(209,195,120,1);
                        border-right: 20px solid rgba(209,195,120,1);*/
}
.reference-container > li.logo-cotainer ul li:hover:after {
  border-width: 0 0 186px 206px;
  /*border-top: 60px solid rgba(209,195,120,0.7);
                        border-bottom: 60px solid rgba(209,195,120,0.7);*/
  /*border-top: 50px solid rgba(209,195,120,1);
                        border-bottom: 50px solid rgba(209,195,120,1);*/
}
.reference-container > li.logo-cotainer ul li:hover a {
  background-size: 180px 80px;
}
#reftab {
  float: left;
  border-color: #c6c6c6;
  border-style: hidden;
}
#reftab tr td {
  border: 1px solid #434242;
}
#reftab tr td img {
  width: 100%;
}
/*Referanslar ends here*/
/* Projeler begins here */
#projetab {
  float: left;
  width: 100%;
  height: auto;
}
#projetab .tabl {
  float: left;
  width: 100%;
  height: auto;
  clear: both;
}
#projetab .tabl li {
  float: left;
  margin-right: 1px;
}
#projetab .tabl li a {
  float: left;
  display: block;
  background-color: #313131;
  color: #fff;
  padding: 7px 10px;
  font-size: 11px;
  min-width: 100px;
}
#projetab .tabc {
  float: left;
  width: 100%;
  height: 600px;
  position: relative;
  clear: both;
  margin-top: 60px;
}
@media only screen and (max-width: 1300px) {
  #projetab .tabc {
    margin-top: 45px;
    height: 500px !important;
  }
}
#projetab .tabc .customscroll {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#projetab .tabc .projel {
  float: left;
  width: 100%;
  height: auto;
}
#projetab .tabc .projel li {
  width: 280px;
  margin-bottom: 50px !important;
  position: relative;
}
#projetab .tabc .projel li img {
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  #projetab .tabc .projel li {
    width: 47%;
    margin-bottom: 35px !important;
  }
}
#projetab .tabc .projel li.left-colm {
  float: left;
}
#projetab .tabc .projel li.right-colm {
  float: right;
}
#projetab .tabc .projel li h5 {
  font-size: 30px;
  margin: 15px 0 !important;
}
@media only screen and (max-width: 1300px) {
  #projetab .tabc .projel li h5 {
    margin: 7px 0 !important;
    font-size: 25px;
  }
}
#projetab .tabc .projel li p {
  font-size: 18px;
  margin: 0 !important;
}
/* Projeler ends here */
/* Gallery Starts */
.gallery {
  position: relative;
  width: calc(100% + 30px);
  float: left;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.gallery li {
  position: relative;
  float: left;
  width: 25%;
  padding: 15px;
}
.gallery li a {
  position: relative;
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  height: 150px;
  overflow: hidden;
  margin-bottom: 3px;
}
.gallery li a:before {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0px 0px 0;
  border-color: transparent rgba(209, 196, 120, 0.7) transparent transparent;
  z-index: 2;
}
.gallery li a:after {
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  /*background-color: #000000;
                .opacity-08;*/
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0px 0px 0;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.7);
  /*
                transform: scale(0);
                -webkit-transform: scale(0);
                -moz-transform: scale(0);
                -o-transform: scale(0);
                -ms-transform: scale(0);
                transform-origin: left bottom;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;*/
}
.gallery li a:hover:before {
  border-width: 0 203px 150px 0;
}
.gallery li a:hover:after {
  /*
                    transform: scale(1.5);
                    -webkit-transform: scale(1.5);
                    -moz-transform: scale(1.5);
                    -o-transform: scale(1.5);
                    -ms-transform: scale(1.5);
                    */
  /*width: 100%;
                    height: 100%;*/
  border-width: 150px 0 0 203px;
}
.gallery li a img {
  width: 100%;
  height: 150px;
  display: none;
}
.gallery li p {
  display: block;
  text-align: center;
  font-size: 14px;
  margin: 0 !important;
}
.gallery li span {
  display: inline-block;
  margin-top: 5px;
  font-size: 12px;
}
.gallery li:nth-child(4n+1) {
  clear: left;
}
/* Gallery Ends */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.lt-ie8 .ir {
  line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/*Non Select*/
.noselect {
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
}
/*ValignFix*/
.valignfix {
  display: table;
}
.valignfix .valignfixwrap,
.valignfixwrap {
  display: table-cell;
  vertical-align: middle;
}
/*Contain Floats*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.lt-ie8 .clearfix {
  zoom: 1;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-145 {
  margin-top: 145px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-145 {
  margin-bottom: 145px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-145 {
  padding-top: 145px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-145 {
  padding-bottom: 145px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.plr-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.plr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.hidden {
  display: none !important;
}
.custom-logo {
  display: none;
  text-align: center;
}
.hamburger {
  display: none;
  z-index: 9999;
  cursor: pointer;
}
/*#photos-category-controls {
  button {
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
  }
}
#photos-category {
  li {
    &.hide {
      display: none;
    }
  }
}*/
/*RESPONSIVE*/
@media (min-width: 1921px) {
  .centerfix {
    float: none;
  }
}
@media (min-width: 1900px) and (max-width: 1920px) {
  body,
  .centerfix {
    width: 100%;
    min-width: 100%;
  }
}
@media (min-width: 1281px) and (max-width: 1680px) {
  .centerfix {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 1280px) {
  .custom-logo {
    display: block;
  }
  .hamburger {
    display: block;
    width: 30px;
    position: fixed;
  }
  .hamburger li {
    width: 100%;
    height: 5px;
    margin-bottom: 3px;
    border-radius: 2px;
    background-color: #ffffff;
  }
  .hamburger.menu-active {
    top: 50px;
  }
  .hamburger.menu-active li:first-child {
    transform: rotate(-45deg);
  }
  .hamburger.menu-active li:nth-child(2) {
    transform: rotate(45deg);
    position: absolute;
    top: 0;
  }
  .hamburger.menu-active li:last-child {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .centerfix {
    width: 100%;
    min-width: 100%;
    margin: 0px auto;
    height: auto;
    float: left;
    position: relative;
    display: block;
  }
  .centerfix:before,
  .centerfix:after {
    content: "";
  }
  .centerfix:after {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 525px;
    height: 525px;
    background-color: rgba(142, 141, 141, 0.5);
    border-radius: 50%;
    z-index: -1;
  }
  .centerfix:before {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 1080px;
    background-image: url("../img/bg-after-all.png");
    background-position: right top;
    z-index: -1;
    background-size: cover;
  }
  .centerfix.main:before {
    content: none;
  }
  .textblock {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .textblock.big {
    width: 100%;
  }
  #leftmenu {
    display: none;
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    background-color: #A2A0A1;
  }
  #logo a {
    display: none;
  }
  #nav {
    margin-top: 50px;
  }
  #nav li:after {
    background-position: left top;
  }
  #main {
    width: 100%;
    height: 100%;
    float: none;
  }
  .main-page-content-sliders {
    left: 5%;
    width: 90%;
  }
  .main-page-content-sliders .slides-item:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hamburger {
    left: 50px;
    top: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .centerfix {
    width: 100%;
    min-width: 100%;
    margin: 0px auto;
    height: auto;
    float: left;
    position: relative;
    display: block;
  }
  .centerfix:before,
  .centerfix:after {
    content: "";
  }
  .centerfix:after {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 525px;
    height: 525px;
    background-color: rgba(142, 141, 141, 0.5);
    border-radius: 50%;
    z-index: -1;
  }
  .centerfix:before {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 1080px;
    background-image: url("../img/bg-after-all.png");
    background-position: right top;
    z-index: -1;
    background-size: cover;
  }
  .textblock {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .textblock.big {
    width: 100%;
  }
  #leftmenu {
    display: none;
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #A2A0A1;
    overflow: auto;
  }
  #logo a {
    display: none;
  }
  #nav {
    margin-top: 50px;
  }
  #main {
    width: 100%;
    height: 100%;
    float: none;
  }
  .main-page-content-sliders {
    width: 95%;
    height: 190px;
    left: 2.5%;
    top: 390px;
  }
  .main-page-content-sliders .slides-item:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-page-content-sliders .slides-item:last-of-type li a {
    bottom: -15px;
  }
  .main-page-content-sliders .slides-item .slides li p {
    text-align: center;
  }
  .main-page-content-sliders .slides-item .slides li p img {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .kurumsal-3 {
    width: 50%;
    padding-right: 0;
    font-size: 100px;
  }
  .hamburger {
    left: 20px;
    top: 150px;
  }
  #mpslider .slides li .textblock {
    width: 100%;
  }
  #mpslider .slides li .textblock .img img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
  .reference-container > li.logo-cotainer ul li {
    width: 20%;
  }
  .reference-container > li.logo-cotainer ul li:hover a {
    background-size: 0px;
  }
  .reference-container > li.logo-cotainer ul li:hover:before,
  .reference-container > li.logo-cotainer ul li:hover:after {
    border-width: 0px;
  }
  .reference-container > li.logo-cotainer ul li a {
    width: 100%;
  }
  .reference-container > li.logo-cotainer ul li a img {
    max-width: 95%;
    margin-left: 2.5%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .centerfix {
    width: 100%;
    min-width: 100%;
    margin: 0px auto;
    height: auto;
    float: left;
    position: relative;
    display: block;
  }
  .centerfix:before,
  .centerfix:after {
    content: "";
  }
  .centerfix:after {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 525px;
    height: 525px;
    background-color: rgba(142, 141, 141, 0.5);
    border-radius: 50%;
    z-index: -1;
  }
  .centerfix:before {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 1080px;
    background-image: url("../img/bg-after-all.png");
    background-position: right top;
    z-index: -1;
    background-size: cover;
  }
  .centerfix.main:before {
    content: none;
  }
  .textblock {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .textblock.big {
    width: 100%;
  }
  #leftmenu {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #A2A0A1;
    overflow: auto;
  }
  #logo a {
    display: none;
  }
  #nav {
    margin-top: 50px;
  }
  #main {
    width: 100%;
    height: 100%;
    float: none;
  }
  .main-page-content-sliders {
    width: 95%;
    height: 190px;
    left: 2.5%;
    top: 390px;
  }
  .main-page-content-sliders .slides-item {
    width: 95%;
    margin-left: 2.5%;
  }
  .main-page-content-sliders .slides-item:first-child {
    border-radius: 11px 11px 0 0;
  }
  .main-page-content-sliders .slides-item:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-page-content-sliders .slides-item:last-child {
    border-radius: 0 0 11px 11px;
  }
  .main-page-content-sliders .slides-item .slides li a {
    margin-left: 25%;
  }
  .kurumsal-1 {
    font-weight: 900;
    font-size: 45px;
    text-shadow: 2px 2px 5px #ffffff;
  }
  .kurumsal-2 {
    font-size: 82px;
    text-shadow: 2px 2px 5px #ffffff;
    font-weight: 900;
  }
  .kurumsal-3 {
    width: 50%;
    padding-right: 0;
    font-size: 100px;
  }
  .kurumsal-4 {
    width: 100%;
  }
  .hamburger {
    left: 20px;
    top: 150px;
  }
  #mpslider .slides li .textblock {
    width: 100%;
  }
  #mpslider .slides li .textblock .img {
    background-color: #676767;
  }
  #mpslider .slides li .textblock .img img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
  #mpslider .slides li .textblock .text {
    margin-top: 600px;
  }
  .reference-container > li.logo-cotainer ul li {
    width: 20%;
  }
  .reference-container > li.logo-cotainer ul li:hover a {
    background-size: 0px;
  }
  .reference-container > li.logo-cotainer ul li:hover:before,
  .reference-container > li.logo-cotainer ul li:hover:after {
    border-width: 0px;
  }
  .reference-container > li.logo-cotainer ul li a {
    width: 100%;
  }
  .reference-container > li.logo-cotainer ul li a img {
    max-width: 95%;
    margin-left: 2.5%;
  }
  .news-detail img {
    float: none;
  }
  .news-detail a.colorbox-opener {
    display: block;
    float: none;
    text-align: center;
  }
  .main-title {
    font-size: 30px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .centerfix {
    width: 100%;
    min-width: 100%;
    margin: 0px auto;
    height: auto;
    float: left;
    position: relative;
    display: block;
  }
  .centerfix:before,
  .centerfix:after {
    content: "";
  }
  .centerfix:after {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 525px;
    height: 525px;
    background-color: rgba(142, 141, 141, 0.5);
    border-radius: 50%;
    z-index: -1;
  }
  .centerfix:before {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 1080px;
    background-image: url("../img/bg-after-all.png");
    background-position: right top;
    z-index: -1;
    background-size: cover;
  }
  .textblock.big {
    width: 100%;
  }
  #leftmenu {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #A2A0A1;
    font-size: 12px;
    overflow: auto;
  }
  #leftmenu ul {
    margin-bottom: 0;
  }
  #leftmenu ul li {
    margin-bottom: 0;
  }
  #leftmenu a img {
    max-width: 100%;
  }
  #logo a {
    display: none;
  }
  #nav {
    margin-top: 50px;
    font-size: 12px;
  }
  #nav li a {
    line-height: 26px;
  }
  #main {
    width: 100%;
    height: 100%;
    float: none;
  }
  .main-page-content-sliders {
    width: 95%;
    height: 190px;
    left: 2.5%;
    top: 390px;
  }
  .main-page-content-sliders .slides-item {
    width: 95%;
    margin-left: 2.5%;
  }
  .main-page-content-sliders .slides-item:first-child {
    border-radius: 11px 11px 0 0;
  }
  .main-page-content-sliders .slides-item:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-page-content-sliders .slides-item:last-child {
    border-radius: 0 0 11px 11px;
  }
  .kurumsal-1 {
    font-weight: 900;
    font-size: 45px;
    text-shadow: 2px 2px 5px #ffffff;
  }
  .kurumsal-2 {
    font-size: 55px;
    text-shadow: 2px 2px 5px #ffffff;
    font-weight: 900;
  }
  .kurumsal-3 {
    width: 50%;
    padding-right: 0;
    font-size: 70px;
    text-shadow: 2px 2px 5px #ffffff;
  }
  .kurumsal-4 {
    width: 100%;
  }
  .hamburger {
    left: 20px;
    top: 150px;
  }
  #mpslider .slides li .textblock {
    width: 100%;
  }
  #mpslider .slides li .textblock .img {
    background-color: #676767;
  }
  #mpslider .slides li .textblock .img img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
  #mpslider .slides li .textblock .text {
    margin-top: 600px;
  }
  .reference-container > li.logo-cotainer ul li {
    width: 20%;
  }
  .reference-container > li.logo-cotainer ul li:hover a {
    background-size: 0px;
  }
  .reference-container > li.logo-cotainer ul li:hover:before,
  .reference-container > li.logo-cotainer ul li:hover:after {
    border-width: 0px;
  }
  .reference-container > li.logo-cotainer ul li a {
    width: 100%;
  }
  .reference-container > li.logo-cotainer ul li a img {
    max-width: 95%;
    margin-left: 2.5%;
  }
  .news-detail img {
    float: none;
  }
  .news-detail a.colorbox-opener {
    display: block;
    float: none;
    text-align: center;
    margin-right: 0;
  }
  .main-title {
    font-size: 16px;
    line-height: 54px;
  }
  .gallery li {
    width: 50%;
  }
  .services li > a {
    font-size: 14px;
  }
  form.ik .file-upload {
    width: 100%;
  }
  form.ik .file-upload input[type="text"] {
    width: 90%;
    margin-bottom: 10px;
  }
  form.ik .file-upload a {
    width: 30%;
    right: 0;
  }
  form.ik button {
    display: block;
    float: none;
    margin: 0 auto;
  }
}
@media (min-width: 320px) and (max-width: 479px) and (max-height: 480px) {
  #leftmenu > .social-text {
    margin-top: 0px !important;
  }
}
@media (min-width: 320px) and (max-width: 479px) and (max-height: 480px) {
  #nav {
    margin-top: 0px;
  }
}
@media (min-width: 320px) and (max-width: 479px) and (max-height: 480px) {
  .hamburger.menu-active {
    top: 15px;
  }
}
/*END RESPONSIVE*/
/*COLORBOX CUSTOMIZE*/
#cboxClose {
  right: -8%;
}
#cboxNext {
  right: -8%;
  top: 50%;
}
#cboxPrevious {
  left: -8%;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .flex-control-nav {
    width: 80% !important;
    bottom: -100px;
  }
  .flex-control-nav li {
    margin: 2px 6px;
  }
  .slider.sekslide {
    margin-top: 90px !important;
  }
}
/*END COLORBOX CUSTOMIZE*/
