/*!
 * Private Style For ERS Garage Web Site // Onur 
 */
body{
	background-color:#f0f0f0;
}
header{
	text-align: left;
	line-height: 80px;
	height: 50px;
    background: #12364e url("../image/genel/top_pattern_koyu.png") repeat scroll center center;	
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);	
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position:relative;
	z-index:100;
	}
        
header.sticky {
	position: fixed;
	line-height: 50px;
	height: 50px; 
	width: 100%;
	text-align: left;
    background: #12364e url("../image/genel/top_pattern_koyu.png") repeat scroll center center;	
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
	z-index:99;
	}
header .main_logo{
    background: transparent url("../image/genel/ers_logo_top_02.png") no-repeat scroll left bottom;
	height:110px;
	width:195px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
header.sticky .main_logo{
    background: transparent url("../image/genel/ers_logo_top_02.png") no-repeat scroll left bottom;
	height:110px;
}
header.sticky .ers_fastnav_wrapper{
	display:none;
}

header .main_logo_m{
    background: transparent url("../image/genel/logo_m.png") no-repeat scroll left bottom;
	height:40px;
	width:110px;
    margin-top:5px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


/*==================================================
 * Header
 * ===============================================*/

.navbar-toggle {
    background-color: rgb(242, 242, 242);
    background-image: none;
    border: 1px solid rgba(153, 164, 189, 1);
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    padding: 9px 10px;
    position: relative;
}
.navbar-toggle .icon-bar {
    background-color: rgb(153, 164, 189);
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}
/*==================================================
 * Etiketler
 * ===============================================*/

.article-mb h2 , .ers_slider_wrapper_sub h2{
    color: #ffffff;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -1px;
	text-shadow:2px 2px 0 rgba(0, 0, 0, 0.30);
	margin:3px 0 0 0;
	text-align:center;



}



.ers_nav_wrapper{
	height:50px;
	line-height:50px;
}
.ers_nav_wrapper > ul {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    float: right;
}
.ers_nav_wrapper > ul > li {
    display: block;
    float: left;
    position: relative;
    background: transparent url("../image/genel/line_top.png") no-repeat scroll right center;
}
.ers_nav_wrapper > ul > li > a {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: "BenchNine",sans-serif;
    font-size: 19px;
    font-weight: 700;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
	text-transform: uppercase;
    float: left;
    height: 50px;
}

/* Sorun var incele
.ers_nav_wrapper li:first-child::before{
    background: transparent url("../image/genel/line_top.png") no-repeat scroll left center;
	content:""
}
*/
	
.ers_nav_wrapper > ul > li:hover > a{
	background-color: #f77575;
    width:100%;
}
.ers_nav_wrapper > ul > li a.aktif{
	background-color: #f55858;
    width:100%;
}	

/*==================================================
 * Footer
 * ===============================================*/
.footer_wrapper {
    float: left;
    margin: 0 auto;
    width: 100%;
}
footer .copyright {
    background-color: #11172b;
    display: block;
    float: left;
    padding: 5px 15px;
    text-align: center;
    width: 100%;
}
footer .copyright p {
    color: #777777;
    margin-bottom: 0;
}
.mainfooter::before {
    background: rgba(0, 0, 0, 0) url("../image/genel/footer-area-top_02.png") repeat-x scroll 0 0!important;
}
.footer::before {
    background: rgba(0, 0, 0, 0) url("../image/genel/footer-area-top_03.png") repeat-x scroll 0 0;
    content: ";";
    display: block;
    height: 31px;
}
.footer {
    background: #30374f url("../image/genel/top_pattern_koyu.png") repeat scroll left top;
    box-shadow: 0 0 106px 0 rgba(0, 0, 0, 0.26) inset;
    float: left;
    width: 100%;
}
.footer .widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer .menu ul li::after {
    color: #8bb4c0;
    content: "/";
    padding: 0 10px;
}
.footer .contact ul li {
    margin: 0 20px 0 0;
}
.footer .widget ul li {
    color: #cccccc;
    float: left;
}
.footer .widget, .footer .widget ul li a {
    color: #fff;
    cursor: pointer;
    font-family: "BenchNine",sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.footer .widget .glyphicon {
    color: #d6aa26;
    margin: 0 4px 0 0;
}

.footer .widget {
    float: left;
    width: 100%;
}


.footer .footer_logo {
    float: right;
    margin-top: 9px;
    text-align:right;
    width:100%;
}

.ers_social > ul > li {
    display: block;
    float: left;
}
.ers_social > ul > li > a {
    border-radius: 2px;
    color: #fff;
    display: block;
    height: 29px;
    line-height: 29px;
    text-align: center;
    width: 29px;
}
.ers_social > ul > li > a:hover {
    background-color: #f55858;
}

/*==================================================
 * Slider ArkaPlan
 * ===============================================*/
.ers_slider_wrapper{
    background: transparent url("../image/genel/top_back.jpg") no-repeat scroll center center;
	position:relative;
	z-index:2;
	background-size:cover;

}
.ers_slider_wrapper_sub{
    background: transparent url("../image/genel/top_back_sub.jpg") no-repeat scroll center center;
	position:relative;
	z-index:2;
	background-size:cover;
	height:210px;
	margin-bottom:10px;

}
.article-slider{
	float:left;
	width:100%;
	position:relative;
	padding-top:20px;
}
.article-img{
	float:left;
}




.article-mb{
	padding-bottom: 10px;
	float:left;
	text-align:center;
}
.article-mb p{
	color:#1c3f45;
	text-align:justify;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 10px 0;
}
.ers_slider {
	width:100%;
	height:200px;
	background:#ccc;
	margin:40px auto;
}

.ers_golge {
	position: relative;
}

.ers_golge:before, .ers_golge:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.ers_golge:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}





/*==================================================
 * For Sale Ana Sayfa
 * ===============================================*/
.coolthing_project_wraper {
    background-color: #f55858;
    float: left;
    padding: 30px 0 10px;
    width: 100%;
}
.related_project_content {
    float: left;
    width: 100%;
}
.port_project_title::after {
    content: "";
    height: 15px;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: 0;
}
.port_project_title {
    font-size: 20px;
    margin-bottom: 5px;
    margin-left: 40px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}
.port_project_title h4 {
    color: #30374f;
    display: inline-block;
    font-size: 30px;
    margin: 0;
    padding-right: 15px;
    position: relative;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.19);
    text-transform: uppercase;
    z-index: 2;
}
.ozel_baslik {
    color: #fff !important;
	font-family: "BenchNine",sans-serif !important;
    font-weight: 400;
    padding-right: 0 !important;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.12);
    text-transform: uppercase;
}
.ozel_baslik_02 {
    color: #f55858 !important;
	font-family: "BenchNine",sans-serif !important;
    font-weight: 400;
    padding-right: 0 !important;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.12);
    text-transform: uppercase;
}

.blog_slider_wraper {
    float: left;
    width: 100%;
}

.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    display: none;
    padding-right: 10px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
}
.owl-carousel .owl-stage::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.owl-carousel .owl-stage {
    position: relative;
}
.owl-carousel.owl-drag .owl-item {
    -moz-user-select: none;
}
.owl-carousel .owl-item {
    float: left;
    margin: 0 0 15px;
    min-height: 1px;
    position: relative;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-theme .owl-nav {
    text-align: center;
}
.owl-theme .owl-nav [class*="owl-"] {
    background-color: rgba(255, 255, 255, 0.5);
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    margin-top: -32px;
    padding: 15px 17px;
    position: absolute;
    top: 50%;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: white;
    text-decoration: none;
}
.owl-carousel .owl-nav .owl-next {
    right: 3%;
	top:-8px;
}
.owl-carousel .owl-nav .owl-prev {
    left: 0;
    top: 50%;
}
.owl-theme .owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.blog_slider_wraper > .owl-theme > .owl-nav [class*="owl-"]:hover {
    background-color: #30374f;
    color: white;
    text-decoration: none;
}
.blog_slider_wraper > .owl-theme > .owl-nav .disabled {
    opacity: 1;
}
.blog_slider_wraper > .owl-theme > .owl-nav [class*="owl-"] {
    background-color: #bd2a33;
    border-radius: 3px;
    font-size: 25px;
    height: 30px;
    line-height: 27px;
    padding: 0;
    width: 30px;
}
.blog_slider_wraper > .owl-carousel > .owl-nav .owl-prev {
    left: auto;
    right: 6%;
    top: -8px;
}

/******************* For Sale ****************************/

.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 55px;
}
.carousel-control.right {
	right: -12px;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}
#article-photo-carousel .carousel-control{
    margin-top: 15%!important;
}
#article-photo-carousel .carousel-control.right {
    right: 10px!important;
}
#article-photo-carousel .carousel-control.left {
    left: 10px!important;
}
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	bottom: 30px;
	margin-right: -19px;
}
/* The colour of the indicators 
.carousel-indicators li {
	background: #bd2a33;
}*/
.carousel-indicators .active {
background: #ff0000;
}



.carousel .lightbox {
    box-shadow: 5px 5px 5px rgba(28, 20, 6, 0.36);
	border-radius: 0;
	border:2px solid #ffffff;
}



/******************* Top Slider ****************************/

#article-photo-carousel.carousel{
	padding:0px!important;
	margin:0px 0 9px;
}
.article-slide .golge{
	background-image:url('../image/genel/top_back_golge.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center 1px;
	min-height:40px;
}



/* Indicators list style */
.article-slide .carousel-indicators {
    left: 0;
    margin-left: 5px;
    width: 100%;
	bottom:35px;
}
/* Indicators list style 
.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    height: 100%;
    width: 15%;
    margin:0 5px 5px 0px!important;
}*/
/* Indicators images style */
.article-slide .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    left: 0;
/*   width: 100px;
    height: 48px; */	
}
/* Indicators active image style */
.article-slide .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}

/******************* For Sale Slider ****************************/

.forsale-carousel-inner{
	float:left;
}


/******************* Butonlar ****************************/

.btn{
    margin: 4px;
    box-shadow: 1px 1px 5px #888888;
}

.btn-xs{
    font-weight: 300;
}
   
.btn-hot {
	color: #fff;
	background-color: #db5566;
	border-bottom:2px solid #af4451;
	font-weight:bold;
}

.btn-hot:hover, .btn-sky.active:focus, .btn-hot:focus, .open>.dropdown-toggle.btn-hot {
color: #fff;
background-color: #df6a78;
border-bottom:2px solid #b25560;
outline: none;}


.btn-hot:active, .btn-hot.active {
color: #fff;
background-color: #c04b59;
border-top:2px solid #9a3c47;
margin-top: 2px;
}

.btn-sunny {
color: #fff;
background-color: #f4ad49;
border-bottom:2px solid #c38a3a;
}

.btn-sunny:hover, .btn-sky.active:focus, .btn-sunny:focus, .open>.dropdown-toggle.btn-sunny {
color: #fff;
background-color: #f5b75f;
border-bottom:2px solid #c4924c;
outline: none;
}


.btn-sunny:active, .btn-sunny.active {
color: #fff;
background-color: #d69840;
border-top:2px solid #ab7a33;
margin-top: 2px;
}

.btn-fresh {
color: #fff;
background-color: #51bf87;
border-bottom:2px solid #41996c;
}

.btn-fresh:hover, .btn-sky.active:focus, .btn-fresh:focus, .open>.dropdown-toggle.btn-fresh {
color: #fff;
background-color: #66c796;
border-bottom:2px solid #529f78;
outline: none;
}


.btn-fresh:active, .btn-fresh.active {
color: #fff;
background-color: #47a877;
border-top:2px solid #39865f;
outline: none;
outline-offset: none;
margin-top: 2px;
}

.btn-sky {
color: #fff;
background-color: #0bacd3;
border-bottom:2px solid #098aa9;
}

.btn-sky:hover,.btn-sky.active:focus, .btn-sky:focus, .open>.dropdown-toggle.btn-sky {
color: #fff;
background-color: #29b6d8;
border-bottom:2px solid #2192ad;
outline: none;
}

.btn-sky:active, .btn-sky.active {
color: #fff;
background-color: #0a97b9;
border-top:2px solid #087994;
outline-offset: none;
margin-top: 2px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    outline-offset: 0px;
}



/*==================================================
 * Ana Sayfa
 * ===============================================*/
 
 .boxin::before {
    background: #30374f url("../image/genel/top_pattern_koyu.png") repeat scroll left top;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: 20px 0 2px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.boxin {
    margin: 0px;
    padding: 16px;
    position: relative;
    text-align: center;
    z-index: 2;
	color:#ffffff;
	border-bottom:4px solid #f55858;	
}

 .boxin h3 {
    color: #ffffff;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.one_half, .one_third, .one_fourth, .two_third, .three_fourth {
    float: left;
    margin-bottom: 40px;
    margin-right: 1px;
}
.one_fourth {
    width: 100%;
}
.one_fourth .teaser_wrap {
    margin-bottom: 0;
    width: 100%;
	border-radius:4px;
}
.teaser_wrap {
    background: #fff none repeat scroll 0 0;
/*  box-shadow: 0 0 13px rgba(63, 48, 22, 0.12); */
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    transition: all 0.17s linear 0s;
    width: 1030px;
}
.teaser_more_area{
	text-align:center;

}
.teaser_bottom_indent {
    clear: both;
    display: none;
    height: 20px;
    width: 100%;
}
.teaser_box {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f2efec;
    padding: 21px 10px 16px;
	border-radius:4px;
}
.teaser_title::after {
    content: "";
    display: block;
    height: 6px;
    position: relative;
    top: 21px;
	    background: rgba(0, 0, 0, 0) url("../image/genel/sprite_retro.png") no-repeat scroll center 0;
}

.teaser_title {
	color: #546274;
    display: block;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 0 0 42px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.19);
    text-transform: uppercase;
	}
.teaser_image {
    text-align: center;
}
.teaser_image img{
	width:100%!important;
}
.teaser_entry {
    padding: 10px;
    color: rgba(134, 126, 114, 0.62);
    line-height: 1.4;
	text-align:center;
}

/*==================================================
 * Sub Page
 * ===============================================*/
.ers_subpage{
    background-color: #dedede;
}
.subpage_content{
    background-color: #fbfbfb;
    margin: 10px -5px;
    padding: 30px 10px;
    float:left;
    width:100%;
}

    .subpage_menudiv {
      background: #30374f url("../image/genel/top_pattern_koyu.png") repeat scroll left top;
      border: 1px solid #f3f1f1;
      border-radius: 3px;
      float: left;
      height: auto;
      padding: 20px 0 0;
      width: 210px;
    }

    .subpage_menudiv ul {
        padding:0px;    
    }

    .subpage_menudiv ul li{
        background-color: #f55858;
        box-shadow: 0 0 10px #666666;
        float: left;
        height: auto;
        margin-bottom: 8px;
        padding: 3px;
        text-decoration: none;
        width: 115%;
        list-style:none;
        font-family: "BenchNine",sans-serif;
        font-size: 18px;
    }
    .subpage_menudiv ul li a {
        display:block;
        border: 1px dashed #ff9797;
        color: #fff;
        padding:8px 10px;
        text-decoration: none;
    }

    img.imagedropshadow {
        padding: 5px;
	    border: solid 1px #CCC;
	    -moz-box-shadow: 1px 1px 5px #999;
	    -webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
    }

.temizle {
    clear: both;
}
.ozel_ul {
    padding: 0;
    text-align: right;
    
}
    .ozel_ul li {
    list-style:none;
    margin-bottom:10px;
}
    .ozel_ul li span {
    margin-left: 10px;
}
    div#haritacode {
    min-height: 300px;
}

/******************************portfolio ************************/
.portfolioPageContainer {
	width: 100%;
	float:left;
}
.portfolio_content {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
.portfolioPageContainer.portfolio_3_col > div{
	width:33.3333%;
	}
.otoshow {
	float: left;
}
.portfolio_img {
	float: left;
	width: 100%;
	position: relative;
}
.portfolio_img img {
	width: 100%;
}
.portfolio_img_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(153, 164, 189, 0.7);
	border-radius: 2px;
	display: none;
	text-align: center;
}
.portfolio_img:hover .portfolio_img_overlay {
	display: block;
	-webkit-animation: zoomIn 0.2s;
	-moz-animation: zoomIn 0.2s;
	-ms-animation: zoomIn 0.2s;
	-o-animation: zoomIn 0.2s;
	animation: zoomIn 0.2s;
}
.portfolio_img:hover .portfolio_img_overlay a i {
	-webkit-animation: rotateIn 0.4s;
	-moz-animation: rotateIn 0.4s;
	-ms-animation: rotateIn 0.4s;
	-o-animation: rotateIn 0.4s;
	animation: rotateIn 0.4s;
}
.portfolio_project_detail i {
	color: rgb(255, 255, 255);
	font-size: 40px;
}
.portfolio_project_detail span {
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 28%;
	left: 50%;
	margin-left: -20px;
	margin-top: -17px;
}
.project_name {
	color: #fff;
	position: absolute;
	bottom: 10%;
	text-align: center;
	float: left;
	width: 100%;
}
.project_name h4 {
	color: #fff;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
	margin-bottom: 0px;
}
.project_name a {
	text-decoration: none;
	color: #fff;
}
.form-group{
    float:left;
    width:100%;
}
    .form-group .inp {
        float:left;
        width:95%;
    }
    .form-group .dng {
    float:left;
    width:5%;
    text-align:center;
    line-height: 30px;
    }
@media only screen and (max-width: 768px) {
    .mm_mobi {
        padding: 0px;
    }
    .subpage_menudiv{
        width:85%;
    }
    .ers_slider_wrapper_sub {
        height:120px;
    }

    #article-photo-carousel.carousel {
        padding: 0px !important;
        margin: 5px 0 -17px;
    }

    .ers_nav_wrapper {
        width: 100%;
        float: left;
        height: auto;
        line-height: auto;
        padding: 0px;
    }

        .ers_nav_wrapper > ul {
            width: 100%;
            float: left;
            list-style: none;
            padding: 10px;
            margin-bottom: 0;
            background-color: #f2f2f2;
        }

            .ers_nav_wrapper > ul > li {
                float: left;
                background: none;
                width: 100%;
                margin: 0px;
            }

                .ers_nav_wrapper > ul > li > a {
                    text-decoration: none;
                    display: block;
                    font-family: "BenchNine",sans-serif;
                    color: #2f3447;
                    cursor: pointer;
                    position: relative;
                    text-transform: capitalize;
                }

    header {
        line-height: 50px;
        height: 50px;
    }
    .footer .widget ul li{
        display:inline;
        float:none;
    }
    .fm_mobi {
        text-align:center;
        padding:0;
    }
    .ffm_mobi {
        padding:0 5px;
    }
}

.soldoutDiv{
    position:relative
}
.soldout{
    position:absolute;
    background:url("/image/genel/sold-out.png") no-repeat scroll left top transparent;
    width:100%;
    top:0;
    left:0;
    height:100%;
    background-size:contain;
     
}



#accordion a {
    text-decoration: none;
}

#accordion h5 {
    margin: 0px;
    line-height: 30px;
}

#accordion .card {
    margin-bottom: 5px;
}

#accordion .card-header {
    background-color: #dbe4df;
    border-bottom: none;
    padding: 0px;
}

#accordion .card-header h2 {
    margin: 0px;
    font-size: 20px;
    font-weight: 500;
}

#accordion .card-header h2 {
    margin: 0px;
    font-size: 20px;
    font-weight: 500;
}

#accordion .card-body h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

#accordion .card-body table p {
    margin: 0px;
    padding: 10px;
    text-align: left
}

#accordion .card-header h2 a,
#accordion .card-header h3 a {
    display: block;
    padding: 15px;
    color: #215737;
}

#accordion .card-body p {
    font-size: 14px;
    text-align: justify;
}

#accordion .card-body ul li {
    margin-bottom: 0px;
    font-size: 14px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

#accordion .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}


.footkvkk {
    display: none;
    width: 330px;
    background: #fff;
    box-shadow: 5px -5px 10px 0 rgba(0,0,0,.1);
    border: solid 1px rgba(0,0,0,.1);
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 15px;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.footkvkk p {
    position: relative;
    margin: 0;
    font-size: 13px;
    line-height: 20px;
}

.footkvkk a {
    text-decoration: none;
}

.footkvkk-btn-close {
    position: absolute;
    background: #215737;
    color: #f6ee2b;
    font-size: 18px;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.footkvkk-btn-accept {
    display: block;
    margin: 10px 0 0;
    height: 40px;
    line-height: 30px
}

