.board{
    width:100%;
margin: 0px auto;
height: 500px;
background: #fff;
/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;
 	border-bottom:none !important;
	width:100%;
}

.board .nav-tabs > li a{width:auto; height:195px; margin:0 !important;}
.board .first{background:url(../images/asset-sprite.png) center top no-repeat; background-position: 0px -72px; width: 72px; height: 72px; margin:0 auto;}
.board .second{background:url(../images/life-sprite.png) center top no-repeat; background-position: 0px -72px; width: 72px; height: 72px; margin:0 auto;}
.board .third{background:url(../images/general-sprite.png) center top no-repeat; background-position: 0px -72px; width: 72px; height: 72px; margin:0 auto;}
.board .four{background:url(../images/deposit-sprite.png) center top no-repeat; background-position: 0px -72px; width: 72px; height: 72px; margin:0 auto;}


.board > div.board-inner{
    /*background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
    background-size: 30%;*/
	
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

.board h2{font-family: 'Arimo'; color:#0d2d62; font-size:18px; text-transform:uppercase; padding:15px 0 0 0;}

span.round-tabs{
    width: 269px;
    height: 185px;
    line-height: auto;
    display: inline-block;
    background: #f2f3f8;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
	padding:30px 0;
}

span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one{
    background: #f2f3f8 !important;
    /*border: 2px solid #ddd;*/
    color: rgb(34, 194, 34);
}

span.round-tabs.two{
    color: #febe29;border: 2px solid #febe29;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three{
    color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four{
    color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}
.nav-tabs > li a span.round-tabs img{padding-bottom:25px;}
.nav-tabs > li.active > a span.round-tabs{
    background: #0d2d62;
}

.nav-tabs > li.active .first{background:url(../images/asset-sprite.png) center top no-repeat; background-position: 0px 72px; width: 72px; height: 144px; margin:0 auto; margin-top:-72px;}
.nav-tabs > li.active .second{background:url(../images/life-sprite.png) center top no-repeat; background-position: 0px 72px; width: 72px; height: 144px; margin:0 auto; margin-top:-72px;}
.nav-tabs > li.active .third{background:url(../images/general-sprite.png) center top no-repeat; background-position: 0px 72px; width: 72px; height: 144px; margin:0 auto; margin-top:-72px;}
.nav-tabs > li.active .four{background:url(../images/deposit-sprite.png) center top no-repeat; background-position: 0px 72px; width: 72px; height: 144px; margin:0 auto; margin-top:-72px;}


.nav-tabs > li.active > a span.round-tabs h2{
    color: #fff; 
}
.nav-tabs > li {
    width: 25%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 42%;
   opacity:1;
    margin: 0 auto;
    top: 185px;
    border: 10px solid transparent;
    border-bottom-color: #0d2d62;
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    
}
.nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}



.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content{
}
.tab-pane{
   position: relative;
padding-top: 50px;
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}


.ltpart{float:left; width:305px; height:272px;}
.rtpart{float:right; text-align:left; width:850px; padding:100px 0 0 0;}
.rtpart p{font-family: 'Arimo'; font-size:24px; color:#000; line-height:30px;}

.part {
  overflow: hidden;}

#parallelogram {
  width: 305px;
  height: 272px;
  margin: 0 0 0 -52px;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  overflow: hidden;
  position: relative;
}

.image {
  background: url(../images/ltpic.png);
  position: absolute;
  background-repeat:no-repeat;
  top: -30px;
  left: -30px;
  right: -50px;
  bottom: -30px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}


@media( max-width : 585px ){
 .board .nav > li{border-bottom:none !important;}   
 .board {
width: 90%;
height:auto !important;
}
 span.round-tabs {
        font-size:16px;
width: 69px;
height: 185px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

.nav-tabs > li.active:after {
content: " ";
position: absolute;
left: 30%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}


@media screen and (min-width:586px) and (max-width:767px)

{
 .board .nav > li{border-bottom:none !important;}   
 .board {
width: 90%;
height:auto !important;
}
 span.round-tabs {
        font-size:16px;
width: 79px;
height: 185px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

.nav-tabs > li.active:after {
content: " ";
position: absolute;
left: 30px;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}

