.none-text-shadow {
  text-shadow: none;
}
.none-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.menu-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9000;
  opacity: 0.8;
  background-color: #003171;
  display: none;
}
/* ----- Generals -------*/
p,
a,
div {
  font-family: 'Open Sans', sans-serif;
}
a {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
textarea {
    resize:none;
}
body {
  background-color: #e5ebf0;
}
.ed-btn,
.ed-btn:focus,
.ed-btn:active,
.ed-btn:visited {
  background-color: transparent;
  border-radius: 25px;
  border: 2px solid white;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 22px;
  text-decoration: none;
}
.ed-btn:hover,
.ed-btn:focus:hover,
.ed-btn:active:hover,
.ed-btn:visited:hover {
  border: 2px solid #343638;
  color: #343638;
  text-decoration: none;
}
/* ---- Header Top Bar ---- */
header #top-bar {
  height: 60px;
  background-color: #003171;
}

.PantoneCreative {
    float: right;
}

.PantoneCreative a:nth-child(1) {
    margin-right: 10px;
    color: #b6bbbf;
    font-size: 12px;
    font-weight: 600;
    text-decoration:none!important;
    margin-top: 3px;
}

.PantoneCreative a {
    float: left!important;
}

.PantoneCreative a::before {
    width: 0;
    height: 25px;
    content: "";
    position: absolute;
    margin-top: 0;
    background: url(../img/pantoneActive.png) no-repeat;
    transition: all .4s !important;
    -webkit-transition: all .4s !important;
    -moz-transition: all .4s !important;
    -o-transition: all .4s !important;
    -ms-transition: all .4s !important;
}

.PantoneCreative a:hover::before {
    width:115px;
}

.PantoneCreative a:nth-child(1)::before {
    display:none!important;
}

#myFormRules .form-control.blurValNull {
    border-color: #ca1a1a;
}

#myFormRules .btn.btn-primary {
    outline:none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

/**/

#myFormRules2 .form-control.blurValNull {
    border-color: #ca1a1a;
}

#myFormRules2 .btn.btn-primary {
    outline:none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

#myFormRules .btn.btn-primary.btnError {
    background:#ca1a1a;
}

#myFormRules .btn.btn-primary.btnLoad {
    background:#408cc5;
}

#myFormRules .btn.btn-primary.btnSuc {
    background:#70b54b;
}


#myFormRules2 .btn.btn-primary.btnError {
    background:#ca1a1a;
}

#myFormRules2 .btn.btn-primary.btnLoad {
    background:#408cc5;
}

#myFormRules2 .btn.btn-primary.btnSuc {
    background:#70b54b;
}


@media screen and (max-width: 767px) {
  header #top-bar {
    height: auto;
    padding-bottom: 0;
  }
  .PantoneCreative {
      float:none;
      display:table;
      margin:0px auto;
  }
}
header #top-bar .info-header {
  display: inline-block;
  float: right;
  padding: 20px 0;
}
@media screen and (max-width: 1200px) {
  header #top-bar .info-header {
    display: block;
    text-align: center;
    float: none;
  }
  footer .fo-top {
      overflow:hidden!important;
  }
}
header #top-bar .info-header > div {
  float: left;
  margin: 0 15px;
}
@media screen and (max-width: 1200px) {
  header #top-bar .info-header > div {
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  header #top-bar .info-header > div {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  header #top-bar .info-header > div {
    width: 100%;
    float: none;
    margin: 5px 0;
  }
  .footerAltLogo {
    /*width: 50%;*/
  }
}
header #top-bar .info-header > div:last-child {
  margin-right: 0;
}
header #top-bar .info-header > div a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  header #top-bar .info-header > div a {
    text-align: left;
  }
}
header #top-bar .info-header > div a:hover {
  color: #f9b337;
}
header #top-bar .info-header > div a > i.fa {
  margin-right: 10px;
  color: #f9b337;
}
header #top-bar .info-header > div a > span {
  color: #f9b337;
}
header #top-bar .info-header > div.lang-header img {
  display: block;
  float: right;
  position: relative;
  top: 3px;
  margin-left: 8px;
}
@media screen and (max-width: 480px) {
  header #top-bar .info-header > div.lang-header img {
    float: none;
    display: inline-block;
    top: -2px;
  }
}
header #top-bar .info-header > div.dot i {
  color: white;
  font-size: 10px;
}
header #top-bar .info-header .top-search {
  position: relative;
  margin-right: 0;
}
header #top-bar .info-header .top-search i.fa {
  position: absolute;
  top: 3px;
  left: 12px;
  color: #f9b337;
}
header #top-bar .info-header .top-search button{
  height:40px;
  width:40px;
  border:none;
  background:transparent;
  box-shadow:none;
  position:absolute;
  left:0px;
  top:0px;
}
@media screen and (max-width: 480px) {
  header #top-bar .info-header .top-search i.fa {
    top: 18px;
  }
}
header #top-bar .info-header .top-search .form-control {
  border-color: #003171;
  background-color: #003171;
  padding-left: 40px;
  margin-top: -10px;
  width: 136px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 480px) {
  header #top-bar .info-header .top-search .form-control {
    width: 100%;
    margin: 5px 0;
    border-color: #464a4d;
    background-color: #464a4d;
    color: #f9b337;
  }
}
header #top-bar .info-header .top-search .form-control::-webkit-input-placeholder {
  color: #fff;
}
header #top-bar .info-header .top-search .form-control:focus {
  border-color: #464a4d;
  background-color: #464a4d;
  width: 200px;
  color: #f9b337;
}
@media screen and (max-width: 480px) {
  header #top-bar .info-header .top-search .form-control:focus {
    width: 100%;
  }
}
header #top-bar .info-header .top-search .form-control:focus::-webkit-input-placeholder {
  color: #f9b337;
}
header #menu-bar {
  /* ---- Header Menu-Bar ---- */
  height: 100px;
  background-color: #fff;
  z-index: 9999;
}
header #menu-bar .navbar {
  margin-bottom: 0;
  z-index: 999;
  border: 0;
}
header #menu-bar .navbar .ed-menu {
  padding: 0;
}
@media screen and (max-width: 767px) {
  header #menu-bar .navbar .ed-menu {
    background-color: white;
    text-align: center;
    margin-top: 28px;
    z-index: 10;
    max-height: 298px;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 15px;
  }
}
header #menu-bar .navbar .navbar-toggle {
  margin-top: 30px;
  border-color: #f9b337;
}
header #menu-bar .navbar .navbar-toggle .icon-bar {
  background-color: #f9b337;
}
header #menu-bar .navbar .navbar-toggle:focus {
  background-color: #ccc;
}
header #menu-bar .navbar .navbar-brand {
  height: 162px;
  width: 162px;
  padding: 0;
  position: absolute;
  top: -31px;
  z-index: 15;
}
@media screen and (max-width: 992px) {
  header #menu-bar .navbar .navbar-brand {
    width: 100px;
    top: 0;
  }
}
header #menu-bar .navbar .navbar-nav {
  margin-left: 310px;
  height: 100px;
  float: left;
}
/* ----------------------------- */
@media (min-width: 1200px){
  header #menu-bar .col-md-12{
position: absolute;
width:inherit;
  }
}
/* ----------------------------- */

  @media (min-width: 992px){
 header #menu-bar .col-md-12{
position: absolute;
width:inherit;
  }
  }

}
@media screen and (max-width: 1200px) {
 header #menu-bar .navbar .navbar-nav {
    float: right;
    margin-left: 100px;

  }


}
/*-------------------------*/
@media screen and (max-width: 992px) {
  header #menu-bar .navbar .navbar-nav {
    /* 86 */
    margin-left: 126px;
  }
}
@media screen and (max-width: 767px) {
  header #menu-bar .navbar .navbar-nav {
    margin: 0;
    padding: 0;
    float: none;
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  header #menu-bar .navbar .navbar-nav > li {
    margin: 0;
  }
}
header #menu-bar .navbar .navbar-nav > li > a,
header #menu-bar .navbar .navbar-nav > li > a:focus,
header #menu-bar .navbar .navbar-nav > li > a:active,
header #menu-bar .navbar .navbar-nav > li > a:visited {
  background-color: transparent;
  border: 2px solid transparent;
  color: #003171;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  padding: 38px 14px;
}
@media screen and (max-width: 767px) {
  header #menu-bar .navbar .navbar-nav > li > a,
  header #menu-bar .navbar .navbar-nav > li > a:focus,
  header #menu-bar .navbar .navbar-nav > li > a:active,
  header #menu-bar .navbar .navbar-nav > li > a:visited {
    margin: 0;
    padding: 5px 10px;
    float: none;
  }
}
@media screen and (max-width: 992px) {
  header #menu-bar .navbar .navbar-nav > li > a,
  header #menu-bar .navbar .navbar-nav > li > a:focus,
  header #menu-bar .navbar .navbar-nav > li > a:active,
  header #menu-bar .navbar .navbar-nav > li > a:visited {
    padding: 39px 8px;
  }
}
@media screen and (max-width: 767px) {
  header #menu-bar .navbar .navbar-nav > li > a,
  header #menu-bar .navbar .navbar-nav > li > a:focus,
  header #menu-bar .navbar .navbar-nav > li > a:active,
  header #menu-bar .navbar .navbar-nav > li > a:visited {
    padding: 10px 8px;
  }
}
header #menu-bar .navbar .navbar-nav > li > a i.fa,
header #menu-bar .navbar .navbar-nav > li > a:focus i.fa,
header #menu-bar .navbar .navbar-nav > li > a:active i.fa,
header #menu-bar .navbar .navbar-nav > li > a:visited i.fa {
  margin-left: 10px;
  color: #f9b337;
}
header #menu-bar .navbar .navbar-nav > li.active > a {
  margin: 28px 0;
  border: 2px solid #f9b337;
  border-radius: 22px;
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  header #menu-bar .navbar .navbar-nav > li.active > a {
    padding: 5px 10px;
    margin: 0 0 14px 0;
    float: none;
  }
}
header #menu-bar .navbar .navbar-nav > li.active > a:hover {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  margin: 0 0;
  padding: 38px 15px;
}
@media screen and (max-width: 767px) {
  header #menu-bar .navbar .navbar-nav > li.active > a:hover {
    margin: 0 0 14px 0;
    padding: 5px 14px;
  }
}
header #menu-bar .navbar .navbar-nav > li > a:hover,
header #menu-bar .navbar .navbar-nav > li.open > a {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border: 2px solid #f9b337;
  border-radius: 0;
  padding: 38px 14px;
  background-color: #f9b337;
  color: white;
}
@media screen and (max-width: 767px) {
  header #menu-bar .navbar .navbar-nav > li > a:hover,
  header #menu-bar .navbar .navbar-nav > li.open > a {
    padding: 5px 14px;
  }
}
header #menu-bar .navbar .navbar-nav > li > a:hover i.fa,
header #menu-bar .navbar .navbar-nav > li.open > a i.fa {
  color: white;
}
header #menu-bar .navbar .navbar-nav > li div.dropdown-menu {
  width: 600px;
  background-color: #f9b337;
  border-radius: 0 0 20px 20px;
  padding: 0;
  box-shadow: none;
  border: 0;
}
@media screen and (max-width: 1200px) {
  header #menu-bar .navbar .navbar-nav > li div.dropdown-menu {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  header #menu-bar .navbar .navbar-nav > li div.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: auto;
  }
}
header #menu-bar .navbar .navbar-nav > li div.dropdown-menu ul > li {
  width: 262px;
  padding: 0 20px;
}
header #menu-bar .navbar .navbar-nav > li div.dropdown-menu ul > li:last-child > a {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  header #menu-bar .navbar .navbar-nav > li div.dropdown-menu ul > li {
    width: auto;
  }
}
header #menu-bar .navbar .navbar-nav > li div.dropdown-menu ul > li > a,
header #menu-bar .navbar .navbar-nav > li div.dropdown-menu ul > li > a:focus,
header #menu-bar .navbar .navbar-nav > li div.dropdown-menu ul > li > a:active,
header #menu-bar .navbar .navbar-nav > li div.dropdown-menu ul > li > a:visited {
  background: transparent;
  color: white;
  font-size: 18px;
  font-weight: 400;
  padding: 13px 0;
  border-bottom: 1px solid white;
  text-decoration: none;
}
header #menu-bar .navbar .navbar-nav li div.dropdown-menu ul li:last-child a,
header #menu-bar .navbar .navbar-nav li div.dropdown-menu ul li:last-child a:focus,
header #menu-bar .navbar .navbar-nav li div.dropdown-menu ul li:last-child a:active,
header #menu-bar .navbar .navbar-nav li div.dropdown-menu ul li:last-child a:visited {
  border-bottom: 0 !important;
}

.carousel-indicators li {
  margin-bottom: 8px;
}
.carousel-indicators .active {
  margin-bottom: 8px!important; 
}

@media screen and (max-width: 1200px) {
  header #menu-bar .navbar .navbar-nav > li div.dropdown-menu ul > li > a,
  header #menu-bar .navbar .navbar-nav > li div.dropdown-menu ul > li > a:focus,
  header #menu-bar .navbar .navbar-nav > li div.dropdown-menu ul > li > a:active,
  header #menu-bar .navbar .navbar-nav > li div.dropdown-menu ul > li > a:visited {
    padding: 8px 14px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  header #menu-bar .navbar .navbar-nav > li div.dropdown-menu ul > li > a,
  header #menu-bar .navbar .navbar-nav > li div.dropdown-menu ul > li > a:focus,
  header #menu-bar .navbar .navbar-nav > li div.dropdown-menu ul > li > a:active,
  header #menu-bar .navbar .navbar-nav > li div.dropdown-menu ul > li > a:visited {
    padding: 5px 14px;
    font-size: 14px;
  }
}
header #menu-bar .navbar .navbar-nav > li div.dropdown-menu ul > li > a:hover {
  color: #343638;
}
header #menu-bar .navbar .navbar-nav > li div.dropdown-menu div.p-brand {
  width: 100%;
  background-color: #3c948b;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  header #menu-bar .navbar .navbar-nav > li div.dropdown-menu div.p-brand {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
header #menu-bar .navbar .navbar-nav > li div.dropdown-menu div.p-brand > a {
  display: block;
  border-bottom: 0;
  color: white;
  padding: 14px 17px;
  font-size: 16px;
  text-decoration: none;
}
header #menu-bar .navbar .navbar-nav > li div.dropdown-menu div.p-brand > a .eye-icon {
  width: 29px;
  height: 15px;
  float: right;
  margin-top: 2px;
  background: url("../img/eye.png") center center no-repeat;
}
header #menu-bar .navbar .navbar-nav > li div.dropdown-menu div.p-brand > a:hover {
  color: #f9b337;
}
header #menu-bar .navbar .navbar-nav > li div.dropdown-menu .menu-image {
  position: absolute;
  top: 152px;
  right: 97px;
  z-index: 10;
}
.menu-image img {
  width: 110%;
}
@media screen and (max-width: 1200px) {
  header #menu-bar .navbar .navbar-nav > li div.dropdown-menu .menu-image {
    right: 60px;
    top: 105px;
  }
}
header #menu-bar .navbar .social-header {
  float: right;
  margin-top: 30px;
}
/* ------------------------------- */
@media (min-width: 1200px){
  header #menu-bar .navbar .social-header {
  float: right;
  margin-top: 30px;
  margin-left: 30px;
}
/* ------------------------------------*/
}
@media screen and (max-width: 1200px) {
  header #menu-bar .navbar .social-header {
    margin-top: 5px;
    position: absolute;
    bottom: -77px;
    left: 0;
  }
}
@media screen and (max-width: 992px) {
  header #menu-bar .navbar .social-header {
    bottom: -45px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  header #menu-bar .navbar .social-header {
    position: static;
    float: none;
    display: inline-block;
    margin-top: 0;
  }
}
header #menu-bar .navbar .social-header > li {
  float: left;
  margin-left: 10px;
}
header #menu-bar .navbar .social-header > li > a {
  width: 36px;
  height: 36px;
  background-color: #003171;
  border-radius: 50%;
  padding: 8px 0;
  text-align: center;
  color: white;
}
header #menu-bar .navbar .social-header > li > a:hover {
  background-color: #f9b337;
}
@media screen and (max-width: 767px) {
  header #menu-bar .navbar .social-header > li:first-child {
    margin-left: 0;
  }
}
/* ---- Main Slider ----*/
#main-slide {
  width: 1600px;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#main-slide img {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
#main-slide .item {
  z-index: 10;
}

.colAdres {
    min-height: 143px;
}

.map {
    width:100%;
    height:200px;
    float:left;
    border-radius: 20px;
    overflow:hidden;
}

.map div {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.map iframe {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.map iframe div {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.adressFf {
    width:50%;
    float:left;
}

@media screen and (max-width: 1600px) {
  #main-slide {
    width: auto;
    margin: 0 20px;
  }
}
#main-slide .carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
#main-slide .carousel-fade .carousel-inner .item,
#main-slide .carousel-fade .carousel-inner .active.left,
#main-slide .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
#main-slide .carousel-fade .carousel-inner .active,
#main-slide .carousel-fade .carousel-inner .next.left,
#main-slide .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
#main-slide .carousel-fade .carousel-inner .next,
#main-slide .carousel-fade .carousel-inner .prev,
#main-slide .carousel-fade .carousel-inner .active.left,
#main-slide .carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#main-slide .carousel-fade .carousel-control {
  z-index: 2;
}
#main-slide .carousel-indicators {
  left: 30px;
  width: 12px;
  margin-left: 0;
  top: 50%;
  margin-top: -2.5%;
  height: inherit;
  margin-bottom: 0;
}
#main-slide .carousel-indicators li {
  float: none;
}
@media screen and (max-width: 480px) {
  #main-slide .carousel-indicators {
    top: 25%;
  }
}
#main-slide .carousel-caption {
  left: 227px;
  right: 40%;
  top: 173px;
  padding: 0;
  bottom: auto;
  text-align: left;
  text-shadow: none;
}
@media screen and (max-width: 1600px) {
  #main-slide .carousel-caption {
    top: 20%;
  }
}
@media screen and (max-width: 992px) {
  #main-slide .carousel-caption {
    top: 10%;
    margin-left: 50px;
  }
}
@media screen and (max-width: 860px) {
  #main-slide .carousel-caption {
    margin-left: 40px;
    right: 38%;
  }
}
@media screen and (max-width: 767px) {
  #main-slide .carousel-caption {
    margin-left: 60px;
  }
}
#main-slide .carousel-caption h1 {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 15px;
  animation-delay: 0.5s;
  color: #e8a733;
}
@media screen and (max-width: 1300px) {
  #main-slide .carousel-caption h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 992px) {
  #main-slide .carousel-caption h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main-slide .carousel-caption h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #main-slide .carousel-caption h1 {
    font-size: 16px;
  }
}
#main-slide .carousel-caption p {
  font-size: 22px;
  font-weight: 700;
  animation-delay: 1s;
}
@media screen and (max-width: 1600px) {
  #main-slide .carousel-caption p {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  #main-slide .carousel-caption p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #main-slide .carousel-caption p {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #main-slide .carousel-caption p {
    display: none;
  }
}
#main-slide .carousel-caption .ed-btn {
  margin-top: 10px;
  animation-delay: 1.5s;
}
@media screen and (max-width: 992px) {
  #main-slide .carousel-caption .ed-btn {
    font-size: 12px;
    padding: 9px 20px;
  }
}
@media screen and (max-width: 767px) {
  #main-slide .carousel-caption .ed-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 480px) {
  #main-slide .carousel-caption .ed-btn {
    font-size: 12px;
    padding: 8px 18px;
  }
}
#main-slide .p-brand-box {
  position: absolute;
  right: 108px;
  bottom: 60px;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  #main-slide .p-brand-box {
    position: static;
    margin: 15px 0;
  }
}
#main-slide .p-brand-box > a {
  display: block;
  background-color: #3c948b;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#main-slide .p-brand-box > a strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
#ed-product-box {
  position: relative;
  top: -35px;
  z-index: 30;
  margin-bottom: -35px;
}


@media screen and (max-width: 767px) {
  #ed-product-box {
    top: 0;
    margin-bottom: 15px;
  }
}
#ed-product-box .box {
  margin-bottom: 30px;
}
#ed-product-box .box a {
  display: block;
  height: 280px;
  min-height: 280px;
  background-color: #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  color: #343638;
  text-decoration: none;
}

#ed-product-box .box a:hover {
  background-color: #003171;
}
#ed-product-box .box a:hover h3,
#ed-product-box .box a:hover p,
#ed-product-box .box a:hover i {
  color: white;
  
}
#ed-product-box .box a img
{
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-border-radius: 7px;
    -moz-border-radius:  7px;
    border-radius:  7px;
}
#ed-product-box .box a:hover img
{
	
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#ed-product-box .box a h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 15px;
  color:#232526;
}
#ed-product-box .box a p {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
#ed-product-box .box a i{    
 font-size: 85px;
 margin-bottom: 22px;
color:#003171;
}
#ed-product-slider {
  background-color: #003171;
  border-radius: 20px;
  padding: 30px;
  height: 280px;
  min-height: 280px;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  #ed-product-slider {
    height: auto;
  }
}
#ed-product-slider .ed-slider {
  padding: 0;
}
#ed-product-slider .bx-wrapper {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
}
#ed-product-slider .bx-controls {
  position: absolute;
  top: -56px;
  right: -5px;
  width: 50%;
}
#ed-product-slider .bx-controls .bx-pager {
  text-align: right;
  height: 20px;
  padding-top: 0;
  bottom: auto;
  top: 0;
}
#ed-product-slider .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid white;
}
#ed-product-slider .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: #fff;
}
#ed-product-slider .slider-title {
  color: #f9b337;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
#ed-product-slider .time {
  display: block;
  color: white;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 3px;
}
#ed-product-slider .dc-news .title {
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}
#ed-product-slider .dc-news p {
  color: #b6bbbf;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.2em;
  max-height: 64px;
  overflow: hidden;
}
#ed-product-slider .dc-news a {
  color: #f9b337;
  font-size: 14px;
  font-style: italic;
}
.advert {
  background: #f9b337 url(../img/musteri-talep.png) right bottom no-repeat;
  padding: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 280px;
  min-height: 280px;
}
@media screen and (max-width: 992px) {
  .advert {
    background-size: 140px;
  }
}
@media screen and (max-width: 767px) {
  .advert {
    background-size: contain;
    margin-bottom: 25px;
  }
}
.advert .text-content {
  color: white;
  max-width: 190px;
  margin-bottom: 47px;
}
.advert .text-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.advert .text-content p {
  font-size: 14px;
  font-weight: 400;
  min-height: 60px;
  overflow: hidden;
}
.advert a.ed-btn {
  padding: 8px 32px;
  font-size: 14px;
}
footer .fo-top {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  width: 1600px;
  padding: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  footer .fo-top {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  footer .fo-top .footer-logo {
    margin-bottom: 35px;
    text-align: center;
    max-width: inherit;
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .footerAltLogo {
    width: 48%;
    float: left;
    margin-top: -10px!important;
  }
  .footerLogoClear {
    clear: both;
    width: 100%;
    float: left;
  }
}
@media screen and (max-width: 480px) {
  footer .fo-top .footer-logo img {
    margin: 0 auto;
    max-width: inherit;
  }
}
footer .fo-top .footer-menu {
  padding-left: 28px;
}
@media screen and (max-width: 767px) {
  footer .fo-top .footer-menu {
    margin-bottom: 30px;
    padding-left: 0;
  }
}
footer .fo-top .footer-menu .menu-title {
  color: #232526;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  footer .fo-top .footer-menu .menu-title {
    margin-bottom: 15px;
  }
}
ul.refer li{list-style: none;margin:5px 0;padding-left: 1.3em;}
ul.refer li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
      color: #f9b337;
}

footer .fo-top .footer-menu ul.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .fo-top .footer-menu ul.menu-list li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #003171;
  text-decoration: none;
}
footer .fo-top .footer-menu ul.menu-list li a:hover {
  color: #f9b337;
}
footer .fo-top .contact-title {
  color: #f9b337;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 45px;
}
footer .fo-top ul.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .fo-top ul.contact-list li {
  color: #003171;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}footer .fo-top ul.contact-list li a {
  color: #003171;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none!important;
}
.dc-content h2 {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    font-size: 20px;
    color: #003171;
    margin-top: 35px;
    font-weight: bold;
}
@media screen and (max-width: 480px) {
  footer .fo-top ul.contact-list li {
    text-align: justify;
  }
}
footer .fo-top ul.contact-list li strong {
  display: inline-block;
  font-weight: 700;
  width: 78px;
}
@media screen and (max-width: 480px) {
  footer .fo-top ul.contact-list li strong {
    width: 64px;
  }
}
footer .fo-top ul.contact-list li strong span {
  float: right;
  margin-right: 5px;
}
footer .fo-top .map-btn {
  display: inline-block;
  margin-top: 40px;
  background: #f9b337;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
footer .fo-top .map-btn:hover {
  background-color: #003171;
}
footer .fo-bottom {
  position: relative;
  background-color: #003171;
  padding: 20px 0;
}
@media screen and (max-width: 480px) {
  footer .fo-bottom {
    text-align: center;
  }
}
footer .fo-bottom .copy-text {
  color: #b6bbbf;
  font-size: 12px;
  font-weight: 400;
  float: left;
  padding-top: 6px;
}
@media screen and (max-width: 480px) {
  footer .fo-bottom .copy-text {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
  }
}
footer .fo-bottom .agency-logo {
  float: right;
}
@media screen and (max-width: 480px) {
  footer .fo-bottom .agency-logo {
    display: inline-block;
    float: none;
  }
}
.modal .modal-content {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 20px;
}
.modal .modal-dialog {
  width: 443px;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog {
    width: inherit;
  }
}
.modal .modal-header {
  border: none;
  padding: 30px 30px 0 30px;
}
.modal .modal-header .modal-title {
  color: #f9b337;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.modal .modal-header .modal-description {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
}
.modal .modal-header button.close {
  display: block;
  position: absolute;
  right: -25px;
  top: -25px;
  width: 50px;
  height: 50px;
  background-color: #eb3535;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-shadow: none;
  opacity: 1;
  color: white;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 480px) {
  .modal .modal-header button.close {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    right: -10px;
    top: -10px;
  }
}
.modal .modal-header button.close:hover {
  background-color: #fc4646;
}
.modal .modal-body {
  padding: 0 30px 30px 30px;
}
.modal .modal-body textarea.form-control {
  height: 160px;
}
.modal .modal-body button.btn {
  margin-top: 20px;
  background-color: #003171;
  border-radius: 20px;
  border: none;
  text-align: left;
  padding: 10px 13px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.modal .modal-body button.btn:hover {
  background-color: #f9b337;
}
.modal-backdrop {
  background-color: #003171 !important;
}
.product-modal .modal-dialog {
  width: 850px;
}
@media screen and (max-width: 850px) {
  .product-modal .modal-dialog {
    width: inherit;
    margin: 32px 29px;
  }
}
.product-modal .modal-dialog .modal-body {
  max-height: 400px;
}
.product-modal .modal-dialog .modal-body h1,
.product-modal .modal-dialog .modal-body h2,
.product-modal .modal-dialog .modal-body h3,
.product-modal .modal-dialog .modal-body h4 {
  color: #f9b337;
}
.product-modal .modal-dialog .modal-body p {
  font-size: 16px;
  color: #666666;
}
.form-group {
  margin-bottom: 20px;
}
.form-control {
  height: 40px;
  background-color: #e5ebf0;
  border-radius: 20px;
  padding: 6px 12px;
  border: 2px solid transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #93989c;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #003171;
}
.page-header {
  width: 1600px;
  margin: 0 auto 30px auto;
  background-color: #4d8fac;
  border-radius: 0 0 30px 30px;
  padding: 0;
}
@media screen and (max-width: 1600px) {
  .page-header {
    width: auto;
  }
}
.page-header .p-overlay {
  background-size: cover;
  height: 160px;
  padding: 19px 0;
}
.page-header h1 {
  color: white;
  font-size: 34px;
  font-weight: 700;
  text-align: right;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .page-header h1 {
    font-size: 40px;
  }
}
.page-header .breadcrumb {
  background: transparent;
  padding: 0;
  float: right;
}
.page-header .breadcrumb li a {
  color: #003171;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.page-header .breadcrumb li.active {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.page-header .breadcrumb > li + li:before {
  display: inline-block;
  position: relative;
  top: -3px;
  height: 11px;
  width: 10px;
  margin: 0 10px;
  text-align: center;
  font-family: "FontAwesome", sans-serif;
  font-size: 8px;
  color: #fff;
  content: "\f111";
  padding: 0;
}
.sidebar .advert {
  margin-bottom: 30px;
}
.sidebar .tree-menu {
  margin-bottom: 30px;
}
.tree-menu {
  padding: 24px 0;
  border-radius: 20px;
  background-color: #003171;
}
.tree-menu ul.nav > li {
  padding: 0 20px 0 20px;
}
.tree-menu ul.nav > li.active > a {
  color: #f9b337;
}
.tree-menu ul.nav > li.active ul.sub-menu {
  display: block;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.tree-menu ul.nav > li.active .no-border {
  border: 0;
}
.tree-menu ul.nav > li > a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #052146;
}
.tree-menu ul.nav > li > a:hover,
.tree-menu ul.nav > li > a:focus,
.tree-menu ul.nav > li > a:active,
.tree-menu ul.nav > li > a.active

 {
  background: transparent;
  color: #f9b337;
}
.tree-menu ul.nav > li > a i.fa {
  float: right;
  margin-right: -9px;
  margin-top: 3px;
}
.tree-menu ul.nav > li:hover:before,
.tree-menu ul.nav > li.active:before {
  display: block;
  position: absolute;
  content: '';
  background: transparent url(../img/menu-top-left.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  left: 0;
  top: 14px;
}
.tree-menu ul.nav > li:first-child > a {
  padding: 24px 0 10px 0;
}
.tree-menu ul.nav > li:first-child:before {
  left: 0;
  top: 28px;
}
.tree-menu ul.nav > li:last-child > a {
  padding: 10px 0 24px 0;
  border: none;
}
.tree-menu ul.sub-menu {
  background-color: #5b5e61;
  border-radius: 20px;
  overflow: hidden;
  margin: 10px 0;
  padding: 10px;
  display: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.tree-menu ul.sub-menu > li {
  padding: 0 10px;
}
.tree-menu ul.sub-menu > li:hover {
  background: transparent;
}
.tree-menu ul.sub-menu > li:hover:before {
  display: none;
}
.tree-menu ul.sub-menu > li > a {
  font-size: 13px;
  font-weight: 400;
  border: 0;
  padding: 8px 0;
  margin: 0;
  color: #b6bbbf;
}
.tree-menu ul.sub-menu > li > a:hover {
  background-color: transparent;
  color: #f9b337;
}
.tree-menu ul.sub-menu > li > a:before {
  display: none;
}
.tree-menu ul.sub-menu > li > a:before:hover {
  display: none;
}
.tree-menu ul.sub-menu > li.active:before {
  display: none;
}
.tree-menu ul.sub-menu > li.active:before:hover {
  display: none;
}
.tree-menu ul.sub-menu > li:first-child > a {
  padding: 8px 0;
  border: none;
}
.tree-menu ul.sub-menu > li:last-child > a {
  padding: 8px 0;
  border: none;
}
.advert.catalog {
  background: #4d9d95 url(../img/catalog.png) right bottom no-repeat;
}
.resimGaleri{
  margin-top:30px;
}
.dc-content {
  background-color: #fff;
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.dc-content .content-header {
  padding: 15px;
}
.dc-content .content-header h2 {
  /*color: #f9b337;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;*/
}
.dc-content .content-header h3 {
  color: #666;
  font-size: 16px;
  font-weight: 700;
}
.dc-content .content-header p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.conmap{    display: inline-block;
    margin-top: 40px;
    background: #f9b337;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;}
.conmap:hover {
  background-color: #003171;
  text-decoration:none;
  color:#fff;
}	
.dc-content .content {
  padding: 15px;
}
.dc-content .content h2 {
  /*color: #f9b337;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;*/
}
.dc-content .content h3 {
  color: #666;
  font-size: 16px;
  font-weight: 700;
}
.dc-content .content p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}
.dc-content .content .img-responsive {
  margin: 0 0 30px 30px;
}
.p-boxes {
  padding: 15px 15px 0 15px;
}
.p-boxes .box-header h3 {
  color: #f9b337;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}
.p-boxes .box {
  position: relative;
  margin: 15px 0;
}
.p-boxes .box > a {
  display: block;
  border: 2px solid #e5ebf0;
  border-radius: 20px;
  text-align: center;
  padding: 10px;
  min-height: 242px;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.p-boxes .box > a:hover {
  border-color: #003171;
}
.p-boxes .box > a .name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}
.p-boxes .box > a .name h3 {
  color: #003171;
  font-size: 14px;
  font-weight: 700;
}
.p-boxes .box > a .new-label {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  background-color: #3c948b;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 14px;
}
.p-boxes .box img {
  margin: 25px auto 30px auto;
  text-align: center;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.p-boxes .box .hover-overlay {
  opacity: 1;
  height:240px;
  background-color: #003171;
  border-radius: 20px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  text-decoration: none;
  padding: 20px;
}
.p-boxes .box .hover-overlay span {
  display: block;
}
.p-boxes .box .hover-overlay a.title {
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  text-decoration: none;
}
.p-boxes .box .hover-overlay a.title:hover {
  color: #f9b337;
}
.p-boxes .box .hover-overlay span.short-content {
  color: #b6bbbf;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}
.p-boxes .box .hover-overlay > a.btn {
  font-size: 16px;
  font-weight: 600;
  border: 2px solid white;
  border-radius: 20px;
  color: white;
  padding: 10px 40px;
}
.p-boxes .box .hover-overlay > a.btn:hover {
  border-color: #f9b337;
  color: #f9b337;
}
/* New List */
.new-lists {
  padding: 15px;
}
.new-lists .new-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5ebf0;
  margin-bottom: 30px;
}
.new-lists .new-box:hover {
  border-color: #f9b337;
}
.new-lists .new-box .new-image {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .new-lists .new-box .new-image {
    max-height: 300px;
  }
}
.new-lists .new-box .new-image img {
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.new-lists .new-box:last-child {
  margin-bottom: 0;
}
.new-lists .new-box .new-detail a {
  text-decoration: none;
}
.new-lists .new-box .new-detail a h3.new-title {
  color: #003171;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.new-lists .new-box .new-detail a h3.new-title:hover {
  color: #f9b337;
}
.new-lists .new-box .new-detail small.date {
  display: block;
  color: #f9b337;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
.new-lists .new-box .new-detail p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  max-height: 158px;
  overflow: hidden;
}
/* Pagination */
.pagination {
  margin: 15px;
}
.pagination li:first-child a,
.pagination li:last-child a {
  padding: 6px 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.pagination li a {
  border: 2px solid #e5ebf0;
  padding: 6px 12px;
  margin: 0 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: white;
  color: #003171;
  font-size: 16px;
  font-weight: 600;
}
.pagination li a:hover {
  background-color: #f9b337;
  border: 2px solid #f9b337;
  color: white;
}
.pagination li.active a {
  background-color: #f9b337;
  border: 2px solid #f9b337;
  color: white;
}
/* Videos */
.videos {
  padding: 15px;
}
@media screen and (max-width: 992px) {
  .videos .video {
    margin-bottom: 30px;
  }
}
.videos .video .video-image {
  position: relative;
  margin-bottom: 20px;
}
.videos .video .video-image img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.videos .video .video-image .img-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(105, 109, 112, 0.5);
  border-radius: 20px;
}
.videos .video .video-image .img-overlay .play-icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  padding: 17px 0 0 4px;
  background-color: white;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #f44e4e;
  font-size: 20px;
  text-align: center;
}
.videos .video .video-title {
  margin-bottom: 25px;
}
.videos .video .video-title h4 {
  color: #666;
  font-size: 14px;
  font-weight: 700;
}
.videos .video p {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
/* Document List*/
.doc-list {
  padding: 15px;
}
.doc-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.doc-list ul > li {
  list-style: none;
  margin-bottom: 17px;
}
.doc-list ul > li.active a {
  background-color: #3c948b;
  border: 2px solid #3c948b;
}
.doc-list ul > li.active a .pull-left span.file-name,
.doc-list ul > li.active a .pull-left span.file-type {
  color: white;
}
.doc-list ul > li.active a .pull-right span.view-text {
  color: white;
}
.doc-list ul > li.active a .pull-right span.view-icon {
  background: url(../img/white-eye.png) 0 0 no-repeat;
}
.doc-list ul > li a {
  position: relative;
  display: block;
  padding: 20px 30px;
  border: 2px solid #e5ebf0;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .doc-list ul > li a {
    text-align: center;
  }
}
.doc-list ul > li a:after {
  display: block;
  content: '';
  clear: both;
}
.doc-list ul > li a:hover {
  border: 2px solid #f9b337;
  border-radius: 20px;
  background: white;
}
.doc-list ul > li a:hover .pull-left span.file-type {
  color: #003171;
}
.doc-list ul > li a:hover .pull-left span.file-name {
  color: #232526;
}
.doc-list ul > li a:hover .pull-right span.view-text {
  color: #003171;
}
.doc-list ul > li a:hover .pull-right span.view-icon {
  background: url(../img/orange-eye.png) 0 0 no-repeat;
}
@media screen and (max-width: 480px) {
  .doc-list ul > li a .pull-left {
    float: none !important;
    display: inline-block;
  }
}
.doc-list ul > li a .pull-left span {
  height: 30px;
  float: left;
}
.doc-list ul > li a .pull-left span.file-type {
  width: 45px;
  color: #003171;
  font-size: 18px;
  font-weight: 400;
  margin-right: 30px;
}
@media screen and (max-width: 992px) {
  .doc-list ul > li a .pull-left span.file-type {
    margin-right: 10px;
  }
}
@media screen and (max-width: 320px) {
  .doc-list ul > li a .pull-left span.file-type {
    float: none;
    display: inline-block;
  }
}
.doc-list ul > li a .pull-left span.file-name {
  margin-left: 30px;
  color: #003171;
  font-size: 14px;
  font-weight: 700;
  padding-top: 4px;
}
@media screen and (max-width: 992px) {
  .doc-list ul > li a .pull-left span.file-name {
    margin-left: 10px;
  }
}
.doc-list ul > li a .pull-left span.file-name:before {
  display: inline-block;
  content: '';
  position: absolute;
  margin-left: -30px;
  margin-top: -6px;
  width: 2px;
  height: 29px;
  background-color: #e5ebf0;
}
@media screen and (max-width: 992px) {
  .doc-list ul > li a .pull-left span.file-name:before {
    margin-left: -15px;
  }
}
@media screen and (max-width: 320px) {
  .doc-list ul > li a .pull-left span.file-name:before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .doc-list ul > li a .pull-right {
    float: none !important;
    display: inline-block;
  }
}
.doc-list ul > li a .pull-right span {
  float: right;
}
.doc-list ul > li a .pull-right span.view-text {
  color: #003171;
  font-size: 12px;
  font-weight: 400;
  padding-top: 5px;
}
.doc-list ul > li a .pull-right span.view-icon {
  width: 29px;
  height: 15px;
  margin-top: 7px;
  margin-left: 20px;
  background: url(../img/black-eye.png) 0 0 no-repeat;
}
.map-content {
  position: relative;
  padding: 15px;
}
.map-content map {
  height: 750px;
}
.map-content a.map-btn {
  position: absolute;
  bottom: 32px;
  left: 32px;
  background-color: #003171;
  border-radius: 20px;
  padding: 10px 20px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.map-content a.map-btn:hover {
  background-color: #f9b337;
}
.contact-content {
  padding: 15px;
}
.contact-content h3.title {
  color: #f9b337;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}
.contact-content .cbox {
  text-align: center;
}
.contact-content .cbox p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
}
.contact-content .cbox p a {
  color: #666;
  font-size: 16px;
  font-weight: 400;
}
.contact-content .cbox p a:hover {
  color: #f9b337;
}
.contact-content .cbox.email a {
  display: block;
  margin-bottom: 20px;
}
.contact-form {
  padding: 15px;
}
.contact-form textarea {
  height: 100px;
}
.contact-form button {
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  background-color: #003171;
  border-color: #003171;
  border-radius: 20px;
  text-align: left;
}
.contact-form button:hover {
  background-color: #f9b337;
  border-color: #f9b337;
}
.contact-form .row > div .form-group:last-child {
  margin-bottom: 0;
}

.footerAltLogo {
  display: table; margin: 0px auto; margin-top: 30px;
}
.footerAltLogo img {

}
.img-responsive2 {
    width: 70px;
    display: table;
    margin: 0px auto;
}

@media screen and (max-width: 992px) {
  .contact-form .row > div .form-group:last-child {
    margin-bottom: 20px;
  }
}
.p-slider-wrap {
  position: relative;
  margin-bottom: 20px;
}
.p-slider-wrap .p-slider li a {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  height: 292px;
}
.p-slider-wrap .p-slider li a img {
  display: inline-block;
  position: relative;
  top: 50%;
  margin-top: -25%;
}
.p-slider-wrap .bx-wrapper {
  border: 2px solid #e5ebf0;
  border-radius: 20px;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.p-slider-wrap .bx-controls {
  position: absolute;
  bottom: 45px;
  right: 0;
  left: 0;
}
.p-slider-wrap .bx-controls .bx-pager {
  padding-top: 0;
  padding-right: 16px;
}
.p-slider-wrap .bx-controls .bx-pager .bx-pager-item {
  float: right;
}
.p-slider-wrap .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 2px solid #ced3d8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 2px;
}
.p-slider-wrap .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: #ced3d8;
}
.p-detail {
  padding: 15px;
}
.p-detail h2.p-title {
  color: #f9b337;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.p-detail h3.sub-title {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.p-detail p.p-text {
  color: #666;
  font-size: 16px;
  font-weight: 400;
}
.p-spec {
  padding: 15px;
}

.p-spec .nav-tabs {
  border-bottom: 0;
}
.p-spec .nav-tabs li {
  margin-bottom: -2px;
}
.p-spec .nav-tabs li.active a {
  border-width: 2px 2px 0 2px;
  border-color: #e5ebf0;
  color: #f9b337;
  font-size: 14px;
  font-weight: 700;
  background-color: #fff;
}
.p-spec .nav-tabs li a {
  background-color: #e5ebf0;
  color: #003171;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  width: 175px;
  height: 40px;
  border-width: 2px 2px 0 2px;
  border-color: #e5ebf0;
  border-radius: 20px 20px 0 0;
}



@media screen and (max-width: 1200px) {
  .p-spec .nav-tabs li a {
    width: auto;
    height: auto;
    padding: 10px 14px;
  }
}
.p-spec .tab-content {
  border: 2px solid #e5ebf0;
  border-radius: 0 20px 20px;
  padding: 20px;
}
.table {
  border: 0;
  margin-bottom: 0;
}
.table thead {
  border: 0;
}
.table thead tr {
  border: 0;
}
.table thead tr th {
  border: 0;
  background-color: #a0a4a9;
  border-radius: 20px 20px 0 0;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 0 10px 15px;
}
.table thead tr th.active {
  background-color: #f9b337;
}
.table tbody {
  border: 0;
}
.table tbody tr {
  border: 0;
}
.table tbody tr td {
  border: 0;
  background-color: #e5ebf0;
  color: #003171;
  font-size: 12px;
  font-weight: 400;
  line-height: 38px;
  padding: 10px 0 10px 15px;
}
.table tbody tr td.active {
  background-color: #ced3d8;
}
.table tbody tr:last-child td {
  border-radius: 0 0 20px 20px;
}
a.top-btn {
  display: none;
  position: fixed;
  right: 10%;
  bottom: 98px;
  background-color: #f9b337;
  -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.06);
  width: 52px;
  height: 52px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  z-index: 999;
}

a.top-btn i {
    font-size: 30px;
    display: table;
    margin: 0px auto;
    margin-top: -5px;
    color: #fff;
}
a.top-btn:hover i , a.top-btn:hover , a.top-btn:focus i , a.top-btn:focus {
    text-decoration:none!important;
}
a.top-btn:focus {
  /*bottom: 29px;*/
}
@media screen and (max-width: 992px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive {
    border: 0 !important;
  }
}

.max-icon {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../img/zoom.png) 0 0 no-repeat;
}
.certificate .box h3 {
  text-align: left;
}
.certificate .box > a {
  min-height: 300px;
}
.product-modal .mCSB_scrollTools {
  width: 24px;
}
.product-modal .mCSB_draggerRail {
  width: 20px;
  padding-bottom: 5px;
  background-color: #e6ebf1;
}
.mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 20px !important;
  padding-bottom: 5px;
  background-color: #e6ebf1;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 18px;
  height: 18px;
  margin: 0 0 0 3px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #003171;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 18px;
  height: 18px;
  margin: 0 0 0 3px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #003171;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 18px;
}
.faaa{
  margin-top: 3px;
}
.sayfalama{
    height:38px;
    width:37.14px;
    padding:9px 14px !important;
}

.clickTopMenuUp {
    display:none;
}

.refPantone span {
    width:123px;
    height:27px;
    float:right;
    background:url(../img/pantone-logo.png) no-repeat;
         -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}


.refPantone:hover span {
    width:123px;
    height:27px;
    float:right;
    background:url(../img/pantone-logoHover.png) no-repeat;
}


@media screen and (max-width: 767px) {
    .map-content {
        display:none;
    }
    .adressFf {
        width:100%;
    }
    .breadcrumb {
        display:none;
    }
    .topMenuUp {
        margin-top: -170px;
         -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
    /*padding-bottom:5px;*/
    }
    .clickTopMenuUp {
        display:table;
        margin:0px auto;
        color:#fff;
        font-size:16px;
        margin-top: -20px;
        padding: 15px 0;
         -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
    }

    .topMenuUp.active {
        margin-top: 0;
    }
    .clickTopMenuUp.active {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg); /* Standard syntax */
    }
}
.lang a img{max-width: 22px;}