﻿body {

}
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}
ul.availabilityTab
{
	margin-bottom:25px;
}

.resp-tabs-list li {
  /*  font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;*/
	
	 cursor: pointer;
    float: left;
    list-style-type: none;
    padding: 0 0 7px !important;
    text-transform: uppercase;
}
.resp-tabs-list li span
{
border-radius: 2px;
    color: #0b0b0b;
    padding: 8px 14px;
	display:block;
	font-size:15px;
	overflow:hidden;
    text-decoration: none;
	background: none repeat scroll 0 0 #dfdfdf;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
   /* padding: 15px;*/
}

.resp-tab-active {
   /* border: 1px solid #c1c1c1;*/
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
       background: url("../images/arrow-bg.html") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    padding-bottom: 14px;
	color:#fff;
}

li.resp-tab-active span
{
	 background: none repeat scroll 0 0 #c70f10;
    color: #fff;
}
.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
  transition-duration: 0.3s;
}
.resp-tab-content span
{
	color:#fff;
}
h2.resp-accordion span
{
	color:#1E1E1E !important;
}
h2.resp-accordion {
    font-size: 16px !important;
    margin: 0px;
	font-family: "Open Sans Semi";
	color:#1E1E1E !important;
	background:#fff;
    padding: 10px 15px !important;
	border-bottom:solid 1px #ccc;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
	color:#fff !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 18.29%;
	background:#fcfcfc;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 8px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
	border-bottom:solid 1px #E3E3E3;
	
	
	 font-family: "Open Sans Semi";
    font-size: 13px;
    font-weight: 400;
	
	
}

.resp-vtabs .resp-tabs-container {
     clear: none;
    float: left;
    min-height: 407px;
    padding: 0 0 0 59px;
    width: 75%;
}

.resp-vtabs .resp-tab-content {
    border: none;
	transition-duration: 0.3s;
}

.resp-vtabs li.resp-tab-active {

    background: none repeat scroll 0 0 #f8971d;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    margin-left: -7px !important;
    padding: 8px 15px 8px 14px !important;
    position: relative;
    width: 223px;
    z-index: 1;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
 
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #512e0c !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
	transition-duration: 0.3s;
}

h2.resp-accordion:first-child {
    border-top:none;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media (min-width: 992px) and (max-width: 1200px) {
.resp-vtabs li.resp-tab-active
{
	width: 180px;
}

}


@media only screen and (max-width: 768px) {
	
	.resp-vtabs .resp-tabs-container
	{
		padding:0;
	}
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }


    .resp-vtabs .resp-tab-content {
		background:#9c7938;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

@media screen and (max-width: 640px){

.resp-vtabs .resp-tabs-container {
padding:0;
}
.resp-vtabs .resp-tab-content
{
	padding:6px;
}
.projectstatusImg img {
    width: 99%;
}
}
