@font-face {
  font-family: 'samsungone200';
  src: url("../fonts/subset-samsungone-200.woff2") format("woff2"), url("../fonts/subset-samsungone-200.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'samsungone300';
  src: url("../fonts/subset-samsungone-300.woff2") format("woff2"), url("../fonts/subset-samsungone-300.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'samsungone400';
  src: url("../fonts/subset-samsungone-400.woff2") format("woff2"), url("../fonts/subset-samsungone-400.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'samsungone500';
  src: url("../fonts/subset-samsungone-500.woff2") format("woff2"), url("../fonts/subset-samsungone-500.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'samsungone600';
  src: url("../fonts/subset-samsungone-600.woff2") format("woff2"), url("../fonts/subset-samsungone-600.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'samsungone700';
  src: url("../fonts/subset-samsungone-700.woff2") format("woff2"), url("../fonts/subset-samsungone-700.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'samsungone800';
  src: url("../fonts/subset-samsungone-800.woff2") format("woff2"), url("../fonts/subset-samsungone-800.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SamsungSharpSans-Bold';
  src: url("../fonts/SamsungSharpSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SamsungSharpSans-Bold.woff") format("woff"), url("../fonts/SamsungSharpSans-Bold.ttf") format("truetype"), url("../fonts/SamsungSharpSans-Bold.svg#SamsungSharpSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SamsungSharpSans-Medium';
  src: url("../fonts/SamsungSharpSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SamsungSharpSans-Medium.woff") format("woff"), url("../fonts/SamsungSharpSans-Medium.ttf") format("truetype"), url("../fonts/SamsungSharpSans-Medium.svg#SamsungSharpSans-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SamsungSharpSans-Regular';
  src: url("../fonts/SamsungSharpSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SamsungSharpSans-Regular.woff") format("woff"), url("../fonts/SamsungSharpSans-Regular.ttf") format("truetype"), url("../fonts/SamsungSharpSans-Regular.svg#SamsungSharpSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

#panel {
  position: fixed;
  right: -260px;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: visible;
  max-width: 260px;
  background: #B72E2D;
  z-index: 253; }
  @media (min-width: 1200px) {
    #panel {
      display: none; } }
  #panel .mobile-menu {
    overflow-y: scroll;
    height: 100%; }
    #panel .mobile-menu .inner nav ul.menu {
      padding: 86px 0 20px 0; }
      #panel .mobile-menu .inner nav ul.menu li {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        position: relative; }
        #panel .mobile-menu .inner nav ul.menu li a {
          color: #fff;
          padding: 10px 20px;
          display: block;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          font-size: 19px; }
        #panel .mobile-menu .inner nav ul.menu li ul {
          display: none;
          padding: 10px 0;
          background: #fff; }
          #panel .mobile-menu .inner nav ul.menu li ul li a {
            padding: 5px 0 5px 20px;
            color: #B72E2D;
            background: #fff;
            font-size: 17px; }

.mobile-btn {
  display: none;
  float: right; }
  @media (max-width: 1200px) and (min-width: 1024px) {
    .mobile-btn {
      margin-right: 20px; } }
  .mobile-btn .navbar-toggle {
    background: #B72E2D;
    border-radius: inherit;
    margin: 20px 0 0 2px;
    padding: 37px 10px 18px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .mobile-btn .navbar-toggle .icon-bar {
      background: #ffffff;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  .mobile-btn .navbar-toggle.open .icon-bar:nth-child(1) {
    -webkit-transform: rotate(-45deg) translateY(4.5px) translateX(-4.5px);
    -moz-transform: rotate(-45deg) translateY(4.5px) translateX(-4.5px);
    -ms-transform: rotate(-45deg) translateY(4.5px) translateX(-4.5px);
    -o-transform: rotate(-45deg) translateY(4.5px) translateX(-4.5px);
    transform: rotate(-45deg) translateY(4.5px) translateX(-4.5px); }
  .mobile-btn .navbar-toggle.open .icon-bar:nth-child(2) {
    opacity: 0; }
  .mobile-btn .navbar-toggle.open .icon-bar:nth-child(3) {
    -webkit-transform: rotate(45deg) translateY(-4.5px) translateX(-4.5px);
    -moz-transform: rotate(45deg) translateY(-4.5px) translateX(-4.5px);
    -ms-transform: rotate(45deg) translateY(-4.5px) translateX(-4.5px);
    -o-transform: rotate(45deg) translateY(-4.5px) translateX(-4.5px);
    transform: rotate(45deg) translateY(-4.5px) translateX(-4.5px); }
  @media only screen and (max-width: 1200px) {
    .mobile-btn {
      display: block; }
      .mobile-btn .navbar-toggle {
        display: block; } }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }

@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }

a {
  text-decoration: none; }

img, a, input, button {
  outline: 0 !important; }

.container-fluid {
  max-width: 1245px;
  color: #585858; }

.formError {
  margin-left: -80px !important; }

.fancybox-close-small {
  background: #B72E2D;
  color: #ffffff !important;
  opacity: 1;
  padding: 5px !important; }

form h3 {
  font: 25px SamsungSharpSans-Bold;
  margin: 0 0 25px;
  color: #585858; }

form .form-group {
  color: #585858; }
  form .form-group label {
    font-weight: normal;
    font: 14px SamsungSharpSans-Medium; }
  form .form-group input, form .form-group textarea {
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    height: 40px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    form .form-group input:focus, form .form-group textarea:focus {
      border: 1px solid #B72E2D; }
  form .form-group textarea {
    resize: none;
    height: 100px; }
  form .form-group.submitbutton button {
    background: #B72E2D;
    color: #ffffff;
    cursor: pointer;
    border: none;
    font: 18px SamsungSharpSans-Bold;
    padding: 17px 25px 12px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    height: 75px;
    width: 116px;
    display: inline-block;
    position: relative;
    top: -32px; }
    form .form-group.submitbutton button:hover {
      opacity: 0.8; }
  form .form-group .g-recaptcha {
    display: inline-block !important;
    width: 300px; }

.modal-fanc {
  width: 100%;
  max-width: 510px; }

/*-----Overlay Search-----*/
#overlay-search-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(183, 46, 45, 0.87);
  z-index: 99999; }
  #overlay-search-cover.none {
    visibility: hidden;
    opacity: 0; }
  #overlay-search-cover #overlay-search-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    #overlay-search-cover #overlay-search-content strong {
      font-family: SamsungSharpSans-Bold;
      color: #fff;
      margin: 0 0 20px 0;
      line-height: 1em;
      font-size: 30px; }
      @media only screen and (max-width: 767px) {
        #overlay-search-cover #overlay-search-content strong {
          font-size: 20px; } }
    #overlay-search-cover #overlay-search-content form {
      position: relative; }
      #overlay-search-cover #overlay-search-content form input {
        font-family: SamsungSharpSans-Medium;
        font-size: 25px;
        color: #fff;
        border: none;
        border-bottom: 2px solid #fff;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 6px 85px 0 0;
        height: 70px;
        line-height: 1em;
        background: transparent; }
        #overlay-search-cover #overlay-search-content form input::-webkit-input-placeholder {
          color: #fff; }
        #overlay-search-cover #overlay-search-content form input::-moz-placeholder {
          color: #fff; }
        #overlay-search-cover #overlay-search-content form input:-ms-input-placeholder {
          color: #fff; }
        #overlay-search-cover #overlay-search-content form input::-ms-input-placeholder {
          color: #fff; }
      #overlay-search-cover #overlay-search-content form button {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: transparent;
        width: 70px;
        height: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        border: 2px solid #fff;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        cursor: pointer;
        font-size: 20px; }
        #overlay-search-cover #overlay-search-content form button i {
          color: #fff;
          -webkit-transition: .4s;
          -o-transition: .4s;
          transition: .4s; }
        #overlay-search-cover #overlay-search-content form button:hover {
          background: #fff; }
          #overlay-search-cover #overlay-search-content form button:hover i {
            color: #B72E2D; }
  #overlay-search-cover #overlay-close {
    position: absolute;
    top: 30px;
    right: 80px;
    width: 45px;
    height: 45px;
    padding: 0;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      #overlay-search-cover #overlay-close {
        right: 15px; } }
    #overlay-search-cover #overlay-close .icon-bar {
      width: 40px;
      height: 2px;
      background: #fff;
      display: block;
      margin: 0 auto;
      position: relative;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
      #overlay-search-cover #overlay-close .icon-bar + .icon-bar {
        margin-top: 4px; }
      #overlay-search-cover #overlay-close .icon-bar:nth-child(2) {
        visibility: hidden;
        opacity: 0; }
      #overlay-search-cover #overlay-close .icon-bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 6px; }
      #overlay-search-cover #overlay-close .icon-bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -6px; }
    #overlay-search-cover #overlay-close:hover {
      background: #fff; }
      #overlay-search-cover #overlay-close:hover .icon-bar {
        background: #B72E2D; }

.mesaj-page {
  float: left;
  width: 100%; }
  .mesaj-page h3 {
    font: 25px SamsungSharpSans-Bold;
    margin: 0 0 20px; }
  .mesaj-page p {
    margin: 0 0 10px 0 !important; }
  .mesaj-page a {
    text-decoration: none;
    color: #000;
    border: 1px solid #B72E2D;
    display: inline-block;
    padding: 8px 20px;
    margin-top: 30px; }

#background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  right: 0;
  top: 0; }
  #background-video:before {
    content: "";
    background: #000;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }
  #background-video video, #background-video source {
    bottom: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute; }
  #background-video .loaded .ytplayer-container {
    display: block; }
  #background-video .loaded .placeholder-image {
    opacity: 0; }
  #background-video .ytplayer-container {
    bottom: 0;
    height: 100%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3; }
  #background-video .placeholder-image {
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    top: 0;
    z-index: 1; }
  #background-video .ytplayer-shield {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }

#background-video .ytplayer-player {
  position: absolute;
  height: 100% !important;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  top: 0 !important; }
  @media (max-height: 768px) {
    #background-video .ytplayer-player {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3); } }

.slider {
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 20px; }
  @media only screen and (max-width: 1023px) {
    .slider {
      display: none; } }
  .slider .fullwidthbanner-container {
    height: 100% !important; }
  .slider .tp-simpleresponsive > ul li {
    z-index: auto !important;
    list-style: none;
    position: absolute;
    visibility: hidden; }
  .slider .fullwidthbanner-container {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden; }
    .slider .fullwidthbanner-container ul {
      overflow: hidden;
      height: 100% !important;
      position: relative; }
      .slider .fullwidthbanner-container ul li {
        list-style: none;
        position: absolute;
        visibility: hidden; }
  .slider .capBig {
    position: absolute;
    bottom: 100px;
    width: 100%;
    left: 0;
    z-index: 15;
    margin-top: 120px; }
    @media (max-width: 1400px) {
      .slider .capBig {
        bottom: 50px; } }
    .slider .capBig .line {
      font: 62px SamsungSharpSans-Medium;
      color: #fff;
      position: relative; }
      .slider .capBig .line:after {
        content: "";
        background: url(../images/okes.png) no-repeat;
        width: 220px;
        height: 65px;
        display: block;
        position: absolute;
        top: -80px;
        left: 124px; }
      .slider .capBig .line:before {
        content: "";
        background: url(../images/okes1.png) no-repeat;
        width: 80px;
        height: 65px;
        display: block;
        position: absolute;
        top: 32px;
        left: 264px; }
      .slider .capBig .line .line1 {
        font: 100px SamsungSharpSans-Bold;
        color: #fff;
        position: relative; }
        @media (max-width: 1400px) {
          .slider .capBig .line .line1 {
            font-size: 80px; } }
        .slider .capBig .line .line1:before {
          content: "";
          width: 250px;
          height: 21px;
          background: #B72E2D;
          position: absolute;
          bottom: 25px;
          z-index: -1;
          left: -15px; }
      .slider .capBig .line .line2 {
        font: 62px SamsungSharpSans-Medium;
        color: #fff; }
        @media (max-width: 1400px) {
          .slider .capBig .line .line2 {
            font-size: 50px; } }
  .slider .slotholder {
    position: absolute;
    z-index: 1; }

.pa {
  padding: 0; }

@media only screen and (max-width: 1023px) {
  .mobile-video {
    display: block !important;
    margin: 110px 0 0; } }

.soc {
  position: absolute;
  right: 60px;
  bottom: 40px; }
  @media only screen and (max-width: 1023px) {
    .soc {
      display: none; } }
  .soc .scroll-btn, .soc .scroll-btn1 {
    display: block;
    text-align: center;
    width: 55px;
    margin: 0 auto; }
    .soc .scroll-btn > *, .soc .scroll-btn1 > * {
      font: 13px SamsungSharpSans-Bold;
      color: #fff; }
      .soc .scroll-btn > *:hover, .soc .scroll-btn > *:focus, .soc .scroll-btn > *:active, .soc .scroll-btn > *.active, .soc .scroll-btn1 > *:hover, .soc .scroll-btn1 > *:focus, .soc .scroll-btn1 > *:active, .soc .scroll-btn1 > *.active {
        opacity: 0.8;
        filter: alpha(opacity=80);
        color: #ffffff; }
    .soc .scroll-btn.reds > *, .soc .scroll-btn1.reds > * {
      color: #fff !important; }
    .soc .scroll-btn .mouse, .soc .scroll-btn1 .mouse {
      position: relative;
      display: block;
      width: 35px;
      height: 55px;
      margin: 0 auto 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 3px solid #ffffff;
      border-radius: 23px; }
      .soc .scroll-btn .mouse > *, .soc .scroll-btn1 .mouse > * {
        background: #fff !important;
        position: absolute;
        display: block;
        top: 29%;
        left: 50%;
        width: 4px;
        height: 10px;
        margin: -4px 0 0 -2px;
        border-radius: 20px;
        -webkit-animation: ani-mouse 2.5s linear infinite;
        -moz-animation: ani-mouse 2.5s linear infinite;
        animation: ani-mouse 2.5s linear infinite; }

body {
  overflow-x: hidden; }

header {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99; }
  @media only screen and (max-width: 1200px) {
    header.altpage .lang ul li a {
      color: #fff; } }
  @media (min-width: 1200px) {
    header {
      right: 0 !important; } }
  header.top {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    top: -250px; }
  header.mini {
    height: 62px;
    background: #fff;
    -webkit-box-shadow: 0 0 7px #bfbfbf;
    box-shadow: 0 0 7px #bfbfbf; }
    header.mini .mobile-btn .navbar-toggle {
      padding: 12px 10px;
      margin: 10px 0 0 2px; }
    header.mini .search {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      background: #fff; }
      header.mini .search i {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        color: #B72E2D;
        bottom: 7px; }
    header.mini .submenu {
      top: 62px !important;
      -webkit-box-shadow: 0 3px 10px #bfbfbf;
      box-shadow: 0 3px 10px #bfbfbf; }
    header.mini .menu {
      padding: 10px 0; }
      header.mini .menu ul li a {
        color: #B72E2D; }
    @media (max-width: 340px) {
      header.mini .logo {
        padding: 3px 0; } }
    header.mini .logo a {
      height: 40px;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin: 12px 0 0; }
    header.mini .search {
      margin-top: -15px; }
    header.mini .lang {
      padding: 22px 0 0 0; }
      header.mini .lang ul li a {
        color: #B72E2D; }
  header .logo {
    float: left;
    position: relative;
    overflow: hidden;
    width: 182px; }
    @media (max-width: 1200px) and (min-width: 1024px) {
      header .logo {
        padding-left: 20px; } }
    @media (max-width: 340px) {
      header .logo {
        width: 122px;
        padding: 13px 0; } }
    header .logo a {
      display: block;
      height: 70px;
      margin: 40px 0 0;
      overflow: hidden;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      @media only screen and (max-width: 1023px) {
        header .logo a {
          margin: 30px 0 0; } }
      header .logo a img {
        position: absolute;
        max-width: 100%; }
      header .logo a .fx {
        opacity: 0;
        margin: -27px 0;
        left: 0; }
  header .menu {
    float: right;
    padding: 44px 0 0 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media only screen and (max-width: 1200px) {
      header .menu {
        display: none; } }
    header .menu ul {
      float: right; }
      header .menu ul li {
        float: left;
        margin: 0 8px; }
        header .menu ul li.hover a {
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          color: #B72E2D;
          border-color: #B72E2D;
          background: #fff; }
          header .menu ul li.hover a:after {
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            width: 100%; }
        header .menu ul li a {
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          display: block;
          text-decoration: none;
          font: 17px SamsungSharpSans-Bold;
          color: #fff;
          padding: 12px 15px;
          position: relative; }
          header .menu ul li a:after {
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            content: "";
            position: absolute;
            top: -3px;
            width: 0;
            height: 3px;
            background: #B72E2D;
            left: 0; }
          header .menu ul li a:hover {
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            color: #B72E2D;
            border-color: #B72E2D;
            background: #fff; }
            header .menu ul li a:hover:after {
              -webkit-transition: 0.4s;
              -o-transition: 0.4s;
              transition: 0.4s;
              width: 100%; }
        header .menu ul li .submenu {
          display: none;
          position: absolute;
          max-width: 287px;
          background: #fff;
          padding: 25px 0;
          top: 89px;
          min-width: 190px; }
          header .menu ul li .submenu li {
            float: left;
            width: 100%; }
            header .menu ul li .submenu li span {
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s;
              display: block;
              padding: 4px 10px;
              border: none;
              color: #B72E2D;
              font-family: SamsungSharpSans-Medium; }
            header .menu ul li .submenu li ul {
              float: left; }
            header .menu ul li .submenu li a {
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s;
              display: block;
              padding: 4px 8px;
              border: none;
              font: 15px SamsungSharpSans-Medium;
              color: #585858;
              float: left; }
              header .menu ul li .submenu li a:after {
                display: none; }
              header .menu ul li .submenu li a:hover {
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                color: #B72E2D;
                padding-left: 18px; }

.lang {
  float: right;
  position: relative;
  padding: 56px 0 0 0;
  margin-left: 25px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .lang ul {
    margin-right: 0 !important; }
    .lang ul li {
      margin-right: 0 !important;
      position: relative; }
      .lang ul li a {
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        color: #fff;
        display: block;
        text-decoration: none;
        font: 17px SamsungSharpSans-Bold;
        padding: 0 0 0 10px; }
        @media only screen and (max-width: 1200px) {
          .lang ul li a {
            color: #585858; } }
        .lang ul li a img {
          position: absolute;
          left: -15px;
          top: 50%;
          margin-top: -6px; }
      .lang ul li ul {
        position: absolute;
        left: 0;
        display: none;
        width: 100%;
        background: #b72e2d;
        top: 25px;
        text-align: center;
        padding: 2px 0 0 0; }
        .lang ul li ul li a {
          border: none !important;
          padding: 0 !important;
          color: #fff !important; }

.search {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #B72E2D;
  float: right;
  width: 32px;
  height: 71px;
  margin: 20px 0 0 25px;
  cursor: pointer;
  background-size: cover;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .search {
      margin-left: 15px; } }
  .search i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 7px;
    position: absolute;
    bottom: 9px; }

.home-boxes {
  float: left;
  width: 100%;
  margin: 120px 0;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .home-boxes {
      margin: 60px 0 20px; } }
  .home-boxes .all {
    float: left;
    width: 100%;
    padding: 0 50px; }
    @media only screen and (max-width: 1023px) {
      .home-boxes .all {
        padding: 0; } }
  .home-boxes .images {
    float: left;
    width: 100%;
    padding-right: 20px; }
    @media (max-width: 992px) {
      .home-boxes .images {
        padding-right: 0;
        text-align: center; } }
    .home-boxes .images .list {
      float: left;
      width: 100%;
      max-width: 725px; }
      @media (max-width: 992px) {
        .home-boxes .images .list {
          float: none;
          width: auto;
          margin: 0 auto; } }
      .home-boxes .images .list .item {
        float: left;
        width: 100%;
        margin: 0 0 50px 0; }
        @media only screen and (max-width: 1200px) {
          .home-boxes .images .list .item img {
            max-width: 100%; } }
        @media (max-width: 992px) {
          .home-boxes .images .list .item {
            margin: 0 0 20px; } }
        @media (min-width: 768px) {
          .home-boxes .images .list .item:nth-child(2) {
            height: 244px; }
            .home-boxes .images .list .item:nth-child(2) .resim-att {
              width: 100%;
              height: 244px;
              position: relative;
              float: left;
              padding: 0;
              text-align: center; }
            .home-boxes .images .list .item:nth-child(2) .resim-att .resim-att-pre {
              width: 100%;
              height: 244px;
              position: relative; }
            .home-boxes .images .list .item:nth-child(2) .resim-att .resim-att-pre .resim-thumb {
              width: 100%;
              height: 244px;
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              margin: 0 auto;
              overflow: hidden;
              max-width: 100%;
              max-height: 100%; }
            .home-boxes .images .list .item:nth-child(2) .resim-att .resim-att-pre .resim-thumb .resim-centered {
              width: 100%;
              height: 244px;
              position: absolute;
              top: 0;
              left: 0;
              -webkit-transform: translate(50%, 50%);
              -moz-transform: translate(50%, 50%);
              -ms-transform: translate(50%, 50%);
              -o-transform: translate(50%, 50%);
              transform: translate(50%, 50%); }
            .home-boxes .images .list .item:nth-child(2) .resim-thumb .resim-centered img {
              position: absolute;
              top: 0;
              left: 0;
              width: auto;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
            .home-boxes .images .list .item:nth-child(2) img {
              max-width: inherit; } }
        .home-boxes .images .list .item:nth-child(2) .resim-att {
          width: 50% !important;
          float: left; }
          .home-boxes .images .list .item:nth-child(2) .resim-att:first-child {
            padding-right: 20px; }
            @media (max-width: 992px) {
              .home-boxes .images .list .item:nth-child(2) .resim-att:first-child {
                padding-right: 10px; } }
          .home-boxes .images .list .item:nth-child(2) .resim-att:last-child {
            padding-left: 20px; }
            @media (max-width: 992px) {
              .home-boxes .images .list .item:nth-child(2) .resim-att:last-child {
                padding-left: 10px; } }
        @media (min-width: 1200px) {
          .home-boxes .images .list .item {
            height: 482px;
            opacity: 0; }
            .home-boxes .images .list .item:last-child {
              margin-bottom: 0; }
            .home-boxes .images .list .item .resim-att {
              width: 100%;
              height: 100%;
              position: relative;
              float: left;
              padding: 0;
              text-align: center; }
            .home-boxes .images .list .item .resim-att .resim-att-pre {
              width: 100%;
              height: 100%;
              position: relative; }
            .home-boxes .images .list .item .resim-att .resim-att-pre .resim-thumb {
              width: 100%;
              height: 100%;
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              margin: 0 auto;
              overflow: hidden;
              max-width: 100%;
              max-height: 100%; }
            .home-boxes .images .list .item .resim-att .resim-att-pre .resim-thumb .resim-centered {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              -webkit-transform: translate(50%, 50%);
              -moz-transform: translate(50%, 50%);
              -ms-transform: translate(50%, 50%);
              -o-transform: translate(50%, 50%);
              transform: translate(50%, 50%); }
            .home-boxes .images .list .item .resim-thumb .resim-centered img {
              position: absolute;
              top: 0;
              left: 0;
              width: auto;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  .home-boxes .text {
    float: left;
    width: 372px;
    padding: 80px 0 0 60px;
    position: relative; }
    @media (min-width: 1200px) {
      .home-boxes .text {
        opacity: 0; } }
    @media only screen and (max-width: 1200px) {
      .home-boxes .text {
        padding: 80px 20px 0 30px; } }
    @media (max-width: 992px) {
      .home-boxes .text {
        width: 100%;
        text-align: center;
        padding: 0 0 30px; } }
    .home-boxes .text:after {
      content: "";
      background: url(../images/oke3.png) no-repeat;
      width: 167px;
      height: 48px;
      display: block;
      position: absolute;
      top: 5px;
      right: 0;
      z-index: -1; }
    .home-boxes .text:before {
      content: "";
      background: url(../images/oke3.png) no-repeat;
      width: 60px;
      height: 48px;
      display: block;
      position: absolute;
      top: 87px;
      right: 0;
      z-index: -1; }
    .home-boxes .text .title {
      float: left;
      width: 100%;
      font: 76px/75px SamsungSharpSans-Bold;
      color: #B72E2D;
      margin: 0 0 20px 0; }
      @media only screen and (max-width: 1200px) {
        .home-boxes .text .title {
          font-size: 48px;
          line-height: 48px; } }
      @media only screen and (max-width: 767px) {
        .home-boxes .text .title {
          font-size: 30px;
          line-height: 30px; } }
    .home-boxes .text p {
      font: 15px/24px SamsungSharpSans-Medium;
      color: #585858; }
    .home-boxes .text .more {
      float: left;
      width: 100%; }
      .home-boxes .text .more a {
        font: 15px/24px SamsungSharpSans-Medium;
        color: #585858;
        float: left;
        background: url(../images/more.png) right center no-repeat;
        display: block;
        padding: 0 35px 0 0; }
        @media (max-width: 992px) {
          .home-boxes .text .more a {
            float: none;
            max-width: 180px;
            margin: 0 auto; } }

.step-box {
  float: left;
  width: 100%;
  position: relative;
  z-index: 9; }
  .step-box.page-step {
    opacity: 1 !important;
    margin: 40px 0 0 0; }
  .step-box .mc-md-6 {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .step-box .mc-md-6.lefthover {
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      width: 55%; }
      .step-box .mc-md-6.lefthover a:after {
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        width: 50%; }
    .step-box .mc-md-6.righthover {
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      width: 45%; }
  .step-box a {
    display: block;
    width: 100%;
    height: 100%; }
    .step-box a:before {
      content: "";
      background: #000;
      opacity: 0.1;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 5; }
  .step-box .text {
    position: absolute;
    top: 210px;
    width: 100%; }
    @media (max-width: 992px) {
      .step-box .text {
        position: initial;
        margin: 0 0 30px; } }
    .step-box .text:after {
      content: "";
      background: url(../images/okes.png) no-repeat;
      width: 220px;
      height: 65px;
      display: block;
      position: absolute;
      top: -115px;
      left: 50%;
      z-index: 9;
      margin-left: -120px; }
      @media (max-width: 992px) {
        .step-box .text:after {
          display: none; } }
    .step-box .text span {
      font: 95px SamsungSharpSans-Bold;
      color: #fff;
      line-height: 70px;
      display: block;
      text-align: center;
      margin: 0 auto;
      max-width: 48%;
      position: relative;
      z-index: 99; }
      @media (max-width: 992px) {
        .step-box .text span {
          color: #B72E2D;
          font-size: 65px;
          line-height: 65px;
          max-width: 100%; } }
      @media only screen and (max-width: 767px) {
        .step-box .text span {
          font-size: 55px;
          line-height: 55px; } }
      .step-box .text span i {
        font: 76px SamsungSharpSans-Bold;
        color: #fff;
        display: block;
        position: relative; }
        @media (max-width: 992px) {
          .step-box .text span i {
            color: #B72E2D;
            font-size: 55px;
            line-height: 55px; } }
        @media only screen and (max-width: 767px) {
          .step-box .text span i {
            font-size: 35px;
            line-height: 35px; } }
        .step-box .text span i:before {
          content: "";
          position: absolute;
          bottom: 18px;
          background: #B72E2D;
          width: 455px;
          height: 21px;
          z-index: -1;
          left: 50%;
          margin-left: -230px; }
          @media (max-width: 992px) {
            .step-box .text span i:before {
              display: none; } }
  .step-box .mc-md-6:nth-child(3) .title {
    right: 50px;
    left: inherit !important; }
  .step-box .images {
    position: relative; }
    @media (max-width: 992px) and (min-width: 768px) {
      .step-box .images {
        height: 498px; } }
    @media (min-width: 768px) {
      .step-box .images {
        height: 708px; }
        .step-box .images .resim-att {
          width: 100%;
          height: 100%;
          position: relative;
          float: left;
          padding: 0;
          text-align: center; }
        .step-box .images .resim-att .resim-att-pre {
          width: 100%;
          height: 100%;
          position: relative; }
        .step-box .images .resim-att .resim-att-pre .resim-thumb {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          margin: 0 auto;
          overflow: hidden;
          max-width: 100%;
          max-height: 100%; }
        .step-box .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transform: translate(50%, 50%);
          -moz-transform: translate(50%, 50%);
          -ms-transform: translate(50%, 50%);
          -o-transform: translate(50%, 50%);
          transform: translate(50%, 50%); }
        .step-box .images .resim-thumb .resim-centered img {
          position: absolute;
          top: 0;
          left: 0;
          width: auto;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .step-box .images img {
          min-width: 100%; } }
    .step-box .images img {
      display: block; }
      @media (max-width: 768px) {
        .step-box .images img {
          max-width: 100%; } }
    .step-box .images .title {
      position: absolute;
      font: 76px SamsungSharpSans-Bold;
      color: #fff;
      left: 50px;
      bottom: 100px;
      z-index: 30; }
      @media (max-width: 992px) {
        .step-box .images .title {
          font-size: 60px;
          bottom: 50px; } }
      @media only screen and (max-width: 767px) {
        .step-box .images .title {
          left: 25px;
          font-size: 45px; } }
      .step-box .images .title span {
        display: block;
        font: 30px SamsungSharpSans-Bold;
        color: #fff;
        margin: -10px 0; }
        @media (max-width: 992px) {
          .step-box .images .title span {
            font-size: 20px; } }

.home-services {
  float: left;
  width: 100%;
  margin: 120px 0; }
  @media (max-width: 992px) {
    .home-services {
      margin: 50px 0; } }
  @media only screen and (max-width: 767px) {
    .home-services {
      margin: 0; } }
  .home-services .all {
    float: left;
    width: 100%;
    padding: 0 50px;
    margin: -559px 0; }
    @media (max-width: 992px) {
      .home-services .all {
        padding: 0; } }
    @media only screen and (max-width: 767px) {
      .home-services .all {
        margin: 0; } }
  .home-services .text {
    float: left;
    width: 372px;
    padding: 60px 60px 0 0;
    position: relative; }
    @media (min-width: 1200px) {
      .home-services .text {
        opacity: 0; } }
    @media (max-width: 992px) {
      .home-services .text {
        padding: 40px 0 0;
        width: 100%; } }
    .home-services .text:after {
      content: "";
      background: url(../images/oke3.png) no-repeat;
      width: 115px;
      height: 48px;
      display: block;
      position: absolute;
      top: -50px;
      right: 125px; }
      @media (max-width: 992px) {
        .home-services .text:after {
          display: none; } }
    .home-services .text:before {
      content: "";
      background: url(../images/oke3.png) no-repeat;
      width: 60px;
      height: 8px;
      display: block;
      position: absolute;
      top: 37px;
      right: 125px; }
      @media (max-width: 992px) {
        .home-services .text:before {
          display: none; } }
    .home-services .text .title {
      float: left;
      width: 100%;
      font: 52px/55px SamsungSharpSans-Bold;
      color: #B72E2D;
      margin: 0 0 20px 0; }
      @media only screen and (max-width: 767px) {
        .home-services .text .title {
          font-size: 35px;
          line-height: 35px; } }
    .home-services .text .item {
      float: left;
      width: 100%;
      margin: 5px 0; }
      .home-services .text .item span {
        font: 30px SamsungSharpSans-Bold;
        color: #929292;
        display: block; }
        @media only screen and (max-width: 767px) {
          .home-services .text .item span {
            font-size: 22px; } }
      .home-services .text .item ul {
        float: left;
        width: 100%;
        padding: 17px 0; }
        .home-services .text .item ul li {
          float: left;
          width: 100%; }
          .home-services .text .item ul li a {
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            font: 15px SamsungSharpSans-Medium;
            color: #929292;
            display: block;
            padding: 3px 0; }
            .home-services .text .item ul li a:hover {
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s;
              color: #B72E2D; }
  .home-services .images {
    height: 643px;
    background: url(../images/services.jpg) no-repeat;
    background-size: cover; }
    @media (min-width: 1200px) {
      .home-services .images {
        opacity: 0; } }
    @media only screen and (max-width: 767px) {
      .home-services .images {
        display: none; } }
    .home-services .images .resim-att {
      display: none; }
    .home-services .images .resim-att {
      width: 100%;
      height: 100%;
      position: relative;
      float: left;
      padding: 0;
      text-align: center; }
    .home-services .images .resim-att .resim-att-pre {
      width: 100%;
      height: 100%;
      position: relative; }
    .home-services .images .resim-att .resim-att-pre .resim-thumb {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0 auto;
      overflow: hidden;
      max-width: 100%;
      max-height: 100%; }
    .home-services .images .resim-att .resim-att-pre .resim-thumb .resim-centered {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translate(50%, 50%);
      -moz-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
      -o-transform: translate(50%, 50%);
      transform: translate(50%, 50%); }
    .home-services .images .resim-thumb .resim-centered img {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.home-news-box {
  float: left;
  width: 100%;
  margin: 100px 0 120px 0; }
  @media (max-width: 992px) {
    .home-news-box {
      margin: 0; } }
  .home-news-box .slick-arrow {
    position: absolute;
    color: #ffffff;
    background: #B72E2D;
    right: 0;
    font-size: 24px;
    padding: 0 9px;
    top: -60px;
    cursor: pointer; }
    .home-news-box .slick-arrow.slickLeft {
      right: 34px; }
    .home-news-box .slick-arrow.slick-disabled {
      opacity: 0.5;
      cursor: no-drop; }
  .home-news-box .mc-md-4:nth-child(1) .text {
    padding-left: 0 !important; }
  .home-news-box .mc-md-4:nth-child(3) .text {
    padding-right: 0 !important; }
  .home-news-box .all {
    float: left;
    width: 100%;
    padding: 0 50px; }
    @media (max-width: 992px) {
      .home-news-box .all {
        padding: 0 0 60px; } }
    .home-news-box .all .list {
      float: left;
      width: 100%; }
      .home-news-box .all .list .text {
        float: left;
        width: 100%;
        padding: 0 10px; }
        .home-news-box .all .list .text a {
          display: block;
          font: 15px/25px SamsungSharpSans-Medium;
          color: #585858;
          position: relative;
          padding: 0 0 0 30px; }
          .home-news-box .all .list .text a i {
            color: #B72E2D;
            font-size: 20px;
            position: absolute;
            left: 0; }
          .home-news-box .all .list .text a em {
            margin: 0 5px 0 0;
            font: 15px SamsungSharpSans-Medium;
            color: #B72E2D; }
          .home-news-box .all .list .text a .date {
            display: block;
            font: 12px SamsungSharpSans-Medium;
            color: #C5C5C5;
            margin: 10px 0 0 0; }
  .home-news-box .als {
    float: left;
    width: 100%;
    padding: 35px 0;
    position: relative; }
    @media (min-width: 1200px) {
      .home-news-box .als {
        opacity: 0; } }
    .home-news-box .als:after {
      z-index: -1;
      content: "";
      background: url(../images/oke3.png) no-repeat;
      width: 115px;
      height: 48px;
      display: block;
      position: absolute;
      top: -70px;
      left: 50px; }
      @media (max-width: 992px) {
        .home-news-box .als:after {
          display: none; } }
    .home-news-box .als:before {
      z-index: -1;
      content: "";
      background: url(../images/oke3.png) no-repeat;
      width: 60px;
      height: 8px;
      display: block;
      position: absolute;
      top: 7px;
      left: 50px; }
      @media (max-width: 992px) {
        .home-news-box .als:before {
          display: none; } }
    .home-news-box .als .title {
      float: left;
      width: 100%;
      font: 52px/55px SamsungSharpSans-Bold;
      color: #B72E2D;
      margin: 0 0 20px 0;
      text-align: right; }
      @media (max-width: 992px) {
        .home-news-box .als .title {
          text-align: left; } }
      @media only screen and (max-width: 767px) {
        .home-news-box .als .title {
          font-size: 40px;
          line-height: 40px; } }
    .home-news-box .als .item {
      float: left;
      width: 100%; }
      @media (max-width: 992px) {
        .home-news-box .als .item {
          width: auto; } }
      .home-news-box .als .item span {
        float: right;
        font: 13px SamsungSharpSans-Bold;
        color: #B72E2D;
        padding: 4px 0; }
      .home-news-box .als .item a {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        float: right;
        font: 13px SamsungSharpSans-Medium;
        color: #B72E2D;
        border: 1px solid #B72E2D;
        display: block;
        padding: 4px 10px 2px 10px;
        margin-left: 20px; }
        .home-news-box .als .item a:hover {
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          background: #B72E2D;
          color: #fff; }

.relative {
  position: relative;
  height: 100%; }

.breadcrumb {
  padding: 0;
  background: none;
  border: none;
  float: left;
  width: 100%;
  margin: 0 0 25px 0; }
  @media (max-width: 992px) {
    .breadcrumb {
      display: none; } }
  .breadcrumb ul {
    float: left;
    width: 100%;
    padding: 0 !important; }
    .breadcrumb ul li {
      float: left;
      margin-right: 20px;
      list-style: none !important; }
      .breadcrumb ul li:last-child a:before {
        display: none; }
      .breadcrumb ul li a {
        display: block;
        font: 12px SamsungSharpSans-Medium;
        color: #585858;
        padding: 0 20px 0 0;
        position: relative;
        letter-spacing: 1px; }
        .breadcrumb ul li a:before {
          content: "";
          background: url(../images/bre.png) no-repeat;
          width: 6px;
          height: 10px;
          display: block;
          position: absolute;
          right: 0;
          background-size: cover;
          top: 2px; }

.search-item .item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #F0F0F0;
  padding: 20px 0; }
  .search-item .item a {
    text-decoration: none;
    color: #B72E2D;
    border: 1px solid #B72E2D;
    display: inline-block;
    padding: 8px 30px;
    margin-top: 20px;
    font: 17px SamsungSharpSans-Bold; }

.pagination {
  text-align: center;
  width: 100%;
  margin-top: 50px; }
  .pagination li {
    display: inline-block;
    width: 45px;
    height: 45px; }
    .pagination li:first-child a, .pagination li:last-child a {
      background-color: #B72E2D; }
    .pagination li a, .pagination li span {
      border-radius: inherit !important;
      background-color: #ececec;
      color: #fff;
      font: 17px SamsungSharpSans-Bold;
      display: block;
      height: 100%;
      padding: 12px 12px;
      border: none;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      float: left;
      width: 100%; }
      .pagination li a span, .pagination li span span {
        font-size: 39px;
        margin: -11px 0;
        display: block; }
    .pagination li:hover a, .pagination li:hover span, .pagination li:focus a, .pagination li:focus span, .pagination li:active a, .pagination li:active span, .pagination li.active a, .pagination li.active span {
      background-color: #B72E2D !important;
      color: #ffffff; }

.page {
  float: left;
  width: 100%;
  padding: 20px; }
  @media (max-width: 992px) {
    .page {
      padding: 0; } }
  .page .banner {
    float: left;
    width: 100%;
    height: 711px;
    position: relative; }
    @media (max-width: 1400px) {
      .page .banner {
        height: 500px !important; } }
    @media only screen and (max-width: 767px) {
      .page .banner {
        height: 340px !important; } }
    @media only screen and (max-width: 480px) {
      .page .banner {
        background-position: 390px 0 !important; } }
    .page .banner:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0.25; }
    .page .banner:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 85px;
      background: url("../images/mask-rp.png") repeat-x top center; }
    .page .banner .banner {
      float: left;
      width: 100%;
      height: 100%; }
    .page .banner h1, .page .banner h2 {
      font: 50px SamsungSharpSans-Bold;
      color: #fff;
      position: absolute;
      z-index: 9;
      padding: 0 210px;
      text-align: center;
      bottom: 250px;
      text-shadow: 0 0 1px #000000;
      width: 100%;
      left: 0; }
      @media (max-width: 1400px) {
        .page .banner h1, .page .banner h2 {
          font-size: 40px;
          bottom: 180px; } }
      @media only screen and (max-width: 1023px) {
        .page .banner h1, .page .banner h2 {
          padding: 0 75px;
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .page .banner h1, .page .banner h2 {
          font-size: 18px;
          bottom: 120px;
          padding: 0 15px; } }
  .page .page-content {
    float: left;
    width: 100%;
    margin-top: -95px;
    padding-bottom: 70px;
    position: relative; }
    .page .page-content h4 {
      font-family: SamsungSharpSans-Bold; }
    .page .page-content ul {
      padding: 0 0 0 20px; }
      .page .page-content ul li {
        list-style: disc;
        padding: 3px 0; }
    .page .page-content img {
      max-width: 100%; }
    .page .page-content .content {
      float: left;
      width: 100%;
      background: #fff;
      padding: 45px 55px;
      -webkit-box-shadow: 0 5px 7px #ececec;
      box-shadow: 0 5px 7px #ececec; }
      @media only screen and (max-width: 767px) {
        .page .page-content .content {
          padding: 30px 20px 50px; } }
      .page .page-content .content img {
        width: auto !important;
        height: auto !important; }
      .page .page-content .content hr {
        border: 0.5px solid #D8D8D8; }
      .page .page-content .content h1, .page .page-content .content h2 {
        font: 40px SamsungSharpSans-Medium;
        color: #B72E2D;
        float: left;
        width: 100%;
        margin: 0 0 25px 0; }
        @media only screen and (max-width: 767px) {
          .page .page-content .content h1, .page .page-content .content h2 {
            font-size: 25px; } }
      .page .page-content .content .document-list {
        float: left;
        width: 100%; }
        .page .page-content .content .document-list a {
          display: block;
          border: 2px solid #D8D8D8;
          height: 217px;
          padding: 25px;
          color: #585858;
          text-decoration: none;
          font: 20px SamsungSharpSans-Bold;
          position: relative;
          margin-bottom: 30px; }
          @media only screen and (max-width: 767px) {
            .page .page-content .content .document-list a {
              height: auto;
              padding: 25px 25px 65px; } }
          .page .page-content .content .document-list a:before {
            content: "";
            position: absolute;
            bottom: -1px;
            right: -1px;
            -webkit-transition: .4s;
            -o-transition: .4s;
            transition: .4s;
            background: url("../images/plus.png") no-repeat 0 0;
            width: 46px;
            height: 46px; }
          .page .page-content .content .document-list a span {
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            overflow: hidden; }
          .page .page-content .content .document-list a:hover:before {
            -webkit-transform: rotate(-10deg);
            -ms-transform: rotate(-10deg);
            transform: rotate(-10deg); }
      .page .page-content .content .proje-list {
        float: left;
        width: 100%; }
        .page .page-content .content .proje-list a {
          display: block;
          text-decoration: none;
          color: #585858;
          font: 12px/18px SamsungSharpSans-Medium;
          margin-bottom: 30px;
          -webkit-transition: .4s;
          -o-transition: .4s;
          transition: .4s; }
          .page .page-content .content .proje-list a figure {
            margin: 0;
            overflow: hidden;
            text-align: center;
            height: 157px; }
            .page .page-content .content .proje-list a figure .resim-att {
              width: 100%;
              height: 100%;
              position: relative;
              float: left;
              padding: 0;
              text-align: center; }
            .page .page-content .content .proje-list a figure .resim-att .resim-att-pre {
              width: 100%;
              height: 100%;
              position: relative; }
            .page .page-content .content .proje-list a figure .resim-att .resim-att-pre .resim-thumb {
              width: 100%;
              height: 100%;
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              margin: 0 auto;
              overflow: hidden;
              max-width: 100%;
              max-height: 100%; }
            .page .page-content .content .proje-list a figure .resim-att .resim-att-pre .resim-thumb .resim-centered {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              -webkit-transform: translate(50%, 50%);
              -moz-transform: translate(50%, 50%);
              -ms-transform: translate(50%, 50%);
              -o-transform: translate(50%, 50%);
              transform: translate(50%, 50%); }
            .page .page-content .content .proje-list a figure .resim-thumb .resim-centered img {
              position: absolute;
              top: 0;
              left: 0;
              width: auto;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
            .page .page-content .content .proje-list a figure .resim-att {
              -webkit-transition: .4s;
              -o-transition: .4s;
              transition: .4s; }
          .page .page-content .content .proje-list a span {
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin: 10px;
            height: 54px; }
          .page .page-content .content .proje-list a:hover {
            color: #B72E2D; }
            .page .page-content .content .proje-list a:hover .resim-att {
              -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
              transform: scale(1.1); }
      .page .page-content .content .text-list {
        float: left;
        width: 100%; }
        .page .page-content .content .text-list a {
          display: block;
          background: #B72E2D;
          color: #ffffff;
          -webkit-transition: .4s;
          -o-transition: .4s;
          transition: .4s;
          text-align: center;
          height: 157px;
          font: 20px SamsungSharpSans-Medium;
          margin: 10px 0 20px; }
          .page .page-content .content .text-list a span {
            display: table-cell;
            width: 100em;
            vertical-align: middle;
            height: 157px;
            position: relative;
            -webkit-transition: .4s;
            -o-transition: .4s;
            transition: .4s; }
            .page .page-content .content .text-list a span:before {
              content: "";
              position: absolute;
              bottom: -50px;
              left: 50%;
              background: url("../images/arrow-right.png") no-repeat 0 0;
              width: 21px;
              height: 14px;
              -webkit-transition: .4s;
              -o-transition: .4s;
              transition: .4s;
              opacity: 0;
              margin: 0 -10px; }
          .page .page-content .content .text-list a:hover span {
            height: 127px; }
            .page .page-content .content .text-list a:hover span:before {
              opacity: 1;
              bottom: 15px; }
      .page .page-content .content .projects-detail {
        float: left;
        width: 100%; }
        .page .page-content .content .projects-detail .ust-detail {
          border-bottom: 1px solid #D8D8D8;
          float: left;
          width: 100%;
          padding: 0 0 30px; }
          .page .page-content .content .projects-detail .ust-detail figure {
            margin: 0; }
          .page .page-content .content .projects-detail .ust-detail table {
            width: 100% !important; }
            .page .page-content .content .projects-detail .ust-detail table tr td {
              color: #585858;
              font: 15px SamsungSharpSans-Bold;
              padding: 5px; }
              .page .page-content .content .projects-detail .ust-detail table tr td:first-child {
                width: 100px; }
        .page .page-content .content .projects-detail .alt-detail {
          margin: 30px 0 0;
          float: left;
          width: 100%; }
        .page .page-content .content .projects-detail .proje-gallery {
          float: left;
          width: 100%; }
          .page .page-content .content .projects-detail .proje-gallery .row > div:nth-child(1) a, .page .page-content .content .projects-detail .proje-gallery .row > div:nth-child(2) a, .page .page-content .content .projects-detail .proje-gallery .row > div:nth-child(3) a, .page .page-content .content .projects-detail .proje-gallery .row > div:nth-child(4) a, .page .page-content .content .projects-detail .proje-gallery .row > div:nth-child(5) a, .page .page-content .content .projects-detail .proje-gallery .row > div:nth-child(6) a, .page .page-content .content .projects-detail .proje-gallery .row > div:nth-child(7) a, .page .page-content .content .projects-detail .proje-gallery .row > div:nth-child(8) a {
            display: block; }
          .page .page-content .content .projects-detail .proje-gallery .row > div:nth-child(8) a:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background: rgba(0, 0, 0, 0.64);
            color: #ffffff;
            text-align: center;
            font: 40px/110px SamsungSharpSans-Medium; }
            @media only screen and (max-width: 767px) {
              .page .page-content .content .projects-detail .proje-gallery .row > div:nth-child(8) a:before {
                font-size: 30px;
                line-height: 90px; } }
          .page .page-content .content .projects-detail .proje-gallery a {
            outline: none;
            position: relative;
            overflow: hidden;
            height: 112px;
            margin: 15px 0;
            display: none; }
            @media only screen and (max-width: 480px) {
              .page .page-content .content .projects-detail .proje-gallery a {
                height: 85px; } }
            .page .page-content .content .projects-detail .proje-gallery a .resim-att {
              width: 100%;
              height: 100%;
              position: relative;
              float: left;
              padding: 0;
              text-align: center; }
            .page .page-content .content .projects-detail .proje-gallery a .resim-att .resim-att-pre {
              width: 100%;
              height: 100%;
              position: relative; }
            .page .page-content .content .projects-detail .proje-gallery a .resim-att .resim-att-pre .resim-thumb {
              width: 100%;
              height: 100%;
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              margin: 0 auto;
              overflow: hidden;
              max-width: 100%;
              max-height: 100%; }
            .page .page-content .content .projects-detail .proje-gallery a .resim-att .resim-att-pre .resim-thumb .resim-centered {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              -webkit-transform: translate(50%, 50%);
              -moz-transform: translate(50%, 50%);
              -ms-transform: translate(50%, 50%);
              -o-transform: translate(50%, 50%);
              transform: translate(50%, 50%); }
            .page .page-content .content .projects-detail .proje-gallery a .resim-thumb .resim-centered img {
              position: absolute;
              top: 0;
              left: 0;
              width: auto;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
            .page .page-content .content .projects-detail .proje-gallery a .resim-att {
              -webkit-transition: .4s;
              -o-transition: .4s;
              transition: .4s; }
            .page .page-content .content .projects-detail .proje-gallery a:hover .resim-att {
              -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
              transform: scale(1.1); }
      .page .page-content .content .back-to {
        float: left;
        width: 100%;
        margin: 30px 0; }
        .page .page-content .content .back-to a {
          color: #585858;
          font: 15px/46px SamsungSharpSans-Regular;
          border: 1px solid #D8D8D8;
          height: 46px;
          border-radius: 46px;
          display: block;
          width: 150px;
          text-align: center;
          -webkit-transition: .4s;
          -o-transition: .4s;
          transition: .4s;
          background: url("../images/arrow-left.png") no-repeat 25px;
          text-indent: 31px; }
          .page .page-content .content .back-to a:hover {
            border-color: #B72E2D; }
      .page .page-content .content b, .page .page-content .content strong {
        font: 18px SamsungSharpSans-Bold;
        color: #585858;
        display: block;
        margin: 0 0 32px 0; }
      .page .page-content .content p {
        font: 15px/25px SamsungSharpSans-Medium;
        color: #585858;
        margin: 0 0 25px 0; }
      .page .page-content .content address {
        font-family: SamsungSharpSans-Medium; }
        .page .page-content .content address h3 {
          color: #585858;
          position: relative;
          font: 18px SamsungSharpSans-Bold;
          padding: 0 0 20px;
          margin: 0 0 40px; }
          .page .page-content .content address h3:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            background: #B72E2D;
            height: 5px;
            width: 70px; }
        .page .page-content .content address strong {
          margin: 0 0 10px;
          font-size: 15px; }
        .page .page-content .content address ul {
          padding: 0; }
          .page .page-content .content address ul li {
            font: 15px SamsungSharpSans-Medium;
            color: #585858;
            position: relative;
            padding: 0 0 0 50px;
            margin: 25px 0;
            list-style: none; }
            @media only screen and (max-width: 480px) {
              .page .page-content .content address ul li {
                font-size: 13px; } }
            .page .page-content .content address ul li img {
              position: absolute;
              top: -4px;
              left: 0; }
            .page .page-content .content address ul li a {
              color: #585858;
              text-decoration: none;
              line-height: 25px; }
            .page .page-content .content address ul li:last-child a {
              color: #B72E2D;
              font-family: SamsungSharpSans-Bold;
              font-weight: bold; }
    .page .page-content .page-gallery {
      float: left;
      width: 100%;
      margin: 20px 0; }
      .page .page-content .page-gallery .row {
        margin: 0 -10px; }
        .page .page-content .page-gallery .row > div {
          padding: 10px; }
      .page .page-content .page-gallery a {
        display: block;
        height: 157px;
        overflow: hidden; }
        @media only screen and (max-width: 480px) {
          .page .page-content .page-gallery a {
            height: 75px; } }
        .page .page-content .page-gallery a .resim-att {
          width: 100%;
          height: 100%;
          position: relative;
          float: left;
          padding: 0;
          text-align: center; }
        .page .page-content .page-gallery a .resim-att .resim-att-pre {
          width: 100%;
          height: 100%;
          position: relative; }
        .page .page-content .page-gallery a .resim-att .resim-att-pre .resim-thumb {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          margin: 0 auto;
          overflow: hidden;
          max-width: 100%;
          max-height: 100%; }
        .page .page-content .page-gallery a .resim-att .resim-att-pre .resim-thumb .resim-centered {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transform: translate(50%, 50%);
          -moz-transform: translate(50%, 50%);
          -ms-transform: translate(50%, 50%);
          -o-transform: translate(50%, 50%);
          transform: translate(50%, 50%); }
        .page .page-content .page-gallery a .resim-thumb .resim-centered img {
          position: absolute;
          top: 0;
          left: 0;
          width: auto;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .page .page-content .page-gallery a .resim-att {
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
        .page .page-content .page-gallery a:hover .resim-att {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }

article {
  float: left;
  width: 100%; }

.sidebar {
  width: 100%;
  padding: 0 0 0 20px;
  top: 80px; }
  @media (max-width: 992px) {
    .sidebar {
      display: none; } }
  .sidebar .widget {
    float: left;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 5px 7px #ececec;
    box-shadow: 0 5px 7px #ececec;
    padding: 45px 30px; }
    .sidebar .widget span {
      font: 20px SamsungSharpSans-Bold;
      color: #585858;
      display: block;
      float: left;
      width: 100%;
      margin: 0 0 20px 0; }
    .sidebar .widget ul {
      float: left;
      width: 100%;
      padding: 0; }
      .sidebar .widget ul li {
        float: left;
        width: 100%;
        list-style: none; }
        .sidebar .widget ul li.active > a {
          color: #B72E2D; }
        .sidebar .widget ul li.active ul {
          display: block; }
        .sidebar .widget ul li a {
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          display: block;
          float: left;
          font: 15px SamsungSharpSans-Medium;
          color: #585858;
          padding: 8px 0; }
          .sidebar .widget ul li a:hover {
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            color: #B72E2D; }
        .sidebar .widget ul li ul {
          display: none;
          padding: 0 0 0 20px; }
          .sidebar .widget ul li ul li a {
            font-size: 14px; }

.full {
  float: left;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 7px #ececec;
  box-shadow: 0 0 7px #ececec;
  margin: 60px 0 0 0;
  padding: 70px 0; }
  @media only screen and (max-width: 1023px) {
    .full {
      padding: 40px 0; } }
  .full .title {
    font: 50px SamsungSharpSans-Medium;
    color: #B72E2D;
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 15px 50px 15px; }
    @media only screen and (max-width: 1023px) {
      .full .title {
        padding: 0 15px 20px 15px;
        font-size: 20px; } }
  .full .text {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 62px; }
    @media only screen and (max-width: 1023px) {
      .full .text {
        padding: 0 22px; } }
    .full .text p {
      font: 15px SamsungSharpSans-Medium;
      color: #585858;
      margin: 0 0 30px 0;
      text-align: right; }
      @media only screen and (max-width: 1023px) {
        .full .text p {
          text-align: center; } }
    .full .text a {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      display: block;
      font: 15px SamsungSharpSans-Bold;
      color: #B72E2D;
      border-radius: 40px;
      padding: 15px 35px;
      border: 2px solid #B72E2D;
      max-width: 200px;
      float: right;
      margin-right: 80px; }
      @media only screen and (max-width: 1023px) {
        .full .text a {
          margin: 0 auto;
          float: none; } }
      .full .text a:hover {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        background: #B72E2D;
        color: #fff; }
  .full .cont {
    float: left;
    width: 100%;
    padding-left: 100px; }
    @media only screen and (max-width: 1023px) {
      .full .cont {
        padding: 20px 15px 0; } }
    .full .cont ul {
      float: left;
      width: 100%;
      padding: 0; }
      .full .cont ul li {
        float: left;
        width: 100%;
        list-style: none; }
        .full .cont ul li a {
          float: left;
          display: block;
          font: 15px SamsungSharpSans-Medium;
          color: #585858;
          position: relative;
          padding: 13px 70px; }
          @media only screen and (max-width: 767px) {
            .full .cont ul li a {
              padding: 13px 50px; } }
          @media only screen and (max-width: 480px) {
            .full .cont ul li a {
              font-size: 13px; } }
          .full .cont ul li a:after {
            content: "";
            background: url(../images/cont.png) no-repeat;
            width: 56px;
            height: 47px;
            display: block;
            position: absolute;
            left: 0;
            top: 0; }
            @media only screen and (max-width: 767px) {
              .full .cont ul li a:after {
                background-size: 81%; } }
        .full .cont ul li:last-child {
          margin-top: 12px; }
          .full .cont ul li:last-child a {
            padding: 20px 70px; }
            @media only screen and (max-width: 767px) {
              .full .cont ul li:last-child a {
                padding: 5px 57px; } }
            .full .cont ul li:last-child a:after {
              background-position: 0 -53px; }

#form {
  -webkit-box-shadow: 0 0 29px #c4c4c4;
  box-shadow: 0 0 29px #c4c4c4; }

footer {
  float: left;
  width: 100%;
  background: #B72E2D;
  padding: 45px 0 140px;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    footer {
      padding: 50px 0; } }
  footer .footer-menu {
    float: left;
    width: 100%;
    margin: 50px 0 0 0; }
    @media only screen and (max-width: 1200px) {
      footer .footer-menu {
        display: none; } }
    footer .footer-menu ul {
      float: left;
      width: 16%;
      margin: 0 10px; }
      footer .footer-menu ul:first-child {
        margin-left: 0;
        width: 18%;
        margin-right: 15px; }
      footer .footer-menu ul:nth-child(3) {
        width: 16%; }
      footer .footer-menu ul:nth-child(5) {
        width: 20%; }
      footer .footer-menu ul:last-child {
        margin-right: 0;
        width: 16%;
        padding-left: 4px; }
      footer .footer-menu ul li {
        float: left;
        width: 100%; }
        footer .footer-menu ul li.head {
          font: 18px SamsungSharpSans-Medium;
          color: #fff;
          margin: 0 0 20px 0; }
        footer .footer-menu ul li a {
          -webkit-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s;
          font: 15px SamsungSharpSans-Medium;
          color: #fff;
          display: block;
          padding: 5px 0; }
          footer .footer-menu ul li a:hover {
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            color: #d89fa0; }
        footer .footer-menu ul li ul {
          width: 100% !important;
          padding: 0 23px !important;
          margin: 5px 0 !important; }
  footer .all {
    float: left;
    width: 100%;
    padding: 0 50px;
    position: relative; }
    @media only screen and (max-width: 1200px) {
      footer .all {
        padding: 0; } }
  footer .top {
    float: left;
    width: 100%; }
    @media only screen and (max-width: 1200px) {
      footer .top {
        padding: 0 0 20px; } }
    footer .top .bulten {
      float: left;
      width: 100%;
      padding: 0 50px 0 0; }
      @media (max-width: 992px) {
        footer .top .bulten {
          padding: 0; } }
      footer .top .bulten span {
        display: block;
        font: 18px SamsungSharpSans-Medium;
        color: #fff;
        margin: 0 0 15px 0; }
      footer .top .bulten .form {
        float: left;
        width: 100%;
        position: relative; }
        footer .top .bulten .form form {
          float: left;
          width: 100%;
          position: relative; }
          footer .top .bulten .form form .form-group {
            float: left;
            width: 100%; }
            footer .top .bulten .form form .form-group input {
              border: 1px solid #d89fa0;
              width: 100%;
              background: none;
              height: 57px;
              font: 15px SamsungSharpSans-Medium;
              color: #fff;
              padding: 0 142px 0 30px;
              outline: 0; }
            footer .top .bulten .form form .form-group ::-webkit-input-placeholder {
              color: #fff; }
            footer .top .bulten .form form .form-group ::-moz-placeholder {
              color: #fff; }
            footer .top .bulten .form form .form-group :-ms-input-placeholder {
              color: #fff; }
            footer .top .bulten .form form .form-group :-moz-placeholder {
              color: #fff; }
          footer .top .bulten .form form .submit {
            position: absolute;
            right: 30px;
            top: 38px;
            height: 55px;
            background: #b72e2d;
            padding: 17px 0; }
            @media only screen and (max-width: 767px) {
              footer .top .bulten .form form .submit {
                right: 15px; } }
            footer .top .bulten .form form .submit button, footer .top .bulten .form form .submit input {
              -webkit-transition: 0.4s;
              -o-transition: 0.4s;
              transition: 0.4s;
              font: 18px SamsungSharpSans-Medium;
              color: #fff;
              border: none;
              background: none;
              cursor: pointer; }
              @media only screen and (max-width: 767px) {
                footer .top .bulten .form form .submit button, footer .top .bulten .form form .submit input {
                  font-size: 14px; } }
              footer .top .bulten .form form .submit button:hover, footer .top .bulten .form form .submit input:hover {
                -webkit-transition: 0.4s;
                -o-transition: 0.4s;
                transition: 0.4s;
                letter-spacing: 1px; }
    footer .top .social {
      float: left;
      width: 100%;
      padding: 0 0 0 50px; }
      @media (max-width: 992px) {
        footer .top .social {
          padding: 0;
          text-align: center; } }
      footer .top .social .title {
        float: left;
        width: 100%; }
        footer .top .social .title span {
          display: block;
          font: 18px SamsungSharpSans-Medium;
          color: #fff;
          margin: 0 0 35px 0;
          float: right;
          width: 200px; }
          @media (max-width: 992px) {
            footer .top .social .title span {
              float: none;
              width: auto;
              margin: 20px 0; } }
      footer .top .social ul {
        float: right; }
        @media (max-width: 992px) {
          footer .top .social ul {
            float: none; } }
        footer .top .social ul li {
          float: left;
          margin: 0 12px; }
          @media (max-width: 992px) {
            footer .top .social ul li {
              display: inline-block;
              float: none; } }
          footer .top .social ul li:first-child {
            margin-left: 0; }
          footer .top .social ul li:last-child {
            margin-right: 0; }
          footer .top .social ul li.instagram a {
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            background: url(../images/ins.png) no-repeat; }
            footer .top .social ul li.instagram a i {
              display: none; }
          footer .top .social ul li a {
            display: block;
            width: 20px;
            height: 24px;
            -webkit-transition: .4s;
            -o-transition: .4s;
            transition: .4s; }
            footer .top .social ul li a:hover {
              opacity: 0.7; }
            footer .top .social ul li a i {
              -webkit-transition: 0.4s;
              -o-transition: 0.4s;
              transition: 0.4s;
              color: #fff;
              font-size: 20px; }
  footer .copy {
    float: left;
    width: 100%;
    position: absolute;
    bottom: -90px;
    left: 0;
    padding: 0 50px; }
    @media only screen and (max-width: 1200px) {
      footer .copy {
        padding: 0;
        position: initial; } }
    @media (max-width: 992px) {
      footer .copy {
        margin-top: 15px; } }
    footer .copy .text {
      font: 12px SamsungSharpSans-Medium;
      color: #fff;
      float: left;
      width: 100%; }
      @media (max-width: 992px) {
        footer .copy .text {
          text-align: center; } }
      footer .copy .text span {
        float: left; }
        @media (max-width: 992px) {
          footer .copy .text span {
            float: none;
            display: inline-block; } }
      footer .copy .text .copyy {
        float: left; }
        @media (max-width: 992px) {
          footer .copy .text .copyy {
            float: none;
            clear: both;
            display: block;
            margin: 10px 0 0; } }
        footer .copy .text .copyy a {
          padding: 0 2px; }
          footer .copy .text .copyy a:hover {
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            color: #d89fa0; }
      footer .copy .text a {
        font: 12px SamsungSharpSans-Medium;
        color: #fff;
        padding: 0 20px;
        float: left; }
        @media (max-width: 992px) {
          footer .copy .text a {
            float: none;
            display: inline-block; } }
        footer .copy .text a:hover {
          -webkit-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s;
          color: #d89fa0; }
  footer .logos {
    float: left;
    position: absolute;
    right: 0;
    bottom: -40px; }
    @media only screen and (max-width: 1200px) {
      footer .logos {
        position: initial;
        float: right; } }
    @media (max-width: 992px) {
      footer .logos {
        float: none;
        text-align: center;
        margin: 20px 0 0; } }
    footer .logos ul li {
      float: left; }
      @media (max-width: 992px) {
        footer .logos ul li {
          float: none;
          text-align: center;
          display: inline-block; } }
