/*******************************
	
	#DETAIL
	
*******************************/


#detail-carousel {
	padding: 100px 0 0 0;
	width: 100%;
	height: 400px;
	position: relative;
}

a.goback {
    display:inline-block;
    font-size: 25px;
    width:30px;
    height:30px;
    padding-right:2px;
    line-height: 30px;
    border-radius: 30px;
    color: rgba(0,0,0,1);
    text-decoration: none;
    background-color: rgba(210,210,210,0.4);
}

a.goback-contrast {
    background-color: rgba(210,210,210,0.6);
}

a.goback:hover {
    background-color: #2c2c2c;
    color: white;
    transition: all 0.1s ease-in;
}

#detail-info-bar{
    padding: 2px 0px 25px 0px;
    font-size: 17px;
    letter-spacing: 1px;
    color: #a0a0a0;
    font-weight: 400;
}

#detail-info-bar:empty{
    display:none;
}

.detail-info-bar-element {
    padding: 2px 20px 2px 0px;
}

.detail-wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 0 20px 0;
/* 	max-width: 1130px; */
	max-width: 930px;
	text-align: center;
	font-family: "proxima-nova", sans-serif;
}

#detail-button {
	position: absolute;
	right: 0px;
	top: 25px;
}

#detail-button .pop-button-v2-s {
	min-width: 240px;
}

h2,h3 {
    display: inline;
    font-size: 100%;
    font-wight: 500;
    padding: 0;
    margin: 0;
    line-height: inherit;
}

h3 {
    font-size: 100%;
}

b {
    font-wight: 500;
}

.panel-title {
	display: inline-block;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}

.panel-title a {
    text-decoration: none !important;
}

.detail-lign-title {
    height: 1px;
    width: 100%;
    background-color: #e9e9e9;
}

.detail-lign {
	height: 1px;
	width: 100%;
	background-color: #e9e9e9;
}

#customer-name {
    color: black;
    font-weight: 500;
}


/***** Start Custom Accordion *****/

#accordion {
    text-align: left;
}

.panel-default {
    border: 0;
    background-color: transparent;
    box-shadow: none;
}

.panel-default>.panel-heading {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body{
    border:0;
}

.panel-title>a {
    display: inline-block;
    width:100%;
    padding: 30px 0 30px 0;
    background-color: transparent;
}

/* First panel header */
.panel-heading#heading1>.panel-title>a {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 20px;
    color: #2c2c2c;
    width: 650px;
    line-height: 30px;
}

/* Next panel headers */
.panel-heading>.panel-title>a {
    color: black;
    font-size: 20px ;
    letter-spacing: 1.8px;
    font-weight: 300 ;
    font-family: "proxima-nova", sans-serif;
}

/* All panel bodies */
.panel-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0.6px !important;
    max-width: 600px;
}

/***** End Custom Accordion *****/


/*******************************

	DETAIL RESPONSIVE

*******************************/


@media all and (max-width: 990px)
{

	.detail-wrapper {
		max-width: 720px;
	}
	
	#detail-button .pop-button-v2-s {
        min-width: 220px;
    }

    /* First panel header */
    .panel-heading#heading1>.panel-title>a {
        width: 480px;
    }

	.title-3-teaser {
		max-width: 550px;
	}

}

@media all and (max-width: 767px)
{
	#detail-carousel {
		margin: 50px 0 0 0;
		padding: 10px 0 0 0;
		width: 100%;
		height: 350px;
		position: relative;
	}

    a.goback {
        display: none;
    }

    .goback-wrapper {
        display: none;
    }

    #detail-info-bar{
        padding-bottom: 20px;
        font-size: 15px;
        letter-spacing: 0.5px;
        color: #AAAAAA;
        font-weight: 400;
    }

    .detail-info-bar-element {
        display: block;
        padding: 0px 20px 2px 0px;
    }

	.detail-wrapper {
		position: absolute !important;
		width: 100%;
		margin: 0 auto 0 auto;
		padding: 0 15px 50px 15px;
		background-color:;
		padding-bottom: 100px;
	}

    #detail-button .pop-button-v2-s {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 48px;
        border-radius: 0;
    }

    /***** Start Custom Accordion *****/

    #accordion {
    }

    .panel-default {
    }

    .panel-default>.panel-heading {
    }

    .panel-group .panel-heading+.panel-collapse>.panel-body{
    }

    .panel-title>a {
        padding: 20px 0 20px 0;
    }

    /* First panel header */
    .panel-heading#heading1 {
        text-align: center;
    }
    .panel-heading#heading1>.panel-title>a {
        font-weight: 600;
        letter-spacing: 3px;
        font-size: 15px;
        line-height: 25px;
        width: 100%;
    }

    /* Next panel headers */
    .panel-heading>.panel-title>a {
        font-size: 16px ;
        letter-spacing: 1.8px;
        font-weight: 400 ;
    }

    /* All panel bodies */
    .panel-body {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 300;
        text-align: left;
        letter-spacing: 0.6px !important;
        max-width: 600px;
    }

    /***** End Custom Accordion *****/
}
