/* CORE CSS 20040217 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,500,500italic,400italic,700,900);
/*font-family: 'Roboto', sans-serif;
    font-weight: 300; => light
    font-weight: 400; => regular
    font-weight: 500; => medium
    font-weight: 700; => bold
    font-weight: 900; => black
*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700,400);

/*font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400; => regular
    font-weight: 700; => bold
*/

/* BODY */

/* HEADERS */

/* LINKS */

/* PRE TEXT */

pre, code {
    font-family: "Courier New", Courier, monospace; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
    font-size: 1em; /* Setting this exact size may also help visual consistency */
}

pre {
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    margin: 1em 0 1em 0;
    padding: 0.2em;
}

/* TABLES */

table {
    font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most others, but does no harm */
    margin: 0;
    padding: 0;
}

table.list, table.special {
    width: 100%;
    margin: 1em 0 1em 0;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #f0f0f0;
    empty-cells: show;
}

div.context-attributes table table.list, div.context-attributes table table.special {
}

table.list th, table.list td, table.special th, table.special td {
    padding: 0.25em;
    text-align: left;
    vertical-align: top;
}

table.list td.number, table.special td.number {
    text-align: right;
}

/* 'not available rate' */
table.list td.na-rate, table.special td.na-rate {
    text-align: right;
    font-style: italic;
    color: #C0C0C0;
}

table.list th, table.special th {
    color: #254b71;
    background-color: #c0c0c0;
    border: 1px solid #ececec;
    border-top-width: 2px;
    font-weight: normal;
    white-space: nowrap;
}

table.list td {
    border-top: 1px solid #f0f0f0;
    font-weight: normal;
}

tr.bglight {
    background-color: #f8f8f8;
}

tr.bgdark {
    background-color: #f4f4f4;
}

table.list tr.bglight:hover, table.list tr.bgdark:hover {
    background-color: #ffffff;
}

table.list tr.object-cannot-remove td {
    color: #ff0000;
}

th.tight, td.tight {
    width: 1%;
}

td.nowrap {
    white-space: nowrap;
}

div.context-attributes table.list th, div.context-attributes table.special th, div.mainobject-window table.list th, div.mainobject-window table.special th {
    color: #404040;
    background-color: #bfbfb7;
}

div.context-attributes table table.list th, div.context-attributes table table.special th, div.onlineeditor th {
    color: #404040;
    background-color: #dddddd;
}

/* FORM ELEMENTS */

form {
    padding: 0;
    margin: 0;
}

input, select {
    font-family: Arial, Helvetica, sans-serif; /* Needs to be set for some browsers */
    font-size: 1em;
}

input.box, input.halfbox {
    font-size: 1em;
}

textarea {
    font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 1em; /* Needs to be specified for IE */
}

optgroup {
    font-weight: bold;
    font-style: normal;
}

input.button-disabled {
    font-size: 0.9em;
    font-weight: normal;
    color: #808080;
    border: 2px solid #f0f0f0;
    border-bottom: 2px solid #b0b0b0;
    border-right: 2px solid #b0b0b0;
    background-color: #e0e0e0;
    background-image: url(../bundles/coretechsinp/images/inputbutton-disabled-bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    padding: 0em 0.25em 0em 0.25em;
}

input.box, textarea.box {
    width: 100%;
}

input.halfbox, textarea.halfbox {
    width: 48%;
}

td input.halfbox, td textarea.halfbox {
    width: 98%;
}

fieldset {
    border: 1px solid #ccccc3;
}

/* PAGE DIVIDERS */
div.block div.element, div.buttonblock div.element /* Use this style if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em !important;
    float: left;
}

div.block div.left, div.viewbar div.left {
    text-align: left;
    float: left;
    clear: left;
}

div.block div.right, div.viewbar div.right {
    text-align: right;
    float: right;
    clear: right;
}

div.break /* Used this style to terminate floating elements, to clear all floating attributes */
{
    clear: both;
    font-size: 1px;
    height: 1px;
}

div.button-left {
    float: left;
}

div.button-right {
    float: right;
}

/* MESSAGES TO THE USER */

div.message-confirmation, div.message-feedback, div.message-warning, div.message-error {
    margin: 0.5em 0 1em 0;
    padding: 0.25em 1em 0.75em 1em;
    border: 6px solid #000000;
    background-color: #f8f8f4;
}

div.box-content div.message-confirmation, div.box-content div.message-feedback, div.box-content div.message-warning, div.box-content div.message-error {
    margin-top: 0;
    padding: 0.25em 0.5em 0.25em 0.5em;
    border: none;
    /* background-color: transparent; */ /* W3C */
}

div.message-feedback {
    border-color: #7ed376;
}

div.message-feedback h2 {
    padding: 0.25em 0.5em 0.5em 2.5em;
}

div.message-warning {
    border-color: #d9d978;
}

div.message-warning h2 {
    padding: 0.25em 0.5em 0.5em 2.5em;
}

div.message-error {
    border-color: #d98078;
}

div.message-error h2 {
    padding: 0.25em 0.5em 0.5em 2.5em;
}

div.message-feedback span.time, div.message-warning span.time, div.message-error span.time {
    font-size: 0.8em;
    margin-top: 0.15em;
    display: block;
    float: right;
}

label.message-error, legend.message-error {
    color: #ff0000;
}

/* MISC STYLES */

hr /* General formatting for all hr's */
{
    /* color: transparent;*/ /* W3C */ /* Color must be set to the same as the background color to hide default formatting in IE */
    border: none; /* All borders must be removed as they are default for Opera */
    border-top: 1px solid #e0e0e0;
    height: 1px;
    margin: 0.35em 0 0.35em 0;
}

.small {
    font-size: 85%;
}

.hide, .invisible {
    display: none;
}

.spamfilter {
    display: none;
}

p.text-left, td.text-left, th.text-left, *.text-left {
    text-align: left;
}

p.text-right, td.text-right, th.text-right, *.text-right {
    text-align: right;
}

p.text-center, td.text-center, th.text-center, *.text-center {
    text-align: center;
}

p.text-justify, td.text-justify, th.text-justify, *.text-justify {
    text-align: justify;
}

div.object-left, table.object-left {
    float: left;
    clear: left;
}

div.object-right, table.object-right {
    float: right;
    clear: right;
}

div.object-center, table.object-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden
}

div.oe-window {
    clear: both;
}

/*Multioption datatype */
table.multioption, table.multioption table {
    width: 100%;
    margin: 0;
    border-top: 1px solid #ecece4;
    border-left: 1px solid #ecece4;
}

table.multioption table {
    margin-top: 0.5em;
}

table.multioption th, table.multioption td {
    padding: 0.25em;
    border-right: 1px solid #ecece4;
    border-bottom: 1px solid #ecece4;
    vertical-align: top;
    text-align: left;
}

table.multioption th {
    background-color: #bfbfb7;
}

table.multioption div.controlbar div.block {
    padding: 0;
}

table.multioption input.box {
    width: 98%;
}

fieldset.multioption label {
    font-weight: bold;
    margin: 0.5em 0 0.5em 0;
}

option.disabled {
    color: #a0a0a0;
}

div.attribute-multioption ul {
    margin: 0 0 0 1em;
    padding: 0;
}

div.attribute-multioption li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

/*HTML 5 RESET*/
article, aside, figure, footer, header,
hgroup, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

label {
    display: block;
}

input[type=button], input[type=submit], button {
    cursor: pointer;
}

* html input {
    vertical-align: text-bottom;
}

pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}

small {
    font-size: 10px;
}

th {
    font-weight: bold;
}

sub {
    vertical-align: sub;
    font-size: 10px;
}

sup {
    vertical-align: super;
    font-size: 10px;
}

pre {
    padding: 15px;
    white-space: pre;
    white-space: pre-wrap;
}

/* clearfix:after */
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

* html .clearfix {
    height: 1%;
}

* + html .clearfix {
    height: 1%;
}
/*
12px = 1em
16px = 1.333em
18px = 1.5em
*/

h1 {
    font-size: 2em;
    line-height: 1.5em;
}

h2 {
    font-size: 1.8333em;
    line-height: 1.6364em;
}

h3 {
    font-size: 1.6667em;
    line-height: 1.8em;
}

h4 {
    font-size: 1.5em;
    line-height: 1em;
}

h5 {
    font-size: 1.3333em;
    line-height: 1.125em;
}

h6 {
    font-size: 1.1667em;
    line-height: 1.2857em;
}

/*
EZP editor classname: mceContentBody
DRUPAL editor classname: .editors
*/

.mceContentBody blockquote {
    padding: 10px;
}

.mceContentBody p {
    font-size: 1em;
    line-height: 1.333em;
    padding-bottom: 25px;
}

.mceContentBody p.margin0 {
    margin-bottom: 0;
}

.mceContentBody p.margin36 {
    margin-bottom: 36px;
}

.mceContentBody p.margin54 {
    margin-bottom: 58px;
}

.mceContentBody a {
    color: #FF3300;
}

.mceContentBody .orange-arrow {
    display: inline-block;
    margin-bottom: 8px;
    padding-left: 10px;
    color: #333;
    background-position: 0 -272px;
}

.mceContentBody h4 {
    font-size: 1.333em;
    margin: 32px 0 16px 0;
    line-height: 1.333em;
}

.mceContentBody h5 {
    font-size: 1em;
    margin: 32px 0 16px 0;
    line-height: 1.333em;
}

.mceContentBody img {
    display: block;
    margin: 0 auto 12px;
}

.mceContentBody .float-right {
    float: right;
    display: inline;
    margin: 0 0 16px 10px;
}

.mceContentBody .float-left {
    float: left;
    display: inline;
    margin: 0 10px 16px 0;
}

.mceContentBody .align-center {
    text-align: center;
}

.mceContentBody ul,
.mceContentBody ol {
    font-size: 1em;
    line-height: 1.333em;
}

.mceContentBody ul {
    list-style: disc inside none;
    margin-bottom: 18px;
}

.mceContentBody ul ul {
    list-style: circle inside;
    padding-left: 20px;
    margin-bottom: 0px;
}

.mceContentBody ul ul ul {
    list-style: square inside;
}

.mceContentBody ol {
    list-style: decimal inside none;
    margin-bottom: 18px;
}

.mceContentBody ol ol {
    list-style: decimal inside;
    padding-left: 20px;
    margin-bottom: 0px;
}

.mceContentBody li li {
    font-size: 1em;
}

.mceContentBody a.down-item {
    color: #333;
}

.mceContentBody a.down-item:hover {
    color: #F30;
}

/*5 styles for plain text (not links and lists) 2011-02-17 */
.cke-normal-text {
    display: block;
    color: #333;
    font-size: 12px;
}

.cke-gras-text {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.cke-pink-text {
    display: block;
    color: #d5055c;
    font-size: 20px;
}

.cke-green-text {
    display: block;
    color: #bac33c;
    font-size: 20px;
    line-height: 26px;
}

.cke-purple-text {
    display: block;
    color: #7f63e3;
    font-size: 20px;
}

/*Global Layout*/
@font-face {
    font-family: "PlayfairDisplay";
    src: url('../bundles/coretechsinp/images/PlayfairDisplay-Regular.eot');/*for ie*/
    src: local("PlayfairDisplay"), url(../bundles/coretechsinp/images/PlayfairDisplay-Regular.ttf) format("truetype");
    font-weight: normal;
}

.special {
    font-family: PlayfairDisplay, Arial, Helvetica;
}

html body {
    font-size: 12px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    background-color: #9FA7D1;
}

.home .bannerbrowse img {
    width: 1197px;
    height: 145px;
    margin-top: -30px;
}

#container {
    width: 1040px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

#content-area, .sidebars, #footer {
    float: left;
}

#header, #footer {
    width: 1040px;
    background: #fff;
}

a {
    color: #333;
    text-decoration: none;
    font-size: 12px;
}

a:hover {
    text-decoration: underline;
}

/*header*/
#INP-logo {
    float: left;
    padding: 0.75em 1.5em 0;
}

#header-right {
    float: right;
    padding-top: 3em;
}

/* recherche */
#header-right form {
    float: left;
}

#header-right input[type=text] {
    border: none;
    background-color: #ebeae8;
    width: 244px;
    height: 26px;
    float: left;
    padding: 0 1em;
}

#header-right input[type=text]:focus {
    outline: 2px solid #9e9b91;
}

#header-right input[type=submit] {
    text-indent: -9999px;
    background: url(../bundles/coretechsinp/images/search.png);
    width: 26px;
    height: 26px;
    border: none;
    float: left;
}

/* accès */
#access-link,
#logout {
    float: left;
    padding: 0.3em 1em;
    background-color: #ebeae8;
    border-radius: 4px;
    margin-left: 1.2em;
}

#access-link a,
#logout a {
    font-weight: bold;
    font-size: 1.2em;
}

/* langues */
.languages {
    float: left;
    padding: 0.2em 2em;
}

.languages li:first-child {
    border-left: none;
}

.languages li {
    float: left;
    border-left: 1px solid #ddd;
    padding: 0 0.5em;
}

.languages li a {
    font-weight: bold;
    color: #999;
}

.languages li.active a {
    color: black;
    text-decoration: underline;
}

/* menu horizontal */
#main-menu-horizontal a {
    text-decoration: none;
    font-size: 1.2em;
}

#main-menu-horizontal ul.level-1 {
    width: 100%;
    padding-left: 1em;
}

#main-menu-horizontal li.level-1 {
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    text-align: left;
    font-family: 'Roboto Condensed';
    position: relative;
    padding: 16px 17px 16px 19px;
    /*border-left: 1px solid #ebeae8;*/
    position: relative;
}

#main-menu-horizontal li.level-1:before {
    position: absolute;
    content: '';
    top: 17px;
    left: 0;
    width: 2px;
    height: 14px;
    background-color: #ebeae8;
}

#main-menu-horizontal li.level-1:first-child:before,
#main-menu-horizontal li.level-1:hover:before {
    width: 0;
}

#main-menu-horizontal li.level-1.active-trail > a {
    color: #FF3300;
}

#main-menu-horizontal li.level-1:first-child {
    border-left: none;
}

#main-menu-horizontal li.level-1:hover {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 3px solid #10238c;
    border-bottom: none;
    padding: 15px 16px 16px 16px;
}

#main-menu-horizontal li.level-1:hover > a {
    color: #ff3300;
}

#main-menu-horizontal ul.level-2 {
    border-top: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 3px solid #10238c;
    padding: 0 1em;

    display: none;
    position: absolute;
    left: -3px;
    right: -1px;
    top: 100%;
    z-index: 100;
    background-color: white;
}

#main-menu-horizontal li.level-1:hover ul.level-2 {
    display: block;
}

#main-menu-horizontal li.level-2:first-child {
    border-top: none;
}

#main-menu-horizontal li.level-2 {
    text-transform: none;
    padding: 1em 0;
    border-top: 1px solid #ddd;
}

#main-menu-horizontal ul.level-3 {
    padding-left: 0em;
    font-weight: normal;
}

#main-menu-horizontal li.level-3 {
    margin: 0.5em 0;
}

#main-menu-horizontal li.level-3 > a:hover {
    color: #ff3300;
}

/* bannière */
.banner > img {
    height: 250px;
    width: 1230px;
    margin-left: -83px;
}

/* sidebar */

#sidebar-left {
    width: 304px;
    font-family: 'Roboto Condensed';
    top: -4px;
    position: relative;
}

#nav {
    padding: 1em 0 3em 3em;
    background: url('../bundles/coretechsinp/images/sidebar-left-top.png') no-repeat;
}

.block-tool {
    background: url('../bundles/coretechsinp/images/sidebar-left-bottom.png') no-repeat;
}

#sidebar-left .level-1 > a {
    display: none;
}

#sidebar-left .close.level-1 {
    display: none;
}

#sidebar-left ul.level-2,
#sidebar-left ul.level-2 > li {
    margin: 0.5em 0;
    padding-left: 12px;
}

#sidebar-left ul.level-2 > li > a {
    font-size: 1.3em;
    position: relative;
}

#sidebar-left .active-trail.level-2 > a {
    text-decoration: underline;
}

#sidebar-left ul.level-2 > li > a:before {
    content: '';
    background: url(../bundles/coretechsinp/images/level-2-opened.png);
    width: 11px;
    height: 6px;
    position: absolute;
    top: 8px;
    left: -16px;
}

#sidebar-left ul.level-2 > li.close > a:before {
    content: '';
    background: url(../bundles/coretechsinp/images/level-2-closed.png);
    width: 6px;
    height: 11px;
    position: absolute;
    top: 4px;
    left: -12px;
}

#sidebar-left .level-3 {
    margin: 0.55em 0;
}

#sidebar-left li.level-3 {
    padding-left: 18px;
}

#sidebar-left .level-3 > a {
    font-size: 1.25em;
    color: #999;
    position: relative;
}

#sidebar-left .active-trail.level-3 > a:before {
    content: '';
    background: url(../bundles/coretechsinp/images/level-3-opened.png);
    width: 7px;
    height: 4px;
    position: absolute;
    top: 8px;
    left: -12px;
}

#sidebar-left .level-3 > a:before {
    content: '';
    background: url(../bundles/coretechsinp/images/level-3-closed.png);
    width: 4px;
    height: 7px;
    position: absolute;
    top: 6px;
    left: -10px;
}

#sidebar-left .active-trail.level-3 > a {
    text-decoration: underline;
}

#sidebar-left .level-4 {
    margin: 0.55em 0;
}

#sidebar-left li.level-4 {
    padding-left: 16px;
}

#sidebar-left .level-4 > a {
    font-size: 1.25em;
    color: #999;
}

/* sidebar bottom*/
.block-tool ul {
    overflow: hidden;
    width: 230px;
}

.block-tool li {
    padding: 0.7em 0;
    line-height: 18px;
}

.block-tool li a {
    background: url(../bundles/coretechsinp/images/inp-icons.png) no-repeat 0 0 transparent;
    padding: 1px 0 1px 27px;
    line-height: 18px;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.block-tool li a:hover {
    font-weight: bold;
    color: #333;
}

.block-tool li a.left-tool2 {
    background-position: 0 -38px;
}

.block-tool li a.left-tool3 {
    background-position: 0 -80px;
}

.block-tool li a.left-tool4 {
    background-position: 0 -118px;
}

.block-tool li a.left-tool5 {
    background-position: 0 -160px;
}

.block-tool li a.left-tool6 {
    background-position: 0 -200px;
}

.block-tool li a.select {
    font-weight: bold;
    color: #000;
}

.block-tool li a.left-tool1.select {
    background-position: 0 -19px;
}

.block-tool li a.left-tool2.select {
    background-position: 0 -60px;
}

.block-tool li a.left-tool3.select {
    background-position: 0 -99px;
}

.block-tool li a.left-tool4.select {
    background-position: 0 -140px;
}

.block-tool li a.left-tool5.select {
    background-position: 0 -179px;
}

.block-tool li a.left-tool6.select {
    background-position: 0 -220px;
}

.block-tool li {
    position: relative;
}

.block-tool li:first-child:before {
    position: absolute;
    content: '';
    left: 0;
    top: -3px;
    background: url(../bundles/coretechsinp/images/inp-dotted-ff33.gif) repeat-x 0 100% transparent;
    height: 4px;
    width: 100%;
}

.block-tool li:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: url(../bundles/coretechsinp/images/inp-dotted-ff33.gif) repeat-x 0 100% transparent;
    height: 4px;
    width: 100%;
}

.block-tool {
    padding-left: 43px;
    padding-top: 10px;
}

/* content */
#content {
    padding-top: 3.5em;
    padding-left: 1em;
}

#content-area {
    width: 720px;
    margin-right: 16px;
    top: -1.5em;
    position: relative;
}

.view-home {
    margin-left: -1em;
    margin-top: -3.5em;
}

.content-title-level-2 {
    font-size: 1.5em;
    font-family: PlayfairDisplay, Arial, Helvetica;
    color: black;
    border-bottom: 1px dotted black;
    display: block;
    padding-bottom: 0.6em;
}

.mceContentBody h3 {
    margin-bottom: 0.5em;
    color: #FF3300;
    font-size: 24px;
    line-height: 33px;
    font-family: PlayfairDisplay, Arial, Helvetica;
    background: url(../bundles/coretechsinp/images/inp-dotted-ff33.gif) repeat-x 0 100%;
    font-weight: normal;
}

.mceContentBody h4 {
    margin-bottom: 0.5em;
    color: black;
    font-size: 1.5em;
    font-family: PlayfairDisplay, Arial, Helvetica;
    background: url(../bundles/coretechsinp/images/border-dotted-black.png) no-repeat 0 25px;
    font-weight: bold;
}

/* homepage*/
.view-home .view-top,
.view-home .view-bottom {
    display: none;
}

.related-stories {
    margin-bottom: 2em;
}

.related-stories .column {
    float: left;
    width: 240px;
}

.related-stories .column img {
    display: block;
    width: 100%;
}

.related-stories .views-row {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0.7em;
}

.related-stories .column-2 .views-row {
    border-right: none;
}

.related-stories .views-row:last-child {
    border-bottom: none;
}

.category {
    text-transform: uppercase;
    color: #9e9b91;
    font-weight: bold;
    margin: 0.75em 0.5em 0em;
}

.date {
    font-weight: bold;
    margin: 0.25em 0.5em 0;
}

.description {
    font-size: 1.2em;
    margin: 0.3em 0.5em 0.5em;
    display: block;
}

.link-more {
    color: #FF3300;
    display: block;
    text-align: right;
    font-weight: bold;
    margin-top: 1.3em;
    margin-right: 0.5em;
}

/*footer*/
#footer ul,
#footer .content,
#header .content,
.block-head .content {
    overflow: hidden;
}

.block-head .content {
    padding: 0px 13px 0 20px;
}

#footer .content {
    padding-top: 1em;
    margin: 0 1.3em 2em 25.3em;
    background: url(../bundles/coretechsinp/images/inp-dotted-ff33.gif) repeat-x 0 0;
}

#footer {
    text-align: center;
}

#footer li img {
    height: 33px;
}

#footer li.logo-culture img {
    height: auto;
    width: 150px;
}

#footer .left li {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 2em;
}

#footer .right {
    display: table;
    height: 60px;
    padding-top: 0.3em;
}

* + html #footer .right {
    min-width: 200px;
}

#footer .right li {
    position: relative;
    display: table-cell;
    margin: 0;
    padding-right: 1em;
    vertical-align: bottom;
}

#footer .right li:first-child:before {
    content: '';
}

#footer .right li:before {
    position: absolute;
    bottom: 0;
    left: -7px;
    content: '|';
}

#footer .right li a {
    font-size: 11px;
    font-weight: bold;
}

#footer .right li.last {
    background: none;
    padding-right: 0;
    margin-right: 0;
}
/* common used*/
.descr {
    margin-bottom: 10px;
    margin-top: -6px;
}

.content-list {
}

.content-list-item {
    margin-bottom: 18px;
}

/*breadcrumb*/
.breadcrumb, .breadcrumb a, .page-content .breadcrumb a:hover {
    color: #666666;
    font-size: 11px;
}

.breadcrumb {
    display: none;
}

/*views*/
.view-costomclass .views-row {
    border-bottom: 4px dashed #000;
    margin-bottom: 18px;
}

.view-costomclass .views-row-last {
    border-bottom: 0;
    margin-bottom: 0;
}

/* pager */
ul.pager {
    text-align: center;
}

ul.pager li {
    display: inline;
    margin-right: 10px;
}

/*webform*/
.webform-client-form .form-item {
    margin-bottom: 18px;
}

.webform-client-form .form-text {
    width: 98%;
}

.webform-component-fieldset {
    border: 1px solid #000;
    padding: 10px;
}

.webform-component-select .form-checkboxes .form-item {
    margin-bottom: 0;
}

.webform-component-textarea {
    width: 100%;
}

.webform-client-form .form-submit {
    float: right;
}

/*form validation*/
#error-summary {
    font-size: 18px;
    color: #f00;
}

em.error {
    color: #ff0000;
    font-size: 11px;
}

.form-required, label.error {
    color: #f00;
}

input.error {
    border: 1px solid #f00;
}

/*uniform*/
.page-content .select-form a:hover {
    color: #333;
}

.form-select {
    width: 200px;
    border: 0;
}

.ui-selectmenu {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    background: url(../bundles/coretechsinp/images/select.png) no-repeat scroll 0 0;
}

.ui-selectmenu-status {
    background: url(../bundles/coretechsinp/images/select-arrow.gif) no-repeat right 0;
    display: block;
    outline: medium none;
    text-decoration: none;
    margin: 4px 0;
    color: #333;
    height: 18px;
    padding-right: 18px;
    overflow: hidden;
}

.ui-selectmenu-menu {
    background: #fff;
    border: 1px solid #ccc;
    list-style: none outside none;
    overflow: auto;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 200;
}

.ui-selectmenu-open {
    visibility: visible;
}

.ui-selectmenu-menu li, .col2-lists {
    padding: 25px 0;
}

.col2-lists .coll-left {
    float: left;
    width: 60%;
    padding: 0;
}

.col2-lists .coll-right {
    float: right;
    width: 37%;
    padding: 0;
}

.col2-lists .news-block {
    border: 1px solid #e4e4e6;
    padding: 12px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    min-height: 190px;
    margin-bottom: 18px;
}

.col2-lists .gallery-block {
}

.col2-lists .list-block {
    margin-bottom: 20px;
}

.col2-lists .list-block p {
    margin: 0;
    padding: 0;
    color: #333333;
    line-height: 1.2;
    font-size: 11px;
}

.col2-lists .gallery-block .head,
.col2-lists .list-block .head {
    line-height: 1.2;
    padding-left: 28px;
    color: #d9002e;
    font-size: 17px;
    background: url("../bundles/coretechsinp/images/inp-icons.png") no-repeat 0 -118px;
    margin: 0 0 12px;
}

.col2-lists .list-block .refresh-link {
    display: block;
    text-transform: none;
    border: 1px solid #cacaca;
    border-bottom: none;
    background: #f3f3f3 url("../bundles/coretechsinp/images/refresh.png") no-repeat right center;
    padding: 3px;
    font-size: 11px;
    font-weight: bold;
}

.col2-lists .list-block ul.list-list {
    border: 1px solid #e4e4e6;
}

.col2-lists .list-block ul.list-list li {
    padding: 6px;
    position: relative;
    z-index: 1;
}

.col2-lists .list-block ul.list-list li.even {
    background-color: #e5e5e5;
}

.col2-lists .list-block ul.list-list li .title {
    font-weight: bold;
}

.col2-lists .list-block ul.list-list li .desc {
}

.col2-lists .list-block ul.list-list li .date {
    color: #b3b3b3;
    position: absolute;
    bottom: 7px;
    right: 7px;
    font-size: 10px;
}

.col2-lists .list-block ul.list-list li a,
.col2-lists .list-block ul.list-list li a:hover {
    text-decoration: none;
}

.col2-lists .list-block ul.list-list li.see-all {
    text-align: right;
}

.form-select option {
    line-height: 20px;
    padding: 0 5px;
}

/*toolbar*/
.toolbar {
    text-align: right;
    font-size: 12px;
}

/*sitemap*/
.block-site-map ul li {
    list-style: disc inside;
    float: left;
    margin: 0 20px 18px 20px;
    width: 135px;
}

.block-site-map ul li ul li {
    list-style: circle inside;
    margin: 0 0 0 20px;
    float: none;
    width: auto;
}

.block-site-map ul li ul li ul li {
    list-style: square inside;
    margin-left: 20px;
}

/*agenda*/
.view-agenda .views-row,
.no-bg {
    background: none !important
}

.view-agenda .arrow-red {
    background: url(../bundles/coretechsinp/images/inp-icons.png) no-repeat 0 -273px transparent;
    padding-left: 10px;
}

.view-agenda .views-row a:hover {
    font-weight: normal;
}

.view-agenda .views-row {
    padding: 9px 0 10px;
}

.view-agenda .view-content .last {
    background: none;
}

.uab-mod .button {
    float: left;
    margin-right: 4px;
}

.view-recru .agenda .button {
    margin-right: 3px;
}

.view-recru .agenda .last {
    margin-right: 0px;
}

.uab-mod .last {
    margin-right: 0
}

.uab-mod .form-select {
    float: right;
    width: 260px;
    padding: 0 10px;
}

.uab-mod .select-form label {
    display: none;
}

.no-js-select .form-select {
    background: #969fcd;
}

.opacity h1 img {
    padding-top: 55px;
    background: transparent;
    padding-bottom: 76px;
}

.opacity #content-area {
    padding-top: 175px;
}

.opacity #sidebar-left {
    background-position: 0 0;
}

.opacity .banner img {
    height: 175px;
}

.opacity #main-content {
    margin-top: -145px;
}

.border-input {
    color: #999;
    margin-left: 14px;
    float: left;
    font-size: 17px;
}

/*promotion*/
.view-pro .view-content {
    padding-bottom: 2px;
}

.view-pro .views-row {
    overflow: hidden;
    margin-bottom: 11px;
}

.view-pro .views-row li {
    width: 104px;
    height: 320px;
    float: left;
    border: 1px solid #aaafcc;
    margin: 0 0 0 9px;
    padding: 15px 13px 10px 13px;
    overflow: hidden;
}

.view-pro .views-row li:first-child {
    margin-left: 0;
}

.view-pro .view-content .last {
    margin-bottom: 0;
}

.view-pro .views-row li img {
    margin-left: 2px;
}

.view-pro .view-content .first {
    margin-left: 0;
}

.view-pro .views-content .des,
.view-pro .views-content .ff33 {
    font-size: 11px;
}

.view-pro .views-content .des {
    color: #666;
    line-height: 13px;
    margin-bottom: 3px;
    max-height: 52px;
    overflow: hidden;
}

.view-pro .views-content strong {
    line-height: 14px;
    margin-top: 6px;
    display: block;
    max-height: 42px;
    overflow: hidden;
}

/*other pages*/
.page-content a:hover {
    color: #FF3300;
}

/*search page*/
.view-resarch ul.pager {
    padding-bottom: 14px;
}

.form-block {
    margin-bottom: 5px;
    padding-bottom: 17px;
}

.form-block .form-desc {
    margin-bottom: 18px;
}

.resarch-form .form-txt {
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #434A4B;
}

.resarch-form .form-s-txt {
    width: 400px;
    height: 18px;
    margin-right: 13px;
    color: #434A4B;
}

.resarch-form .form-btn {
    padding-bottom: 0px;
}

.resarch-result {
    margin-bottom: 21px;
}

.resarch-result h3 {
    margin-bottom: 9px;
    font-size: 14px;
    color: #434A4B;
}

.resarch-result-info, .resarch-result-info a {
    color: #666666;
}

.resarch-result-info {
    padding: 0 0 4px 15px;
}

.resarch-result-info a {
    padding: 0 5px 0 7px;
    background: url(../bundles/coretechsinp/images/r-info-border.gif) no-repeat 100% 3px;
}

.resarch-result-info a.first {
    padding-left: 4px;
}

.resarch-result-info a.last {
    padding-right: 0;
    background: none;
}

.resarch-result-info a.select {
    color: #FF3300;
    text-decoration: underline;
}

.resarch-result-hd {
    margin-bottom: 13px;
    color: #666666;
}

.resarch-result-hd a {
    color: #666666;
}

.resarch-result-hd a {
    padding: 0 5px 0 7px;
    background: url(../bundles/coretechsinp/images/r-info-border.gif) no-repeat 100% 3px;
}

.resarch-result-hd a.first {
    padding-left: 4px;
}

.resarch-result-hd a.last {
    padding-right: 0;
    background: none;
}

.resarch-result-hd a.select {
    color: #FF3300;
    text-decoration: underline;
}

.resarch-result-box {
    margin-bottom: 7px;
    padding: 0 0 12px 15px;
}

.resarch-result-box .link-title {
    font-size: 13px;
    background-position: 0 -271px;
}

.resarch-result-box .link-title a {
    font-size: 13px;
}

.resarch-result-box .link-title a {
    padding-left: 10px;
}

.resarch-result-box .link-title a:hover {
    font-weight: normal;
}

/*Rich Text Pages*/
.rtp-wrapper {
    padding-bottom: 76px;
}

.rtp-item {
    margin-bottom: 13px;
    padding-bottom: 20px;
}

.rtp-item .orange-arrow {
    padding-left: 10px;
    background-position: 0 -273px;
}

/*management*/
.view-organization .intro-box {
    padding-bottom: 25px;
}

/*view-recru*/
.view-recru .two-clumns {
    padding-bottom: 14px;
}

.view-recru .column-main .title3 {
    height: 1%;
}

.view-recru .views-row .orange-arrow {
    padding-left: 10px;
    line-height: 14px;
    background-position: 0 -273px;
}

.col2-lists {
    padding: 25px 0;
}

.col2-lists .coll-left {
    float: left;
    width: 60%;
    padding: 0;
}

.col2-lists .coll-right {
    float: right;
    width: 37%;
    padding: 0;
}

.col2-lists .news-block {
    border: 1px solid #e4e4e6;
    padding: 12px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    min-height: 190px;
    margin-bottom: 18px;
}

.col2-lists .gallery-block {
}

.col2-lists .list-block {
    margin-bottom: 20px;
}

.col2-lists .list-block p {
    margin: 0;
    padding: 0;
    color: #333333;
    line-height: 1.2;
    font-size: 11px;
}

.col2-lists .gallery-block .head,
.col2-lists .list-block .head {
    line-height: 1.2;
    padding-left: 28px;
    color: #d9002e;
    font-size: 17px;
    background: url("../bundles/coretechsinp/images/inp-icons.png") no-repeat 0 -118px;
    margin: 0 0 12px;
}

.col2-lists .list-block .refresh-link {
    display: block;
    text-transform: none;
    border: 1px solid #cacaca;
    border-bottom: none;
    background: #f3f3f3 url("../bundles/coretechsinp/images/refresh.png") no-repeat right center;
    padding: 3px;
    font-size: 11px;
    font-weight: bold;
}

.col2-lists .list-block ul.list-list {
    border: 1px solid #e4e4e6;
}

.col2-lists .list-block ul.list-list li {
    padding: 6px;
    position: relative;
    z-index: 1;
}

.col2-lists .list-block ul.list-list li.even {
    background-color: #e5e5e5;
}

.col2-lists .list-block ul.list-list li .title {
    font-weight: bold;
}

.col2-lists .list-block ul.list-list li .desc {
}

.col2-lists .list-block ul.list-list li .date {
    color: #b3b3b3;
    position: absolute;
    bottom: 7px;
    right: 7px;
    font-size: 10px;
}

.col2-lists .list-block ul.list-list li a,
.col2-lists .list-block ul.list-list li a:hover {
    text-decoration: none;
}

.col2-lists .list-block ul.list-list li.see-all {
    text-align: right;
}

.view-recru .uab-mod {
    margin-bottom: 5px;
}

.view-recru .uab-mod .uab-mod-hd {
    margin-top: 0;
}

.view-recru .uab-mod .button {
    margin-right: 2px;
    margin-bottom: 2px;
}

.view-recru .uab-mod .form-select {
    float: left;
}

.view-recru .views-row {
    margin-bottom: 18px;
}

.view-recru .last {
    margin-bottom: 0 !important;
}

/*view-formation*/
.thematic-search-list {
}

.thematic-search-list h4 {
    font-weight: bold;
}

.tsl-item h3, .rrl-item h3 {
    margin-bottom: 9px;
    padding-left: 12px;
    font-size: 16px;
    color: #333333;
}

.period-item .title4 {
    font-weight: bold;
    text-transform: uppercase;
}

.pib-item {
    margin-bottom: 16px;
}

.pib-item a {
    color: #333333;
    font-weight: bold;
}

.pib-item a:hover {
    color: red;
    font-weight: bold;
}

.pib-item .orange-arrow {
    float: left;
    width: 5px;
    height: 14px;
    background-position: 0 -273px;
}

.pib-item .item-content {
    margin-left: 10px;
}

.period-item-hd {
    margin-bottom: 10px;
}

.research-form .rf-hd {
    width: 280px;
    height: 24px;
    margin-bottom: 15px;
    padding-left: 9px;
    line-height: 24px;
    color: #333;
    background: url("../bundles/coretechsinp/images/select.png") no-repeat scroll 0 0;
}

.rf-list {
    margin-bottom: 18px;
    padding-left: 6px;
}

.rf-list li {
    margin-bottom: 12px;
    color: #000;
}

.rf-list li input.chkbox {
    float: left;
    margin-right: 7px;
    margin-top: 1px;
}

.rf-list li .rf-sub-list {
    clear: both;
    padding-left: 12px;
    margin-top: 10px;
}

.research-form .button {
    float: right;
}

/*view-search-result*/
.result-desc {
    margin-top: -6px;
    margin-bottom: 10px;
}

.research-result-list ul {
    padding-bottom: 1px
}

.research-result-list .period-item {
    margin-bottom: 11px;
    padding: 0 0 9px 10px
}

/*view-search-students*/
.view-search-students {
    padding-bottom: 5px;
}

.search-form1, .search-form2 {
    color: #000;
}

.view-search-students .search-result-title {
    margin-bottom: 12px;
    font-size: 16px;
    color: #434A4B
}

.view-search-students .vss-block {
    padding-bottom: 15px;
}

.view-search-students .vss-block input[type=radio] {
    float: left;
    margin-right: 9px;
}

.view-search-students .vss-block .p {
    width: 100%;
    padding: 7px 0 7px 16px;
    color: #000;
}

.view-search-students .vss-block .selectList {
    padding-top: 8px;
    padding-left: 9px;
}

.view-search-students .vss-block .selectList li {
    min-height: 18px;
    margin-bottom: 10px;
    line-height: 17px;
}

.view-search-students .vss-block-1 .selectList li {
    float: left;
    width: 288px;
}

.view-search-students .vss-block-2 .selectList {
    padding-top: 17px;
}

.view-search-students .vss-block-2 .selectList {
    float: left;
    width: 500px;
}

.view-search-students .vss-block-2 .button {
    float: right;
}

.view-search-students .vss-block-2 .vab-b-inner {
    bottom: 13px;
}

.alpha-list {
    width: 585px;
    height: 48px;
    padding: 14px 0 0 12px;
    overflow: hidden;
}

.alpha-list li {
    float: left;
    width: 20px;
    margin-right: 25px;
    margin-bottom: 9px;
    text-align: center;
    color: #333333;
    font-size: 16px; /*font-weight:bold;*/
}

.alpha-list li a.bold {
    font-weight: bold
}

.search-form2 .year-select {
    display: block;
    width: 112px;
    margin: 15px 0 5px 13px;
}

.search-form2 .btn-by-alpha {
    float: right;
    margin-top: -4px;
}

/*free research*/
.view-free-research {
    padding-bottom: 30px;
}

.view-free-research .resarch-form {
    padding-top: 19px;
    padding-bottom: 6px;
}

.view-free-research fieldset {
    margin-bottom: 9px;
}

.view-free-research .resarch-form legend {
    padding-bottom: 10px;
    padding-left: 135px;
}

.document-type-list {
    padding-left: 131px;
}

.document-type-list li {
    float: left;
    width: 251px;
    margin-bottom: 2px;
}

.document-type-list li input, .document-type-list li label {
    float: left;
    display: inline;
}

.document-type-list li input {
    margin-right: 7px;
}

.document-type-list li label {
    width: 226px;
    line-height: 18px;
}

.fr-footer {
    padding: 14px 0;
    color: #434A4B;
    font-size: 14px;
    font-weight: bold;
}

/*view-press*/
.release-info {
    margin-bottom: 15px;
}

.release-info .release-info-box {
    float: left;
    width: 325px;
    line-height: 17px;
    margin-right: 43px;
}

.release-info .right-box {
    margin-right: 0 !important;
}

.release-info .release-info-box .info-box-title {
    margin-bottom: -1px;
    font-size: 12px;
}

.rc-list .rc-list-item {
    margin-bottom: 11px;
    padding-bottom: 14px;
}

.rc-list .rc-date {
    margin-bottom: 2px;
}

.rc-list .rc-main-info {
    margin-bottom: 3px;
}

.rc-list .rc-title {
    font-size: 12px;
    line-height: 140%;
}

.rc-list .rc-desc {
    color: #666666;
    line-height: 140%;
}

.rc-list .rc-list-item .orange-arrow {
    padding-left: 9px;
    background-position: 0 -273px;
}

/*sitemap*/
.sitemap-list .sitemap-item {
    clear: both;
}

.sitemap-item {
    margin-bottom: 14px;
}

.sitemap-item h3 {
    padding-bottom: 4px;
}

.sitemap-item h3, .sitemap-item h3 a {
    color: #FF3300;
    font: normal 18px/120% PlayfairDisplay;
}

.sp-expend-list {
    padding-top: 4px;
    padding-left: 29px;
}

.sp-expend-list .expend-list-item {
    float: left;
    width: 100%;
    margin-bottom: 1px;
}

.expend-list-item h4 {
    line-height: 16px;
}

.expend-list-item a:hover {
    color: #333333;
}

.expend-list-item h4 .orange-arrow {
    float: left;
    width: 5px;
    height: 15px;
    background-position: 0 -273px;
}

.expend-list-item h4 a {
    float: left;
    margin-left: 4px;
}

.expend-list-item h4, expend-list-item h4 a {
    font-weight: normal;
    font-size: 12px;
}

.expend-detail-list {
    padding-left: 65px;
}

.expend-detail-item {
    float: left;
    width: 100%;
    margin-bottom: 1px;
}

.expend-detail-item, .expend-detail-item a {
    color: #666666;
}

.expend-detail-list .icon-plus {
    padding-left: 9px;
    background-position: 0 6px;
}

/*view-jobs*/
.view-jobs .inp-tab-container {
    padding-top: 2px;
}

.job-tab-list {
    background: url(../bundles/coretechsinp/images/job-tab-list-bg.gif) repeat-y 0 0;
}

.job-tab-list li {
    position: relative;
}

.job-tab-list li a {
    float: left;
    width: 146px;
    padding: 4px 14px;
}

.job-tab-list li.current a {
    float: left;
    padding: 3px 13px 6px;
}

.job-tab-list li a:hover {
    color: #333333;
    text-decoration: none;
}

.job-tab-list .sep {
    position: absolute;
    right: 0;
    top: 15px;
    width: 1px;
    bottom: 16px;
    background: #AAAFCC;
}

.job-tab-content {
    padding-top: 2px;
    padding-bottom: 18px;
}

.job-tab-content li {
    padding: 20px 20px 10px;
}

.job-tab-content h3 {
    line-height: 130%;
}

.job-tab-content h3, .job-tab-content h3 a {
    color: #333333;
    font-size: 14px;
}

.job-tab-content h3 a:hover {
    color: #333333;
}

.job-tab-content .orange-arrow {
    padding-left: 9px;
    background-position: 0 -273px;
}

/*view-procurement*/
.view-procurement .content-hd {
    margin-bottom: 15px;
}

.procurement-tab-list li {
    position: relative;
    z-index: 100;
}

.procurement-tab-list li a {
    float: left;
    padding: 6px 14px;
    font-size: 14px;
}

.procurement-tab-list li.current a {
    float: left;
    padding: 5px 13px 9px;
}

.procurement-tab-list li a:hover {
    color: #333333;
    text-decoration: none;
}

.procurement-tab-content {
    padding-top: 14px;
    padding-bottom: 19px;
}

.procurement-table th, .procurement-table td {
    text-align: center;
}

.procurement-table th {
    margin-bottom: 3px;
    padding: 2px 0 5px 7px;
    overflow: hidden;
    white-space: nowrap;
}

.procurement-table th .th-wrapper {
    margin-bottom: -203px;
    padding: 1px 8px 200px 0;
    border-right: 1px solid #AAAFCC;
}

.procurement-table th.last {
    border-right: none;
}

.procurement-table th.last .th-wrapper {
    border: none;
}

.procurement-table td {
    padding: 10px 7px 13px 7px;
    vertical-align: top;
}

.procurement-table tr.first td {
    padding-top: 16px;
}

.procurement-table .txt-left {
    text-align: left;
}

.procurement-table .bottom-line td {
    padding: 6px 0 0 0;
}

.procurement-tab-content .description {
    padding-left: 5px;
}

/*font , text*/
.b {
    font-weight: bold;
}

.ff33 {
    color: #FF3300;
}

.uppc {
    text-transform: uppercase;
}

.capi {
    text-transform: capitalize;
}

.nowrap {
    white-space: nowrap;
}

/*space*/
.spliter {
    margin-bottom: 12px;
}

/*headline, title*/
.title {
    color: #FF3300;
    padding-bottom: 7px;
    line-height: 33px;
    font-weight: normal;
    font-family: PlayfairDisplay, Arial, Helvetica;
}

.title2 {
    font-size: 28px;
}

.titleespace {
    font-size: 13px;
}

.title3 {
    font-size: 24px;
    padding-bottom: 3px;
}

.categoryColor{
    margin-left: 30px;
    font-weight: bold;
}
.title4 {
    font-size: 12px;
    line-height: 20px;
    font-family: Arial, Helvetica;
}

.link-title, .link-title a {
    color: #333333;
    line-height: 19px;
    font-weight: bold;
}

/*background*/
.light-bg {
    background-color: #F1F2F8;
}

.button {
    width: 139px;
    height: 25px;
    text-align: center;
    color: #fff;
    font: bold 11px Arial;
    border: none;
    background: url(../bundles/coretechsinp/images/button-677-bg.png) no-repeat 0 0;
}

.select-form {
    overflow: hidden;
}

.select-form a {
    text-align: center;
    color: #fff;
    font: bold 11px Arial;
    text-decoration: none;
    background: url(../bundles/coretechsinp/images/button-677-bg.png) no-repeat;
    width: 139px;
    height: 25px;
    line-height: 25px;
    display: block;
    float: left;
    margin-right: 2px;
}

.select-form a:hover {
    color: #fff;
    text-decoration: none;
}

a.button {
    line-height: 25px;
    color: #fff;
}

.page-content .select-form a.button {
    color: #fff;
    text-decoration: none;
}

.button-common-mod, .button-common-mod .button-common-inner {
    float: left;
    display: inline;
    background-image: url(../bundles/coretechsinp/images/button-common-bg.png);
    background-repeat: no-repeat;
}

.button-common-mod {
    height: 25px;
    padding-left: 4px;
    background-position: 0 0;
}

.button-common-mod .button-common-inner {
    height: 25px;
    padding: 0 7px 0 3px;
    color: #fff;
    font: bold 11px Arial;
    background-position: 100% -25px;
    background-color: transparent;
    border: none;
}

* + html .button-common-mod .button-common-inner {
}

.icon-plus {
    background-image: url(../bundles/coretechsinp/images/add2.gif);
    background-repeat: no-repeat;
}

.dotted-ff33 {
    background: url(../bundles/coretechsinp/images/inp-dotted-ff33.gif) repeat-x 0 100%;
}

.orange-arrow {
    background: url(../bundles/coretechsinp/images/inp-icons.png);
    background-repeat: no-repeat;
    padding: 0 0 0 10px
}

/*float*/
.left {
    float: left;
}

.right {
    float: right
}

/*hide*/
.hide {
    display: none;
}

/*user action block*/
.uab-mod .uab-mod-hd {
    margin: 5px 0 8px 2px;
    padding-left: 34px;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
    background-image: url(../bundles/coretechsinp/images/inp-icons.png);
    background-repeat: no-repeat;
}

.uab-mod .research {
    background-position: 0 -316px;
}

.uab-mod .edit {
    background-position: 0 -239px;
}
.uab-mod .research-form{
    padding-left: 6px;
}

.uab-mod .reset{
    float: left;
    border-radius: 5px;
    width: 120px;
}
.uab-mod .reset:hover{
    color: #ffffff;
    text-decoration: none;
}

/*vertical align bottom*/
.vab-b {
    position: relative;
    float: left;
    height: 1px;
    width: 100%;
}

.vab-b-inner {
    position: absolute;
    right: 0;
    bottom: 10px;
}

/*video*/
.video {
    margin-top: 7px;
    margin-left: 7px;
    margin-bottom: 17px;
}

/*content*/
.content-hd {
    margin-bottom: 13px;
}

.content-hd .title2 {
    width: 100%;
}

#content-area .addthis_inline_share_toolbox {
    float: right;
}

.content-tools {
    height: 21px;
}

.content-tools a {
    margin-left: 12px;
}

.content-info {
    margin-bottom: 17px;
}

.content-info p {
    padding: 2px 0 14px;
}

.content-info p.i {
    font: italic 12px Arial;
}

.content-info p.nopad {
    padding: 0;
}

/*two-clumns*/
.two-clumns .column-main {
    float: left;
    width: 398px;
    margin-right: 15px;
    min-width: 298px;
    min-height: 500px;
}

.two-clumns .column-side {
    float: left;
    width: 282px;
}

/*intro*/
.intro-container {
    padding-top: 14px;
}

.intro-c-view, .intro-c-desc {
    float: left;
}

.intro-c-view {
    width: 130px;
}

.intro-c-desc {
    width: 500px;
}

/*info attachment*/
.info-attatch {
    padding-top: 18px;
}

.info-attatch .orange-arrow {
    display: block;
    margin-bottom: 6px;
    padding-left: 10px;
    background-position: 0 -272px;
}

.info-attatch li {
    margin-bottom: 6px;
    line-height: 14px;
}

/*page content tab*/
.inp-tab-container {
    font-family: Arial;
    padding-bottom: 15px
}

.inp-tab-list {
    width: 100%;
}

.inp-tab-list li {
    float: left;
}

.inp-tab-list li.current a {
    border: solid 1px #aaafcc;
    border-bottom: none;
    background-color: #ffffff;
}

.inp-tab-content-wrapper {
    margin-top: -1px;
    position: relative;
    width: 100%;
}

.inp-tab-content-wrapper .inp-tab-content, .inp-tab-content-wrapper .espace-tab-content {
    display: none;
    width: 694px;
}

.inp-tab-content {
    display: none;
    border: solid 1px #aaafcc;
}

.inp-tab-content .description a, .espace-tab-content .description a {
    font-weight: bold;
    margin-left: 5px;
}

.inp-tab-content .description a:hover, .espace-tab-content .description a:hover {
    padding-left: 10px;
    background: url(../bundles/coretechsinp/images/inp-icons.png) 0px -273px no-repeat;
}

.inp-tab-content-wrapper .current {
    display: block;
}

/*pagination*/
ul.pager {
    float: right;
    padding-bottom: 0.08em;
}

ul.pager li {
    display: inline;
    margin-right: 2px;
}

ul.pager a {
    padding: 2px 6px;
    color: #555964;
    text-align: center;
}

ul.pager a:hover {
    color: #555964;
}

ul.pager li.pager-previous a {
    padding-right: 2px;
}

ul.pager li.pager-next a {
    padding-left: 2px;
}

ul.pager li.pager-item a {
    border: solid 1px #e1e1e1;
}

ul.pager li.pager-current {
    padding: 2px 6px;
    color: #fff;
    border-right: solid 1px #b6b9d3;
    border-left: solid 1px #b6b9d3;
    background: #6d73a8;
}

/* old vesition*/
.page20style ul {
    margin-top: 15px;
}

.page20style li {
    background: url("../bundles/coretechsinp/images/inp-dotted-ff33.gif") repeat-x scroll 0 100% transparent;
    margin-bottom: 11px;
    padding: 0 0 9px 10px;
    overflow: hidden;
}

.page20style li.last {
    background: none;
}

.page20style li .title {
    padding: 0;
    line-height: normal;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

.page20style li .intro {
    float: right;
}

/* Marchés publics*/
.box_32 .odd {
    background-color: #F1F2F8;
}

.box_32 .list table {
    width: 100%;
}

.box_32 .list .left-column, .box_32 .list .right-column {
    min-height: 64px;
    padding: 8px 8px 5px 20px;
    vertical-align: top;
    border-bottom: solid 8px #fff;
}

.box_32 .list .left-column {
    width: 25%;
}

.box_32 .list .period {
    display: block;
    font-weight: bold;
}

.box_32 .list .descript {
    display: block;
    color: #666666;
    font-weight: bold;
    padding-bottom: 1px;
}

/*	private access*/
.view-private-access .view-private-access-title {
    margin-bottom: 12px;
    color: #434A4B;
    font-size: 16px;
}

.log-block .log-block-row {
    margin-bottom: 12px;
}

.log-block .input-text {
    width: 120px;
}

.order-inp-table {
    margin-bottom: 20px;
}

.order-inp-table th, .order-inp-table td {
    text-align: center;
}

.order-inp-table th {
    margin-bottom: 3px;
    padding: 2px 0 5px 0;
    vertical-align: top;
    overflow: hidden;
}

.order-inp-table th.column1 {
    width: 35%;
}

.order-inp-table th .th-wrapper {
    margin-bottom: -200px;
    padding: 1px 0 200px 0;
    border-right: 1px solid #AAAFCC;
}

.order-inp-table th.last {
    border-right: none;
}

.order-inp-table td {
    padding: 10px 10px 13px 8px;
    vertical-align: top;
}

.order-inp-table tr.first td {
    padding-top: 16px;
}

.order-inp-table .txt-left {
    text-align: left;
}

.order-inp-table .small {
    font-weight: normal;
}

.order-inp-table .bottom-line td {
    padding: 6px 0 0 0;
}

.order-inp-table .input-text {
    width: 70px;
}

.view-private-access .form-block .desc .p {
    margin-bottom: 15px;
}

.view-private-access .form-block .desc a {
    color: #FF3300
}

.view-private-access .order-result {
    width: 100%;
    margin-bottom: 15px
}

.view-private-access .order-result td {
    padding: 15px;
}

.view-private-access .order-result td.column1 {
    width: 80%;
}

.view-private-access .order-result td.column2 {
    text-align: right;
}

.action .action-left {
    float: left;
    display: inline;
    margin-right: 2px
}

.promotion_pagination {
    float: right;
    padding-top: 15px;
    padding-bottom: 15px
}

.cv_description {
    margin-top: 20px;
    padding-bottom: 5px;
}

.border {
    clear: both;
    border-bottom: 1px solid #B0B5B5;
    clear: both;
    width: 680px;
}

.publication_title {
    color: #000000;
    font-weight: bold;
}

.publictaion_td {
    border-right: 1px dashed #9CA3A3;
    padding-bottom: 5px;
    padding-top: 5px;
}

.liodd {
    background: none repeat scroll 0 0 #EBEDED;
}

.selection {
    margin-bottom: 10px;
}

.libottom {
    height: 30px;
}

.indexdiv #alphabet .active {
    font-weight: bold;
}

.indexdiv #alphabet a {
    color: gray;
    font-size: 14px;
    height: 1.5em;
    margin-right: 0.7em;
    text-align: center;
    width: 1.4em;
}

.indexdiv #alphabet {
    width: 605px;
}

.indexdiv .entries {
    clear: left;
    overflow: hidden;
    padding: 1em 0;
    width: 605px;
}

.indexdiv .entries span a {
    float: left;
    font-size: 41px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
    width: 1em;
}

.indexdiv .entries ul {
    list-style: none outside none;
    margin: 0 0 0 5em;
    padding-top: 18px;
}

.search_result ul.filter {
    border: 0 solid yellow;
    overflow: hidden;
    padding-left: 15px;
    width: 630px;
}

.search_result ul.filter li {
    border: 0 solid green;
    float: left;
    width: 250px;
}

.indexdiv .typelist {
    clear: both;
    margin: 0;
    padding: 5px 0 0;
}

.indexdiv .typelist li {
    display: block;
    float: left;
    margin: 0;
    padding: 8px 0 0;
    width: 200px;
}

.download .orange-arrow {
    display: block;
    margin-bottom: 6px;
    padding-left: 10px;
    background-position: 0 -275px;
    color: #333333;
    float: left
}

.view-press p a {
    color: #f30;
    text-decoration: none;
}

.view-press p a:hover {
    color: #f30;
    text-decoration: underline;
}

.view-press .down-item {
    background: url(../bundles/coretechsinp/images/inp-icons.png) no-repeat 0 -273px;
    padding-left: 10px;
    color: #333;
}

.view-press .down-item:hover {
    background: url(../bundles/coretechsinp/images/inp-icons.png) no-repeat 0 -273px;
    padding-left: 10px;
    color: #F30;
}

.down-item {
    background: url(../bundles/coretechsinp/images/inp-icons.png) no-repeat 0 -273px;
    padding-left: 10px;
    color: #333;
}

.down-item:hover {
    background: url(../bundles/coretechsinp/images/inp-icons.png) no-repeat 0 -273px;
    padding-left: 10px;
    color: #F30;
}

.mceContentBody .hr_dot {
    height: 1px;
    width: 100%;
    background: url(../bundles/coretechsinp/images/inp-dotted-ff33.gif) repeat-x 0 100% transparent;
}

span.d {
    display: block;
    font-family: helvetica;
    font-size: 12px;
}

/*login*/
.maincontentheader {
    hieght: auto;
    width: 680px;
}

.maincontentheader a, .maincontentheader a:link, .maincontentheader a:visited, .maincontentheader a:active {
    color: #ff3300;
    text-decoration: none;
}

.maincontentheader a:hover {
    color: #ff3300;
    text-decoration: underline;
}

.maincontentheader .img {
    margin: 0 auto;
    padding: 55px;
    width: 225px;
}

.maincontentheader .content {
    padding-left: 158px;
}

.maincontentheader .block {
    margin: 0.5em auto;
    width: auto;
    clear: both;
    padding: 0;
}

.maincontentheader .block .id {
    display: block;
    float: left;
    font-size: 13px;
    padding: 4px 17px;
    text-align: right;
    width: 284px;
}

.maincontentheader .block .halfbox {
    width: 93px;
}

.maincontentheader .block .buttonblock {
    clear: both;
    margin-left: 340px;
}

.maincontentheader .buttonblock .defaultbutton {
    border: medium none;
    display: block;
    font-size: 1em;
    height: 20px;
    line-height: 26px;
    padding: 0;
    text-align: center;
    width: 75px;
    border-radius: 7px;
    background-color: #9FA7D1;
    color: #ffffff;
}

.maincontentheader .content2 {
    vertical-align: baseline;
    text-align: center;
    padding-top: 20px;
}

.maincontentheader .buttonblock {
    clear: both;
    margin-left: 339px;
}

/*-----modifier/ajouter-----*/
.content-view-children .context-block .block .left a span {
    background-color: #4D7299;
    background-image: url("../bundles/coretechsinp/images/inputbutton-enabled-bg.gif");
    background-position: center top;
    background-repeat: repeat-x;
    border-color: #FFFFFF #2F475F #2F475F #FFFFFF;
    border-style: solid;
    border-width: 2px;
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: normal;
    padding: 2px 22px;
}

.content-view-children .context-block .block .left a {
    text-decoration: none;
}

/*****homeespace*****/
.col2-lists {
    padding: 25px 0;
}

.col2-lists .coll-left {
    float: left;
    width: 60%;
    padding: 0;
}

.col2-lists .coll-right {
    float: right;
    width: 37%;
    padding: 0;
}

.col2-lists .news-block {
    border: 1px solid #e4e4e6;
    padding: 12px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    min-height: 190px;
    margin-bottom: 18px;
}

.col2-lists .gallery-block {
}

.col2-lists .list-block {
    margin-bottom: 20px;
}

.col2-lists .list-block p {
    margin: 0;
    padding: 0;
    color: #333333;
    line-height: 1.2;
    font-size: 11px;
}

.col2-lists .gallery-block .head,
.col2-lists .list-block .head {
    line-height: 1.2;
    padding-left: 28px;
    color: #d9002e;
    font-size: 17px;
    background: url("../bundles/coretechsinp/images/inp-icons.png") no-repeat 0 -118px;
    margin: 0 0 12px;
}

.col2-lists .list-block .refresh-link {
    display: block;
    text-transform: none;
    border: 1px solid #cacaca;
    border-bottom: none;
    background: none repeat scroll 0 0 #F3F3F3;
    padding: 3px;
    font-size: 11px;
    font-weight: bold;
    height: 10px;
}

.col2-lists .list-block ul.list-list {
    border: 1px solid #e4e4e6;
}

.col2-lists .list-block ul.list-list li {
    padding: 6px;
    position: relative;
    z-index: 1;
}

.col2-lists .list-block ul.list-list li.even {
    background-color: #e5e5e5;
}

.col2-lists .list-block ul.list-list li .title {
    font-weight: bold;
}

.col2-lists .list-block ul.list-list li .desc {
}

.col2-lists .list-block ul.list-list li .date {
    color: #b3b3b3;
    position: absolute;
    bottom: 7px;
    right: 7px;
    font-size: 10px;
}

.col2-lists .list-block ul.list-list li .date2 {
    color: #b3b3b3;
    position: relative;
    left: 184px;
    top: 0px;
    bottom: 7px;
    right: 7px;
    font-size: 10px;
}

.col2-lists .list-block ul.list-list li a,
.col2-lists .list-block ul.list-list li a:hover {
    text-decoration: none;
}

.col2-lists .list-block ul.list-list li.see-all {
    text-align: right;
}

.ok {
    color: black;
    font-weight: bold;
    cursor: pointer;
}

.ok:hover {
    text-decoration: underline !important;
}

.ko {
    color: grey;
    font-style: italic;
    cursor: default;
}

.ok:hover {
    text-decoration: none;
}

.ko:hover {
    color: grey !important;
    text-decoration: none;
    font-weight: normal !important;
}

.social {
    margin-top: 20px;
}

ul.breadcrumb {
    float: left;
    width: 100%;
}

.breadcrumb li {
    float: left;
}

.attribute-pdf, a.download {
    background: url("../bundles/coretechsinp/images/inp-icons.png") no-repeat scroll 0 -273px rgba(0, 0, 0, 0);
    padding-left: 10px;
}

.newsletter tr td {
    border-bottom: 12pt solid white;
}

.thematiques-block{
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 25px;
}

.thematiques-block span{
    display: inline-block;
    width: 28%;
}


#recherche_manifestations_scientifiques-span{
    width: 40%;
}

.label-thematiques{
    display: inline-block;
}

.check-thematiques{
    display: inline-block;
}

.submit-thematics {
    display: inline-block;
    margin-left: 8%;
    float: none;
    vertical-align: bottom;
}

.abonnement-check {
    width: 30%;
    display: inline;
    vertical-align: super;
}

.abonnement-check label{
    display: inline;
    vertical-align: sub;
}

.thematics-submit-container{
    width: 150%;
}


a.download {
    color: #333;
}

a.active {
    color: red;
}

.results-displayed {
    color: #434a4b;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.flash-audio {
    clear: left;
    float: left;
    margin: 20px 0;
    width: 100%;
}

.view-images {
    margin-bottom: 3em;
}

.view-press p,
.view-images p {
    font-weight: normal;
}

strong {
    font-weight: bold;
}

/*Light Gallery*/

.lightgallery_gallery{
    display: inline-block;
    width: 100%;
}

.lightgallery_gallery figure {
    display: block;
    width: 15%;
    float: left;
}

.lightgallery_popin figure {
    width: 36%;
    margin: 0px 0px 0px 0px;
}

/* datepicker in news */
.datepicker-wrapper,
.datepicker-wrapper .datepicker-item {
    display: flex;
    align-items: center;
}

.datepicker-wrapper {
    justify-content: space-between;
    margin-left: 30px;
    padding-bottom: 7px;
}

.datepicker-wrapper .datepicker-item label {
    margin-right: 8px;
}

.datepicker-wrapper .datepicker-item input {
    max-width: 80px;
    margin-right: 10px;
}

/* Calendar style of datepicker */
.ui-datepicker .ui-widget-header {
    background: #FF3300;
    color: #FFF;
}

.ui-datepicker .ui-widget-header .ui-icon {
    background-image: url("../bundles/coretechsinp/images/ui-icons_ffffff_256x240.png");
    cursor: pointer;
}

.ui-datepicker .ui-widget-header .ui-state-hover {
    background: transparent;
    border: none;
}

.ui-datepicker.ui-widget-content .ui-state-active {
    background: #FF3300;
    border-color: #D02A00;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev,
.ui-datepicker .ui-widget-header .ui-datepicker-next {
    top: 1px;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next {
    right: 1px;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev {
    left: 1px;
}

/* toggle */
.toggle-wrapper.close {
    display: block !important;
    height: 102px !important;
    overflow: hidden;
    width: 100% !important;
    opacity: 1 !important;
    padding-left: 6px !important;
}

.toggle-wrapper:not(.close) {
    display: block !important;
    height: auto !important;
    width: 100% !important;
    opacity: 1 !important;
    padding-left: 6px !important;
}

.js-btn-toggle {
    cursor: pointer;
    font-weight: bold;
    text-align: right;
    margin-bottom: 7px;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 10px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    /*max-width: 100%;*/
    display: block;
    float: left;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    /*
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border:  5px solid #fff;
    left: -5px;
    background: #fff;

    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
        */
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../bundles/coretechsinp/images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-pager-link {
    margin-right: 7px;
}

/*
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
*/

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../bundles/coretechsinp/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../bundles/coretechsinp/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../bundles/coretechsinp/images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../bundles/coretechsinp/images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

#plb_ {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: none;
    z-index: 100;
}

#plb_overlay {
    position: absolute;
    width: 100%;
    z-index: 200;
    background-color: #000000;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}

#plb_player {
    position: relative;
    z-index: 300;
    text-align: center;
}

#header .head-right li.connect_button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

#header .head-right li.fr_trad {
    padding-left: 8px;
    background: transparent url("../bundles/coretechsinp/images/border-head.gif") no-repeat scroll left 7px;
    background: transparent url("../bundles/coretechsinp/images/border-head.gif") no-repeat scroll right 7px;
}

.block-tool li a.left-tool22 {
    background: url(../bundles/coretechsinp/images/adae.png) no-repeat;
}

.social {
    height: 24px;
}

.twitter_icon,
.youtube_icon,
.linkedin_icon,
.instagram_icon,
.facebook_icon,
.soundcloud_icon,
.rss_icon{
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 5px;
}
.twitter_icon{background: url(../bundles/coretechsinp/images/twitter1.png) no-repeat;}
.youtube_icon{background: url(../bundles/coretechsinp/images/youtube1.png) no-repeat;}
.linkedin_icon{background: url(../bundles/coretechsinp/images/linkedin1.png) no-repeat;}
.soundcloud_icon{background: url(../bundles/coretechsinp/images/soundcloud.png) no-repeat;}
.facebook_icon{background: url(../bundles/coretechsinp/images/facebook.png) no-repeat;}
.rss_icon{background: url(../bundles/coretechsinp/images/rss1.png) no-repeat;}
.instagram_icon{background: url(../bundles/coretechsinp/images/instagram.png) no-repeat;}

.twitter_icon:hover{background: url(../bundles/coretechsinp/images/twitter.png) no-repeat;}
.youtube_icon:hover{background: url(../bundles/coretechsinp/images/youtube.png) no-repeat;}
.linkedin_icon:hover{background: url(../bundles/coretechsinp/images/linkedin.png) no-repeat;}
.soundcloud_icon:hover{background: url(../bundles/coretechsinp/images/soundcloud-hover.png) no-repeat;}
.facebook_icon:hover{background: url(../bundles/coretechsinp/images/facebook-hover.png) no-repeat;}
.rss_icon:hover{background: url(../bundles/coretechsinp/images/rss.png) no-repeat;}
.instagram_icon:hover{background: url(../bundles/coretechsinp/images/instagram-hover.png) no-repeat;}


@font-face {
  font-family: 'lg';
  src: url("../bundles/coretechsinp/fonts/lg.eot?n1z373");
  src: url("../bundles/coretechsinp/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../bundles/coretechsinp/fonts/lg.woff?n1z373") format("woff"), url("../bundles/coretechsinp/fonts/lg.ttf?n1z373") format("truetype"), url("../bundles/coretechsinp/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../bundles/coretechsinp/img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../bundles/coretechsinp/img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../bundles/coretechsinp/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../bundles/coretechsinp/img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../bundles/coretechsinp/img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../bundles/coretechsinp/images/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */

/*! jQuery UI - v1.12.1 - 2019-08-30
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../bundles/coretechsinp/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../bundles/coretechsinp/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("../bundles/coretechsinp/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("../bundles/coretechsinp/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("../bundles/coretechsinp/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../bundles/coretechsinp/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("../bundles/coretechsinp/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
