
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}

@font-face {
    font-family: 'gothamlight';
    src: url('../fonts/gothamlight.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/gothamlight.otf')  format('opentype'),
        url('../fonts/gothamlight.woff') format('woff'), 
        url('../fonts/gothamlight.ttf')  format('truetype'), 
        url('../fonts/gothamlight.svg#gothamlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gothambold.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/gothambold.otf')  format('opentype'),
        url('../fonts/gothambold.woff') format('woff'), 
        url('../fonts/gothambold.ttf')  format('truetype'), 
        url('../fonts/gothambold.svg#gothambold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/gothammedium.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/gothammedium.otf')  format('opentype'),
        url('../fonts/gothammedium.woff') format('woff'), 
        url('../fonts/gothammedium.ttf')  format('truetype'), 
        url('../fonts/gothammedium.svg#gothammedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
.pl20{ padding-left: 20px;}
.panel-container{ line-height: 28px;}
.panel-container ul{ list-style: disc; padding-left: 20px;}
.panel-container ul li{ margin-bottom: 10px;}
.pname{ min-height: 50px !important; margin-bottom: 0px !important;}
.xsfont{ font-size: 14px;}
.xxsfont{ font-size:16px !important; }
.pull-right{ float: right !important;}
.listBtn{ cursor: pointer;}
body{ font-family: 'gothamlight'; line-height: 22px; font-size: 16px; }
.wCont p.bold{ margin-bottom: 10px; margin-top: 10px;}
.wCont p strong{ font-family: 'gothambold'; display: block; margin-bottom: 10px; }
.wCont p{ margin-bottom: 10px; margin-top: 10px;}
a{color: inherit; text-decoration: none; }
.pull-left{ float: left;}
img{ max-width: 100%; display: block;}
#map img{ max-width: none;}
.container{ max-width: 1100px; width: 100%; margin: 0px auto; position: relative; }
.container_full{ max-width: 1100px; width: 100%; margin: 0px auto; position: relative;  }
.minwidth{ width: 1000px; }
.about_content{ max-width: 1100px;}
.clearfix{ clear: both; }
/*
body.home{ background-position: top center;}
body{ background: url('../img/bg.jpg') no-repeat bottom center;  background-color:#FFF;}*/
.header{ background: url('../img/headerbg.jpg'); }
.header .container_full{ min-height: 171px;}
.header .nav{ position: absolute; right: 150px; top: 80px;}
.header .nav li{float: left;}
.header .nav li > a,header .nav li > a.active{ font-family: gothambold; text-decoration: none; color: #444; cursor: pointer; position: relative; font-size: 13px; padding: 5px 20px; line-height: 20px; display: block;}
.header .nav li > a:hover{color: #dd005b;}
.header .nav li > a.active{ color: #dd005b; }
.header .nav li > a.active span{ width:100% !important;}
.header .nav li span{ width: 0; background: #dd005b; height: 3px; display: block;}
.header .logo{ width: 213px; height: 110px; position: absolute; background: url('../img/logo.png'); }
.headNav{ background: #37b5c0; padding: 0px; padding-right: 20px; height: 32px; display: inline-block; position: absolute; right: 0px; top: 0px;}
.headNav > img{ position: absolute; top: 0px; left: -23px;}
.headNav > span{ color: #FFF; display: inline-block; float: left; line-height: 27px;}
.headNav li > a{ color: #FFF; text-decoration: none; font-family: gothamlight; font-size: 12px; line-height: 32px; padding: 0px 12px; cursor: pointer; height: 32px; display: block;}
.headNav li{ float: left; }

.header .social{ position: absolute; right: 0px; top: 80px;}
.header .social > a{ background: url('../img/social.png'); cursor: pointer; width: 28px; height: 26px; display: block; float: left; margin-left: 10px; }
.header .social > a.twitter{ background-position: -36px 0px;}
.header .social > a.instagram{ background-position: -73px 0px; width: 27px;}
.header .social > a.youtube{ background-position: -109px 0px; width: 27px;}

.t1{ -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
.t2{ -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
.t3{ -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } 


.slider{ max-width: 1100px; margin: 0px auto; }
.nextSlide,.prevSlide{ position: absolute; width: 80px; cursor: pointer; height: 80px; top: 50%; bottom: 50%; margin-top: -90px;
                       -ms-transform: rotate(45deg);
                       -webkit-transform: rotate(45deg); 
                       transform: rotate(45deg); 
                       background: #ddd2cb;
}
.nextSlide{ right: -40px;}
.prevSlide{ left: -40px;}

.space10{ height: 10px; }
.space20{ height: 20px; }
.space70{ height: 70px; }
.relative{ position: relative;}
.textCenter{ text-align: center;}
.light{ font-family: 'gothamlight' !important; }
.bold{ font-family: 'gothambold' !important; }
.color_blue{ color: #37b5c0 !important; }
.bg_blue{ background: #37b5c0;}
.bg_pink{ background: #dd005b;}
.bg_white{ background: #FFF; }
.bg_white .h3,.bg_white .absoluteContent .wCont{  color: #dd005b !important; }
.bg_yellow{ background: #ddd2cb; }
.bg_yellow .h3,.bg_yellow .absoluteContent .wCont{color: #025FA5!important; }
.bg_yellow .spaginete a{ color: #FFF;}
.bg_pink .spaginete a{ color: #000;}
.box_bg{ width: 100%;}
.right{ float: right;}
.left{ float: left;}

.h1{ color: #dd005b; font-size: 50px; font-family: 'gothambold'; margin-bottom: 20px;}
.h2{ color: #dd005b; font-size: 26px; font-family: 'gothambold'; margin-bottom: 20px; line-height: 30px; }
.h3{ color: #FFF; font-size: 20px; font-family: 'gothambold'; margin-bottom: 20px; }

.footer .container_full{ background: #484848;}
.footer .footer_line{ width: 60%; height: 1px; background: #bbbbbb; margin: 50px auto; }
.footer .copyright{ color: #bbbbbb; font-size: 13px; padding: 10px 80px; line-height: 50px; font-family: 'gothamlight';}
.footer .copyright a{ display: block; width: 150px; float: right;}
.footer .wContent{ padding: 20px 80px; font-family: 'gothamlight'; font-size: 12px; color: #bbbbbb; line-height: 16px; }
.footer .wCont{ padding: 0px;}
.footer .h2{ font-family: gothammedium; color: #FFF; margin-top: 50px; margin-bottom: 25px; font-size: 15px;}
.footer .emailBox input{ width: 70%; width: calc(100% - 110px); height: 30px; float: left; background: #FFF; border: none; padding: 5px 10px; outline: none; }
.footer .emailBox a{ display: block; width: 90px; font-family: 'gothambold'; height: 40px; float: left; background: #FFF; cursor: pointer; color: #444; line-height: 40px; text-align: center;}
.footer .social a{ width: 25px; height: 25px; margin-left: 10px; cursor: pointer; float: left; background: url('../img/footer_social.png'); display: block;}
.footer .social a.facebook{ margin-left: 0px;}
.footer .social a.twitter{ background-position: -25px 0px; }
.footer .social a.youtube{ background-position: -50px 0px; }
.footer .social a.instagram{ background-position: -75px 0px; }

.wRow{ margin: 0px -15px;}
.wRow_66{ width: 66.66%; float: left; }
.wRow_40{ width: 40%; float: left; }
.wRow_60{ width: 60%; float: left; }
.wRow_70{ width: 70%; float: left; }
.wRow_25{ width: 25%; float: left; }
.wRow_20{ width: 20%; float: left;}
.wRow_30{ width: 30%; float: left; }
.wRow_50{ width: 50% !important; float: left; }
.wRow_33{ width: 33.33%; float: left; }
.wRow_16{ width: 16.66%; float: left; }
.wCont{ padding: 0px 15px; }

.brand_list{ margin-bottom: 50px; margin-top: 50px;}
.brand_list .wCont img{ border: 2px solid #d5d5d5; max-width: 100%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.satis_n{ margin: 100px auto; }

.instagramList.wRow{ margin: 100px 0px;}
.instagramList .wCont{ padding: 0px; position: relative;}
.instagramList.wRow img{ width: 100%; display: block;}
.col_2_b{ position: absolute; width: 100%; left: 0px; bottom: 0px; height: 3px; display: block; background: #FFF; }
.col_2_r{ position: absolute; width: 3px; right: 0px; top: 0px; height: 100%; display: block; background: #FFF; }

.main{ min-height: 400px; margin-bottom: 100px; }

.breadcrumbs{ border-bottom: 1px solid #2cb8c4; min-height: 40px; margin-bottom: 60px; }
.breadcrumbs ul li{ float: left; }
.breadcrumbs ul > span{ float: left; display: block; font-size: 26px; font-family: 'gothamlight'; color: #2cb8c4; }
.breadcrumbs ul li a{ font-size: 26px; text-decoration: none; font-family: 'gothamlight'; color: #2cb8c4; display: inline-block; padding: 0px 10px; cursor: pointer; }

.contactForm input,.contactForm textarea{ width: 100%; height: 45px; border: 3px solid #37b5c0; border-left: 10px solid #37b5c0; padding: 0px 15px;  font-family: 'gothambold';
                                          font-size: 20px; padding-top: 5px; max-width: calc(100% - 43px); margin-bottom: 23px; outline: none; color: #37b5c0;
}
.contactForm input.formError:focus,.contactForm textarea.formError:focus{ background: #CB462C !important; color: #FFF !important; }
.formError{ color: #CB462C !important; border-color:#CB462C !important; }

.formError::-webkit-input-placeholder{ color:#CB462C!important; }
.formError::-moz-placeholder{ color:#CB462C !important; } /* firefox 19+ */
.formError:-ms-input-placeholder{ color:#CB462C !important; } /* ie */
input.formError:-moz-placeholder { color:#CB462C !important; }
.error_text{ font-family: 'gothamlight'; color: #000;}
.contactForm input:focus,.contactForm textarea:focus{ background: #37b5c0; color: #FFF; }
.contactForm textarea{ width: 100%; max-width: calc(100% - 43px); height: 150px; resize: none; }

.btn_type1{ border: 3px solid #37b5c0; color: #37b5c0; cursor: pointer; display: inline-block; padding: 10px 20px; font-family: 'gothammedium'; font-size: 20px; background: #FFF; }
.btn_type1:hover{ background: #37b5c0; color: #FFF;}

.line{ height: 1px; background: #37b5c0; margin:50px 0px;}

.contactForm ::-webkit-input-placeholder ,.ugForm ::-webkit-input-placeholder { color:#37b5c0; }
.contactForm ::-moz-placeholder,.ugForm ::-moz-placeholder { color:#37b5c0; } /* firefox 19+ */
.contactForm :-ms-input-placeholder,.ugForm :-ms-input-placeholder { color:#37b5c0; } /* ie */
.contactForm input:-moz-placeholder,.ugForm input:-moz-placeholder { color:#37b5c0; }

.contact_title{ padding-left: 70px; font-family: 'gothammedium'; font-size: 25px; color: #37b5c0; line-height: 40px; margin-bottom: 20px;  }
.contact_title i{ width: 39px; height: 39px; background: url('../img/icon_1.png'); display: block; float: left; margin-right: 26px;}
.addressText{ padding-left: 140px; font-family: 'gothamlight'; font-size: 20px; line-height: 30px; margin-bottom: 20px;}

.tibbisozluk{ font-family:'gothamlight'; line-height: 30px; }
.tibbisozluk li{ margin-bottom: 15px;}

.pcontent p{ margin-bottom: 15px; }
.blogList li{ border-bottom: 1px dashed #CCC; margin-bottom: 50px; padding-bottom: 50px; }
.blogTitle{ font-family:'gothambold'; font-size: 25px; margin-bottom: 25px; float: left; }
.blogExcerpt{ margin-bottom: 15px; float: left;  }
.blogReadMore{font-family:'gothambold'; }

.absoluteContent{ width: 100%; height: 100%; z-index: 2; top: 0px; left: 0px; position: absolute; z-index: 2;}
.absoluteContent img{ width: 100%; }
.absoluteContent .wCont{ padding: 60px; font-family:'gothamlight'; color: #FFF; font-size: 18px; line-height: 25px; }
.absoluteContent .wCont p{ margin-bottom: 30px;}

.absoluteContent .h3{ font-size: 25px; margin-bottom: 30px;}

.blogDetailImage{
    max-width: 350px;
    margin-right: 30px;
    margin-bottom: 16px;
    float: left;
}

.arrow-right {
    width: 0; z-index: 4;
    height: 0; position: absolute; left: 0px; bottom: 40px;
    border-top: 30px solid transparent;
    border-bottom:30px solid transparent;
    border-left: 30px solid #37b5c0;
}
.arrow-bottom{ top: 90% !important; }
.arrow-right.border_bg_pink{
    border-left: 30px solid #dd005b; top: 40px;
}
.arrow-left.border_bg_pink{
    border-right: 30px solid #dd005b; top: 40px;
}
.arrow-right.border_bg_white{
    border-left: 30px solid #FFF; top: 40px;
}
.arrow-right.border_bg_yellow{
    border-left: 30px solid #ddd2cb ;top: 40px;
}
.arrow-left {
	width: 0;  z-index: 4;
	height: 0; 
         position: absolute; right: 0px; bottom: 40px;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-right:30px solid #37b5c0; 
}
.arrow-left.border_bg_blue{
    border-right: 30px solid #37b5c0; top: 40px;
}


.brandList li,.brand{ margin-bottom: 10px; position: relative;}
.bName1,.bName2{ background: #37b5c0; padding: 10px 120px; display: inline-block;
                 position: absolute; top: 40%;font-family:'gothamlight'; font-size: 20px; color: #FFF; 
}
.brand{ margin-bottom: 70px;}
.brand .bName1,.brand .bName2{ top: 55%; }
.bName1{ left: 0px;}
.bName2{ right: 0px; top: 60%; }

.sidebar li a{
    font-family:'gothambold'; line-height: 20px; font-size: 13px; color: #37b5c0;
    padding: 3px 5px; padding-left: 30px; cursor: pointer; display: block;
}
.sidebar li a:hover,.sidebar li a.active{ color: #dd005b; background-image:url('../img/arrow_1.png');  background-repeat: no-repeat; background-position: 5px 3px; }

.product_list .wRow_33{ margin-bottom: 50px; color: #37b5c0; line-height: 25px;  }
.product_list .wRow_33 img{ border: 1px solid #37b5c0; margin-top: 5px; margin-bottom: 15px; }

.productImageDetail > img{ border: 1px solid #37b5c0; margin-bottom: 15px; }

.brandDetail{ line-height: 35px; padding-top: 15px; font-size: 21px; color: #37b5c0; }
.productCode{ color: #37b5c0; line-height: 25px; margin:50px 0px; font-family:'gothamlight'; font-size: 18px; }

.productDescription{ font-family:'gothamlight'; line-height: 25px; color: #4d4d4d; }
.productDescription .h2{ font-size: 16px; color: #37b5c0;}

.productDetailList{ padding-left: 70px;}

#tab-container{ position: relative;}
.etabs { margin: 0; padding: 0; position: relative; }
.tab { display: inline-block; *display:inline; float: left; background: #FFF; width: 33.33%; border-top: 1px solid #37b5c0; position: relative;}
.tab a { font-size: 14px; line-height: 30px; text-align: center; display: block; padding: 5px 10px; outline: none; font-family:'gothambold'; color: #37b5c0; font-size: 14px; }
.tab.active { background: #fff; position: relative; border-color: #dd005b;}
.tab a.active {  color: #dd005b;  }
.tab-container .panel-container { background: #fff; color: #4d4d4d; border: solid #dd005b 1px; padding: 30px; font-family: 'gothamlight'; font-size: 14px; line-height: 20px; }
.panel-container { margin-bottom: 10px; }
.border_bottom_white.active{ width: 100%; width: calc(100% - 1px); height: 1px; background: #FFF; bottom: -1px; left: 1px; position: absolute;}
.bbw2{ width: calc(100% - 0.5px) !important; }
.tabLine{ width: 1px; height: 41px; position: absolute; background:#37b5c0; z-index: 2;}
.tabLine.active{ background: #dd005b; }
.line_2{ left: 33.33%;}
.line_3{ left: 66.66%;}
.line_4{ right:0px;}

.ugForm{ max-width: 400px; margin: 0px auto; font-family: 'gothambold'; font-size: 14px; color: #dd005b;}
.col_border{ border: 1px solid #37b5c0; width: 100%; width: calc(100% - 40px); padding: 0px 20px; height: 40px; text-align: center; line-height: 40px; border-bottom: none;}
.ugForm input{ width: 100%; width: calc(100% - 30px); height: 35px;  font-family: 'gothambold'; border: 1px solid #37b5c0; border-bottom: none; padding: 0px 15px; outline: none;  }
.ugForm textarea{ width: 100%; width: calc(100% - 30px); height: 100px;  font-family: 'gothambold'; resize: none; border: 1px solid #37b5c0; padding:15px;  outline: none; }

.ugForm button{ border: 1px solid #37b5c0; float: right; margin-top: 10px;}

.product_social a{ width: 21px; height: 21px; background: url('../img/product_social.png'); cursor: pointer; display: block; float: left; margin-left: 10px; }
.product_social span{ display: block; float: left; color: #dd005b; font-size: 14px; font-family: 'gothamlight'; letter-spacing: 1px; line-height: 23px; }
.product_social > img{ float: left; margin-left: 15px; margin-top: 4px;}
.product_social a.twitter{ background-position: -21px 0px; }
.product_social a.youtube{ background-position: -42px 0px; }
.product_social a.linkedin{ background-position: -63px 0px; }
.product_social a.instagram{ background-position: -84px 0px; }

.line_80{ height: 80%; width: 1px; background: #FFF; top: 10%; position: absolute; right: 0;}

.sbox_text{ display: none;}
.sbox_text.active{ display: block;}
.sbox_image{ display: none;}
.sbox_image.active{ display: block;}
.sbox_footer{ height: 30px; position: absolute; bottom: 30px; left: 0px; width: 100%;}
.all_link{ margin-left: 60px; color: #FFF; font-family: 'gothamlight'; font-size: 14px; display: inline-block; float: left; }
.spaginete{ display: inline-block; float: right; margin-right: 60px; }
.spaginete a{ width: 25px; text-align: center; line-height: 21px; border: 1px solid #FFF; height: 20px; background: #FFF; display: block; float: left; margin-left: 10px; cursor: pointer;}
.spaginete a.active{ border: 1px solid #444; }
.duyurular .spaginete a{ background: #025FA5; }
.duyurular .all_link{ color: #dd005b;}
.sboxVideo{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px;}
.pressList li{ margin-bottom: 30px;}
.pressList li.wRow_50{ margin-bottom: 60px;}
.pressList .wRow_50 .wCont { padding: 0px 30px; }

.ibox126 > img{ width: 100%;}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.pager li > a,
.pager li > span {
	color: #434A54;
	border-color: #CCD0DB;
}
.pager.square li > a,
.pager.square li > span {
	border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
	color: #434A54;
	background-color: #F5F7FA;
	border-color: #CCD0DB;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #AAB2BD;
	border-color: #CCD0DB;
}

.pagination.square > li:first-child > a,
.pagination.square > li:first-child > span {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.pagination.square > li:last-child > a,
.pagination.square > li:last-child > span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.pagination.separated > li > a,
.pagination.separated > li > span {
	margin: 0 2px;
	border-radius: 4px;
}
.pagination.separated-square > li > a,
.pagination.separated-square > li > span {
	margin: 0 2px;
	border-radius: 0px;
}
.pagination > li > a,
.pagination > li > span {
	color: #434A54;
	border-color: #CCD0DB;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #434A54;
	background-color: #F5F7FA;
	border-color: #CCD0DB;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #434A54;
	border-color: #434A54;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #AAB2BD;
	border-color: #CCD0DB;
}

.pager.primary > li > a,
.pager.primary > li > span,
.pagination.primary > li > a,
.pagination.primary > li > span {
	color: #37BC9B;
}
.pagination.primary > .active > a,
.pagination.primary > .active > span,
.pagination.primary > .active > a:hover,
.pagination.primary > .active > span:hover,
.pagination.primary > .active > a:focus,
.pagination.primary > .active > span:focus {
	background-color: #37BC9B;
	border-color: #37BC9B;
	color: #fff;
}

.pager.success > li > a,
.pager.success > li > span,
.pagination.success > li > a,
.pagination.success > li > span {
	color: #8CC152;
}
.pagination.success > .active > a,
.pagination.success > .active > span,
.pagination.success > .active > a:hover,
.pagination.success > .active > span:hover,
.pagination.success > .active > a:focus,
.pagination.success > .active > span:focus {
	background-color: #8CC152;
	border-color: #8CC152;
	color: #fff;
}

.pager.info > li > a,
.pager.info > li > span,
.pagination.info > li > a,
.pagination.info > li > span {
	color: #3BAFDA;
}
.pagination.info > .active > a,
.pagination.info > .active > span,
.pagination.info > .active > a:hover,
.pagination.info > .active > span:hover,
.pagination.info > .active > a:focus,
.pagination.info > .active > span:focus {
	background-color: #3BAFDA;
	border-color: #3BAFDA;
	color: #fff;
}

.pager.danger > li > a,
.pager.danger > li > span ,
.pagination.danger > li > a,
.pagination.danger > li > span {
	color: #E9573F;
}
.pagination.danger > .active > a,
.pagination.danger > .active > span,
.pagination.danger > .active > a:hover,
.pagination.danger > .active > span:hover,
.pagination.danger > .active > a:focus,
.pagination.danger > .active > span:focus {
	background-color: #E9573F;
	border-color: #E9573F;
	color: #fff;
}

.pager.warning > li > a,
.pager.warning > li > span ,
.pagination.warning > li > a,
.pagination.warning > li > span {
	color: #F6BB42;
}
.pagination.warning > .active > a,
.pagination.warning > .active > span,
.pagination.warning > .active > a:hover,
.pagination.warning > .active > span:hover,
.pagination.warning > .active > a:focus,
.pagination.warning > .active > span:focus {
	background-color: #F6BB42;
	border-color: #F6BB42;
	color: #fff;
}


.pager.block-color > li > a,
.pager.block-color > li > span,
.pagination.block-color > li > a,
.pagination.block-color > li > span {
	color: #fff;
	background-color: #434A54;
	border-color: #656D78;
}
.pager.block-color > li > a:hover,
.pager.block-color > li > span:hover,
.pager.block-color > li > a:focus,
.pager.block-color > li > span:focus,
.pagination.block-color > li > a:hover,
.pagination.block-color > li > span:hover,
.pagination.block-color > li > a:focus,
.pagination.block-color > li > span:focus {
	color: #fff;
	background-color: #3E434D;
	border-color: #656D78;
}
.pagination.block-color > .active > a,
.pagination.block-color > .active > span,
.pagination.block-color > .active > a:hover,
.pagination.block-color > .active > span:hover,
.pagination.block-color > .active > a:focus,
.pagination.block-color > .active > span:focus {
	background-color: #2E363E;
	border-color: #656D78;
	color: #fff;
}
.pager.block-color > .disabled > span,
.pager.block-color > .disabled > span:hover,
.pager.block-color > .disabled > span:focus,
.pager.block-color > .disabled > a,
.pager.block-color > .disabled > a:hover,
.pager.block-color > .disabled > a:focus,
.pagination.block-color > .disabled > span,
.pagination.block-color > .disabled > span:hover,
.pagination.block-color > .disabled > span:focus,
.pagination.block-color > .disabled > a,
.pagination.block-color > .disabled > a:hover,
.pagination.block-color > .disabled > a:focus {
	color: #AAB2BD;
	border-color: #656D78;
}

.pager.primary.block-color > li > a,
.pager.primary.block-color > li > span,
.pagination.primary.block-color > li > a,
.pagination.primary.block-color > li > span {
	color: #fff;
	background-color: #37BC9B;
	border-color: #48CFAD;
}
.pager.primary.block-color > li > a:hover,
.pager.primary.block-color > li > span:hover,
.pager.primary.block-color > li > a:focus,
.pager.primary.block-color > li > span:focus,
.pagination.primary.block-color > li > a:hover,
.pagination.primary.block-color > li > span:hover,
.pagination.primary.block-color > li > a:focus,
.pagination.primary.block-color > li > span:focus {
	background-color: #31B495;
}
.pagination.primary.block-color > .active > a,
.pagination.primary.block-color > .active > span,
.pagination.primary.block-color > .active > a:hover,
.pagination.primary.block-color > .active > span:hover,
.pagination.primary.block-color > .active > a:focus,
.pagination.primary.block-color > .active > span:focus {
	background-color: #29A789;
	border-color: #48CFAD;
	color: #fff;
}
.pager.primary.block-color > .disabled > span,
.pager.primary.block-color > .disabled > span:hover,
.pager.primary.block-color > .disabled > span:focus,
.pager.primary.block-color > .disabled > a,
.pager.primary.block-color > .disabled > a:hover,
.pager.primary.block-color > .disabled > a:focus, 
.pagination.primary.block-color > .disabled > span,
.pagination.primary.block-color > .disabled > span:hover,
.pagination.primary.block-color > .disabled > span:focus,
.pagination.primary.block-color > .disabled > a,
.pagination.primary.block-color > .disabled > a:hover,
.pagination.primary.block-color > .disabled > a:focus {
	color: #fff;
	color: rgba(255,255,255,0.5);
	border-color: #48CFAD;
	background-color: #37BC9B;
}

.pager.success.block-color > li > a,
.pager.success.block-color > li > span,
.pagination.success.block-color > li > a,
.pagination.success.block-color > li > span {
	color: #fff;
	background-color: #8CC152;
	border-color: #A0D468;
}
.pager.success.block-color > li > a:hover,
.pager.success.block-color > li > span:hover,
.pager.success.block-color > li > a:focus,
.pager.success.block-color > li > span:focus,
.pagination.success.block-color > li > a:hover,
.pagination.success.block-color > li > span:hover,
.pagination.success.block-color > li > a:focus,
.pagination.success.block-color > li > span:focus {
	background-color: #83B94B;
}
.pagination.success.block-color > .active > a,
.pagination.success.block-color > .active > span,
.pagination.success.block-color > .active > a:hover,
.pagination.success.block-color > .active > span:hover,
.pagination.success.block-color > .active > a:focus,
.pagination.success.block-color > .active > span:focus {
	background-color: #74A73E;
	border-color: #A0D468;
	color: #fff;
}
.pager.success.block-color > .disabled > span,
.pager.success.block-color > .disabled > span:hover,
.pager.success.block-color > .disabled > span:focus,
.pager.success.block-color > .disabled > a,
.pager.success.block-color > .disabled > a:hover,
.pager.success.block-color > .disabled > a:focus,
.pagination.success.block-color > .disabled > span,
.pagination.success.block-color > .disabled > span:hover,
.pagination.success.block-color > .disabled > span:focus,
.pagination.success.block-color > .disabled > a,
.pagination.success.block-color > .disabled > a:hover,
.pagination.success.block-color > .disabled > a:focus {
	color: #fff;
	color: rgba(255,255,255,0.5);
	border-color: #A0D468;
	background-color: #8CC152;
}

.pager.info.block-color > li > a,
.pager.info.block-color > li > span, 
.pagination.info.block-color > li > a,
.pagination.info.block-color > li > span {
	color: #fff;
	background-color: #3BAFDA;
	border-color: #4FC1E9;
}
.pager.info.block-color > li > a:hover,
.pager.info.block-color > li > span:hover,
.pager.info.block-color > li > a:focus,
.pager.info.block-color > li > span:focus,
.pagination.info.block-color > li > a:hover,
.pagination.info.block-color > li > span:hover,
.pagination.info.block-color > li > a:focus,
.pagination.info.block-color > li > span:focus {
	background-color: #31A5D1;
}
.pagination.info.block-color > .active > a,
.pagination.info.block-color > .active > span,
.pagination.info.block-color > .active > a:hover,
.pagination.info.block-color > .active > span:hover,
.pagination.info.block-color > .active > a:focus,
.pagination.info.block-color > .active > span:focus {
	background-color: #2993BC;
	border-color: #4FC1E9;
	color: #fff;
}
.pager.info.block-color > .disabled > span,
.pager.info.block-color > .disabled > span:hover,
.pager.info.block-color > .disabled > span:focus,
.pager.info.block-color > .disabled > a,
.pager.info.block-color > .disabled > a:hover,
.pager.info.block-color > .disabled > a:focus,
.pagination.info.block-color > .disabled > span,
.pagination.info.block-color > .disabled > span:hover,
.pagination.info.block-color > .disabled > span:focus,
.pagination.info.block-color > .disabled > a,
.pagination.info.block-color > .disabled > a:hover,
.pagination.info.block-color > .disabled > a:focus {
	color: #fff;
	color: rgba(255,255,255,0.5);
	border-color: #4FC1E9;
	background-color: #3BAFDA;
}

.pager.danger.block-color > li > a,
.pager.danger.block-color > li > span ,
.pagination.danger.block-color > li > a,
.pagination.danger.block-color > li > span {
	color: #fff;
	background-color: #E9573F;
	border-color: #FC6E51;
}
.pager.danger.block-color > li > a:hover,
.pager.danger.block-color > li > span:hover,
.pager.danger.block-color > li > a:focus,
.pager.danger.block-color > li > span:focus,
.pagination.danger.block-color > li > a:hover,
.pagination.danger.block-color > li > span:hover,
.pagination.danger.block-color > li > a:focus,
.pagination.danger.block-color > li > span:focus {
	background-color: #DB5036;
}
.pagination.danger.block-color > .active > a,
.pagination.danger.block-color > .active > span,
.pagination.danger.block-color > .active > a:hover,
.pagination.danger.block-color > .active > span:hover,
.pagination.danger.block-color > .active > a:focus,
.pagination.danger.block-color > .active > span:focus {
	background-color: #CB462C;
	border-color: #FC6E51;
	color: #fff;
}
.pager.danger.block-color > .disabled > span,
.pager.danger.block-color > .disabled > span:hover,
.pager.danger.block-color > .disabled > span:focus,
.pager.danger.block-color > .disabled > a,
.pager.danger.block-color > .disabled > a:hover,
.pager.danger.block-color > .disabled > a:focus,
.pagination.danger.block-color > .disabled > span,
.pagination.danger.block-color > .disabled > span:hover,
.pagination.danger.block-color > .disabled > span:focus,
.pagination.danger.block-color > .disabled > a,
.pagination.danger.block-color > .disabled > a:hover,
.pagination.danger.block-color > .disabled > a:focus {
	color: #fff;
	color: rgba(255,255,255,0.5);
	border-color: #FC6E51;
	background-color: #E9573F;
}

.pager.warning.block-color > li > a,
.pager.warning.block-color > li > span,
.pagination.warning.block-color > li > a,
.pagination.warning.block-color > li > span {
	color: #fff;
	background-color: #F6BB42;
	border-color: #FFCE54;
}
.pager.warning.block-color > li > a:hover,
.pager.warning.block-color > li > span:hover,
.pager.warning.block-color > li > a:focus,
.pager.warning.block-color > li > span:focus,
.pagination.warning.block-color > li > a:hover,
.pagination.warning.block-color > li > span:hover,
.pagination.warning.block-color > li > a:focus,
.pagination.warning.block-color > li > span:focus {
	background-color: #EDB239;
}
.pagination.warning.block-color > .active > a,
.pagination.warning.block-color > .active > span,
.pagination.warning.block-color > .active > a:hover,
.pagination.warning.block-color > .active > span:hover,
.pagination.warning.block-color > .active > a:focus,
.pagination.warning.block-color > .active > span:focus {
	background-color: #DEA531;
	border-color: #FFCE54;
	color: #fff;
}
.pager.warning.block-color > .disabled > span,
.pager.warning.block-color > .disabled > span:hover,
.pager.warning.block-color > .disabled > span:focus,
.pager.warning.block-color > .disabled > a,
.pager.warning.block-color > .disabled > a:hover,
.pager.warning.block-color > .disabled > a:focus,
.pagination.warning.block-color > .disabled > span,
.pagination.warning.block-color > .disabled > span:hover,
.pagination.warning.block-color > .disabled > span:focus,
.pagination.warning.block-color > .disabled > a,
.pagination.warning.block-color > .disabled > a:hover,
.pagination.warning.block-color > .disabled > a:focus {
	color: #fff;
	color: rgba(255,255,255,0.5);
	border-color: #FFCE54;
	background-color: #F6BB42;
}

.listResult{ margin-top: 30px;}
.divTableTr{ background: #FFF; }
.divTableTr .wCont{ padding: 10px 20px; }
.divTableHead{ line-height: 50px; font-family: 'gothambold'; font-size: 23px; margin-bottom: 15px; }
.divTable .odd { background: #F6f6f6;}
.overlay{ width: 100%; height: 100%; background: rgba(255,255,255,0.9); position: fixed; left: 0px; top: 0px; display: none;}
.overlay > img{ position: absolute; left: 50%; right: 50%; top: 50%; bottom: 50%; margin-left: -16px; margin-top: -16px; }
.t404{ font-size:40px; text-align: center; margin-top: 100px; line-height: 60px; }
.mobileNav{ background: url('../img/nav.png'); width: 45px; height: 45px; display: block; position: absolute; cursor: pointer; top: 67px; right: 0px; display: none; }
.closeNav{ display: none; }
.m{ display: none;}
@media all and (min-width: 100px) and (max-width: 1090px) {
    .brand_list img{ margin: 0px auto; margin-bottom: 30px;  }
    .breadcrumbs ul li a{font-size: 14px;}
    .mobileNav{ display: block; }
    .header .nav{ position: fixed; left: 0px; top: -100%; width: 100%; height: 100%; background: rgba(44,184,196,0.90); z-index: 666;}
    .header .nav li{ width: 100%; text-align: center; height: 16.66%;}
    .closeNav{ display: block;}
    .header .nav li span{display: none;}
    .header .social{ display: none;}
    .spaginete{ position: absolute; right: 20px; bottom: -10px; margin-right: 0px;}
}
@media all and (min-width: 769px) and (max-width: 1090px) {
    .container,.slider,.container_full{ max-width: 90%; }
    .nextSlide,.prevSlide{ width: 50px; height: 50px; margin-top: -60px;}
    .nextSlide{ right: -25px;}
    .prevSlide{ left: -25px;}
    .absoluteContent .wCont{ padding: 30px;}
    .slide_box_1 .sbox_text_3{ font-size: 14px !important; line-height: 18px !important;}
    .footer .wRow_33{ width: 50%;}
    .w768hide{ display: none;}
    .footer .wContent{ padding-left: 40px; padding-right: 40px;}
    .col_f2{ text-align: right;}
    .col_f2 .social{float: right;}
    .footer .wCont{ padding: 0px 15px;}
}
@media all and (min-width: 769px) and (max-width: 900px) {
    .nextSlide,.prevSlide{ width: 35px;height: 35px; margin-top: -55px;}
    .nextSlide{ right: -17.5px;}
    .prevSlide{ left: -17.5px;}
    .absoluteContent .wCont{ font-size: 16px; }
    .slide_box_1 .sbox_text_3{ font-size: 12px !important; line-height: 14px !important;}
}
@media all and (min-width: 200px) and (max-width: 768px) {
    .m{ display: block;}
    .brandchange{ margin-bottom: 30px;}
    .footer .container_full{max-width: 100%; margin: 0px;}
    .mblock{ display: block !important;}
    .mabsolue{ position: absolute !important;}
    .mPl{ margin: 0px;}
    .instaCol{ display: none;}
    .absoluteContent .h3{ font-size: 20px;}
    .wRow_25{ width: 50%;}
    .wRow_40,.wRow_60{ width: 100%;}
    .productDetailList{ padding-left: 20px;}
    .pTabL{ margin-bottom: 70px;}
    .product_list .wRow_33{ width: 50%;}
    .address{ margin-top: 70px;}
    .addressText,.contact_title{ padding-left: 0px;}
    .divTableHead{ display: none;}
    .divTableTr .wRow_40{ width: 100%; font-family: 'gothambold';}
    .divTableTr .wRow_20{ width:100%;}
    .snokt .wRow_25{ width: 100%;}
    html{ overflow-x: hidden;}
    .absoluteContent{ position: relative;}
    .box_bg{ display: none;}
    .sidebar{ display: none;}
    .headNav{ display: none;}
    .h1{ font-size: 35px; }
    .h2{ font-size: 20px; }
    .h3{ font-size: 16px; }
    .container,.slider,.container_full{ max-width: 90%; }
    .nextSlide,.prevSlide{ width: 50px; height: 50px; margin-top: -60px;}
    .nextSlide,.prevSlide{ display: none;}
    .absoluteContent .wCont{ padding: 30px; padding-bottom: 60px;}
    .wRow_50,.wRow_70{ width: 100% !important; }
    .wRow_33{ width: 100%;}
    .col_f3,.col_f2{ display: none;}
    .instagramList.wRow,.satis_n{ margin: 40px auto;}
    .footer{text-align: center;}
    .footer .wContent{ padding-left: 20px; padding-right: 20px;}
    .footer_line{ margin-top: 20px !important; margin-bottom: 20px !important; }
    .footer .wRow_33{ width: 100%;}
    .footer .copyright a{ float: none; margin-left: auto; margin-right: auto; }
    .mbhlarge{ min-height: 300px;}
    .slide_box_1 .sbox_text_3{ font-size: 14px !important; line-height: 18px !important;}
    .absoluteContent .wCont{ font-size: 14px; line-height: 20px;}
    .arrow-right.border_bg_yellow{
        border-top: 30px solid #ddd2cb;
        top: 0px;
    }
    .arrow-right.border_bg_pink{
        border-top: 30px solid #dd005b;
    }
    .arrow-right{
        width: 0; 
	height: 0; 
	border-left: 30px solid transparent !important;
	border-right: 30px solid transparent !important;
        top: 0px; left: 30px;
	border-top: 30px solid #37b5c0;
    }
    .arrow-left.border_bg_blue{
        border-bottom: 30px solid #37b5c0;
    }
    .arrow-left{
        width: 0; 
	height: 0; 
	border-left: 30px solid transparent !important;
	border-right: 30px solid transparent !important;
        top: 100% !important; right: 30px; margin-top: -60px;
	border-bottom: 30px solid #dd005b;
    }
}
@media all and (max-width: 350px) {
    .slide_box_1 .sbox_text_3 br{ display: none;}
}