@font-face {
    font-family: 'Denmark-Regular';
    src: url('/fonts/denmark-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/denmark-webfont.otf') format('opentype'), url('/fonts/denmark-webfont.woff') format('woff'), url('/fonts/denmark-webfont.ttf') format('truetype'), url('/fonts/denmark-webfont.svg#denmark-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

textarea:focus, input:focus, button:focus {
    outline: none;
}

*:focus {
    outline: 0 !important;
}

.interviewSeriesSection {
    color: #0074C6;
    display: block;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.8;
}

body {
    background-color: #F6F6F6;
}

.denmarkFont {
    font-family: Denmark-Regular;
}

.denmarkFontSub {
    font-family: Denmark-Regular;
    font-size: 35px;
}

.font-color-White {
    color: white;
}

.colorBlack {
    color: black;
}

#menubar li a {
    font-size: 12px;
}

.bannerBgColor {
    /*background-color: #212121;*/
    background: url("/Images/TvWvBackground.jpg");
    /*width: 100%;*/
    height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    /*background-repeat: no-repeat;
     background-position: center center;*/
}

.SubbannerBgColor {
    /*background-color: #212121;*/
    background: url("/Images/TvWvBackground_SubPage.jpg");
    /*width: 100%;*/
    height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-size: auto 100%;*/
    background-repeat: no-repeat;
    background-position: bottom center;
    /*background-repeat: no-repeat;
     background-position: center center;*/
}

.topMenusLink a {
    background: rgba(15, 139, 227, 0.85) none repeat scroll 0 0;
    border-radius: 4px;
    color: white;
    list-style: outside none none;
    margin-right: 5px;
    padding: 5px 12px;
    text-decoration: none;
}

    .topMenusLink a:last-child {
        margin-right: 0px;
    }

.marginTop10Px {
    margin-top: 10px;
}

.backgroundOpacity {
    /*background:rgba(124, 121, 121, 0.62) none repeat scroll 0 0;
    box-shadow: 1px 1px 1px 1px black;
    color:white;*/
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    /*box-shadow: 0 0 5px 1px black;*/
    box-shadow: 0 0 0px 1px black;
    color: white;
}

@media only screen and (min-width:1px) and (max-width:600px) {
    .topMenusLink a {
        display: block !important;
    }

    .bannerBgColor {
        background-size: auto 100% !important;
    }

    .bannerBackImage {
        background-position: left top !important;
        background-size: 100% 178px !important;
    }

    .bannerBackImageRemote {
        background-position: right bottom !important;
        background-size: 100% 228px !important;
    }

    h1, .h1 {
        font-size: 24px !important;
    }
}

.marginTop10Per {
    margin-top: 10%;
}

.borderColorWhite {
    border-color: white;
}

.marginTop12Per {
    margin-top: 15%;
}

.marginAuto {
    margin: 10px auto 0;
}

.padding1Per {
    padding: 1%;
}

.marginForHandImage {
    margin: 4% auto 0%;
}

.reducePadding {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.paddingTop1Per {
    padding-top: 1%;
}

.paddingTop05Per {
    padding-top: 0.5%;
}

.paddingBtm05Per {
    padding-bottom: 0.5%;
}

.menuBgColor {
    background-color: #0B0B0B;
}

.borderBottom {
    border-bottom: 4px solid white;
}

.borderTop {
    border-top: 4px solid white;
}

.borderTopBlue {
    border-top: 3px solid #A8B1BB;
}

.borderbtmBlue {
    padding-bottom: 5px;
    border-bottom: 2px solid #3a8ae0;
}

.borderWriterBlue {
    padding-bottom: 5px;
    border-bottom: 2px solid #0F8BE3;
}

.borderColorBlack {
    border-color: black;
}

.paddingleftRight2Per {
    padding: 0 2%;
}

.lineHeight40Px {
    line-height: 40px;
}

.lineHeight30Px {
    line-height: 30px;
}

.width50Per {
    width: 50%;
    margin: 0 auto;
}

.width65Per {
    width: 62%;
    margin: 0 auto;
}

.width80Per {
    width: 80%;
}

.width55Per {
    width: 55%;
    margin: 0 auto;
}

.removeLeftRightPadding {
    padding: inherit 0;
}

.removeLeftRightPadding {
    padding: 0 0 !important;
}

.footerLinks {
    color: white;
}

.displayBlockA a {
    display: block;
}

.footerLinks a {
    text-decoration: none;
    color: white;
    line-height: 24px !important;
}

    .footerLinks a:hover {
        color: gray;
    }

.marginForInnerPages {
    margin: 80px 0 25px;
}

.footerLinks {
    background-color: #070707;
}

.padding4Per {
    padding: 4% 0;
}

.navbar {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.navbar-nav {
    width: 100%;
    text-align: center;
}

    .navbar-nav > li {
        float: none;
        line-height: 32px;
        display: inline-block;
    }

        .navbar-nav > li > a {
            text-decoration: none;
            color: #999 !important;
        }

.fnt20Px {
    font-size: 20px;
}

.navbar-nav > li > a:hover {
    color: white !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: black;
    color: white !important;
}

.copyright {
    background-color: #191717;
    font-size: 12px;
    padding: 2px 0;
}

.extraSpaceA a {
    padding: 2% 2% 0% !important;
}

.extraSpaceA div {
    padding: 2% 3% 0%;
}

.addthis_counter.addthis_pill_style {
    height: 30px !important;
}

.extraSpaceA a .fa-2x {
    font-size: 1.5em !important;
}

.displayInline {
    display: inline;
}

.aStyle {
    color: #0074c6;
    text-decoration: none;
    cursor: pointer;
}

.readTextStyle {
    color: #0074c6;
    cursor: pointer;
}

.iconClass {
    color: #58d9da;
    font-size: 600% !important;
}

.btnColor {
    background-color: black;
    color: white;
}

.bgColorWhite {
    background-color: white;
}

.borderRight {
    border-right: 1px solid #eaeaea;
}

.marginTop5Per {
    margin: 5% 0;
}

.marginTopBtm10Px {
    margin: 10px 0 20px;
}

.marginTop5Per1 {
    margin-top: 5%;
}

.marginBtm5Per1 {
    margin-bottom: 5%;
}

.marginTop15Px {
    margin: 15px 0 5%;
}

.marginTop5PerBtm0 {
    margin: 5% 0 1%;
}

.layer {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.width10Per {
    width: 10%;
}

.borderBtm6px {
    border: 6px solid;
}

.borderblueColor {
    border-color: #25699A;
}

.width30Per {
    width: 30%;
}

.margin6TopBtm4PerLeftRight {
    margin: 6% 4% 0%;
}

.margin5Top {
    margin-top: 5%;
}

.margin3Top {
    margin-top: 2%;
}

.marginMainDiv {
    margin: 2% auto 0% auto !important;
}

.marginFtrMainDiv {
    margin: 0% auto 2% auto !important;
}

.margin3TopBtm {
    margin: 2% auto;
}

.margin3Btm {
    margin-bottom: 2% auto;
}

.colorBlue {
    color: #25699A;
}

.AboutUsBorder {
    border-bottom: 2px solid #0074c6;
    width: 5%;
    margin: 0 auto;
}

.TestimonialBorder {
    border-bottom: 1px solid black;
    width: 50%;
}

.marginTop3Per {
    margin-top: 3%;
}

.heightWidth20Per {
    height: 30%;
    width: 20%;
    padding: 5% 2%;
}

.bgColorBlue {
    background-color: #558eb8;
}

.marginBtm10Per {
    margin-bottom: 2%;
}

.footerSubmitSpan {
    background-color: #d33937;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 20px;
}

.marginTop2Per {
    margin-top: 2%;
}

.marginTop5Px {
    margin-top: 5px;
}

.marginBottom5Per {
    margin-bottom: 5%;
}

.paddingBtm1Per {
    padding-bottom: 1%;
}

.paddingBtm2Per {
    padding-bottom: 2%;
}

.executiveDiv {
    display: inline-block;
    float: left;
    min-height: 296px;
    max-height: 296px;
}

.minHeight406 {
    min-height: 406px;
}

.table-Cell {
    display: table-cell;
}

.width45Per {
    width: 47%;
}

.width10Per {
    width: 6%;
}

/*.imageBlocks img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

    .imageBlocks img:hover {
        cursor: pointer;
        opacity: 1;
        filter: alpha(opacity=100);
    }*/

.layer1 {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.colorWhite {
    color: white;
}

.boxShadow {
    box-shadow: 0 0 1px 0 lightgrey;
}

.bgColorGrey {
    background-color: #F0F0F0;
}

.marginTop6Per {
    margin-top: 3%;
}

.marginbtm4Per {
    margin-bottom: 4%;
}

.margintop10Per {
    margin-top: 10%;
}

.margintop18Per {
    margin-top: 18%;
}

.margintop22Per {
    margin-top: 18%;
}

.margintop20Per {
    margin-top: 20%;
}

.tradeMark {
    font-size: 15px;
    left: 3px;
    position: relative;
    top: -35px;
}

.subtradeMark {
    font-size: 14px;
    left: 3px;
    position: relative;
    top: -18px;
}

.displayTable {
    display: table;
}

.overLay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    border: 4px solid #f0f0f0;
    width: 100%;
    height: 100%;
    z-index: 20;
    cursor: pointer;
    top: 0;
    left: 0;
}

    .overLay:hover {
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 20;
    }

.imageContentBlock {
    /*margin:4px;*/
}

    .imageContentBlock p {
        /*bottom: -6px;*/
        color: white;
        position: relative;
        text-align: center;
        width: 100%;
        z-index: 30;
        font-size: 14px;
        font-weight: bold;
    }

/*.imageBlocks {
    background-color:rgba(0,0,0,0.2);

}*/
.noPadding {
    padding: 0 !important;
}

.leftRightPadding15px {
    padding: 0 30px;
}

.floated {
    float: right;
}

hr {
    border-width: 2px 0 0 !important;
}

.imageMargin5PerLeftRight {
    margin: 0 20px;
}

.removeBottomPadding {
    margin-bottom: 0 !important;
}

.boldExecutiveName {
    color: #478bd3;
}

.WritersName {
    color: #0F8BE3;
}

.positionDetails {
    color: #3a8ae0;
}

.companyDetails {
    color: #765eed;
}

.colorRed {
    color: red;
}

.writersFormInput input, textarea, col-md-3 {
    margin: 5px auto;
}

.writersFormInput .col-md-3, .col-md-3 {
    margin-top: 10px !important;
}

.removePaddingLeftRight {
    padding: 0px;
}

.marginLeft6Per {
    margin-left: 6%;
}

.width100Px {
    margin: auto 10px;
    width: 100px !important;
}

.width200px {
    margin: auto 10px;
    width: 200px !important;
}

.modal-dialog {
    width: 400px;
}

.modal-header {
    background: #494949;
}

.modal-title {
    color: white;
}

.close {
    color: gray;
}

    .close:hover {
        color: white;
    }

.btn-primary {
    background: #494949 !important;
    color: #fff;
    border-radius: 4px;
    border: none !important;
    margin-bottom: 0px;
}

    .btn-primary:hover {
        background: #3D3C3C !important;
        outline: none;
        box-shadow: none;
    }

#addproduct a {
    color: #2E98E3 !important;
}

    #addproduct a:hover {
        color: #2797E8;
    }

.interview {
    display: block;
    float: left;
}
/*.ui-widget-header {
    background:none !important;
    border:none !important;
}*/

.darkGrayTitle {
    
    color: #666666;
}

.maxheight345px {
    max-height: 345px;
}

.marginTop8Per {
    margin-top: 8% !important;
}

.marginTop4Per {
    margin-top: 4%;
}

.paddingBtm10Per {
    padding-bottom: 10%;
}

.marginTop10Per {
    margin-top: 10px !important;
}

.marginTop15Per {
    margin-top: 15%;
}

.fa-3x {
    font-size: 2.5em;
}

.font-size12 {
    font-size: 12px;
}

.fordocuseries .col-md-2 {
    border-bottom: 0.1px solid lavenderblush;
}

.emaiIcon {
    margin-left: 5px;
    font-size: 19px;
    font-weight: bolder;
}

.bold {
    font-weight: bold;
}

.marginLeftRight10px {
    margin-left: 10px;
    margin-right: 10px;
}

.borderBlack {
    border: 1px solid black;
}

.nextline {
    clear: both;
}

.removePadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.legend-table table b {
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}

.tablegreen b {
    background-color: #00FF00;
}

.tablered b {
    background-color: #FF0000;
}

.tableorange b {
    background-color: #FFA500;
}

.tableyellow b {
    background-color: yellow;
}

.marginTop20Px {
    margin-top: 20px;
}

.inline-block {
    display: inline-block;
}

.boxYellow {
    box-shadow: 0px 0px 11px 2px yellow;
}

.fontweightnormal {
    font-weight: normal;
}

.checkboxlabelDiv input[type='checkbox'] {
    margin: 0px 2px !important;
}

.paddingleftright14px {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.sucessedit {
    padding: 5px;
    color: red;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
}

.colorYellow {
    color: yellow;
}

    .colorYellow:hover {
        color: yellow;
    }

.paddingBtm5Per {
    padding-bottom: 5%;
}

.marginBtm5Px {
    margin-bottom: 5px;
}

.paddingTopBtm5Px {
    padding-top: 5px;
    padding-bottom: 5px;
}

.margintopbtm4px {
    margin: 4px 4px;
}

.height30Px {
    height: 30px;
}

.marginTop0Px {
    margin-top: 0px !important;
}


@media (max-width: 700px) {
    .bannerTextIndex {
        padding:15px 0px;
        margin-top:50px;
        margin-bottom:50px;
    }

    .topMenusLink a:last-child {
        margin-right:5px;
    }

    .topMenusLink a {
        margin-top:10px;
    }

    .bannerSizeIndex {
        min-height: 0px;
    }

    .width45Per {
        width: 100%;
    }

    .width10Per {
        width: 0%;
    }

    .tvWritersLogoandName {
        background-image: url('/Images/photoGraphers-mobile.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        height: 100px;
    }

    .testimonalImage {
        height: 350px;
        background-image: url("/Images/testimonials-banner-mobile.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .tvRemoteImage {
        height: 350px;
        background-image: url("/Images/tvRemoteBanner-mobile.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .bannerBackImage {
        background-image: url("/Images/testimonials-banner-mobile.jpg");
        background-repeat: no-repeat;
        background-size: 50% 100%;
        /*height: 350px;*/
        background-position: left;
    }

    .bannerBackImageRemote {
        background-image: url("/Images/tvRemoteBanner-mobile.jpg");
        background-repeat: no-repeat;
        background-size: 50% auto;
        /*height: 340px;*/
        background-position: right;
    }

    .bannerBackImageRemote1 {
        background-image: url("/Images/tvRemoteBanner-mobile.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 340px;*/
        background-position: center;
    }

    .executiveBg {
        background-image: url("/Images/Executives-mobile.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 340px;*/
        background-position: right top;
    }

    .photoGrapherDiv {
        background-image: url('/Images/photoGraphers-mobile.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        height: 250px;
    }

    .minHeightInDeskTop665 {
        min-height: 0px;
    }
}

@media (min-width: 701px) {
    .bannerTextIndex {
        margin-top: 25px;
        vertical-align:middle;
        max-height: 665px;
    }

    .topMenusLink {
        margin-top:10px;
    }

    .bannerSizeIndex {
        min-height: 755px;
    }

    .tvWritersLogoandName {
        background-image: url('/Images/photoGraphers-mobile.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        height: 100px;
    }

    .testimonalImage {
        height: 350px;
        background-image: url("/Images/testimonials-banner.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .tvRemoteImage {
        height: 350px;
        background-image: url("/Images/tvRemoteBanner.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .bannerBackImage {
        background-image: url("/Images/testimonials-banner.jpg");
        background-repeat: no-repeat;
        background-size: 50% 100%;
        /*height: 350px;*/
        background-position: left;
    }


    .bannerBackImageRemote {
        background-image: url("/Images/tvRemoteBanner.jpg");
        background-repeat: no-repeat;
        background-size: 50% auto;
        /*height: 340px;*/
        background-position: right;
    }

    .bannerBackImageRemote1 {
        background-image: url("/Images/tvRemoteBanner.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 340px;*/
        background-position: center;
    }

    .executiveBg {
        background-image: url("/Images/Executives.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 340px;*/
        background-position: right top;
    }

    .photoGrapherDiv {
        background-image: url('/Images/photoGraphers.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        height: 350px;
    }

    .minHeightInDeskTop665 {
        min-height: 665px;
    }
}



@media screen and (max-width: 992px) {
.col-md-12 .text-center img.style5 {
    width: 230px;
    margin: 10px 5px 12px 23px !important;
    float: none !important;
    float: none !important;
    clear: both;
    margin: 0 auto !important;
    display: block;
    margin-bottom: 30px !important;
}
/*.col-md-12 .text-center strong {
    width: 100%;
    text-align: center;
    display: inline-block;

}*/

.row.footerLinks.padding4Per {
    max-width: 100%;
}
.container-fluid {
    padding: 0 !important;
}

.bgColorWhite {
    margin: 0 !important;
    padding: 0 15px !important;
}

.container  , iframe  , video{
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

img {
    margin: 0 !important;
    width: 100%;
    height: auto;
}

table {
    width: 100% !important;
}


table td {
    padding: 10px 10px !important;
}

#thelayer .darkGrayTitle img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}
.style19, .style18, .style11, .style11 {
     width:100% !important;
     font-size: 23px;
}
#thelayer .row.bgColorWhite {
    margin-top: -615px !important;
}

}

@media screen and (max-width: 400px) {

#thelayer .text-left a{
    font-size: 10px;
}



}