/*-----------------------------------------------------------------------------------*/
/*	0. RESET
/*-----------------------------------------------------------------------------------*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	1. GENERAL
/*-----------------------------------------------------------------------------------*/

body {
  background: #fff;
  width: 100% !important;
  height: 100% !important;
  font-family: Calibri,Trebuchet MS,Arial,Helvetica,sans-serif;
  font-size: 1.5rem !important;
  color: #737373;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

body .body {
	height: 100%;
}

body #body-container {
	height: 100%;
}


html {
    width: 100%;
    height: 100%;
    font-size: 12px;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0; }

.clear {
  clear: both;
}


p {
 margin: 0 0 15px;
}

body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
a {color: #00458f;text-decoration: none !important;outline: none !important;}
a:hover, a.active {color: #cf0e3e;text-decoration: none;}
:focus {outline: none;}



.link-effect {
    position: relative;
}
.link-effect:hover {
    color: #471A6D2

}
.link-effect:after {
    width: 0;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    background-color: #71A6D2;
    transition: all 0.3s ease-out;
    content: "";
}
.link-effect:hover:after {
    width: 100%
}

.arrows i {
  margin-right: 5px;
}


ul.arrows li::before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 13px;
    margin-left: 5px;
    margin-right: 5px;
 }


.flag-lang{
  width:25px;
}

.table{
 font-size:14px;
}

.panel-heading h4::after {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f0d7";
    display: inline-block;
    width: auto;
    margin-left: 10px;
    position: absolute;
}

.panel-heading h4{
   padding-bottom:0px;

}

.czerwony-marker {
    background-color: #e32227;
    display: inline-block;
    color: #fff;
    padding: 5px 20px;
    font-weight: bold;
}


.zolty-marker {
    background-color: #f3d719;
    color: #333;
    padding: 0px 10px !important;
}


.large-icon{
    color: #a1a1a1;
    font-size: 45px;
    line-height: 48px;
}

.width-100 {
    width: 100% !important;
}

/*-----------------------------------------------------------------------------------*/
/*	10. INTRO HALF
/*-----------------------------------------------------------------------------------*/

.page-title {
    position: relative;
    background-position: center center;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.title-holder {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}


.title-text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.title-text h1 {
   font-size: 48px;
   font-family:"Helios Cond", Georgia, "Times New Roman", Times, serif;
   padding-top: 176px;
   text-shadow: 1px 1px #000;
}

.page-title .container {
  height: 340px;
}

@media (max-width: 991px) {
.page-title {
    margin-top: 35px;
}

 .title-text h1 {
  padding-top:70px;
  font-size: 36px;
}

.page-title .container {
  height: 200px;
}
}



.breadcrumb {
  padding:0px;
  background-color: transparent;
  color: #888;

  display: inline-block;
  font-family: "Helios Cond", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  padding: 2px 10px 3px 0;
  vertical-align: middle;
}

.breadcrumb-outer .breadcrumb {
    margin-bottom: 0px;
    font-size: 14px;
}

.breadcrumb-navigation {
    border-bottom: 1px solid #ececec;
    padding: 15px 0;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}

.below-navigation {
    margin-top: 120px;
}
.clear-both {
    clear: both;
}


.post-title {
    padding: 40px 0;
}




.sidebar-style2 .widget {
    border: 1px solid rgba(0,0,0,.1);
    position: relative;
    
}

.sidebar-style2 h5 {
    text-align: center;
    top: -10px;
    position: absolute;
    left: 0;
    right: 0;
}


.sidebar-style2 .title-border span {
    background: #fff;
    padding: 0 20px;
    display: inline-block;
}



.post-date {
    position: absolute;
    top: 40px;
    left: 10px;
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0,0,0,.1);
    z-index: 2;
    display: inline-block;
    min-width: 53px;
    text-align: center;
}


.post-day {
    padding-top: 4px;
    font-size: 24px;
}
.post-day, .post-month {
    display: block;color: #1B1919;
}




/*-----------------------------------------------------------------------------------*/
/*	2. NAVBAR
/*-----------------------------------------------------------------------------------*/


.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid #333;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  background-color: #fff;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
}



.navbar-custom .navbar-brand {
    font-size: 22px;
    letter-spacing: -0.02em;
    text-transform: none;
    padding: 12px 5px 12px 15px; }
    

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(0,0,0,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li a.active {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li a.active:hover {
    color: #fff;
}

@media(min-width:768px) {
   .navbar-custom {
       padding: 20px 0;
       border-bottom: 0;
       -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
       -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
       transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
       padding: 0;
       border-bottom: 1px solid rgba(255,255,255,.3);
       background: #fff;
    }
}

@media screen and (max-width:353px){
	.navbar .main-logo {
		width: 200px;
		height: 41px;
		background-size: 200px 41px;
		
	}
	
}

.navbar-brand{
 height:80px;
}

.nav{
 padding-top:15px;
}

.navbar-custom.top-nav-collapse .navbar-brand .main-logo{
 height:41px;
}

.navbar-custom.top-nav-collapse .nav  li a{
        color: #337ab7;

}

.navbar-toggle{
 padding:19px 20px;
 color:#fff;
}



.navbar-toggle .icon-bar {
    width: 27px;
    border-radius: 0;
    background: #999;
}


@media screen and (max-width:991px){
	.navbar .main-logo {
		height: 41px;
	}
}

@media (min-width: 991px) {
  .navbar-custom {
    padding: 30px;
    border-bottom: 0;
    letter-spacing: 1px;
    background-color: rgba(0,0,0,0.1);
    }

  .navbar-custom.top-nav-collapse {
    padding: 0 30px;
    background-color: #fff;
   }
}

@media (max-width: 991px) {
.navbar-custom .navbar-main .nav  li a{
        color: #337ab7;
  }
}



/*-----------------------------------------------------------------------------------*/
/*	3. ZOOM IMAGE
/*-----------------------------------------------------------------------------------*/


.image-row {

    overflow:hidden;
}

.image-row img {
    -webkit-transition: all 1s ease-in-out; /* Safari and Chrome */
    transition: all 1s ease-in-out;
}

.image-row:hover img {
    -webkit-transform:scale(1.1); /* Opera and Safari and Chrome */
    -ms-transform:scale(1.1); /* IE 9 */
    transform:scale(1.1);
}


.image-row .overlay {
    width: 100%;
    height: 100%;
    opacity: 0;
 }


/*-----------------------------------------------------------------------------------*/
/*	6. FOOTER
/*-----------------------------------------------------------------------------------*/


.footer-widgets .widget-title h4 {
    margin-bottom: 24px;
    color: #FFF;
}


.widget-title h4{
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(239, 242, 244, 0.2);
}

.widget-title{
    color: #fff;
}

.main-footer{
    padding: 20px 0px 20px;
}

@media (min-width: 992px) {
    .main-footer img,.site-logo img { max-width:220px; }   }

@media (min-width: 768px) and (max-width: 991px) {
    .main-footer img,.site-logo img { max-width:220px; } }
@media (min-width: 481px) and (max-width: 767px) {
    .main-footer img { max-width:220px; }
.site-logo img { max-width:200px; }
}

@media (max-width: 480px) {
.main-footer img { max-width:220px; }
.site-logo img { max-width:150px; }
}



.widget-title .iso{
  font-size:20px;      	
  color: #fff;
  font-weight:400;
  padding-top:20px;
  padding-bottom:10px;

}


@media (max-width: 991px) {
  .logo-footer, .iso {
    text-align: center;
    padding-bottom:20px;
  }

}

.footer-socials{
 text-align:right;
}

.contact{
  padding-top:10px;
  padding-bottom:10px;
  display:table;
  color:#f2f2f2;
  width:100%;
}

.contact .footer-addr{
  width:100%;
  display:table-row;

}

.contact .footer-addr .footer-text{
 width:90%;
 float:right;
 display:table-cell;
}

.contact .footer-addr .footer-icon{
 width:10%;
 font-size:14px;
 float:left;
 display:table-cell;

}


.contact a{
  color: #71A6D2;
}

.contact a:hover{
  color: #eff2f4;
  text-decoration:none;
}



/*-----------------------------------------------------------------------------------*/
/*	01. RESPONSIVE VIDEO
/*-----------------------------------------------------------------------------------*/


 .js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.js-video.widescreen {
  padding-bottom: 56.34%;
}

.js-video.vimeo {
  padding-top: 0;
}


.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*	01. SCROLL TO TOP
/*-----------------------------------------------------------------------------------*/

#back-to-top {
  display: block;
  z-index: 500;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 22px;
  position: fixed;
  bottom: -40px;
  right: 20px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #fff;
  text-decoration: none;

   box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.16), 1px 1.732px 5px 0px rgba(0, 0, 0, 0.12);
}

#back-to-top i {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#back-to-top a {
  width: 40px;
  height: 40px;
  display: block;
  color: #333333;
}

#back-to-top.show {
  bottom: 60px;
}

#back-to-top:hover {
  background-color: #333333;
}

#back-to-top:hover i {
  color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	9. SOCIAL ICONS
/*-----------------------------------------------------------------------------------*/


@media (max-width: 767px) {
  .copyright, .bip {
    text-align: center;
  }
  .copyright span {
    line-height: 1.5;
  }

}





.footer {
    background-color: #01458E;
    width:100%;
}

.main-footer{
    padding: 20px 0px 20px;
}

.bottom-footer {
    background-color: #eff2f4;
    color:#555;
    padding: 15px 0px;
    font-size: 1.2rem;
}

.dropdown-menu {
     font-size: 1.4rem !important;
 }

.icon-small li i {
    font-size: 14px;
}

.social-icon li{
	display:inline-block;
	margin-left:5px;
	padding:0;
	font-size:18px;
	
}

.social-icon{
	display:block
}

.social-icon li:first-child{
	margin-left:0;
	padding-left:0
}

.social-icon li:last-child{
	margin-right:0;
	padding-right:0
}
.social-icon li{

    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out
}
.social-icon.icon-small li i{
	line-height:30px
}
.social-icon li i{
	line-height:40px
}
.social-icon.icon-circle li{
     border-radius: 50%;
}

.social-icon.icon-small li{
    width: 30px;
    height: 30px;
}

.social-icon.icon-colored li.li-vk{
	background-color:#4d7ea3;
}

.social-icon.icon-colored li.li-facebook{
	background-color:#365493;
}

.social-icon.icon-colored li.li-snapchat{
	background-color:#FFFC00;
}


.social-icon.icon-colored li.li-twitter{
	background-color:#3CF
}

.social-icon.icon-colored li.li-googleplus{
	background-color:#d44132
}

.social-icon.icon-colored li.li-instagram{
	background-color:#774430
}
.social-icon.icon-colored li.li-youtube{
	background-color:#cd201f;

}
.social-icon.icon-colored li.li-youtube a{
       color:#fff;
}
.social-icon li a{
       color:#000;
}
.social-icon.icon-colored li a{
	color:#fff;
	position:relative;
	width:100%;
	display:inline-block
}




.social-icon li:hover a{
	color:#eeeeee;
}
.social-icon.icon-colored li:hover{
	opacity:.8

}

.bottom-footer .col-right{
	
	vertical-align:middle;
	text-align:right
}


@media (max-width: 767px) {
.bottom-footer .social-icon{
	text-align:center;
	margin-top:7px;
	}
}



/*-----------------------------------------------------------------------------------*/
/*	01. OWL CAROUSEL
/*-----------------------------------------------------------------------------------*/

.owl-stage-outer .owl-stage .owl-item a img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.owl-stage-outer .owl-stage .owl-item a:hover img{
  filter:none;
  -webkit-filter:grayscale(0)
}

.testimonial-text {
    cursor: grab;
}

.testimonials.style-2 .testimonial span {
  color: #ababab;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
}

.testimonials.style-2 .testimonial-text {
  margin: 10px 0 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: italic;
}



#section3 .fa {
    font-size: 60px;
}


.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators .active {
  width: 16px;
  height: 16px;
  margin: 0 5px 0; }

.carousel-indicators li {
  width: 16px;
  height: 16px;
  margin: 0 5px 0;
  background-color: #666;
  border: 0; }

.carousel-indicators .active {
  background-color: #999;
}
  
  
.owl-dots {
  position: static;
  margin-top: 30px;
}

.owl-dot span {
  border-color: #a7a7a7;
}

.owl-dot.active span {
  background-color: #7a7a7a;
  border-color: #7a7a7a;
}


.owl-dot {
  display: inline-block;
  padding: 6px 6px;
  position: relative;
}

.owl-dot span {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  opacity: 0.8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: transparent;
  z-index: 100;
  border: 2px solid #a7a7a7;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.owl-dot span:hover {
  opacity: 1;
}

.owl-controls .owl-dot.active span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
}

.owl-next:hover i,
.owl-prev:hover i {
  color: #bfa67a;
}



 /*-----------------------------------------------------------------------------------*/
/*	01. SECTION
/*-----------------------------------------------------------------------------------*/
#section-1 {
	background: url(../images/tlo-akademia1.jpg) center no-repeat;
	background-size: cover;
	height: 100%;
	padding: 0;
}




/*-----------------------------------------------------------------------------------*/
/*	8. COOKIE POLICY
/*-----------------------------------------------------------------------------------*/


#cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    line-height: 20px;
    font-size: 11px;
    background: rgba(0,0,0,0.9);
    border-top: 1px solid #000;
    color: #ddd;

}

#cookie-bar #cookie-policy {
    padding: 10px 110px 10px 15px;
}

#cookie-bar .cookie-close {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 70px;
    cursor: pointer;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    background: #ddd;
    border: 2px solid #000;
    color: #000;
}



.image-row .overlay { width: 100%; height: 100%; padding: 0 10%; position: absolute; top: 0; left: 0; text-align: center; background: #333; background: rgba(11,31,55,0.4); z-index: 4; color: #fff; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.image-row .overlay * { position: relative; -o-transition: all .5s ease; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; }
.image-row .overlay h4 { margin: 40px 0 12px 0; padding: 0 30px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; line-height: 1.450em; font-family: 'avenir-bold'; top: -200px; }
.image-row .overlay p { margin: 0 0 20px 0; font-size: 13px; line-height: 1.250em; top: -300px; }
.image-row .overlay > .price { margin: 0 auto 30px auto; padding: 4px 6px 0 6px; border-top: 1px #fff solid; border-top-color: rgba(255,255,255,0.6); font-size: 25px; letter-spacing: 2px; display: inline-block; z-index: 2; text-transform: uppercase; font-family: 'avenir-bold'; top: -400px; }
.image-row .overlay > .price sup { margin: 10px 0 5px 0; display: block; text-align: center; font-size: 11px; letter-spacing: 1px; top: 0; }
.image-row .overlay > .price sup.old { text-decoration: line-through; }
.image-row .overlay .btn { width: 150px; margin: 0 auto; padding: 11px 0 14px 0; border: 2px #fff solid; font-size: 18px; font-family: Georgia, serif; font-style: italic; text-align: center; display: block; color: #fff; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; text-decoration: underline; bottom: -200px; }
.image-row .overlay .btn:hover { background: rgba(255,255,255,0.3); text-decoration: none; }
.col:hover .image-row .overlay { opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.col:hover .image-row .overlay h4, .productFeature .columns .col:hover .image .overlay p, .productFeature .columns .col:hover .image .overlay .price { top: 0; }
.col:hover .image-row .overlay .btn { bottom: 0; }


.image-row{
    width:100%;
   overflow:hidden;
   position:relative;
}


.col .image-row > .image-title {
    padding: 0px 15px 15px 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 25px;
    text-align: right;
    display: block;
    color: #FFF;
    z-index: 2;
    text-shadow: 1px 1px 2px #000, 0px 0px 0.5em #000, 0px 0px 0.2em #000;
}

.caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	0. SECTION
/*-----------------------------------------------------------------------------------*/

.section-big {
    position: relative;
    z-index: 992;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}

.section-big h3{
    margin: 0 0 15px;
}
.section-small {
    position: relative;
    z-index: 992;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

.section-wrap {
  padding: 40px 0;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat:
  no-repeat;
}

@media (max-width: 1200px) {
  .section-big, .section-small {
    text-align:center;
  }
  .md-mt45 {
    margin-top: 45px !important;
  }
}


/*-----------------------------------------------------------------------------------*/
/*	0. BUTTONS
/*-----------------------------------------------------------------------------------*/

.btn-dark {
    border: 2px solid #18191B;
    background-color: #18191B;
    color: #fff !important;
}

.btn:hover {
  opacity: 0.65;
}


.section-wrap .form-control{
    padding: 10px 16px;
    font-size: 16px;
    height: 40px;
    border-radius: 0 !important;
}
.section-wrap .btn{
    font-size: 17px !important;
    padding: 0px 16px;
    height: 40px;
    border-radius: 0 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.section-wrap .btn-dark{
    border: 2px solid #01458E;
    background-color: #01458E;
    color: #fff !important;
}



/*-----------------------------------------------------------------------------------*/
/*	0. TABLE
/*-----------------------------------------------------------------------------------*/
.params {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .params {
    display: block;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.params .heading dt,
.params .heading dd {
  border-top: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}
.params > dl:nth-child(2n+2) > dt,
.params > dl:nth-child(2n+2) > dd {
  background: #f3f5f6;
}
.params > dl {
  display: table-row;
  width: 100%;
  font-size: 100%;
}
@media (max-width: 767px) {
  .params > dl {
    display: block;
    margin: 0;
  }
}
.params > dl > dd,
.params > dl > dt {
  display: table-cell;
  border: 0;
  padding: 16px;
  vertical-align: top;
  width: auto;
  margin: auto;
  float: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
@media (max-width: 767px) {
  .params > dl > dd,
  .params > dl > dt {
    display: block;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .params > dl dd {
    padding-top: 0;
    border-top: 0 !important;
  }
}
.params > dl dt {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
  letter-spacing: 2px;
  color: #879198;
  white-space: nowrap;
  text-align: right;
  padding-right: 0;
  width: 10%;
}
@media (max-width: 767px) {
  .params > dl dt {
    text-align: left;
    white-space: normal;
    padding-bottom: 10px;
    border-bottom: 0 !important;
  }
}
.params > dl:first-child > dd,
.params > dl:first-child > dt {
  border-top: 0px solid #E4E7EA;
}

@media (max-width: 800px){
table:not(.bm-custom-table-norwd)::before,
table:not(.bm-custom-table-norwd)::after {
    content: " ";
    display: table;
}}

@media (max-width: 800px){
.bm table.bm-custom-table:not(.bm-custom-table-norwd), .bm .bm-cms table:not(.bm-custom-table-norwd) {
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 20px;
    *zoom: 1;
    clear: both;
}
}

@media (max-width: 800px){
  table:not(.bm-custom-table-norwd) thead{
    display: none;
}}

@media (max-width: 800px){
table:not(.bm-custom-table-norwd) td::before,
 table:not(.bm-custom-table-norwd) tbody th::before {
    width: 100%;
    margin-left: -100%;
    float: left;
    white-space: normal;
    text-align: left;
    font-family: Lato;
    font-weight: 700;
    font-style: normal;
    content: attr(data-title);
    -ms-word-break: break-all;
    word-break: break-all;
    padding-right: 10px;
}
}

@media (max-width: 800px){
table:not(.bm-custom-table-norwd) tbody tr:not([data-title]) td:first-child,
table:not(.bm-custom-table-norwd) tbody tr:not([data-title]) th:first-child {
    background: #1e2332;
    color: #fff;
}
}

.b15-ceny table.table tr span {
    font-size: 12px;
    color: #000;
}

/* extra */
.ornek{
width: 900px;
margin:auto;
}
.saga-kaydir{
float:right;
padding:0 0 10px 10px;
}

.sola-kaydir{
float:left;
padding:0 10px 10px 0;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.center-album {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
