/****************************/
/*FONTS*/
/****************************/

@font-face {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    src: local('Istok Web Regular'), local('IstokWeb-Regular'), url(../fonts/IstokWeb-Regular.woff) format('woff'),  url(../fonts/IstokWeb-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    src: local('Istok Web Bold'), local('IstokWeb-Bold'), url(../fonts/IstokWeb-Bold.woff) format('woff'), url(../fonts/IstokWeb-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Istok Web';
    font-style: italic;
    font-weight: 400;
    src: local('Istok Web Italic'), local('IstokWeb-Italic'), url(../fonts/IstokWeb-Italic.woff) format('woff'), url(../fonts/IstokWeb-Italic.ttf) format('truetype');
}
@font-face {
    font-family: 'Istok Web';
    font-style: italic;
    font-weight: 700;
    src: local('Istok Web Bold Italic'), local('IstokWeb-BoldItalic'), url(../fonts/IstokWeb-BoldItalic.woff) format('woff'), url(../fonts/IstokWeb-BoldItalic.ttf) format('truetype');
}


/*Widget*/
.ralign {
    text-align: right;
}

a {
    text-decoration: none;
}

p, ol, ul, table, dl {
    margin: 0 0 10px 0;
}

body.widget,
body.banner {
    background: none;
}

#widget-wrap {
    width: 130px;
}

#widget-header {
    border: 3px solid #003366;
}

#widget-header #logo {
    display: block;
    max-width: 100%;
}

#widget-search {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 2px solid #000;
    padding: 10px;
}

#widget-search-text {
    width: 100%;
    border: 1px solid #9fb2c5;
    font-size: 11px;
    padding: 6px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#widget-submit {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #9fb2c5;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#a3b5c7));
    background-image: -webkit-linear-gradient(top, #ffffff, #a3b5c7);
    background-image:    -moz-linear-gradient(top, #ffffff, #a3b5c7);
    background-image:     -ms-linear-gradient(top, #ffffff, #a3b5c7);
    background-image:      -o-linear-gradient(top, #ffffff, #a3b5c7);
    color: #004d69;
    font-size: 11px;
    padding: 7px 42px 7px 15px;
    position: relative;
    cursor: pointer;
}

#widget-submit:hover {
    background-color: #a3b5c7;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a3b5c7), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #a3b5c7, #ffffff);
    background-image:    -moz-linear-gradient(top, #a3b5c7, #ffffff);
    background-image:     -ms-linear-gradient(top, #a3b5c7, #ffffff);
    background-image:      -o-linear-gradient(top, #a3b5c7, #ffffff);
}

#widget-submit .icon-search {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/sprite-vc.svg") no-repeat 0 0;
    position: absolute;
    right: 15px;
    top: 2px;
    cursor: pointer;
}

#widget-content {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 2px solid #000;
    padding: 10px 0;
    height: 300px;
    overflow: auto;
}

#widget-content ul {
    list-style: none;
    padding: 0;
    font-size: 11px;
}

#widget-content li {
    line-height: 1.4;
}

#widget-content a {
    color: #000;
    display: block;
    padding: 3px 10px;
}

#widget-content a:hover {
    background: #2a8a15;
    color: #fff;
    text-decoration: none;
}

/*Center Thumbnail Widget*/
#widget-wrap.widget-center-thumbs {
    width: 215px;
}

#widget-content .widget-center {
    display: block;
}

#widget-content .widget-center:hover {
    background: none;
    color: #000;

}

#widget-content .widget-center-title {
    display: block;
    font-family: 'Istok Web', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
}

#widget-wrap.widget-center-thumbs #widget-content {
    height: 450px;
}


/*Static Banners*/
.banner #widget-content {
    font-family: 'Istok Web', Arial, sans-serif;
    height: auto;
}

#widget-content .list-reference {
    list-style: circle;
    padding-left: 25px;
    font-weight: 700;
    font-size: 17px;
    color: #2a8a15;
}

#widget-content .list-reference li span {
    color: #000;
}

#widget-content .list-reference li {
    line-height: 1.2;
    margin-bottom: 5px;
}

#widget-content .btn-banner {
    display: block;
    color: #2a8a15;
    font-size: 12px;
    text-align: center;
    border:1px solid #a0a0a0;
    border-radius: 5px;
    margin: 0 5px 9px 5px;
    -moz-box-shadow: 0 0 10px #a0a0a0;
    -webkit-box-shadow: 0 0 10px #a0a0a0;
    box-shadow: 0 0 10px #a0a0a0;
}

#widget-content .btn-banner .emphasize {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

#widget-content .smallprint {
    font-family: Arial, sans-serif;
    font-size: 9px;
    color: #003366;
    line-height: 1.1;
    text-align: center;
    clear: both;
    margin-bottom: 0;
}

#widget-content .smallprint a:hover {
    background: none;
    color: #003366;
}

/*Wide Static Banner*/
.banner.wide #widget-wrap {
    width: 725px;
    height: 90px;
}

.banner.wide #widget-wrap:after {
    content: " ";
    display: table;
    clear: both;
}

.banner.wide #widget-header {
    float: left;
    width: 244px;
    height: 84px;
}

.banner.wide #widget-content {
    float: left;
    width: 473px;
    height: 68px;
    overflow: hidden;
    position: relative;
}

.banner.wide #widget-content .list-reference {
    float: left;
    padding-left: 10px;
    color: #000;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 5px;
}

.banner.wide #widget-content .btn-banner {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 14px;
    margin:0 0 0 20px;
    padding: 5px 10px;
}

.banner.wide #widget-content .btn-banner .emphasize {
    font-size: 20px;
}

.banner.wide #widget-content .smallprint {
    text-align: left;
    margin: 0;
    font-size: 11px;
}

.banner.wide #widget-content .smallprint a {
    display: inline;
    padding-right: 0;
}