@charset "UTF-8";
@import url(animate.css);

@import url(font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #333333;
  border-top: 3px solid #000;
  color: #555555;
  text-align: center;
  font: 400 14px/28px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none; }

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

h1 {
  font-size: 40px;
  line-height: 70px; }

h2 {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  font-weight: 600; }
  h2:after {
    content: '';
    display: block;
    margin: 15px auto 0;
    width: 80px;
    height: 2px;
    background: #333333; }
  h2.mb02 {
    margin-bottom: 30px; }
    h2.mb02:after {
      display: none; }

h3 {
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  font-weight: 600; }

h3 + p {
  margin-top: 20px; }

h4 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600; }

h5 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600; }

p + h5 {
  margin-top: 18px; }

img + h5 {
  margin-top: 30px; }

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #fa870b; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

section, .container {
  position: relative; }

/*=======================================================
                       Main Layout
=========================================================*/
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name {
    overflow: hidden; }
  .brand .logo { }

/*==================  Backgrounds  ======================*/
.bg01 {
  background: #fa870b;
  color: #fff; }
  .bg01 h2 {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 35px; }
    .bg01 h2:after {
      display: none; }


.top {
  background: no-repeat url(../images/bg02.jpg) top center;
  height: 346px;}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  background: #841619;
  border: none;
  padding: 5px 47px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
  .btn:hover {
    background: #333333; }
  .btn:active {
    background: #1a1a1a; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
@media (min-width: 768px) {
  .box {
    margin-bottom: 45px; } }
.box_aside {
  float: left; }
.box_cnt {
  margin-top: 35px; }
.box h5 {
  margin-bottom: 15px; }
.box_cnt__no-flow {
  overflow: hidden; }

@media (max-width: 768px) {
  .box01 {
    margin-bottom: 50px; } }
.box01 h5 {
  margin-bottom: 10px; }
.box01_cnt {
  padding: 0 24%;
  margin-top: 30px; }
  @media (max-width: 979px) {
    .box01_cnt {
      padding: 0 10%; } }

@media (min-width: 768px) {
  .box02 {
    margin-bottom: 45px; } }
.box02_cnt {
  margin-top: 20px; }
.box02 h5 {
  margin-bottom: 0; }

.box03 {
  margin-bottom: 50px;
  position: relative; }

    @media (max-width: 1199px) and (min-width: 768px) {
      .box03:before {
        left: 20px; } }
    @media (max-width: 767px) {
      .box03:before {
        display: none; } }
  .box03:last-child:before {
    background: #fff; }
  .box03 .box_inner {
    height: 100%;
    width: 100%;
    display: table; }
  .box03 .mid {
    display: table-cell;
    vertical-align: middle; }
  @media (min-width: 768px) {
    .box03 h5, .box03 p {
      text-align: left; } }
  .box03 h5 {
    margin: 0; }

.lines {
  position: relative; }
  .lines_left, .lines_right {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 50%;
    height: 2px;
    background: #cdcdcd;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .lines_left {
    left: 0; }
  .lines_right {
    right: 0; }
  .lines .circle {
    z-index: 2; }
  .lines .dot {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: #cdcdcd;
    border-radius: 50%;
    z-index: 2;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .lines a.circle:hover ~ .dot, .lines a.circle:hover ~ .lines_right {
    background: #fa870b; }
  @media (max-width: 767px) {
    .lines_left, .lines_right, .lines .dot {
      display: none; } }

.box04 {
  text-align: left; }
  .box04:before, .box04:after {
    display: table;
    content: "";
    line-height: 0; }
  .box04:after {
    clear: both; }
  @media (min-width: 768px) {
    .box04 {
      margin-bottom: 25px; } }
  @media (min-width: 1200px) {
    .box04_aside {
      float: left; } }
  .box04_aside img {
    width: 100%; }
  .box04 h5 {
    margin-bottom: 5px; }
  .box04_cnt__no-flow {
    overflow: hidden; }
  .box04_cnt_inner {
    border: 2px solid #ffce80;
    border-left: 0;
    padding: 15px 15px 17px 20px; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 32px; }
      @media (max-width: 979px) and (min-width: 768px) {
        .sf-menu > li + li {
          margin-left: 20px; } }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  color: #FFF;
  position: relative;
  font-size: 15px;
  font-weight: 600; }
  .sf-menu > li > a:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 100%;
    margin-top: 15px;
    left: 50%;
    margin-left: -4px;
    z-index: 20;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #fa870b; }
  .sf-menu > li.sfHover > a span, .sf-menu > li > a:hover span, .sf-menu > li.active > a span {
    text-decoration: line-through; }
  .sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after, .sf-menu > li.active > a:after {
    background: #fa870b; }

.sf-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -25%;
    width: 150px;
    margin-top:44px;
    padding: 15px 10px 10px;
    background: url("../img/menu_bg.png") repeat;
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight:bold;
    box-sizing: border-box;
    border-top:3px solid #fff;
}

.sf-menu ul > li {
  position: relative;
  margin-bottom: 8px; }
  .sf-menu ul > li > a {
    color: #FFF; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #fa870b;
    text-decoration: none; }

.sf-menu ul ul {
  position: absolute;
  left: 100%;
  top: -15px;
  margin-left: 25px;
  width: 115px;
  margin-top: 0;
  padding: 15px 10px 10px;
  z-index: 4; }

.sf-menu ul ul > li > a {
  color: #FFF; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #fa870b;
  text-decoration: line-through; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 80%;
    margin-left: -3px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 9px 25px 11px; }
    .rd-mobilemenu_ul a:hover {
      background: #fa870b;
      color: #FFF; }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 0; }
  .rd-mobilepanel_title:after {
    display: none; }

.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle::-moz-focus-inner {
    border: none;
    padding: 0; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .rd-mobilepanel_toggle.active span {
    transition: background .3s 0s ease;
    background: transparent; }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      -webkit-transition-delay: 0s, 0.3s;
      transition-delay: 0s, 0.3s; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================  Stuck menu  ======================*/
.stuck_container {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  background: url("../img/menu_bg.png") repeat;
    min-height: 80px;}
  @media (max-width: 767px) {
    .stuck_container {
      border: none; } }

.isStuck {

  padding-bottom: 5px;
  padding-top: 0;
  z-index: 999; }
  .isStuck .sf-menu > li > a:after {
    margin-top: 23px; }
  .isStuck .sf-menu > li > ul {
    margin-top: 49px; }

.isStuck .brand {
    position: absolute;left:0; top:-7px!important }


@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  background: #333333;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #fa870b;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding-top: 20px; }
  .parallax h2 {
    color: #fff; }
    .parallax h2:after {
      background: #fff; }
  .parallax h3, .parallax h4, .parallax h5 {
    color: #fff; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: transparent; }
    .thumb_overlay:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      display: inline-block;
      width: 30px;
      height: 30px;
      background: no-repeat url(../images/thumb_icon.png) 0 0;
      margin-top: -15px;
      margin-left: -15px; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(254, 156, 0, 0.7); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3FE9C00', endColorstr='#B3FE9C00')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3FE9C00', endColorstr='#B3FE9C00');
      zoom: 1; }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }
  .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: transparent;
  position: absolute;
  z-index: 20;
  top: 0;
  width: 100%;
  padding-top: 60px; }
  @media (max-width: 767px) {
    header {
      margin-top: 56px; } }
  header .brand {
    position: absolute;left:0; top:-29px }
  header .nav {
    float: right;
    padding-top: 10px; }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; } }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fcfcfc; }

.social-list {
  text-align: center; }
  .social-list li {
    display: inline-block; }
    .social-list li + li {
      margin-left: 70px; }
      @media (max-width: 767px) {
        .social-list li + li {
          margin-left: 30px; } }
    .social-list li a {
      color: #fff;
      font-size: 44px;
      line-height: 30px; }
      @media (max-width: 767px) {
        .social-list li a {
          font-size: 30px; } }
      .social-list li a:hover {
        color: #333333; }

.addr02 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600; }

.circle {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #333333;
  text-align: center;
  color: #fff; }
  .circle_date {
    display: inline-block;
    padding-top: 12px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600; }

a.circle:hover {
  background: #fa870b; }

.cover {
  position: relative; }
  .cover .cover-img {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden; }
    @media (max-width: 979px) {
      .cover .cover-img {
        display: none; } }

.icon {
  display: inline-block;
  width: 97px;
  height: 97px;
  border-radius: 50%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.icon01 {
  background: no-repeat url(../images/icon01.png) 0 0; }

.icon02 {
  background: no-repeat url(../images/icon02.png) 0 0; }

.icon03 {
  background: no-repeat url(../images/icon03.png) 0 0; }

.icon04 {
  background: no-repeat url(../images/icon04.png) 0 0; }

.icon05 {
  background: no-repeat url(../images/icon05.png) 0 0; }

.icon06 {
  background: no-repeat url(../images/icon06.png) 0 0; }

a:hover .icon {
  background-position: 0 -100px; }

.num {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 70px; }

.date {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 7px; }

@media (min-width: 1200px) {
  .gallery-item {
    margin-bottom: 30px; } }
@media (max-width: 1199px) and (min-width: 980px) {
  .gallery-item {
    margin-bottom: 23px; } }
@media (max-width: 979px) and (min-width: 768px) {
  .gallery-item {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .gallery-item + .gallery-item {
    margin-top: 30px; } }

@media (min-width: 978px) {
  h2.in {
    margin: 0;
    padding: 0;
    line-height: 38px;
    display: inline-block; } }

.addr {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 15px; }
  .addr dt {
    margin-bottom: 20px; }
  .addr .fa {
    color: #fa870b;
    font-size: 66px;
    line-height: 90px; }
  .addr .fa-envelope {
    font-size: 66px; }
  .addr .fa-mobile {
    font-size: 117px; }
  .addr .fa-map-marker {
    font-size: 89px; }
  .addr a:hover {
    text-decoration: underline; }

.menu-section {
  position: relative;
  padding-left: 125px;
  text-align: left; }
  .menu-section + .menu-section {
    margin-top: 37px; }
  @media (max-width: 979px) {
    .menu-section {
      padding-left: 0; }
      .menu-section .menu-icon {
        position: static;
        display: block;
        margin: 0 auto 15px; } }

.menu-icon {
  position: absolute;
  top: 0;
  left: 0; }

.menu-list {
  margin-top: 20px; }

.menu-item {
  border-bottom: 2px solid #cdcdcd;
  padding-bottom: 18px;
  margin-bottom: 25px; }
  .menu-item:before, .menu-item:after {
    display: table;
    content: "";
    line-height: 0; }
  .menu-item:after {
    clear: both; }
  .menu-item:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
  .menu-item_left {
    overflow: hidden; }
  .menu-item_right {
    float: right;
    margin-left: 10px; }
  .menu-item h4 {
    margin-bottom: 5px; }

.text01 {
  color: #fa870b;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px; }

.link01 {
  font-size: 18px;
  line-height: 27px;
  color: #fa870b; }

.terms p {
  margin-bottom: 45px; }

.mt01 {
  margin-top: 20px; }

.mt02 {
  margin-top: 35px; }

.marg01 {
  margin-bottom: 25px;
  margin-top: 10px; }

.mb01 {
  margin-bottom: 70px; }

.padd01 {
  padding: 0 25%; }
  @media (max-width: 979px) {
    .padd01 {
      padding: 0 5%; } }

.oh {
  overflow: hidden; }

/*==================      Well     ======================*/
.well01 {
  padding-bottom: 95px; }

.well02 {
  padding: 45px 0; }

.well03 {
  padding-bottom: 30px;
}

.well04 {
  padding-bottom: 75px;
    min-height: 400px}

.well05 {
  padding: 45px 0 65px; }
.ortakisim {
    padding: 15px 0 30px 0;
}
.boslukalani {
    padding-top: 15px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #333333 no-repeat url(../images/bg01.jpg) top center;
  background-size: 100%;
  padding-top: 40px;
}
footer .copy {
    margin-top: 25px;
    color: #fff;
}
footer .socialmedia {
    font-size: 44px;
    color: #fff;

}
footer .socialmedia i{
    margin: 0 10px 10px 10px;
}
footer .socialmedia i:hover{
    color:#fa870b;
}

.box01 img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box01 img:hover {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.ozelbg1 {background: #f8f7f7}
.news h2 {text-align: left}
.news h2:after {margin:15px 0 0 0}
.video h2 {text-align: left}
.video h2:after {margin:25px 0 0 0}
.leftmenu {text-align: left}
.producttext {text-align: left}
.tarifdetay {text-align: left}
.tarifdetay img{float: left; padding: 3px; border: 1px solid #ccc; margin: 0 20px 15px 0; max-width: 500px}
.urundetay {text-align: left}
.urundetay img{float: left; padding: 3px; border: 1px solid #ccc; margin: 0 20px 15px 0; max-width: 200px}
.tarifvideo iframe{width: 100%!important; min-height: 450px!important}
.footercontanct {margin-top: 80px;color:#fff;text-align: left;  overflow: hidden;padding-bottom: 20px}
.footercontanct img{max-width: 130px}
.telif{border-top: 1px solid #8d8c8c;height: 40px; line-height: 40px}
.telif p, .telif a  {color: #fff}
.anasayfahaber {text-align: left; line-height: 22px}
.anasayfahaber .haber p{line-height: 18px;font-size: 14px;margin-bottom: 5px}
.anasayfahaber .haber {display: block;overflow: hidden; margin-bottom: 25px;position: relative;min-height: 105px}
.anasayfahaber .haber .btnhaber {font-size: 14px; font-weight: normal; line-height: 18px; padding: 5px 15px; margin: 0}
.anasayfahaber .haber .haberresim {max-width: 120px; padding: 2px; border: 1px solid #ccc; float: left; margin: 0 15px 0 0}
.anasayfahaber .haber .tokanahaber {position: absolute;left: 230px; bottom: 8px; max-width: 40px; background: #841619; padding: 6px 10px;    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);}

a.btn.ozelmenu {text-align: left;display: block;margin-top: 5px}


/*
.urunlerbg {background: #fcfcfc url(../images/1.jpg) repeat-x bottom}
*/



.ozeluruntablo {
    border: 1px solid #f1f1f1;
    position: relative;
    background: #fff;
}
.ozeluruntablo:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.ozeluruntablo img {max-width: 180px;padding:17px 0}
.ozeluruntablodetay {border: 1px solid #f1f1f1;position: relative;}
.ozeluruntablodetay img {max-width:250px;padding: 0;}

/* Product Details */
.pro-details {
    background-color: #f6f4f4;
    border-top: 1px solid #f1f1f1;
    padding: 10px;
    text-align: center;
}
.pro-details .pro-cat {
    color: #ff9900;
    font-weight: 600;
    line-height: 16px;
    margin: 0;
    text-transform: capitalize;
}
.pro-details .pro-ratting{}
.pro-details .pro-ratting i {
    color: #ff9900;
    display: block;
    float: left;
    line-height: 16px;
    margin-left: 4px;
}
.pro-details .pro-ratting span {
    color: #ff9900;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    margin-left: 2px;
}
.pro-details .pro-title {
    color: #841619;
    display: block;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
}
.pro-details .pro-title h5{
    text-align: center;
}
.pro-details .pro-title:hover {
    color: #ff9900;
}
.pro-details .pro-price {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin: 10px 0 0;
}

.urundetaylari {text-align: left}
.urundetaylari table {width: 100%;}
.urundetaylari table tr td{border:1px solid #f1f1f1; padding: 5px 10px}


.ozelbaslik {text-align: left; margin: 0 0 15px 0;color: #333333}
.ozelbaslik:after {content: '';display: block;margin: 15px 0 0 0;width: 80px;height: 2px;background: #333333;}

ul.menu2 {display: none;}
ul.menu1 li.active ul.menu2{display: block;}
ul.menu1 a.btn {padding: 5px 0 5px 10px}
ul.menu2 a.btn {padding: 5px 0 5px 30px; background: #fe8d09; margin: 0;font-weight: normal}
ul.menu2 li.active a.btn {background: #420b0c;}
ul.menu1 li.active > a.btn {background: #420b0c;}
.urunkategoriana {background: #841619;color: #fff;padding: 5px 0;-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);}

.nomargin {margin: 0;}

.contact-form.bayi ._placeholder{
    background: #606060;
    color:#fff!important;
    font-size:14px!important;
}
.contact-form.bayi label {margin-bottom:12px!important;}
.contact-form.bayi label.message {margin: 0 0 5px 0!important}
.contact-form.bayi ._placeholder.focused {
    opacity: 1; }
.lt-ie9 .contact-form.bayi ._placeholder.focused {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=100); }


.bayigorsel {
    padding: 7px; border: 1px solid #ccc;
}
.bayibtn {
    float: left;
}

.ozelortalama,.ozelortalama h5, .ozelortalama span, .ozelortalama p {text-align: center!important}
.ozelortalama span {font: 400 14px/28px "Open Sans", sans-serif;!important}
.ozelbilgialani {clear: both; display: block;text-align: left!important}
.ozelkategoritablo {width: 100%}
.ozelkategoritablo tr td{border:1px solid #ccc; padding: 5px 10px;}
.ozelkategoritablo .ozeltd{background: #841619; color: #fff; }
.ozeldiv h5{background: #841619;color: #fff; font-weight: normal; padding: 5px 0}
.ozeldiv span{display: block;border-bottom: 1px solid #f1f1f1; padding: 5px 0}
.grid_ozel {width: 840px}

.ozelformlar .input-wrap {width: 50%; overflow: hidden;float: left;}
.ozelformlar input[type=text]{width: 90%; padding: 10px;margin:2px 0 10px 0;border: 1px solid #dcdcdc;}
.ozelformlar textarea{width: 95%; padding:10px;margin:2px 0 10px 0;border: 1px solid #dcdcdc;min-height: 70px}
.ozelformlar input[type=file]{width: 40%; float: left}
.ozelformlar label{width: 60%;float: left;font-weight: bold}
.ozelformlar button{clear: both; cursor: pointer}

.ozelformlar .bayibtn {
    display: inline-block;
    background: #fa870b;
    border: none;
    padding: 5px 47px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.btn:hover {
    background: #b96000; }
.btn:active {
    background: #b96000; }

.sertifikatablo {
    width: 100%;
}
.sertifikatablo tr td{
    padding:5px;
}


@media (max-width: 768px) {
    .tarifdetay img{float: none; padding: 3px; border: 1px solid #ccc; margin: 0 0 15px 0; width: 100%}
    footer {background:#333; }
    footer .socialmedia {font-size:26px}
    .footercontanct {margin-top: 10px}
}

.alert.alert-success {background: green; color:white; font-weight: bold; text-align: center;}
.footercatalog a {float:left; margin-right:10px}
.footercatalog img{width:110px}

#sticky-social {
    left: 0;
    position: fixed;
    top: 150px;
    z-index:9999;
}
#sticky-social a {
    background: #333;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 30px;
}
#sticky-social a:hover {text-decoration:none}
#sticky-social a span {
    line-height: 30px;
    left: -120px;
    position: absolute;
    text-align:center;
    width:120px;
    font-family: 'Open Sans';
}
#sticky-social a:hover span {left: 100%;}
.lang-tr {background:#1a1a1a url("../img/flag/tr.png") no-repeat 2px 3px!important; width: 24px; height: 24px; border-bottom: 1px solid #737373}
.lang-en {background:#1a1a1a url("../img/flag/en.png") no-repeat 2px 3px!important; width: 24px; height: 24px; border-bottom: 1px solid #737373}
.lang-ru {background:#1a1a1a url("../img/flag/ru.png") no-repeat 2px 3px!important; width: 24px; height: 24px; border-bottom: 1px solid #737373}
.lang-fr {background:#1a1a1a url("../img/flag/fr.png") no-repeat 2px 3px!important; width: 24px; height: 24px; border-bottom: 1px solid #737373}
.lang-ar {background:#1a1a1a url("../img/flag/ar.png") no-repeat 2px 3px!important; width: 24px; height: 24px; border-bottom: 1px solid #737373}
.lang-es {background:#1a1a1a url("../img/flag/es.png") no-repeat 2px 3px!important; width: 24px; height: 24px; border-bottom: 1px solid #737373}
.lang-cn {background:#1a1a1a url("../img/flag/cn.png") no-repeat 2px 3px!important; width: 24px; height: 24px; border-bottom: 1px solid #737373}

#sticky-social a[class*="lang-tr"],
#sticky-social a[class*="lang-tr"]:hover,
#sticky-social a[class*="lang-tr"] span { background: #1a1a1a; }

#sticky-social a[class*="lang-en"],
#sticky-social a[class*="lang-en"]:hover,
#sticky-social a[class*="lang-en"] span { background: #1a1a1a; }

#sticky-social a[class*="lang-ru"],
#sticky-social a[class*="lang-ru"]:hover,
#sticky-social a[class*="lang-ru"] span { background: #1a1a1a; }

#sticky-social a[class*="lang-fr"],
#sticky-social a[class*="lang-fr"]:hover,
#sticky-social a[class*="lang-fr"] span { background: #1a1a1a; }

#sticky-social a[class*="lang-ar"],
#sticky-social a[class*="lang-ar"]:hover,
#sticky-social a[class*="lang-ar"] span { background: #1a1a1a; }

#sticky-social a[class*="lang-es"],
#sticky-social a[class*="lang-es"]:hover,
#sticky-social a[class*="lang-es"] span { background: #1a1a1a; }

#sticky-social a[class*="lang-cn"],
#sticky-social a[class*="lang-cn"]:hover,
#sticky-social a[class*="lang-cn"] span { background: #1a1a1a; }
