@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:400,600,700);
@import "animate.css";
.bg1 {
  background: #212121;
}
.white {
  color: #ffffff;
}
.primary {
  color: #FFFF00;
}
/*============= Text Center ===============*/
@media (max-width: 767px) {
  .t__center-767 {
    text-align: center;
  }
}
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  background: #000;
  color: #888;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h2,
h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
}
h1 {
  color: #ffffff;
  font-size: 44px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2.6px;
}
h1 span {
  color: #FFFF00;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.5em;
    line-height: 44px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h1 {
    font-size: 32px;
    line-height: 44px;
  }
}
h2 {
  font-size: 29px;
  line-height: 41px;
}
h3 {
  font-size: 20px;
  line-height: 32px;
}
h3 a:hover {
  color: #FFFF00;
}
@media (min-width: 768px) and (max-width: 979px) {
  h3 {
    line-height: 24px;
  }
}
.page {
  overflow: hidden;
  padding-bottom: 68px;
  position: relative;
}
.page-loader {
  width:0px;
  height:0px;
  /*
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  */
  background: #FFFF00 url(../images/page-loader.GIF) no-repeat center;
  z-index: 1000;
  opacity: 0; /* LEXAN : j'ai enleve pour gagner du temps au chargement */
  filter: alpha(opacity=0); /* LEXAN : j'ai enleve pour gagner du temps au chargement */
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
}
.ie8 .page-loader {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
/* Heading */
.heading {
  padding: 20px 31px 19px 29px;
  background: #282828;
}
.heading h2 {
  float: left;
  color: #ffffff;
}
.heading .btn2 {
  float: right;
  margin-top: 6px;
}
.heading:before,
.heading:after {
  content: " ";
  display: table;
}
.heading:after {
  clear: both;
}
@media (max-width: 767px) {
  .heading {
    border-top: 2px solid #212121;
    border-bottom: 2px solid #212121;
  }
}
@media (max-width: 479px) {
  .heading {
    text-align: center;
  }
  .heading h2,
  .heading .btn2 {
    float: none;
  }
}
/* Date */
.date {
  font-size: 15px;
}
.date + h3 {
  margin-top: 9px;
}
/* Button Play */
.btn-play {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url("../images/arrow-right.png") no-repeat center center;
}
.btn-play_skin1 {
  background-color: #282828;
}
.btn-play_skin1:hover {
  background-color: #FFFF00;
  color:#000000;
}
.btn-play_skin2 {
  background-color: #FFFF00;
  color:#000000;
}
.btn-play_skin2:hover {
  background-color: #212121;
}
/* Backgrounds */
.bg-primary,
.box_skin1 .box_cnt {
  background: -moz-linear-gradient(top, rgba(60, 60, 164, 0.1) 1%, rgba(60, 60, 164, 0.6) 5%, #FFFF00 20%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(60, 60, 164, 0.1)), color-stop(5%, rgba(60, 60, 164, 0.6)), color-stop(20%, #FFFF00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(60, 60, 164, 0.1) 1%, rgba(60, 60, 164, 0.6) 5%, #FFFF00 20%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(60, 60, 164, 0.1) 1%, rgba(60, 60, 164, 0.6) 5%, #FFFF00 20%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(60, 60, 164, 0.1) 1%, rgba(60, 60, 164, 0.6) 5%, #FFFF00 20%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(60, 60, 164, 0.1) 1%, rgba(60, 60, 164, 0.6) 5%, #FFFF00 20%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a3c3ca4', endColorstr='#FFFF00', GradientType=0);
}
.box_skin1 .box_cnt H3 {
  color:#000000;
}
.box_skin1 .box_cnt {
  color:#000000;
}
.bg-dark,
.box_skin2 .box_cnt {
  background: -moz-linear-gradient(top, rgba(181, 181, 181, 0) 0%, rgba(160, 160, 160, 0.2) 16%, rgba(125, 125, 125, 0.5) 43%, rgba(93, 93, 93, 0.75) 67%, rgba(51, 51, 51, 0.99) 99%, #333333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(181, 181, 181, 0)), color-stop(16%, rgba(160, 160, 160, 0.2)), color-stop(43%, rgba(125, 125, 125, 0.5)), color-stop(67%, rgba(93, 93, 93, 0.75)), color-stop(99%, rgba(51, 51, 51, 0.99)), color-stop(100%, #333333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(181, 181, 181, 0) 0%, rgba(160, 160, 160, 0.2) 16%, rgba(125, 125, 125, 0.5) 43%, rgba(93, 93, 93, 0.75) 67%, rgba(51, 51, 51, 0.99) 99%, #333333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(181, 181, 181, 0) 0%, rgba(160, 160, 160, 0.2) 16%, rgba(125, 125, 125, 0.5) 43%, rgba(93, 93, 93, 0.75) 67%, rgba(51, 51, 51, 0.99) 99%, #333333 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(181, 181, 181, 0) 0%, rgba(160, 160, 160, 0.2) 16%, rgba(125, 125, 125, 0.5) 43%, rgba(93, 93, 93, 0.75) 67%, rgba(51, 51, 51, 0.99) 99%, #333333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(181, 181, 181, 0) 0%, rgba(160, 160, 160, 0.2) 16%, rgba(125, 125, 125, 0.5) 43%, rgba(93, 93, 93, 0.75) 67%, rgba(51, 51, 51, 0.99) 99%, #333333 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b5b5b5', endColorstr='#333333', GradientType=0);
}
/*========================================================
                    Main Layout
=========================================================*/
h3 + .off1 {
  margin-top: 6px;
}
h3 + .off2 {
  margin-top: 10px;
}
p + .btn2 {
  margin-top: 5px;
}
p + p {
  margin-top: 22px;
}
/*========================================================
                    HEADER styles
=========================================================*/
.header {
  margin-bottom: 50px;
  background: #181818;
}
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header .company,
  .header .search-wrap,
  .header nav {
    float: none;
  }
  .header .search-wrap {
    margin-top: 10px;
  }
}
.company {
  float: left;
  margin-top: 18px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .company {
    margin-top: 2px;
  }
}
.toggle {
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 14px;
  color: #ffffff;
  background: #282828;
}
.toggle:hover,
.toggle.active {
  background: #FFFF00;
  color:#000000;
}
.toggle.active:before {
  content: '\f00d ';
}
@media (min-width: 768px) and (max-width: 979px) {
  .toggle {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .toggle {
    display: none;
  }
}
/* Search form wrap */
.search-wrap {
  float: right;
  position: relative;
  z-index: 1;
}
/* Main menu styles
========================================================*/
nav {
  float: right;
  margin-right: 8px;
}
@media (max-width: 767px) {
  nav {
    float: none;
    margin-right: 0;
  }
}
.sf-menu > li {
  position: relative;
  float: left;
  background: transparent;
}
.sf-menu > li > a {
  display: inline-block;
  font: 600 20px/29px 'Raleway', sans-serif;
  padding: 25px 20px 26px 19px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a.sf-with-ul:before {
  content: '\f107';
  position: absolute;
  display: block;
  font-family: FontAwesome;
  font-size: 16px;
  bottom: 8px;
  left: 50%;
  margin-left: -6px;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li > a.sf-with-ul:before {
    bottom: -6px;
  }
}
.sf-menu > li > a:hover {
  background: #FFFF00;
  color:#000000;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 10px 11px 11px;
  }
}
.sf-menu > li.current > a,
.sf-menu > li.sfHover > a {
  background: #FFFF00;
  color:#000000;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 4;
  width: 232px;
  display: none;
  background: #444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
.sf-menu ul li a {
  display: block;
  padding: 3px 20px;
  color: #ffffff;
}
.sf-menu ul li a:hover {
  text-decoration: none;
  background: #FFFF00;
  color:#000000;
}
.sf-menu ul li a.sf-with-ul:before {
  content: '\f105';
  position: absolute;
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 30px;
  top: 0;
  right: 10px;
  color: #ffffff;
}
.sf-menu ul li.sfHover > a {
  background: #FFFF00;
  color:#000000;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu ul {
    width: 200px;
    top: 50px;
  }
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 232px;
  z-index: 4;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu ul ul {
    left: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin: 14px auto;
    padding: 0;
    height: 40px;
    background: #ffffff url(../images/select.png) 99% center no-repeat;
    color: #05090d;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*============ Background ==============*/
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #181818;
  z-index: 1060;
}
#header .isStuck .toggle {
  display: none;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
/* Float Box */
.float-box {
  background: #181818;
}
.float-box_w33 {
  float: left;
  width: 33.333333333%;
}
.float-box_w66 {
  float: left;
  width: 66.666666666%;
}
.float-box_w50 {
  float: left;
  width: 50%;
}
.float-box_w25 {
  float: left;
  width: 25%;
}
@media (max-width: 767px) {
  .float-box_w33,
  .float-box_w66,
  .float-box_w50,
  .float-box_w25 {
    float: none;
    width: 100%;
  }
}
.float-box:before,
.float-box:after {
  content: " ";
  display: table;
}
.float-box:after {
  clear: both;
}
@media (max-width: 767px) {
  .float-box_-mod .float-box_w33,
  .float-box_-mod .float-box_w25,
  .float-box_-mod .float-box_w50,
  .float-box_-mod .float-box_w66 {
    margin-top: 30px;
  }
  .float-box_-mod .float-box_w33:first-child,
  .float-box_-mod .float-box_w25:first-child,
  .float-box_-mod .float-box_w50:first-child,
  .float-box_-mod .float-box_w66:first-child {
    margin-top: 0;
  }
}
/* Box */
.box {
  position: relative;
  display: block;
  color: #ffffff;
}
.box_cnt {
  position: absolute;
  padding: 100px 96px 22px 26px;
  max-height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box .btn-play {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .box img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box .box_cnt {
    padding: 20px 60px 10px 10px;
  }
  .box .btn-play {
    width: 60px;
    height: 60px;
    -webkit-background-size: auto 90%;
    background-size: auto 90%;
  }
  .box h3 {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .box .box_cnt {
    padding: 20px 60px 10px 10px;
  }
  .box h3 {
    font-size: 18px;
  }
  .box .btn-play {
    width: 60px;
    height: 60px;
    -webkit-background-size: auto 90%;
    background-size: auto 90%;
  }
}
.box__mod1 .box_cnt {
  bottom: auto;
  top: 40%;
  padding: 70px 42px 48px 28px;
}
.box__mod1 h3 + p {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .box__mod1 {
    padding-bottom: 0;
  }
  .box__mod1 .box_cnt {
    position: relative;
    padding: 20px 15px 80px 19px;
    top: 0;
  }
}
.box_skin1 {
  background: #FFFF00;
}
/* Gallery Hover */
a[data-gal] {
  position: relative;
  display: block;
  color: #ffffff;
}
@media (max-width: 1199px) {
  a[data-gal] img {
    width: 100%;
  }
}
a[data-gal] .overlay {
  background: rgba(60, 60, 164, 0);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.ie8 a[data-gal] .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003c3ca4', endColorstr='#003c3ca4');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003c3ca4', endColorstr='#003c3ca4');
  zoom: 1;
}
a[data-gal] .hover {
  position: absolute;
  display: block;
  padding: 0 80px 14px 19px;
  max-height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ie8 a[data-gal] .hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
a[data-gal] .btn-play {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 80px;
  text-align: center;
  background: #212121;
  font-size: 40px;
}
a[data-gal]:hover .hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ie8 a[data-gal]:hover .hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
a[data-gal]:hover .overlay {
  background: rgba(60, 60, 164, 0.8);
}
.ie8 a[data-gal]:hover .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3c3ca4', endColorstr='#cc3c3ca4');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3c3ca4', endColorstr='#cc3c3ca4');
  zoom: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
  a[data-gal] h2 {
    font-size: 18px;
    line-height: 24px;
  }
  a[data-gal] p {
    display: none;
  }
}
@media (max-width: 479px) {
  a[data-gal] p {
    display: none;
  }
}
.box2 {
  display: block;
}
.box2_left {
  float: left;
  margin-right: 27px;
}
.box2_right {
  float: right;
  margin-left: 27px;
}
@media (max-width: 767px) {
  .box2_left {
    float: none;
    text-align: center;
    margin: 0 0 15px 0;
  }
  .box2_right {
    float: none;
    text-align: center;
    margin: 0 0 15px 0;
  }
}
.box2_cnt {
  padding: 23px 23px 5px 23px;
}
@media (max-width: 1199px) {
  .box2_cnt {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .box2_cnt {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ie8 .box2_cnt {
  padding-left: 9px;
  padding-right: 9px;
}
.box2_in1 {
  padding-bottom: 22px;
}
.box2:before,
.box2:after {
  content: " ";
  display: table;
}
.box2:after {
  clear: both;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box2__mod1 .box2_left {
    float: none;
  }
  .box2__mod1 .box2_right {
    float: none;
  }
  .box2__mod1 .box2_cnt {
    padding: 10px;
  }
}
.box2_skin1,
.news-list .skin1 {
  background: #181818;
}
.box2_skin2,
.news-list .skin2 {
  background: #282828;
}
@media (max-width: 1199px) {
  .news-list .box2 .box2_left {
    float: none;
    text-align: center;
  }
  .news-list .box2 .box2_right {
    float: none;
    text-align: center;
  }
  .news-list .box2 .box2_cnt {
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  .news-list__mod {
    border-left: 1px solid #212121;
  }
}
/* Wrappers for box2 */
.wrapper2 {
  padding: 22px 10px 38px 25px;
}
.wrapper2__ins1 {
  padding-bottom: 25px;
}
.mt-img {
  margin-top: 5px;
}
.btn2 {
  display: inline-block;
  font-size: 15px;
  text-decoration: underline;
  color: #FFFF00;
}
.btn2:hover {
  color: #ffffff;
}
/* Facebook Follow */
.fb {
  background: #ffffff;
  padding: 23px 18px 29px 28px;
}
.fb h2 {
  color: #282828;
  line-height: 37px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .fb {
    padding: 15px 1px;
  }
  .fb h2 {
    padding-left: 10px;
  }
}
@media (max-width: 479px) {
  .fb {
    padding: 15px 1px;
  }
  .fb h2 {
    padding-left: 10px;
  }
}
.fb-like-box {
  width: 100%;
  background: #ffffff;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Number-box */
.number-box {
  position: relative;
  padding-left: 80px;
}
.number-box:before {
  content: attr(data-number);
  position: absolute;
  left: 0;
  top: 8px;
  width: 60px;
  height: 60px;
  font: 700 35px/60px 'Raleway', sans-serif;
  text-align: center;
  background: #FFFF00;
  color: #ffffff;
}
.number-box:after {
  content: '';
  position: absolute;
  left: 60px;
  top: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 10px;
  border-color: transparent transparent transparent #FFFF00;
}
@media (min-width: 768px) and (max-width: 979px) {
  .number-box {
    padding: 75px 0 0 0;
  }
  .number-box:before {
    left: 50%;
    margin-left: -30px;
  }
  .number-box:after {
    display: none;
  }
}
.ie8 .number-box h3 {
  font-size: 19px;
}
/* Quote */
.quote a:hover {
  text-decoration: underline;
}
.quote .box2_cnt {
  padding: 17px 17px 5px;
}
@media (max-width: 767px) {
  .quote img {
    width: auto;
  }
  .quote .box2_cnt {
    padding: 17px 15px 15px;
  }
}
.quote__mod a:hover {
  text-decoration: none;
}
.quote__mod .box2_cnt {
  padding: 24px 24px 5px;
}
@media (max-width: 1199px) {
  .quote__mod .box2_left {
    text-align: center;
    float: none;
  }
  .quote__mod .box2_right {
    text-align: center;
    float: none;
  }
  .quote__mod .box2_cnt {
    padding: 10px;
  }
}
/* Icon box */
.icon {
  display: inline-block;
  font-size: 48px;
  line-height: 53px;
  color: #FFFF00;
}
.icon-box {
  padding: 23px 20px 5px;
}
@media (max-width: 767px) {
  .icon-box {
    text-align: center;
  }
  .icon-box .o__hidden {
    text-align: left;
  }
}
/* Map */
.map {
  height: 444px;
  position: relative;
}
@media (max-width: 767px) {
  .map {
    height: 350px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 300px;
  }
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
/* Contacts */
address,
dl,
.mail {
  padding: 0 15px;
}
@media (min-width: 768px) and (max-width: 979px) {
  address,
  dl,
  .mail {
    padding: 0 5px;
  }
}
address,
dl {
  padding-top: 22px;
}
@media (max-width: 767px) {
  address,
  dl {
    padding-top: 10px;
  }
}
dt,
dd {
  display: inline-block;
}
dt {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  dt {
    padding-right: 5px;
  }
}
.mail {
  padding-bottom: 31px;
}
@media (max-width: 767px) {
  .mail {
    padding-bottom: 15px;
  }
}
.policy-link {
  margin: 21px 25px 66px;
}
.mail a,
.policy-link a {
  color: #FFFF00;
}
.mail a:hover,
.policy-link a:hover {
  text-decoration: underline;
}
.policy-box {
  padding: 20px 20px 0 25px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
.footer h3 {
  padding: 39px 0 0 30px;
}
.footer h3 + .link-list {
  margin-top: 14px;
}
.footer .float-box_w66 {
  background: #212121;
  padding-bottom: 44px;
}
@media (max-width: 479px) {
  .footer .social-list,
  .footer .copyright {
    float: none;
  }
}
.link-list {
  margin-left: 30px;
  padding-right: 10px;
}
.link-list li a {
  display: inline-block;
}
.link-list li a:hover {
  color: #FFFF00;
}
.link-list li + li {
  margin-top: 10px;
}
.link-list__off1 {
  margin-top: 22px;
}
.social-list {
  margin-left: 20px;
}
.social-list li {
  display: inline-block;
  margin: 7px 1px 0;
}
.social-list li a {
  font-size: 27px;
  line-height: 24px;
  color: #4a4949;
}
.social-list li a:hover {
  text-decoration: none;
  color: #FFFF00;
}
.wrap {
  background: #282828;
  padding: 22px 24px 27px 31px;
}
.copyright {
  float: left;
  margin-top: 5px;
}
.copyright a:hover {
  text-decoration: underline;
}
.social-list {
  float: right;
}
/*========================================================
                    Widget styles
=========================================================*/
/*========= Owl Pagination ======================*/
.owl-dots {
  text-align: center;
  margin-top: 31px;
}
.owl-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #f1f1f1;
  margin: 0 3px;
  border-radius: 50%;
}
.owl-dot.active,
.owl-dot:hover {
  background: #FFFF00;
  color:#000000;
}
.stellar {
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  .stellar {
    background-position: 0 0 !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
.stellar-page {
  background-image: url(../images/bg-page-yellow-dark.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.stellar1 {
  background-image: url(../images/page1-img4.jpg);
  padding: 50px 0 50px;
}
.search {
  display: block;
  width: 0;
  position: absolute;
  right: 16px;
  bottom: -38px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 54px;
  line-height: 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search.active {
  width: 175px;
}
.search.active:before {
  border-left-width: 10px;
}
.search.active a {
  visibility: visible;
  right: 16px;
}
.search.active input {
  display: block;
}
.search .input_wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
}
.search input {
  display: none;
  padding: 17px 35px 17px 10px;
  width: 100%;
  outline: none;
  background-color: transparent;
  color: #000;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search a {
  display: inline-block;
  position: absolute;
  bottom: 0;
  font-size: 31px;
  line-height: 52px;
  color: #FFFF00;
  right: 0;
  visibility: hidden;
}
.search a:hover {
  color: #212121;
}
.search:before {
  content: '';
  position: absolute;
  right: 0;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 0px;
  border-color: transparent transparent #fff transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 979px) {
  .search {
    height: 30px;
  }
  .search input {
    padding: 0 25px 0 10px;
    line-height: 30px;
  }
  .search a {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .search {
    width: 100%;
    position: relative;
    height: 36px;
    bottom: auto;
    right: auto;
  }
  .search a {
    visibility: visible;
    right: 16px;
  }
  .search:before {
    display: none;
  }
  .search input {
    padding: 0 25px 0 10px;
    line-height: 36px;
    display: block;
  }
  .search a {
    line-height: 36px;
  }
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  line-height: 44px;
  font-size: 36px;
  z-index: 20;
  text-align: center;
  background: #FFFF00;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop:hover {
  background: #212121;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
