.nav.main-tab {
    background: #eee;
    border-bottom: 2px solid #D6D6D6;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    font-size: large;
}
.nav-justified {
    width: 100%;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
@media (min-width: 768px)
.nav-justified>li {
    display: table-cell;
    width: 1%;
}
.nav-justified>li {
    float: none;
}
.nav.main-tab > li:first-child > a {
    border-radius: 3px 0 0 0;
}
.nav.main-tab > li.active > a {
    background: #D6D6D6;
    color: #F68220;
    font-weight: normal;
}
.nav.main-tab > li > a {
    color: #272727;
    font-weight: normal;
    font-size: medium;
}
.nav>li>.tabPadding {
    padding: 1px 15px;
}
@media (min-width: 768px)
.nav-justified>li>a {
    margin-bottom: 0;
}
.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.tab-content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px 20px 10px;
    border-radius: 0 0 3px 3px;
}
.tab-content>.active {
    display: block;
    visibility: visible;
}
@media (min-width: 768px)
.col-sm-5 {
    width: 41.66666667%;
}
@media (min-width: 768px)
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.proImg {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    border: none;
    outline: 1px solid #fff;
    outline-offset: -15px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 8px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
img {
    vertical-align: middle;
}
@media (min-width: 768px)
.col-sm-7 {
    width: 58.33333333%;
}

.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    /* font-weight: 600; */
    font-family: 'Roboto', sans-serif;
    color: #272727;
    font-size: medium;
}
.a-btn {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 12px 10px 12px;
    position: relative;
    float: left;
    display: block;
    overflow: hidden;
    margin: 10px;
    background: #298742;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#298742,0),color-stop(#298742,1));
    background: -webkit-linear-gradient(top, #298742 0%, #298742 100%);
    background: -moz-linear-gradient(top, #298742 0%, #298742 100%);
    background: -o-linear-gradient(top, #298742 0%, #298742 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#298742', endColorstr='#298742',GradientType=0 );
    border: 1px solid #e62b0e;
    border-color: #e62b0e #e62b0e #e62b0e;
    -webkit-box-shadow: 0px -5px 0px 0px #e62b0e, 0 1px 1px #d5d5d5, inset 0 1px 0 rgba(255,255,255,0.8);
    -moz-box-shadow: 0px -5px 0px 0px #e62b0e, 0 1px 1px #d5d5d5, inset 0 1px 0 rgba(255,255,255,0.8);
    box-shadow: 0px -5px 0px 0px #e62b0e, 0 1px 1px #d5d5d5, inset 0 1px 0 rgba(255,255,255,0.8);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	color:#fff;
}
a {
    color: #fff;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}
a {
    color: #fff;
    text-decoration: none;
}
a {
    background-color: transparent;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}