@import url(http://fonts.googleapis.com/css?family=Maven+Pro);

/*! IMPORT */

/* BS3 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
*:not(#fake){
	outline:none;
	}
body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #000;
  background-color: #ddd;
}

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

a {
  color: #337cb7;
  text-decoration: none;
  outline:none;
}

a:hover,
a:focus {
  color: #23557c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}
.aligncenter{
	text-align:center;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #ddd;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337cb7;
}

a.text-primary:hover {
  color: #286390;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542b;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245369;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66502c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337cb7;
}

a.bg-primary:hover {
  background-color: #286390;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afdaee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

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

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}


.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

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

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Font */

@font-face {
  font-family: "spoler";
  src: url("font/fbspoileren-regular-webfont.eot");
  src: url("font/fbspoileren-regular-webfont.eot?#iefix") format("embedded-opentype"), url("font/fbspoileren-regular-webfont.woff") format("woff"), url("font/fbspoileren-regular-webfont.ttf") format("truetype"), url("font/fbspoileren-regular-webfont.svg#JournalRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Sprite && globalStyle */

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

* {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

.g-hidden {
  opacity: 0;
}

.g-visible {
  opacity: 1;
}

.g-text_two {
  color: #555555;
}

.g-slide {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 15;
}

.g-slide button {
  display: block;
}

.g-bg {
  position: absolute;
  top: -95px;
  left: 0;
  z-index: -5;
}

@media (max-width: 767px) {
  .g-bg {
    overflow: hidden;
    left: -30px;
    right: -20px;
    top: -150px;
  }
}

.g-bg__img {
  width: 100%;
  z-index: -1;
  opacity: 0.9;
}

@media (max-width: 767px) {
  .g-bg__img {
    width: 150%;
    margin-right: -20%;
  }
}

.g-btnload {
  margin: 10px auto;
  position: relative;
}

.g-btnload__text,
.b-modal__back {
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  padding: 5px 10px;
  background: #c80008;
  max-width: 200px;
  font-size: 16px;
  display: block;
  color: #fff !important;
  text-decoration: none !important;
}

.b-modal__back a{
	margin: 0 auto;
  text-align: center;
  cursor: pointer;
  padding: 5px 10px;
  background: #c80008;
  max-width: 200px;
  font-size: 16px;
  display: block;
  color: #fff !important;
  text-decoration: none !important;
}
/* Styles for Desktop && Mobile device */

body {
  unicode-bidi: bidi-override !important;
  direction: rtl !important;
  font-family: "spoler", 'Maven Pro', Helvetica, Arial, sans-serif;
}

[lang="en"] {
  font-family: 'Maven Pro', sans-serif;
}

.b-container {
  overflow-x: hidden;
}


.b-row {
  opacity: 1;
  visibility: visible;
}

._hide {
  opacity: 0;
  visibility: hidden;
}

.b-proj,
.b-recom,
.b-about {
  width: 100%;
  position: relative;
  padding: 285px 0 0 0;
}

.b-home {
  width: 100%;
  position: relative;
  padding: 10px 0;
  margin-bottom: 100px;
}

/* ::: hdr ::: */

.b-hdr {
  width: 100%;
  z-index: 105;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ddd;
}

.b-hdr__soc {
  text-align: left;
  margin-top: 14px;
  padding-left: 62px;
  font-family: 'Maven Pro', sans-serif;
}

.b-hdr__soc li {
  list-style: none;
}

.b-hdr__soc__icon a {
  float: left;
  margin-right: 12px;
  margin-top: 3px;
  font-size: 0;
  line-height: 0;
  background-image: url(../img/sprite.png);
  background-position: -47px -76px;
  width: 37px;
  height: 36px;
}

.b-hdr__soc__text {
  margin-top: -1px;
}

.b-hdr__soc__text a {
  display: block;
  font-size: 16px;
  color: #555;
  text-decoration: none !important;
}

.b-hdr__soc__text._mail a {
  color: #999;
}

.b-hdr__soc__text:hover a {
  color: inherit;
}

.b-hdr__menu__icon {
  display: block;
  margin-top: 19px;
  margin-left: 5px;
  position: relative;
}

.b-hdr__menu__icon__item {
  display: block;
  width: 35px;
  border-radius: 5px;
  margin: 0 auto;
  height: 5px;
  background: #777777;
}

.b-hdr__menu__icon__item + .b-hdr__menu__icon__item {
  margin-top: 5px;
}

.b-hdr__menu__list {
  position: absolute;
  left: 20%;
  top: 40px;
  width: 100%;
  visibility: hidden;
  max-width:200px;
  
  opacity: 0;
  z-index: 101;
  background: #fff;
  box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.1);
  margin: 20px auto 0;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transition: opacity 1s ease-out;
}
.b-hdr__menu{
	text-align:center;
}
.b-hdr__menu__list ul{
	padding:0;
}
/*.b-hdr__menu__list {
  visibility: visible;
  opacity: 1;
}*/
.b-hdr__menu__list:active {
  
}
.b-hdr__menu__list._open {
  visibility: visible;
  opacity: 1;
}

.b-hdr__menu__list__ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

.b-hdr__menu__list__ul li {
  list-style: none;
  text-align: center;
  margin: 3px 10px;
  font-size: 18px;
}

.b-hdr__menu__list__ul li + li {
  border-top: 1px #000 solid;
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
}

.b-hdr__menu__list__ul a {
  display: block;
  color: #000;
  text-decoration: none !important;
  padding: 6px 0;
}

.b-hdr__menu__list__ul a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.b-hdr__logo {
  padding-right: 53px;
  margin: 5px 0;
}

.b-hdr__logo__img {
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -76px 0px;
  width: 118px;
  height: 67px;
}

.b-home {
  position: static;
  margin: 0;
  margin-top: 70px;
}

.b-home__bg {
  margin-top: -130px;
  margin-right: 17px;
}

.b-home__bg__img {
  width: 98%;
  margin: 0 auto;
}

.b-home__title {
  position: absolute;
  top: 150px;
  right: 35%;
  width: 23%;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  color: #424242;
}

.b-home__carousel {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  margin-top: -160px;
}

.b-home__carousel__item {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 70px;
  margin: 0 10px;
  position: relative;
  min-height: 150px !important;
}

.b-home__carousel__item__text {
  color: #333;
  margin-right: 30%;
}

.b-home__carousel__item__text p {
  font-size: 19px;
  color: #545558;
  line-height: 22px;  
}

.b-home__carousel__item__text h3 {
  font-size: 19px;
  color: #545558;
  font-weight: bold;
  margin-top: 2px;
}

.b-home__footer {
  text-align: center;
}

.b-home__footer__arrow {
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.2;
  background-image: url(../img/sprite.png);
  background-position: 0px -76px;
  width: 45px;
  height: 45px;
}

.b-home__footer__arrow:hover {
  opacity: 0.4;
}

.b-home__carousel__item__img {
  margin-left: 50px;
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 30px;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}

.b-home__carousel__item__img:before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: '';
}

.b-home__carousel__item__img__one {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align: left;
}

.b-home__carousel__item__img__one img {
  display: block;
  border: none;
  max-height: 100px;
}

.b-proj__filter {
  text-align: center;
  margin: 20px 0;
}

.b-proj__filter li {
  list-style: none;
  display: inline-block;
}

.b-proj__filter a {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 20px;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  padding: 4px 5px 2px 5px;
  min-width: 150px;
  display: block;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.b-proj__filter .current,
.b-proj__filter a:hover,
.b-proj__filter a:focus {
  background: #c80008;
}

.b-proj__list__item {
  margin-bottom: 30px;
  min-height: 100px;
}

.b-proj__list__item__text {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}

.b-proj__list__item__text p {
  position: absolute;
  bottom: -10px;
  opacity: 0;
  width: 100%;
  padding: 5px 10px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.b-proj__list__item__text:hover p {
  opacity: 1;
}

.b-proj__list__item__text__img {
  width: 100%;
}

.b-proj__list__item__text__zoom {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 74px;
  height: 74px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.b-proj__list__item__text:hover .b-proj__list__item__text__zoom {
  opacity: 0.7;
  visibility: visible;
}

.b-recom {
  margin-top: 140px;
}

.b-recom__list__item {
  margin: 30px 40px 50px 40px;
  padding: 20px 40px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}

.b-recom__list__item__img {
  float: left;
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
}

.b-recom__list__item__img:before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: '';
}

.b-recom__list__item__img__one {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align: left;
}

.b-recom__list__item__img__one img {
  display: block;
  border: none;
  max-height: 100px;
}

.b-recom__list__item__text {
  float: right;
  max-width: 75%;
  color: #555555;
  font-size: 17px;
  line-height: 20px;
}

.b-recom__list__item__text h3 {
    font-size: 17px;
	color: #000;
	margin-top: 2px;
}

.b-recom__list__item__text p {
  margin-bottom: 0px;
}

.b-recom__list__item__more {
  position: absolute;
  bottom: -32px;
  left: 0;
  background: #333;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  padding-left: 35px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;

  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.b-recom__list__item__more:hover,
.b-recom__list__item__more:focus {
  background: #c80008;
}

.b-recom__list__item__more:before {
  display: block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -110px -76px;
  width: 14px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 4px;
}

.b-about {
  padding-bottom: 0;
}

.b-about__text {
  margin: 30px 40px 50px 40px;
  padding: 20px 40px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  color: #555555;
  font-size: 17px;
  line-height: 20px;
}

.b-about__footer {
  text-align: center;
  margin-top: 200px;
}

.b-about__footer p {
  font-size: 17px;
  color: #545558;
}

.b-about__footer__arrow {
  display: block;
  margin: 0 auto;
  background-image: url(../img/sprite.png);
  background-position: 0px -76px;
  width: 45px;
  height: 45px;
  opacity: 0.3;
  position: relative;
  z-index: 12;
}

.b-about__footer__arrow:hover {
  opacity: 0.5;
}

.b-modal {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  font-size:18px;
}

.b-modal._hide {
  opacity: 0;
  visibility: hidden;
}

.b-modal__back_overflow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.b-modal__overflow {
  position: relative;
  width: 880px;
  margin: 100px auto;
  padding: 20px 40px;
  background: #fff; 
  z-index: 15;
 
}
.b-modal__content p{
	text-align:center;
}

@media (max-width: 767px) {
  .b-modal__overflow {
    width: 100%;
  }
 
}

@media (max-width: 991px) {
  .b-modal__overflow {
    width: 100%;
  }
   .b-hdr__menu__list{
	left:10%;
  }
}

.b-modal__overflow img {
  max-width: 100%;
  height:auto;
}

.b-modal__back {
  float: left;
}

.b-modal__title {
  margin-top: 30px;
  font-size: 18px;
}

.b-modal__client {
  font-size: 18px;
}

@media (max-width: 767px) {
  .b-container {
    padding: 0 15px;
  }

  .b-hdr__menu__icon {
    padding-left: 10px;
    margin-top: 23px;
	outline:none;
  }

  .b-hdr__menu__list {
    top: 55px;
    left: 25px;
    width: 170%;
  }

  .b-hdr__menu__icon__item {
    margin: 0;
    margin-right: auto;
  }

  .b-hdr__menu__icon__item + .b-hdr__menu__icon__item {
    margin-top: 3px;
  }

  .b-hdr__logo {
    padding-right: 30px;
  }

  .b-home {
    margin-bottom: 300px;
  }

  .b-home__title {
    width: auto !important;
    right: 5%;
    left: 5%;
  }

  .b-proj {
    margin-top: 0;
  }

  .b-proj .g-bg {
    margin-right: 30px;
    top: 30px;
  }

  .b-proj__filter {
    margin-top: 30px;
  }

  .b-proj__filter a {
    min-width: 100px;
    margin-bottom: 5px;
    display: inline-block;
  }

  .b-proj__list__item {
    width: 92%;
    margin-left: 4%;
  }

  .b-recom {
    margin-top: 250px;
  }

  .b-recom__list__item {
    padding: 5px 10px;
    margin: 20px 15px 50px 15px;
  }

  .b-recom__list__item__img {
    float: none;
    width: 100%;
    text-align: center;
    position: static;
  }

  .b-recom__list__item__img img {
    height: auto;
    max-height: 150px;
    width: auto;
    margin: 5px 0;
  }

  .b-about .g-bg {
    margin-left: -130px;
  }

  .b-about__text {
    margin: 10px;
    margin-top: -20px;
  }

  .b-about__footer {
    margin: 0;
    margin-top: 30px;
  }

  .b-about__footer .b-hdr__soc {
    padding: 10px;
  }

  .b-about__footer .b-hdr__soc__icon {
    float: right;
  }

  .b-about__footer .b-hdr__soc__icon a {
    margin: 0;
  }
  .b-modal__overflow iframe  {
	max-width: 100%;
	height:auto;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .b-hdr__menu__list {
    width: 190%;
  }
}

/* Plugins */

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}


@-webkit-keyframes fadeInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 100%, 0);
            transform: translate3d(-20%, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 100%, 0);
            transform: translate3d(-20%, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpLeft {
  -webkit-animation-name: fadeInUpLeft;
          animation-name: fadeInUpLeft;
}


@-webkit-keyframes fadeInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 100%, 0);
            transform: translate3d(20%, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 100%, 0);
            transform: translate3d(20%, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpRight {
  -webkit-animation-name: fadeInUpRight;
          animation-name: fadeInUpRight;
}



/* Slider */

.slick-slider {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  width: 870px;
  margin: 0 auto;
  display: block;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */

.slick-prev,
.slick-next {
  opacity: 0.5;
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}

.slick-prev {
  left: 80px;
  background-image: url(../img/sprite.png);
  background-position: -86px -76px;
  width: 22px;
  height: 36px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 80px;
}

.slick-prev:before {
  content: '\2190';
}

[dir="rtl"] .slick-prev:before {
  content: '\2192';
}

.slick-next {
  right: 80px;
  background-image: url(../img/sprite.png);
  background-position: -86px -76px;
  width: 22px;
  height: 36px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

[dir="rtl"] .slick-next {
  left: 80px;
  right: auto;
}

.slick-next:before {
  content: '\2192';
}

[dir="rtl"] .slick-next:before {
  content: '\2190';
}

@media (max-width: 991px) {
  .slick-prev {
    left: 20px;
  }

  [dir="rtl"] .slick-prev {
    right: 20px;
  }

  .slick-next {
    right: 20px;
  }

  [dir="rtl"] .slick-next {
    left: 20px;
  }
}

/* Dots */
/*# sourceMappingURL=style.css.map */