@import url(fonts.css);
/* Renkler */
/* Fontlar */
/* Fonksyionlar */
.icon {
  display: block;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
}

.icon.icon-form {
  background-position: -100px 0px;
  width: 26px;
  height: 35px;
}

.icon.icon-menu-arrow {
  background-position: -136px 0px;
  width: 6px;
  height: 11px;
}

.icon.icon-facebook {
  background-position: -50px 0px;
  width: 50px;
  height: 52px;
}

.icon.icon-twitter {
  background-position: 0px 0px;
  width: 50px;
  height: 52px;
}

.icon.icon-arrow-down {
  background-position: -136px -11px;
  width: 11px;
  height: 7px;
}

.icon.icon-more {
  background-position: -147px 0px;
  width: 52px;
  height: 52px;
}

.icon.icon-box1 {
  background-position: -199px 0px;
  width: 45px;
  height: 39px;
}

.icon.icon-box2 {
  background-position: -244px 0px;
  width: 43px;
  height: 27px;
}

.icon.icon-box3 {
  background-position: -287px 0px;
  width: 31px;
  height: 38px;
}

.icon.icon-box4 {
  background-position: -318px 0px;
  width: 32px;
  height: 37px;
}

.icon.icon-bread-arrow {
  background-position: -136px -19px;
  width: 4px;
  height: 8px;
}

.icon.icon-close {
  background-position: 0px -52px;
  width: 52px;
  height: 52px;
}

.icon.icon-right-arr {
  background-position: -52px -52px;
  width: 52px;
  height: 52px;
}

.icon.icon-left-arr {
  background-position: -104px -52px;
  width: 52px;
  height: 52px;
}

.icon.icon-sc-facebook {
  background-position: 0px -107px;
  width: 36px;
  height: 25px;
}

.icon.icon-sc-twitter {
  background-position: -36px -107px;
  width: 36px;
  height: 25px;
}

.icon.icon-sc-youtube {
  background-position: -72px -107px;
  width: 36px;
  height: 25px;
}

.icon.icon-sc-linkedin {
  background-position: -108px -107px;
  width: 36px;
  height: 25px;
}

.icon.icon-sc-skype {
  background-position: -144px -107px;
  width: 36px;
  height: 25px;
}

.icon.icon-ae-01 {
  background-position: 0px -168px;
  width: 89px;
  height: 89px;
}

.icon.icon-ae-02 {
  background-position: -89px -168px;
  width: 89px;
  height: 89px;
}

.icon.icon-ae-03 {
  background-position: -178px -168px;
  width: 89px;
  height: 89px;
}

.icon.icon-ae-04 {
  background-position: -267px -168px;
  width: 89px;
  height: 89px;
}

.icon.icon-ae-05 {
  background-position: -356px -168px;
  width: 89px;
  height: 89px;
}

.icon.icon-ae-06 {
  background-position: -445px -168px;
  width: 89px;
  height: 89px;
}

.icon.icon-print {
  background-position: -357px 0px;
  width: 40px;
  height: 89px;
}

.icon.icon-zoom {
  background-position: 0px -296px;
  width: 52px;
  height: 52px;
}

.jspVerticalBar {
  width: 5px;
}

.jspTrack {
  background: rgba(0, 0, 0, 0.54);
}

.jspDrag {
  background: rgba(255, 255, 255, 0.71);
}

body {
  background: #3f3a39;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.fixed > div {
  width: 100%;
  height: 100%;
}
.fixed #map {
  width: 100%;
  height: 100%;
}
.fixed .bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fixed .general {
  background-image: url(../images/general.jpg);
}

.vaziyet {
  background-image: url(../images/vaziyet/vaziyet.jpg);
}

.pins {
  position: absolute;
  width: 100%;
  height: 100%;
}
.pins .pin {
  background: url(../images/pin-bg.png) bottom repeat-x #2b5460;
  color: #fff;
  font: 12px proxima-Semibold;
  position: absolute;
  padding: 9px 10px;
  z-index: 200;
}
.pins .pin.p_ablok {
  top: 47.9%;
  left: 43.3%;
}
.pins .pin.p_bblok {
  top: 31%;
  left: 48.2%;
}
.pins .pin.p_cblok {
  top: 22.8%;
  left: 59.3%;
}
.pins .pin.p_otopark {
  top: 74%;
  left: 29%;
}
.pins .pin.p_magaza {
  top: 57.4%;
  left: 55.8%;
}
.pins .pin.p_sosyal {
  top: 37.1%;
  left: 59.4%;
}

.pinDetay {
  display: none;
  position: absolute !important;
  max-width: 230px !important;
}

.pin_bg {
  z-index: 0;
  position: absolute;
}

.pin_bg.bg_ablok {
  background-image: url(../images/vaziyet/ablok.jpg);
}

.pin_bg.bg_bblok {
  background-image: url(../images/vaziyet/bblok.jpg);
}

.pin_bg.bg_cblok {
  background-image: url(../images/vaziyet/cblok.jpg);
}

.pin_bg.bg_otopark {
  background-image: url(../images/vaziyet/otopark.jpg);
}

.pin_bg.bg_magaza {
  background-image: url(../images/vaziyet/magaza.jpg);
}

.pin_bg.bg_sosyal {
  background-image: url(../images/vaziyet/sosyal.jpg);
}

.closePin {
  position: absolute;
  top: 20px;
  left: -52px;
}

header {
  float: left;
  width: 215px;
  margin: 0 0 0 20px;
  position: relative;
  z-index: 100;
}
header .logo {
  min-height: 237px !important;
  max-height: 240px;
  background: url(../images/logo-bg.png);
  position: relative;
  margin: 0 0 2px 0;
}
.logo img{
  height:206px;	
}
header .logo a {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

header .menu {
  background: url(../images/menu-bg.png);
  margin: 0 0 4px 0;
}
header .menu > nav > ul > li {
  position: relative;
}
header .menu > nav > ul > li > a {
  font: 16px proxima-Semibold;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  padding: 15px;
}
header .menu > nav > ul > li > span {
  display: none;
  position: absolute;
  right: -10px;
  top: 20px;
}
header .menu > nav > ul > li > ul {
  position: absolute;
  background: url(../images/drop-bg.png);
  left: 232px;
  top: 0;
  white-space: nowrap;
  min-width: 215px;
  left: -250px;
}
header .menu > nav > ul > li > ul > li > a {
  font: 13px proxima-Regular;
  color: #fff;
  padding: 11px 15px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .menu > nav > ul > li > ul > li:hover > a {
  background: url(../images/menu-bg.png);
}
header .menu > nav > ul > li:hover > a, header .menu > nav > ul > li.active > a, header .menu > nav > ul > li.over > a {
  background: url(../images/drop-bg.png);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 15px;
  margin-right: -15px;
}
header .menu > nav > ul > li:hover > span, header .menu > nav > ul > li.active > span, header .menu > nav > ul > li.over > span {
  display: block;
}
header .box a {
  font: 16px/18px proxima-Semibold;
  color: #fff;
}
header .katalog {
  position: relative;
}
header .katalog a {
  position: absolute; width:186px;
  background: url(../images/drop-bg.png) no-repeat;
  padding: 14px;
}
header .talepForm {
  background: url(../images/form-bg.png);
  position: relative;
}
header .talepForm a {
  width: 84%;
  height: 100%;
  display: block;
  padding: 14px 8%;
  position: relative;
  z-index: 10;
}
header .talepForm i {
  position: absolute;
  right: 10px;
  top: 14px;
}

/* ==========================================================================================================================================================
	Header END
========================================================================================================================================================== */
.social {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  z-index: 100;
}

/* ==========================================================================================================================================================
	Header END
========================================================================================================================================================== */
.slider {
  position: fixed;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.slider .timer-bg {
  background: url(../images/timer-bg.png);
  width: 100%;
  position: absolute;
  z-index: 100;
  height: 18px;
  bottom: 0;
}
.slider .dotted {
  background: url(../images/dotted.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.slider .tp-bannertimer {
  background: url(../images/timer.png);
  bottom: 0;
  top: inherit;
  height: 18px;
}
.slider .tp-dottedoverlay {
  background: url(../images/shadow.png) center center no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.slider .capText {
  width: 640px;
  height: 300px;
  background: url(../images/caption-bg.png) no-repeat;
  padding: 110px 0 0 135px;
  z-index: 1 !important;
  margin-left: 150px !important;
}
.slider .capText .capBig {
  font: 42px proxima-Regular;
  color: #fff;
  letter-spacing: -2px;
  margin-top:45px;
}
.slider .capText .capBig b {
  font-size: 35px;
  display: block;
  margin: -89px 0 0 70px;
}
.slider .capText .capBig b span {
  color: #ffd234;
  font-family: pacifico;
  font-size: 64px;
  margin: 0 10px 0 0;
  letter-spacing: 1px;
}
.slider .capText .capMed {
  font: 22px proxima-Light;
  color: #fff;
  text-align: center;
  padding: 0 120px 0 0;
  letter-spacing: -1px;
}
.slider .capText .capBtn a {
  background: url(../images/drop-bg.png);
  width: 136px;
  height: 35px;
  position: relative;
  display: block;
  text-align: center;
  font: 15px/35px proxima-Bold;
  color: #fff;
  border-radius: 50px;
  margin: 25px 0 0 180px;
  padding: 0 20px 0 0;
}
.slider .capText .capBtn a i {
  position: absolute;
  right: 10px;
  top: 14px;
}

/* ==========================================================================================================================================================
	Slder END
========================================================================================================================================================== */
.homePage {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
.homePage .boxes {
  width: 820px;
  margin: 0 auto;
  top: 50%;
  position: relative;
  margin-top: -210px;
  left: 100px;
}
.homePage .boxes .box {
  float: left;
  position: relative;
  width: 400px;
  height: 210px;
  margin: 0 10px 10px 0;
  cursor: pointer;
  overflow: hidden;
}
.homePage .boxes .box > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font: 16px proxima-Semibold;
  color: #fff;
  z-index: 200;
}
.homePage .boxes .box .text {
  position: absolute;
  width: 96%;
  bottom: 15px;
  padding: 0 0 0 4%;
}
.homePage .boxes .box .text i.icon-box {
  float: left;
  margin: 0 15px 0 0;
  background-position-y: -40px;
}
.homePage .boxes .box .text i.icon-more {
  position: absolute;
  right: 0;
  bottom: -15px;
}
.homePage .boxes .box .hover {
  background: url(../images/title-bg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
}
.homePage .boxes .box:hover i.icon-box {
  background-position-y: 0;
}
.homePage .boxes .box2 {
  margin-top: 45px;
}
.homePage .boxes .box3 {
  margin-top: -45px;
}
.homePage .boxes .box3, .homePage .boxes .box4 {
  height: 182px;
}
.homePage .boxes .box1 {
  top: 1000px;
}
.homePage .boxes .box2 {
  top: 1000px;
}
.homePage .boxes .box3 {
  top: 1000px;
}
.homePage .boxes .box4 {
  top: 1000px;
}

/* ==========================================================================================================================================================
	Home Page END
========================================================================================================================================================== */
.full-width, .med-width {
  position: relative;
  float: right;
}

.content .page-title {
  background: url(../images/title-bg.png);
  padding: 30px 40px;
  margin: 0 0 20px 0;
  position: relative;
}
.content .page-title h1 {
  font: 55px/58px proxima-Semibold;
  color: #fff;
  margin: 0 0 10px 0;
}
.content .page-title .bread ul li a {
  font: 11px arial;
  color: #fff;
  display: block;
  float: left;
}
.content .page-title .bread ul li i {
  float: left;
  margin: 2px 9px;
}
.content .page-title .araclar {
  width: 620px;
  position: absolute;
  top: 0;
}
.content .page-title .araclar a {
  font: 14px/40px proxima-Semibold;
  color: #153f4c;
  display: block;
  float: right;
  background: #968d47;
  text-align: center;
  height: 40px;
  border-left: 1px solid #B6AD68;
  width: 31px;
  margin: 49px 0 0 0;
}
.content .page-title .araclar a sup {
  font-size: 18px;
  top: -6px;
}
.content .page-title .araclar a:hover {
  color: #fff;
}
.content .page-title .araclar #buyut {
  border: 0;
}
.content .page-title .araclar #print {
  margin: 0 0 0 10px;
  border: 0;
  height: 89px;
  width: 40px;
}
.content .tabs {
  margin: 0 0 15px 0;
}
.content .tabs ul li {
  float: left;
  margin: 0 15px 0 0;
}
.content .tabs ul li a {
  font: 15px proxima-Regular;
  color: #fff;
  background: url(../images/menu-bg.png);
  display: block;
  padding: 15px;
}
.content .tabs ul li a:hover, .content .tabs ul li a.active {
  background: url(../images/drop-bg.png);
}
.content .tabs-akilliEv {
  margin: 0 0 15px 0;
  position: relative;
  z-index: 100;
}
.content .tabs-akilliEv ul li {
  float: left;
  margin: 0 10px 0 0;
}
.content .tabs-akilliEv ul li a {
  background: url(../images/menu-bg.png);
  width: 89px;
  height: 89px;
  display: block;
}
.content .tabs-akilliEv ul li a:hover , .content .tabs-akilliEv ul li a.active {
  background: url(../images/drop-bg.png);
}
.content article {
  position: relative;
  margin: 0 0 0 52px;
  padding: 30px 20px;
}
.content article .head {
  border-bottom: 4px solid #899690;
  margin: 0 -240px 20px -20px;
  padding: 0 20px 30px;
}
.content article .head .big-h {
  font: 90px/65px proxima-Bold;
  color: #f3eed7;
  min-width: 220px;
  float: left;
  border-right: 1px solid #787878;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
}
.content article .head .big-h span {
  font: 30px proxima-Semibold;
  display: block;
  margin: 0 0 -10px 0;
}
.content article .head .small-h {
  float: left;
  width: 175px;
}
.content article .head .small-h ul li {
  width: 100%;
  border: 0;
  padding: 3px 0;
  margin: 0;
}
.content article .scroll {
  width: 100%;
  height: 428px;
  overflow: auto;
  padding-right: 20px;
  outline: none;
}
.content article h2 {
  font: 18px proxima-Regular;
  color: #c6b849;
  margin: 0 0 10px 0;
}
.content article ul li {
  font: 16px proxima-Light;
  color: #bdbdbd;
  padding: 3px 0;
}
.content article ul li span {
  float: right;
}
.content article ul li span b {
  font: 16px proxima-Regular;
  color: #fff;
  margin: 0 15px 0 0;
}
.content article p {
  font: 14px/19px proxima-Light;
  color: #fff;
}
.content article a.btn {
  font: 13px proxima-Bold;
  color: #fff;
  background: #968d47;
  padding: 11px 20px;
  display: inline-block;
  margin: 0 0 15px 0;
}
.content article a.close {
  position: absolute;
  top: 20px;
  left: -52px;
}
.content article .sld-arr {
  position: absolute;
  top: 20px;
  left: -52px;
}
.content article .sld-left {
  top: 100px;
}
.content article .sld-right {
  top: 157px;
}

.content article img {
  float:left !important;
  width:300px !important;
  border-radius:3px;
  margin-right:15px;
  border: 1px solid #867A6F;
}
.content article .fancy-zoom {
  display: none;
  position: absolute;
  right: -90px;
  bottom: 240px;
  pointer-events: none;
}
.content .brownPage {
  background: url(../images/brown-bg.png);
  max-width: 970px;
  max-height: 510px;
}
.content .brownPage h1 {
  font: 55px/58px proxima-Semibold;
  color: #f3eed7;
  margin: 0 0 10px 0;
}
.content .brownPage .bread {
  border-bottom: 1px solid #f3eed7;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
}
.content .brownPage .bread ul li {
  float: left;
}
.content .brownPage .bread ul li a {
  font: 11px arial;
  color: #f3eed7;
  display: block;
  float: left;
}
.content .brownPage .bread ul li i {
  float: left;
  margin: 2px 9px;
}
.content .brownPage a.close {
  left: inherit;
  right: -52px;
}
.content .brownPage .scroll {
  height: 380px;
  width: 970px !important;
}
.content .greenPage {
  background: url(../images/popup-bg.png);
  max-width: 680px;
  max-height: 428px;
}
.content .greenPage .scroll {
  width: 100%;
}
.content .small {
  max-width: 260px;
}
.content .small .scroll {
  width: 240px;
  overflow: auto;
  padding-right: 20px;
  outline: none;
}
.content .big {
  max-width: 680px;
}
.content .big .scroll {
  width: 660px;
  height: 428px;
  overflow: auto;
  padding-right: 20px;
  outline: none;
}
.content .gallery {
  max-width: 900px;
  max-height: 453px;
  padding: 0;
}
.content .gallery .group .item {
  position: absolute;
}
.content .gallery .group .item .resim-att {
  width: 900px;
  height: 453px;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.content .gallery .group .item .resim-att .resim-att-pre {
  width: 900px;
  height: 453px;
  position: relative;
  cursor: pointer;
}
.content .gallery .group .item .resim-att .resim-att-pre .resim-thumb {
  width: 900px;
  height: 453px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.content .gallery .group .item .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 900px;
  height: 453px;
  position: absolute;
  top: 0;
  left: 0;
}
.content .gallery .group .item .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 900px;
  height: 453px;
}
.content .gallery .sld-arr {
  position: absolute;
  top: 20px;
  left: -52px;
}
.content .gallery #sld-left {
  top: 80px;
}
.content .gallery #sld-right {
  top: 20px;
}
.content .saglik {
  padding-right: 250px;
  max-width: 450px;
}
.content .katPlan {
  padding-right: 220px;
  max-width: 470px;
}
.content .katPlan ul li {
  float: left;
  width: 47%;
  border-right: 1px solid #787878;
  margin: 0 2% 0 0;
  padding: 3px 2% 3px 0;
}
.content .contactForm {
  padding-right: 180px;
  max-width: 970px;
}
.forms {
  border-bottom: 1px solid #787878;
  margin: 0 0 20px 0;
}
.forms .inpGr {
  margin: 0 10px 10px 0;
  width: 240px;
  float: left;
}
.forms .inpGr label {
  font: 600 12px proxima-Semibold;
  color: #fff;
  display: block;
  margin: 0 0 5px 0;
}
.forms .inpGr .box {
  padding: 10px 4%;
  font: 14px proxima-Regular;
  color: #333;
  width: 92%;
}
.forms .inpGr .area {
  /* height: 65px; */
}
.forms .inpGr .select {
  display: none;
  height: 0;
padding: 0;
}
.forms .inpGr .selecter {
  width: 100%;
  background: url(../images/select-bg.png) right top no-repeat white;
  outline: 0;
  cursor: pointer;
  position: relative;
}
.forms .inpGr .selecter .label {
  padding: 10px;
  font: 14px proxima-Regular;
  display: block;
}
.forms .inpGr .selecter .drop {
  border-top: 3px solid #ada059;
  display: none;
  position: absolute;
  background: #fff;
  z-index: 100;
  width: 100%;
}
.forms .inpGr .selecter .drop .item {
  display: block;
  padding: 9px;
  font: 14px proxima-Regular;
  border-bottom: 1px solid #eee;
}
.forms .inpGr .selecter .drop .item:hover {
  background: #ada059;
  color: #fff;
}
.forms .inpGr select::-ms-expand {
  display: none;
}
.forms .inpGr .btn {
  font: 13px proxima-Bold;
  color: #fff;
  background: #968d47;
  padding: 11px 20px;
  display: block;
  float: left;
  margin: 0;
  width: 100%;
}
.content .contactForm .sosyal h2 {
  margin-top: 5px;
}
.content .contactForm .sosyal ul {
  float: left;
}
.content .contactForm .sosyal ul li {
  float: left;
  margin: 0 9px 0 0;
}
.content .contactForm .sosyal ul li a {
  font: 14px/27px proxima-Light;
  color: #fff;
}
.content .contactForm .sosyal ul li a i {
  float: left;
  margin: 0 -5px 0 0;
}
.content .contactForm .half {
  float: left;
  margin: 0 0 20px 0;
  width: 460px;
}
.content .contactForm .half ul li {
  font: 14px proxima-Light;
  color: #fff;
}
.content .contactForm .half ul li a {
  font: 14px proxima-Light;
  color: #fff;
}
.content .contactForm .half ul li span {
  float: left;
  width: 110px;
  margin: 3px 0;
}
.content .contactForm .half ul li b {
  float: right;
  font-weight: normal;
  width: 335px;
}

.pins a {
  position: absolute;
}
.pins .otopark {
  top: 25%;
  left: 50%;
}

@media screen and (max-width: 1366px) and (min-width: 1px) {
  .content .gallery .group .item {
    position: absolute;
  }
  .content .gallery .group .item .resim-att {
    width: 900px;
    height: 453px;
    position: relative;
    float: left;
    padding: 0;
    text-align: center;
  }
  .content .gallery .group .item .resim-att .resim-att-pre {
    width: 900px;
    height: 453px;
    position: relative;
    cursor: pointer;
  }
  .content .gallery .group .item .resim-att .resim-att-pre .resim-thumb {
    width: 900px;
    height: 453px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
  }

}
.sayfa-ici-link{color: #fff;font-weight:bold;}
.pic-wrap {
width: 483px;
height: 574px;
margin: 0; right:-275px; top:-55px; position:absolute;
float: left; }

.pic-wrap-2 {
width: 500px;
height: 554px;
margin: 0; right:-275px; top:-55px; position:absolute;
float: left; }

.fancybox-inner { overflow:hidden !important; }

.right-half{
    width: 500px !important;
}
a.fancybox img {
    width: 172px !important;
    margin-bottom: 15px;
}
.content .contactForm {
  padding-right: 180px;
  max-width: 520px;
}
.forms {
  border-bottom: 1px solid #787878;
  margin: 0 0 20px 0;
}
.forms .inpGr {
  margin: 0 28px 10px 0;
  width: 445px;
  float: left;
}
.forms .inpGr label {
  font: 600 12px proxima-Semibold;
  color: #fff;
  display: block;
  margin: 0 0 5px 0;
}
.forms .inpGr .box {
  padding: 10px 4%;
  font: 14px proxima-Regular;
  color: #333;
  width: 411px;
}
.forms .inpGr .area {
  height: 19px;
}
.forms .inpGr .select {
  display: none;
  height: 0;
padding: 0;
}
.forms .inpGr .selecter {
  width: 100%;
  background: url(../images/select-bg.png) right top no-repeat white;
  outline: 0;
  cursor: pointer;
  position: relative;
  height: 39px;
}
.forms .inpGr .selecter .label {
  padding: 10px;
  font: 14px proxima-Regular;
  display: block;
}
.forms .inpGr .selecter .drop {
  border-top: 3px solid #ada059;
  display: none;
  position: absolute;
  background: #fff;
  z-index: 100;
  width: 100%;
}
.forms .inpGr .selecter .drop .item {
  display: block;
  padding: 9px;
  font: 14px proxima-Regular;
  border-bottom: 1px solid #eee;
}
.forms .inpGr .selecter .drop .item:hover {
  background: #ada059;
  color: #fff;
}
.forms .inpGr select::-ms-expand {
  display: none;
}
.forms .inpGr .btn {
  font: 13px proxima-Bold;
  color: #fff;
  background: #968d47;
  padding: 11px 20px;
  display: block;
  float: left;
  margin: 0;
  width: 100%;
}
.footer-met {
    text-align:center;
    color: #737373;
    font-size:11px;
}
.footer-mets {
   /* border-top: 1px solid #494949; */
   position: relative;
   z-index: 9999;
   top: -55px;
}
.footer-met a{
    text-align:center;
    color: #F7F7F7;
    font-size:11px;
    font: 11px proxima-Semibold;
}
.footer-met a:hover{
    color: #D26149;

}