.jumbotron{
    background-color: #f7f7f7;
}

.btn-default:hover, .btn-default:active, .btn-default:focus{
    background-color: #16CCCC;
    color: #fff;
}

#navbar.navbar-collapse{
    border-color:#004448 ;
}

.font-bold{
   font-weight: bold;
}

.offset-body{
    padding-top: 60px;
}

.caret{
    border-top: 4px solid;
}

#head.affix{
    top:0;
    left:0;
    right: 0;
    background: #fff;
    z-index: 9;
}

#notification{
    background: #393a3c;
    padding: 3px 0;
    border-bottom: 1px solid #333;
    color: #f7f7f7;
}

#notification .btn-info{
    background:#FFA500;
    box-shadow: none;
    border:1px solid #666;
}
.break-word{
    word-wrap: break-word;
}

.fixed-bottom-margin{
    margin-bottom: 40px;
}

.container.container-with-border{
    border-top:1px solid #eee;
}

.landing-page .glyphicon-ok, .margin-right{
    opacity: 0.5;
    filter: alpha(opacity=0.5);
    margin-right: 15px;
}

.landing-page .list-unstyled li{
    padding: 10px;
}
.margin-bottom{
    margin-bottom: 15px;
}

a.no-underline{
    text-decoration: none;
}

.navbar-brand{
    padding: 9px 15px;
}

.navbar button, .navbar .btn{
    margin-left: 15px;
}

.modal.green .modal-content{
    background-color: #004448;
    opacity: 0.95;
    color: #a3a3a3;
    padding: 10px 20px;
    margin-top: 100px;
    line-height: 48px;
}

.modal.green .modal-backdrop{
    background-color: transparent;
}

.modal.green .tab{
    line-height: 32px;
    border-bottom: 1px solid #337ab7;
}

.modal.green a{
    color: #fff;
    margin-left: 30px;
    padding-bottom: 5px;
    font-size: 18px;
}

#head .nav{
    font-size: 14px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a{
    background: none;
    box-shadow: none;
}

.navbar .list-unstyled{
    margin: 0;
}

.page-default-height{
    min-height: 380px;
}
.testimonial img {
    border: 1px solid #16CCCC;
    height: 175px;
    padding: 5px;
    width: 360px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    #head .nav > li > a{
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }
}

@media (max-width: 991px){

    .clientlogo img{
        margin: 10px 0;
    }

    .navbar .container{
        width: 100%;
    }

    body{
        padding-top: 61px;
    }

    #head.affix-top{
        position: fixed;
        z-index: 9;
        top:0;
        border-bottom: 1px solid #222;
        left: 0;
        right: 0;
    }

    .navbar-nav{
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-default .navbar-nav > li > a{
        border-top: 1px solid #222;
    }

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:active,
    .navbar-default .navbar-nav > li > a:focus{
        background: #004448;
        color: #fff;
        font-size: 16px;
        text-shadow: none;
        opacity: 0.9;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }

    .navbar-default .navbar-nav > li > a:hover{
        opacity: 0.8;
    }
}

.jumbotron.main{
    color: #fff;
	background: rgba(0, 0, 0, 0) url("../images/pattern.jpg");
}

.jumbotron.blue{
    background: #00accd;
    color: #fff;
}

.jumbotron-white{
    background-color: #fff;
}

.jumbotron.green{
    color: #fff;
    background: #031F20;
}

.jumbotron-with-border{
    border: 1px solid #eee;
    border-width: 1px 0;
}

.no-margin{
    margin: 0;
}

.well.white-background{
    background: #fff;
    box-shadow: none;
}

.jumbotron-small,.jumbotron.main.jumbotron-small{
    padding: 30px 0;
}

@media (min-width: 768px) {
    .jumbotron.main h1,
    .jumbotron.main .h1 {
    font-size: 38px;
    font-weight: bold;
	margin:30px 0px;
    }
    .jumbotron.main h2{
        font-size: 28px;
    }
}

@media (max-width: 767px){
    .jumbotron.main{
        padding: 20px 0px;
    }
    .jumbotron.main h1,
    .jumbotron.main .h1 {
        font-size: 20px;
        margin-top: 5px;
    }
    .jumbotron.main h2{
        font-size: 20px;
    }
}

.text-brand {
    color: #004448;
}

#signup-form .glyphicon{
    color: rgb(51, 51, 51);
}

.footer{
    background-color: #393a3c;
    padding: 20px 0 20px 0;
}

.footer .footer-block{
    color: #747474;
}

.footer a{
    color: #f7f7f7;
    text-decoration: none;
    line-height: 28px;
}

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

    .footer, .footer .col-md-3{
        padding: 0;
    }

    .footer .glyphicon{
        color: #fff;
    }

    .footer .footer-block{
        border-bottom: 1px solid #ccc;
        padding: 30px 30px 20px 30px;
        cursor: pointer;
    }

    .footer .footer-block:hover{
        color: #fff;
    }
}

.flagship-icon{
    background: url("../images/flagship_products.png") no-repeat 0 0;
    height: 100px;
    width: 100px;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.flagship-icon.icon-psychometric-tests{
    background-position: 0 0;
}

.flagship-icon.icon-coding-tests{
    background-position: 0 -200px;
}

.flagship-icon.icon-aptitude-tests{
    background-position: 0 -400px;
}

.flagship-icon.icon-psychometric-tests:hover{
    background-position: 0 -100px;
}

.flagship-icon.icon-coding-tests:hover{
    background-position: 0 -300px;
}

.flagship-icon.icon-aptitude-tests:hover{
    background-position: 0 -500px;
}

.carousel{
    border: 1px solid #eee;
    border-radius: 4px;
    padding-bottom: 30px;
}

.left.carousel-control, .right.carousel-control{
    background: none;
    border:none;
    filter: alpha(opacity=0);
    -moz-appearance: none;
    appearance: none;);
}

.carousel{
    padding: 25px 40px 70px 40px;
}

.carousel-indicators{
    bottom: 10px;
}

.offset-top{
    padding-top: 60px;
}

.offset-bottom{
    padding-bottom: 60px;
}

.modal-backdrop{
    z-index: 0;
}

.circle.img-circle{
    width: 170px;
    height: 170px;
    padding: 10px;
    background: #00accd;
    line-height: 152px;
    margin: auto;
    text-align: center;
}
.circle.green{
    background: #34CD00;
}

.circle.gray{
    background: #f2f2f2;
}

.circle.text{
    line-height: 24px;
    color: #000;
}

.circle.text img{
    margin: 30px 0 10px 0;
}

.design-by{text-align:center; color:#efefef;}
.btn-filter,.btn-filter:hover,.btn-filter:focus,.btn-filter:active{
    background: #fff;
    border:1px solid #ddd;
    color:#333;
}

.page-secondary-header{
    font-weight: 600;
    font-size: 28px;
}

.page-bottom{
    background-color: #2c2d2e;
    color:#999;
    padding:20px 0;
}

.social-icons{
    padding: 30px 0;
    text-align: center;
}

.social-icons a{
    margin : 0 10px;
}

.social-icons a:hover{
    opacity: 0.8;
}

@media screen and (max-width: 480px){
    .social-icons a img{
        width: 32px;
    }
}

.text-overflow{
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: break-word;
    height: 1.33em;
    -webkit-line-clamp: 1;
}

h5.text-overflow{
    line-height: inherit;
}

.container.sitemap a{
    margin-bottom: 20px;
    color: #004448;
    padding-left: 20px;
    background: url("../../images/home/points.png") 0 7px no-repeat;
}

.desktop-icon{
    margin-top: 50px;
    cursor: pointer;
}

.jumbotron.green form{
    color: #666;
}

.text-overflow.desc{
    height:8.5em;
    -webkit-line-clamp: 6;
}

.text-overflow.title{
    height:3em;
    -webkit-line-clamp: 2;
}


#type-form-link {
    position: fixed;
    right: 0;
    top: 30%;
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: right bottom;
    -moz-transform: rotate(270deg);
    -moz-transform-origin: right bottom;
    -o-transform: rotate(270deg);
    -o-transform-origin: right bottom;
    -ms-transform: rotate(270deg);
    -ms-transform-origin: right bottom;
    filter: progid:DXImageTransform.Microsoft.B;
    z-index: 9999;
}

marquee{
    
    width: 50%;
    margin-top: 6px;
    position: absolute;
    left: 8%;
    font-size: 14px;
}

marquee a,marquee a:hover,marquee a:active{
    color:white;
    text-decoration: underline;
}
.met_link{
    font-size: 16px;
    margin: 20px 0px;
    color: #000;
}
#content.signUpPrelogin{
    margin-top: 30px;
 }

 @media screen and (max-width: 480px){
     #form *{
      width:100% !important;
      }
      #content.signUpPrelogin {
          margin-top: 0px;
      }
      .client-logo img{
      margin-bottom:15px;
      }
   }
