@charset "utf-8";
/* CSS Document */

ul {
    padding-left: 0px;
    list-style: none;
    list-style-position: outside;
}

.tabs {
	border-radius: 10px 10px 0px 0px !important;
	
}
.tabs li {
	float: left;
	border: 1px solid #cecece;
	margin-bottom: -1px;
	border-radius: 10px 10px 0px 0px !important;
	margin-left:1px;
	background: -webkit-linear-gradient(#e7e7e7, #cecece); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e7e7e7, #cecece); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e7e7e7, #cecece); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e7e7e7, #cecece); /* Standard syntax */
}
.tabs li:first-child {
	padding-left: 1px;
	border-radius: 10px 10px 0px 0px !important;
}
.tabs li.active {
	background: #fcfcfc !important;
	border-radius: 10px 10px 0px 0px !important;
}
.tabs li a {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	padding: 12px 17px;
	margin: 0 -1px;
	border-bottom: 3px solid transparent;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: underline;
}
.tabs li.active a {
	color: #fff;
	background: -webkit-linear-gradient(#f99104, #ef9215); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f99104, #ef9215); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f99104, #ef9215); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f99104, #ef9215); /* Standard syntax */
	border-bottom: 3px solid #f99104;
	border-radius: 10px 10px 0px 0px !important;
}
.tab-image {
	margin: 0 0 12px 0;
	-webkit-box-shadow: 2px 2px 13px rgba(60,155,213,0.16);
	box-shadow: 2px 2px 13px rgba(60,155,213,0.16)
}
.tab-image img {
	display: block;
	width: 100%
}
.tab-image.pull-left, .tab-image.pull-right {
	width: 45%
}
.col-sm-12 .tab-image.pull-left, .col-sm-12 .tab-image.pull-right {
	width: 33%
}
.tab-image.pull-left {
	margin: 5px 20px 5px 0
}
.tab-image.pull-right {
	margin: 5px 0 5px 20px
}

.tab-body {border: #cecece 2px solid !important;}
.tabs-framed {border: none !important;}
.tab-pad20top {padding-top: 0px !important;}
.panel-sidebar-1 {border: #cecece 2px solid !important;}

@media (max-width:991px) {
.tabs li a {
	font-size: 18px;
	padding: 15px
}
}

@media (max-width:479px) {
.tabs li a {
	font-size: 14px;
	padding: 12px
}
.tab-image.pull-left, .tab-image.pull-right {
	width: 100%;
	margin: 0;
	margin-bottom: 16px;
	float: none !important
}
}


@media only screen and (max-width: 1199px) and (min-width: 992px) and (orientation: landscape){
.tab-content {padding: 0px 0px 0px 0px !important;} 
.tabs li a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 7px 12px !important
    margin: 0 -1px;
    border-bottom: 3px solid transparent;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: underline;
}}

.tab-content {padding: 0px 0px 0px 0px !important;} 