﻿.no-side-pad {
    padding-left: 0px;
    padding-right: 0px;
}

.taglist {
    padding: 4px 6px 4px 6px;
    color: #444444;
    font-family: "Lato", "Open Sans Regular", "sans-serif";
    background: #ededed;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 2px;
    font-size: 12px;
}

.taglist img {
    margin-top: -5px;
    margin-bottom: -3px;
}

.taglist.inactive:hover {
    cursor: pointer;
    text-decoration: underline;
}

.drkbox {
    text-align: center;
    background-color: #2a2a2a;
    padding: 25px;
    height: 120px;
}

.advertising .variants .element .drkbox:hover {
    background-color: #2a1b42;
}

.background-scroll {
    background-image: url(/company/publications/images/bk2017.png);
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center top;
    background-color: #F1F1F1;
    background-attachment: fixed;
}

.bannertitle {
    font-size: 3.5em;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
}

.bannertitle a {
    text-decoration: none;
}

#btnSearch:hover {
    background-color: #0091D9;
}

#btnClearFilters:hover {
    background-color: #D64642;
}

#bannerimage {
    background-image: url(/images2016/banners/webinars/webinars-1920.jpg);
    background-repeat: no-repeat;
    background-position: 50% calc(50% - -200px);
    background-size: 100%;
    background-color: #000000;
    max-width: 1920px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bannersubtitle {
    font-size: 1.7em;
}

.ok {
    background: transparent;
    border: 10px solid transparent;
    margin-top: -25px;
    padding: 15px;
    border-image-source: url(/ok/oktest.png);
    border-image-slice: 55;
    border-image-width: 75px;
    border-image-outset: 52px;
    border-image-repeat: stretch;
}

.call.featured {
    /*background: transparent;
    border: 10px solid transparent;
    margin-top: -25px;
    padding: 15px;
    border-image-source: url(/ok/ok.png);
    border-image-slice: 50;
    border-image-width: 69px;
    border-image-outset: 28px;
    border-image-repeat: stretch;*/

	border: 1px solid #626262;
    background-color: #EEE;
		
    /*border: 3px solid #F7E000;*/
}

.recommended{
	color:#515151;
	font-size: 16px;
}

#mask {
    position: fixed;
    z-index: 9000;
    background-color: #000;
    display: none;
}

img.btn_close {
    position: absolute;
    right: 0;
    float: right;
    margin: -55px -35px 0 0;
    z-index: 999;
}

.dialog {
    position: fixed;
    display: none;
    z-index: 9999;
    padding: 20px;
    background-color: #FFF;
    border: 10px solid #DDD;
    -webkit-box-shadow: 0px 0px 20px #B1B1B1;
    -moz-box-shadow: 0px 0px 20px #B1B1B1;
    box-shadow: 0px 0px 20px #B1B1B1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: visible;
}

.dialog .label span {
    color: black;
    font-size: 16px;
    font-weight: normal;
}

.dialog input.field {
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 15px;
}

@media screen and (max-width: 1600px) {
    .callout {
        padding: 10px 25px 10px 25px;
    }

    .callout hr {
        margin: 0;
    }

    .bannertitle {
        font-size: 3.0em;
        text-decoration: none;
    }

    .bannersubtitle {
        font-size: 1.5em;
    }

    #bannerimage {
        background-image: url(/images2016/banners/webinars/webinars-1920.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 50% calc(50% - -175px);
        background-color: #000000;
        max-width: 1920px;
    }
}

@media screen and (max-width: 1199px) {
            
    .bannertitle {
        font-size: 3em;
    }

    .bannersubtitle {
        font-size: 1.2em;
    }

    #bannerimage {
        background-image: url(/images2016/banners/webinars/webinars-1200.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 50% calc(50% - -75px);
        background-color: #000000;
        max-width: 1920px;
    }
}

@media screen and (max-width: 991px) {
    .bannertitle {
        font-size: 2.5em;
    }

    .bannersubtitle {
        font-size: 1em;
    }

    #bannerimage {
        background-image: url(/images2016/banners/webinars/webinars-1200.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 50% calc(50% - -80px);
        background-color: #000000;
        max-width: 1920px;
    }

    #searchTop {
        height: auto !important;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .bannertitle {
        font-size: 2.5em;
    }

    .bannersubtitle {
        font-size: 1em;
    }

    #bannerimage {
        background-image: url(/images2016/banners/webinars/webinars-800.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% calc(50% - 0px);
        background-color: #000000;
        max-width: 1920px;
    }
}

@media screen and (max-width: 530px) {
    .bannertitle {
        font-size: 2em;
    }

    .bannersubtitle {
        font-size: 1em;
    }

    #bannerimage {
        background-image: url(/images2016/banners/webinars/webinars-800.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% calc(50% - 0px);
        background-color: #000000;
        max-width: 1920px;
    }
}

@media screen and (max-width: 480px) {
    .bannertitle {
        font-size: 1.5em;
    }

    .bannersubtitle {
        font-size: 0.8em;
    }

    #bannerimage {
        background-image: url(/images2016/banners/webinars/webinars-480.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% calc(50% - 0px);
        background-color: #000000;
        max-width: 1920px;
    }
}