@charset "utf-8";
/* CSS Document */

html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.vv-home #column-2 {
    background: url(../img/aside_seperator.png) no-repeat top left;
    height: auto;
    padding: 30px 20px 30px 25px;
    border-left: 1px solid #ccc;
}

.loading-animation {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 30px;
}

.vv-container {
    max-width: 1280px;
    width: 100%;
}

.vv-portlet {
    max-width: 1205px;
    /* width: 93%;
     position: absolute;
     left: 7%;*/
}

div.loading-animation img {
    max-width: 100%;
}

img.howTo {

    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
}

.flex-control-nav li a {
    background: #000000;
    border-radius: 50%;
    opacity: .35;
    transition: all .25s ease-in-out;
}

.flex-control-nav li a:hover, .flex-control-nav li a:active {
    opacity: .75;
}

.flexslider li .fifty {
    width: 48%;
    float: left;
    text-align: left;
}

.flexslider li .fifty:first-child {
    margin-right: 2.5%;
}

.flex-direction-nav li a {
    width: 64px;
    height: 91px;
    margin: -13px 0 0;
    display: block;
    background: url('../img/bg_direction_nav.png') no-repeat 0 0;
    position: absolute;
    top: 31%;
    cursor: pointer;
    text-indent: -9999px;
    opacity: .25;
    transition: all .25s ease-in-out;
}

.flex-direction-nav li a:hover {
    opacity: 1;

}

.flex-direction-nav li .prev {
    left: -54px;
    background-position: 0;
}

.flex-direction-nav li .next {
    background-position: -52px -16px;
    right: -55px;
}

.flexslider .slides > li {
    padding-bottom: 20px;
}

.flex-control-nav li a.active {
    background-position: 0 -26px;
    cursor: default;
    opacity: .75;
}

.salesContact {
    max-width: 39.5% !important;
    height: auto;
    min-height: 200px;
    background: #FFFFFF;
    float: left;
    padding: 1%;
    box-shadow: rgba(0, 0, 0, 0.62) 0 0 3px;
}

.businessTrack {
    float: left;
    width: 58%;
    margin-right: 2.5%;
}

.imgContainer img:first-child {
    max-width: 23%;
}

.imgContainer img:last-child {
    max-width: 73%;
    margin-left: 2%;
}

.salesContact h4 {
    font-size: 1em;
}

.flexslider h2 {
    font-size: 2.5em;
}

ul.large li {
    font-size: 2em;
    margin-bottom: 20px;
    color: #666666;
    font-weight: bold;
}

ul.large {
    margin-top: 15px;
}

.right-gutter, .nav.navbar-fixed-top > ul.nav-list {
    box-shadow: none !important;
    background-color:#FFFFFF;
}

#vslides-dialogue p {

    text-align: left;
}


#vslides-dialogue {
    padding: 25px 120px 50px 120px;
}

#vslides-dialogue {
    background-position-x: -4%;
}


#homeContainer {
    min-height: 416px !important;
}

.footer.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#262e40+0,475575+100 */
    background: #262e40; /* Old browsers */
    background: -moz-linear-gradient(top,  #262e40 0%, #475575 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #262e40 0%,#475575 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #262e40 0%,#475575 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262e40', endColorstr='#475575',GradientType=0 ); /* IE6-9 */
    font-family: "Tahoma", sans-serif;
    margin: 0 15px 0 10px;
    padding-bottom:20px;
}



header {
    min-height: 65px;
    width: 99.5%;
    padding-left: .5%;
}

td.spacer {
    width:2px;
}

#main-container {
    background:#FFFFFF;
    width:99%;
    margin-left:.5%;
    min-height:700px;
    box-shadow:#000000 0 0 9px;
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #D3E2F8;
    background-image: url('images/main-bg.png');
    padding:3px;
    padding-bottom:53px;
}

#main-container table {
    width:100%;
    min-height:700px;
    border-collapse: collapse;
}

table#top-menu{
    border-collapse: collapse;
    width:100%;
}



.side-menu, .main-section {
    background:#FFFFFF;
}

.side-menu img, .main-section img {
    max-width:100%;
    width:100%;
}

td.main-section {
    /*width:69.65%;*/
    width:69.65%;
    border:1px solid #CCCCCC;
    min-width:200px;
    width:auto;
    border-spacing: 10px;
    vertical-align: top;
}

td.top-center{
    width:62%;
    text-align:center;
    min-width:200px;
    width:auto;
    color:#FFFFFF;
    font-size:13pt;
    vertical-align: top;
    font-weight:100;
}

td.top-right {
    width:299px;
    height:39px;
}

td.top-center h1 {
    font-size:13pt;
    font-weight: 100;
}

td.side-menu {
    border:1px solid #CCCCCC;

    width:225px;
    vertical-align: top;
    border-spacing: 10px;
}

.clear-fix {
    float:none;
    clear:both;
}

.tabs {
    width: 200px;
    position: relative;
    top: 5px;
    left:-2px;
}


@media(max-width:1376px){
    #vslides-dialogue ul {
        font-size:17px;
    }
}

@media(max-width:1366px){
    #vslides-dialogue p {
        font-size: 18px;
    }

    #vslides-dialogue h3 {
        font-size: 190% !important;
    }
}

@media (max-width: 1300px) {
    .vv-portlet {
        width: 90%;
        position: relative;
        /*   left: 7%;*/
    }

    .vv-home #column-1 {
        padding: 2% 3%;
    }

}

@media (max-width: 768px) {
    #vv-hd td.vv-td1 {
        padding: initial;
    }

    table.vv-home-insights td:nth-of-type(odd) {
        display: none;
    }

    .vv-home #column-2 {
        padding: 0px 5px 30px 5px;
    }

}

/*  9/20/2016 css changes   */
/*

.btn input {
  height: 25px;
}

.input-medium {
  width: 160px;
}

/* remove pending check text */

/*#pendingCheck{
	display:none;
}

#pendingResult{
	display:none;
}

#homeContainer{
	width:90%;	
} */

.fiddy ul li {
    margin-bottom:15px;
}
