* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}
html {
    /*overflow-y: auto;*/
    overflow-y: scroll;
    overflow-x: hidden;
    /*margin-right: calc(100% - 100vw);*/
}
html,
body {
    height: 100%;
    font-family: 'Noto Serif', serif;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -285px;
    padding: 0 0 285px;
}

.wrap > .container {
    padding: 0 15px 20px;
}
.wrap > .container-wide {
    width: 100%;
}
.wrap > .container-color.gray {
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
}
.wrap > .container-color.blue {
    margin: 0;
    padding: 0;
    background-color: #1c38c8;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #ffffff;
}
.wrap > .container-color.darkblue {
    margin: 0;
    padding: 0;
    background-color: #163f88;
}
.wrap > .container-breadcrumb {
/*    padding: 28px 0px 0px 36px; */
    padding: 0px 0px 0px 0px;
    font-size: 15px;
}
.container-gray > .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Main page */
.circles, .hightlights {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 200%;
    background-image: url('../images/circles.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    opacity: 0.7;
    z-index: 0;
}
.hightlights {
    background-image: url('../images/highlights.png');
    opacity: 1;
}
.container-wide.mainpage .circles {
    z-index: 1;
    top: -160px;
}
.container-wide.mainpage {
    position: relative;
    overflow: hidden;
    margin-top: -25px;
    background: #1c38c8;
    background: -moz-linear-gradient(left,  #1c38c8 0%, #001247 50%, #1c38c8 100%);
    background: -webkit-linear-gradient(left,  #1c38c8 0%,#001247 50%,#1c38c8 100%);
    background: linear-gradient(to right,  #1c38c8 0%,#001247 50%,#1c38c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c38c8', endColorstr='#1c38c8',GradientType=1 );
}
/*.container-wide.mainpage > .background {
    background-image: url('../images/city.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
*/
.container-wide.mainpage > .backgroundCity {
    background-image: url('../images/city.jpg');
    background-size: 1600px;
    background-position: center -70px;
}
.container-wide.mainpage .container {
    position: relative;
    height: calc(100vh - 235px);
    min-height: 420px;
    max-height: 34vw !important;
    padding: 3.2em 15px 2em;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-shadow: 0 0 5px #000123;
    color: #ffffff;
    z-index: 2;
}
@media (min-width: 1601px) {
    .container-wide.mainpage > .backgroundCity {
        background-size: 100%;
    }
}
.container-wide.mainpage .backgroundBox {
    margin-top: 5px;
}
.container-wide.mainpage .backgroundBox.inline {
    display: inline-block;
    position: relative;
	margin-left: -15px;
	margin-right: -15px;
}
.container-wide.mainpage .container img.logo {
    position: absolute;
    top: 25px;
    width: 230px;
    margin-left: -28px;
}
.container-wide.mainpage h2 {
    margin: 0 0 -16px -70px;
    font-family: 'MyriadPro', Tahoma, 'Open Sans', sans-serif;
    font-size: 8em;
    font-weight: 200;
    letter-spacing: 0.03em;
    color: #f39200;
    text-align: left;
    text-shadow: 3px 3px 25px #000123;
}
.container-wide.mainpage h3 {
    margin: 0 0 0 26px;
    font-family: 'MyriadPro', Tahoma, 'Open Sans', sans-serif;
    font-size: 1.6em;
    font-weight: 100;
    color: #e0e0fe;
    text-align: left;
}
#specIDcaption {
    font-family: 'MyriadProSemiBold', 'Open Sans Bold', sans-serif;
}
.container-wide.mainpage h3.second {
	margin-top: -4px;
}
.container-wide.mainpage .subtitle {
	margin-left: 25px;
	margin-top: -30px;
	font-family: 'MyriadPro', Tahoma, 'Open Sans', sans-serif;
	font-size: 2.6em;
	font-weight: 100;
	color: #f39200;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.59em;
}
.container-wide.mainpage .box {
    text-align: center;
    font-size: 17px;
    padding-top: 2em;
}
.container-wide.mainpage .box > p {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 7px;
}
.container-wide.mainpage .box > span {
    display: block;
    margin: 10px 0 25px 0;
}
.photorights, .copyright {
    font-family: 'MyriadPro', Tahoma, 'Open Sans', sans-serif;
    font-size: 13px;
    color: #1c5aff;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 0.6em;
    text-shadow: none;
}
.copyright {
    letter-spacing: 0.4em;
}
.photorights a {
    margin-left: 5px;
    color: inherit;
    text-decoration: none;
    transition: 0.1s;
}
.photorights a:hover {
    color: #4f7fff;
}
@media (max-width: 1199px) {
    .container-wide.mainpage {
        background-color: #000219;
    }
    .container-wide.mainpage .backgroundBox {
        background-color: rgba(255,255,255,0.95);
        margin-top: 50px;
        padding: 1em 1.5em;
        box-shadow: 0 0 5px #000123;
        text-shadow: none;
        color: #212121;
        transition: 0.2s;
    }
    .container-wide.mainpage h2 {
        margin: 0 5px;
        font-size: 4em;
        color: #F57C00;
        text-align: center;
        text-shadow: none;
    }
    .container-wide.mainpage h3 {
        color: #1E88E5;
        text-align: center;
    }
	.container-wide.mainpage .subtitle {
		margin-left: 0;
		margin-top: -15px;
    	font-size: 1.8em;
		letter-spacing: normal;
    	text-align: center;
	}
    .container-wide.mainpage .container img.logo {
        width: 290px;
        margin-left: -160px;
    }
    .footer .logo {
        float: right;
        margin-top: 20px;
        margin-right: 20px;
    }
    .footer .pull-right {
        clear: left;
        width: 50%;
        margin-top: 20px;
        margin-left: 20px;
    }
    .footer .menu .cell {
        max-width: none !important;
    }
}
@media (max-width: 460px) {
    .container-wide.mainpage .container img.logo {
        width: 80%;
        margin: 0;
        left: 5%;
    }
    .footer, .footer h4 {
        text-align: center !important;
        text-align: -webkit-center;
        text-align: -moz-center;
    }
}
@media (min-width: 1200px) {
    .container-wide.mainpage .container img.logo {
        z-index: 2;
    }
    .container-wide.mainpage h3.first {
        position: absolute;
        top: 0;
        left: 15px;
    }
}


.call-floater-min {
    cursor: pointer;
    z-index: 1024;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 120px;
    margin: 12px 12px 24px 12px;
    padding: 12px 8px 4px 8px;
    background-color: rgba(16, 64, 16, 0.96);
    border: 1px solid #207020;
    border-radius: 12px;
    text-align: center;
    box-shadow: 2px 2px 5px #000000;
    opacity: 0;    
}
.call-floater {
    z-index: 1024;
    position: fixed;
    left: 0px;
    bottom: -200px;
    width: 98%;
    margin: 12px 12px 24px 12px;
    padding: 12px 8px 4px 72px;
    background-color: rgba(16, 64, 16, 0.96);
    border: 1px solid #207020;
    border-radius: 12px;
    text-align: center;
    box-shadow: 2px 2px 5px #000000;
    text-shadow: 2px 2px 6px #406010;
    color: #b0d020;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 0.96em;
    opacity: 0;
}
.call-floater-image {
    position: absolute;
    left: 4px;
    top: 4px;
}
.call-floater-buttons {
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 6px;
}

.hint-floater {
    z-index: 1024;
    position: fixed;
    left: 0px;
    bottom: 0px;
/*    width: 98%; */
    margin: 12px 12px 24px 12px;
    padding: 12px 8px 4px 12px;
    background-color: rgba(216, 16, 16, 0.96);
    border: 1px solid #E04020;
    border-radius: 12px;
    text-align: center;
    box-shadow: 2px 2px 5px #000000;
    text-shadow: 2px 2px 6px #402010;
    color: #f0f0f0;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 18px;
    line-height: 0.96em;
    opacity: 0;
}


.footer {
    min-height: 285px;
    background-color: #1c38c8;
    padding-top: 20px;
    font-family: 'MyriadProCond', Tahoma, sans-serif;
    font-size: 1.2em;
    color: #ffffff;
    text-decoration: none;
}
.footer .logo {
    width: 185px;
    max-width: 100%;
    max-height: 100%;
    transition: 0.1s;
}
.footer a:active .logo {
    transform: scale(0.97);
}

.footer h3 {
    margin: 10px 0;
    color: #f39200;
    font-family: 'MyriadProCond', Tahoma, sans-serif;
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    white-space: nowrap;
}
.footer h4 {
    margin: 10px 0;
    color: #f39200;
    font-family: 'MyriadProCond', Tahoma, sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    text-align: left;
}

.footer hr {
    clear: both;
    border-color: #00a7e7;
    margin-top: 1.6em;
    margin-bottom: 0;
}
.footer p {
    margin: 5px 0;
}

.footer a, .footer a:visited {
    color: #f39200;
    text-decoration: none;
    transition: 0.1s;
}
.footer a:hover, .footer a:focus {
    color: #00a7e7;
    color: #81d4fa; /* lighter */
    cursor: pointer;
}
.footer a:active {
    color: #ffc107;
}

.footer a.map-link {
    position: absolute;
    margin-top: -0.8em;
    margin-left: 3em;
    font-style: italic;
}
.footer a.map-link i {
    font-size: 2em;
}

/*.footer .container {
    padding: 0;
}*/
.footer .menu {
    display: table;
    /*table-layout: fixed;*/
    width: 100%;
    margin-top: 10px;
}
.footer .menu .cell {
    display: table-cell;
    /*width: 90px;*/
    padding-right: 15px;
}
.footer .menu a, .footer .menu a:visited {
    color: #00a7e7;
    text-decoration: none;
    cursor: pointer;
}
.footer .menu a:hover, .footer .menu a:focus {
    color: #ffffff;
}
.footer .menu a:active {
    color: #f39200;
}

textarea {
    resize: vertical;
}

/* Quotes */
q {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;

    quotes: none;

    background-color: #eee;
    padding: 0.5em;
    border: 1px solid #e0e0e0;
}
q h1, q h2, q h3, q h4, q h5, q h6 {
    margin: 0 auto;
}
q.box {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: block;
}
q.inlinebox {
    display: inline-block;
    margin-left: 0;
    padding: 0.5em 1em;
}
q.quotes {
    quotes: "\00ab" "\00bb";
}
q.font {
    font-family: 'Noto Serif', serif;
    font-style: italic;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

hr {
    margin-top: 1em;
    margin-bottom: 1em;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* Header */
#top {
    position: relative;
    width: 100%;
    height: 110px;
    overflow: hidden;
    background: #1c38c8;
    background: -moz-linear-gradient(left,  #1c38c8 0%, #001247 50%, #1c38c8 100%);
    background: -webkit-linear-gradient(left,  #1c38c8 0%,#001247 50%,#1c38c8 100%);
    background: linear-gradient(to right,  #1c38c8 0%,#001247 50%,#1c38c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c38c8', endColorstr='#1c38c8',GradientType=1 );
}
#header {
    position: relative;
    display: table;
    height: 100%;
}
#header .cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 5px;
}
#header a {
    text-decoration: none;
}
#header h1, #header h2 {
    min-width: 300px;
    max-width: 100%;
    margin: 0;
    font-size: 21px;
    font-size: 1.5em;
    font-weight: 100;
    transition: 0.3s;
    text-transform: uppercase;
}
#header h1 span, #header h2 span {
    font-family: 'MyriadPro', Arial, sans-serif;
    font-weight: 600;
    color: #00a7e7;
    text-shadow: 0 0 10px #001247, 0 4px 20px #001247;
}
#header img.logo {
    margin: 5px;
    max-height: 95px;
}

/* Navbar menu */
.navbar {
    min-height: 5px;
    background-color: #f39200;
    border-bottom: 1px solid #ffffff;
    border: 0;
    border-radius: 0;
    text-align: -webkit-center;
}
.navbar-header, .navbar-collapse, .navbar-nav {
    max-width: 100%;
    margin: 0 !important;
}
.navbar-collapse {
    padding: 0;
}
.navbar .container {
    width: 100%;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    /*margin-right: calc(50% - 50vw);*/
}
.navbar li a.figure {
    min-width: 134px;
    padding-left: 20px;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #1a4496;
    position: relative;
    transition: 0.1s;
}
.navbar li a.figure span {
    font-family: 'MyriadProSemiBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
}
@media (max-width: 767px) {
    #top {
        height: auto;
    }
    #header h1 {
        transform: scale(0.85);
		min-width: 0;
    }
    #header h2 {
        display: none;
    }
    .container-wide.mainpage h2 {
        font-size: 3em;
	}
    .navbar-toggle {
        padding: 3px 8px;
        border: 1px solid #ffffff;
        border-radius: 0.4em;
        color: #ffffff;
        outline: none;
    }
    .navbar-toggle:hover, .navbar-toggle:focus, .navbar-toggle:active {
        background-color: #ff6c00 !important;
        color: #ba2205 !important;
        border-color: #ba2205;
    }
    .footer .menu {
        display: none;
    }
    .footer .logo, .footer .pull-right {
        margin-top: 0;
    }
}

@media (max-width: 495px) {
    /* Vertical mobile orientation */
    .footer .logo, .footer .pull-right {
        margin: 0;
        float: none !important;
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
        padding: 0 24px;
    }
    .navbar li a.figure:after {
        position: absolute;
        top: 0;
        right: -10px;
        content: '';
        width: 10px;
        height: 100%;
        background: -moz-linear-gradient(left,  rgba(40,40,40,0.65) 0%, rgba(40,40,40,0) 100%);
        background: -webkit-linear-gradient(left,  rgba(40,40,40,0.65) 0%,rgba(40,40,40,0) 100%);
        background: linear-gradient(to right,  rgba(40,40,40,0.65) 0%,rgba(40,40,40,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6282828', endColorstr='#00282828',GradientType=1 );
        z-index: 2;
    }
    .navbar li:last-child > a.figure:after {
        display: none;
    }
    /*
    .navbar li a.figure {
        min-width: 155px; /* for fixed menu items width * /
        margin-right: -1px;
        -webkit-transform: skew(150deg);
        -moz-transform: skew(150deg);
        -o-transform: skew(150deg);
        transform: skew(150deg);
    }
    .navbar li a.figure span {
        -webkit-transform: skew(30deg);
        -moz-transform: skew(30deg);
        -o-transform: skew(30deg);
        transform: skew(30deg);
    }
    */
}
.navbar li:hover a.figure, .navbar li:focus a.figure, .navbar li.open a.figure,
.navbar li a.figure:hover, .navbar li a.figure:focus {
    background-color: #f39200 !important;
    color: #ffffff !important;
    outline: none;
}
.navbar li.active a.figure, .navbar li:active a.figure {
    background-color: #f37000 !important;
    color: #ffffff;
}
/* Sticky nav */
#w0 {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    z-index: 999;
    transition: 0.2s;
}
#w0.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 -5px 6px 5px #555;
}


/* DropDown Menu */
.dropdown-menu {
    background: transparent;
    padding: 2px 0 0 0;
    border: 0;
    border-radius: 0;
    color: #1d1d1b;
    transition: 0.1s;
}
.dropdown-menu li{
	box-shadow: 0 0 3px #b66d00;
}
.dropdown-menu li a {
    background: #f39200;
    display: block;
    padding: 0.4em 20px;
    clear: both;
    font-family: 'MyriadProCond', 'Helvetica Neue', Tahoma, sans-serif;
    font-size: 1.25em;
    font-weight: normal;
    /*line-height: 1.1em;*/
    color: inherit;
}
.dropdown-menu ul > li > a {
	color: #1d1d1b!important;
}
.dropdown-menu li:hover a, .dropdown-menu .active a:hover, .dropdown-menu .active a:focus {
/*    background-color: #ffffff; */
    color: #1a4496;
    text-decoration: none;
    outline: 0;
}
.dropdown-menu .active a {
    background-color: #f37000;
    color: #ffffff;
    text-decoration: none;
    outline: 0;
}

@media (max-width: 767px) {
    .dropdown-menu {
        text-align: center;
    }
    .dropdown-menu li a {
        color: #fff !important;
    }
    .dropdown-menu .active a {
        background: none !important;
        color: #ba2205 !important;
    }
    .dropdown-menu li a:hover, .dropdown-menu li a:focus {
        background-color: #ff852c !important;
        color: #ba2205 !important;
    }
}
@media (min-width: 768px) {
    #w0-collapse {
        display: table-cell !important;
    }
    /*.dropdown-menu {
        margin-left: -12px;
    }*/
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}


/* DropDown SubMenu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu ul {
	padding-left: 3px;
    list-style-type: none;
    display: none;    
    position: absolute;
    top: 0px;
    left: 100%;
}

.dropdown-submenu li {
	box-shadow: 0 0 3px #bb7900;
}

.dropdown-submenu:hover ul {
    display: block;
}

.dropdown-submenu ul > li > a {
	background-color: #faa200!important;
}

.dropdown-submenu a:hover {
    background-color: #ffffff!important;
    color: #1a4496!important;
}


/* Breadcrumb navigation */
.breadcrumb {
    margin-bottom: 0;
    padding: 8px 15px;
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    background: none;
    border-radius: 0;
}

.breadcrumb a, .breadcrumb a:visited {
    color: #777;
    text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:focus {
    color: #ba2205;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}
h2 {
    margin: 0.8em auto 0.6em;
    text-align: center;
    font-size: 32px;
    color: #a90f06;
}
h2 span {
    text-transform: uppercase;
}
h3 {
    margin: 0.8em auto;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #a90f06;
}
h4, h5 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1.5em;
    font-size: 24px;
    font-weight: 100;
    color: #212121;
}
h5 {
    margin-top: 2em;
    font-size: 23px;
    color: inherit;
}
h6 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    color: #fffefe;
}

/* site- styles */
#abit {
    padding: 0.6em 0;
}
#abit h5 {
    margin: 0 0 10px 0;
    font-size: 30px;
    font-weight: 100;
    color: #f39200;
    letter-spacing: 0.4em;
}
#abit .box {
    display: inline-block;
    display: inline-flex;
    position: relative;
    width: 20%;
    min-width: 148px;
    height: 230px;
    height: calc(19.77vw + 30px);
    margin: 0.6em 0;
    background: #1c5aff;
}
#abit .box .text {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -70px;
    width: 100%;
    width: calc(19.77vw + 15px);
    height: 100%;

    padding-left: 0px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);

    text-align: left;
    text-transform: lowercase;
    font-family: 'MyriadPro', Arial, sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.1em;
    color: #ffffff;
    text-shadow: 0 0 4px #000000, 0 0 6px #001247;

    transition: 0.2s;
}
#abit .box:hover {
    cursor: pointer;
}
#abit .box .border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    height: 19.77vw;
    border: 0;
    background: -moz-linear-gradient(left, rgba(28, 90, 255, 0) 0%, #1c5aff 100%);
    background: -webkit-linear-gradient(left, rgba(28, 90, 255, 0) 0%, #1c5aff 100%);
    background: linear-gradient(to right, rgba(28, 90, 255, 0) 0%, #1c5aff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001c5aff', endColorstr='#1c5aff',GradientType=1 );

    background-size: 30% 100%;
    background-repeat: repeat-y;
    background-position: top right;
    background-clip: border-box;
    transition: 0.2s;
}
#abit .box .image {
    width: 100%;
    height: 200px;
    height: 19.77vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    /* transition filter blures text :( */
    /*transition: filter 0.1s ease;
    -webkit-transition: filter 0.1s ease;*/
}
#abit .box:hover .text {
    color: #f39200;
}
#abit .box:hover .border {
    border: 4px solid #f39200;
}
#abit .box:hover .image {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
#abit .box.ps .image { background-image: url('../images/box1.jpg'); }
#abit .box.pd .image { background-image: url('../images/box2.jpg'); }
#abit .box.obdz .image { background-image: url('../images/box3.jpg'); }
#abit .box.psef .image { background-image: url('../images/box4.jpg'); }
#abit .box.pk .image { background-image: url('../images/box5.jpg'); }
#abit .box.trf .image { background-image: url('../images/box6.jpg'); }


.triangles {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.triangles i {
    float: right;
    margin-left: -35px;
    display: inline-block;
    border-top: 70px solid transparent;
    border-left: 70px solid;
}
.triangles i.t1 { border-left-color: #1c38c8; }
.triangles i.t2 { border-left-color: #1c49e4; }
.triangles i.t3 { border-left-color: #1c5aff; }

.site-news .ug-item-wrapper {
    background-color: #ffffff;
}
.biggertext {
    font-size: 17px;
    text-align: justify;
}
p.biggertext .biggertext p {
    margin: 20px 0;
    line-height: 1.5;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}
.align-left {
    text-align: left;
    text-align: -webkit-left;
    text-align: -moz-left;
}
.align-right {
    text-align: right;
    text-align: -webkit-right;
    text-align: -moz-right;
}
.align-center {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
.align-justify {
    text-align: justify;
    text-align: -webkit-justify;
    text-align: -moz-justify;
}

/* Аннотации */
li.discipline {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    border-radius: 7px;
    margin-bottom: 5px;
}

.annotation {
    position: absolute;
    z-index: 1000;
    padding: 5px 10px 5px 10px;
    text-align: justify;
    text-indent: 1.5em;
    font-size: 13px;
    border: 1px solid #c0e0c0;
    border-radius: 0.5em;
    background-color: #f0fff0;
    display: none;
}

/* Ссылки */
.linksblock {
    font-size: smaller;
}
.linksblock h4 {
    margin-bottom: 1em;
}
.linksblock p {
    margin: 0.5em 0 0.5em 1em;
}

div.panoptic canvas {
    cursor: move;
}

hr.hr-info {
    border-top:  2px solid #31708f;
}

#scrolltop {
    display: none;
    position: fixed;
    bottom: 50px;
    width: 48px;
    height: 29px;
    margin: 0 5px;
    background-image: url('../images/scrolltop.png');
    background-size: 48px;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 1000;
}
#scrolltop:hover {
    background-position: center bottom;
    cursor: pointer;
}
#scrolltop.left {
    left: 10px;
}
#scrolltop.right {
    right: 10px;
}
@media (max-width: 860px) {
    #scrolltop {
        display: none !important;
        opacity: 0 !important;
        bottom: -100px;
    }
}

/* Новости */
.anchor {
    position: absolute;
    top: -50px;
}
.news {
    position: relative;
}
.news h2, .news h2 a {
    margin-bottom: 0;
    text-decoration: none;
    color: #a90f06;
}
.news .info {
    min-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: smaller;
    color: #bdbdbd;
    text-align: right;
}
.news .col img {
    max-width: 100%;
}
.news img, .content img.work {
    max-width: 100%;
}

/* Персонал */
.row.personnel {
    padding: 0 3em;
}
.person {
    display: inline-block;
    display: inline-flex;
    width: 33%;
    min-width: 300px;
    padding: 1em 2em;
}
@media (max-width: 767px) {
    .person {
        width: 49%;
        padding: 1em 0.5em;
    }
    .boxes-background {
        background: #1c5aff;
    }
    #abit .box .text {
        top: 50%;
        left: 0;
        width: 100%;
        margin: 0;
        transform: none !important;
        text-align: center;
        font-size: 1em;
    }
    .triangles i {
        margin-left: -25px;
        border-top: 50px solid transparent;
        border-left: 50px solid;
    }
}
.person a {
    text-decoration: none;
}
.person div.inner:hover {
    box-shadow: 0 0 10px #000000;
}
.person div.inner {
    padding: 0.5em;
    background-color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    transition: 0.2s;
    min-height: 430px;
}
.person div.img {
    width: 100%;
}
.person div.img img {
    width: 96%;
    margin: 2% 0;
    transition: 0.2s;
}
.person a > div.inner:hover div.img img {
    width: 100%;
    margin: 0;
}
.person p.name {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    transition: 0.1s;
}
.person div.inner:hover p.name {
    color: #ba2205;
}
.person p.position {
    margin: 10px 0;
    font-size: 13px;
    font-style: italic;
    color: #000000;
}

.personpage .avatar {
    width: 25%;
    max-width: 260px;
    padding-right: 12px;
    float: left;
}
.site-students .avatar {
    margin: 0 1em 1em 0;
    padding-right: 0;
    border-radius: 0.3em;
}
.avatar.big {
    width: 35%;
    max-width: 360px;
}
.personpage .inform {
    margin-left: 25%;
}
.personpage .inform.big {
    margin-left: 35%;
}
.site-students .inform {
    margin-left: 0;
}
.personpage hr {
    border-color: #31708f;
    clear: both;
}
@media (max-width: 767px) {
    .personpage .avatar {
        width: 50%;
        text-align: center;
    }
    .personpage .inform {
        margin-left: 260px;
    }
    .personpage .inform.big {
        margin-left: 360px;
    }
}
@media (max-width: 600px) {
    .personpage .avatar {
        width: 100%;
        max-width: none;
        padding-bottom: 12px;
        float: none;
    }
    .personpage .inform {
        margin-left: 0;
    }
    .personpage h1 {
        text-align: center;
    }
}
.personpage h1 {
    font-size: 30px;
    margin: 0 0 0.8em 0;
}
.personpage .html {
    margin-top: 1.5em;
}
.personpage .html p {
    margin: 5px 0;
}
.site-students .html p {
    margin: 1em 0;
}
.personpage .html h4 {
    margin: 1em 0 0.5em 0;
}
.personpage .html img {
    max-width: 100%;
}

/* site-graduates */
.site-graduates, .open-sans {
    font-family: 'Open Sans', sans-serif;
}
.imgbox {
    display: inline-table;
    width: 180px;
    margin: 10px 1em;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}
.imgbox img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #e0e0e0;
}
.imgbox .name {
    min-height: 35px;
    margin: 0;
    padding: 0.5em 0.5em 0 0.5em;
}
.imgbox:hover, .imgbox:focus {
    box-shadow: 0 0 10px #000000;
    color: #a90f06;
    background-color: rgba(255,255,255,0.8);
}

.insettable {
    display: table;
    width: 100%;
    /*margin-bottom: 42px;*/
    margin-bottom: 0;
}
.insettable > .cell {
    display: table-cell;
    vertical-align: middle;
}
.insettable > .cell.header {
    padding-left: 12px;
    width: 100%;
}
.insettable > .cell .company {
    max-height: 100px;
    max-width: 150px;
    margin: 0 5px 0 0;
}

.insetbox {
    /*border-bottom: 2px solid #f39200;*/
    border-bottom: none;
}
.insetbox p.alert {
    display: inline-block;
    margin: 0 10px;
}

.imginset {
    display: inline-table;
    position: relative;
    width: 120px;
    margin: 5px 5px 0 0;
    cursor: pointer;
}
.imginset img {
    width: 100%;
    opacity: 0.9;
    /*border-width: 2px 2px 0 2px;*/
    border-width: 2px;
    border-style: solid;
    border-radius: 10px 10px 0 0;
    border-color: transparent;
    transition: 0.2s;
    -webkit-backface-visibility: hidden;
}
.imginset .name {
    /*position: absolute;*/
    position: relative;
    width: 120px;
    /*height: 44px;*/
    height: auto;
    /*margin: 0;*/
    margin: -2px 0 0 0;
    padding: 3px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    border-width: 0 2px 2px 2px;
    border-style: solid;
    border-radius: 0 0 10px 10px;
    border-color: transparent;
    transition: 0.2s;
    -webkit-backface-visibility: hidden;
}
.imginset:hover img, .imginset:focus img {
    border-radius: 7px 7px 0 0;
    border-color: #f39200;
    box-shadow: 0 0 10px -2px #000000;
    opacity: 0.95;
}
.imginset:hover .name, .imginset:focus .name {
    border-radius: 0 0 7px 7px;
    border-color: #f39200;
    box-shadow: 0 0 10px -2px #000000;
    background-color: rgba(255,255,255,0.8);
    color: #a90f06;
}
.imginset.active img {
    border-radius: 5px 5px 0 0;
    border-color: #f39200;
    opacity: 1;
}
.imginset.active .name {
    border-radius: 0 0 5px 5px;
}

/* imginset-for-external-link */

.imgextlink {
    display: inline-table;
    position: relative;
/*    width: 120px; */
    margin: 5px 5px 0 0;
    cursor: pointer;
}
.imgextlink img {
/*    width: 100%; */
    opacity: 0.9;
    /*border-width: 2px 2px 0 2px;*/
    border-width: 2px;
    border-style: solid;
    border-radius: 10px 10px 0 0;
    border-color: transparent;
    transition: 0.2s;
    -webkit-backface-visibility: hidden;
}
.imgextlink:hover img, .imgextlink:focus img {
    border-radius: 7px 7px 0 0;
    border-color: #0092f3;
    box-shadow: 0 0 10px -2px #000000;
    opacity: 0.95;
}
.imgextlink.active img {
    border-radius: 5px 5px 0 0;
    border-color: #0092f3;
    opacity: 1;
}


/*@media (max-width: 1199px) {
    .insettable {
        transition: 0.4s;
        margin-bottom: 0;
    }
    .insetbox {
        border-bottom: none;
    }
    .imginset img {
        border-width: 2px;
    }
    .imginset .name {
        position: relative;
        height: auto;
        margin-top: -2px;
    }
}*/

hr.hr-info.inset {
    clear: left;
}
.insetcontent {
    transition: 0.3s;
}
.insetcontent h5 {
    margin: 0.4em 0 0.4em 25%;
    text-align: left;
}
.insetcontent p.intro {
    float: right;
    margin: 0 0 0.2em 0.4em;
}

.graduate-content {
    display: none;
    clear: left;
}


@keyframes pulseGradsHint {
    0% {color: #802000; text-shadow: 0 0 0px #402000;}
    75% {color: #C03000; text-shadow: 0 0 10px #E04000;}
    100% {color: #802000; text-shadow: 0 0 0px #402000;}
}

.company-grads-hint {
    /* animation: pulseGradsHint 1.5s 1 ease-in-out; */
	text-align: left;
	font-size: 15px;
    color: #802000;
}


.htmlbox {
    height: 100%;
    overflow: auto;
}
.htmlbox > img {
    width: 25%;
    max-width: 400px;
    margin: 0;
    padding-right: 12px;
    float: left;
    border-radius: 5px;
}

.htmlbox h1 {
    font-size: 30px;
    margin: 0 0 0.3em 0;
}
.htmlbox h1.name {
    font-size: 22px;
    margin-bottom: 0.25em;
}
.htmlbox p {
    margin: 0.8em 0;
}
.htmlbox p.year {
    margin-top: 0;
    font-size: 13px;
}
.htmlbox h4 {
    margin: 1em 0 0.5em 0;
}
.htmlbox q {
    margin-top: 0.8em;
    margin-left: 25%;
    background-color: #ffffff;
}

.site-work .background {
    background-image: url(../images/log_work_back.png);
    background-repeat: repeat-y;
    background-position: center top;
    padding-left: 3em;
}

/* Модальное окно */
#modal {
    width: 100%;
    height: 100%;
    display: none; /* table */
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}
#modal .inner {
    display: table-cell;
    vertical-align: middle;
}
#modal .inner .arrow {
    display: table;
    width: 10%;
    height: 50%;
    position: fixed;
    top: 25%;
    text-align: center;
}
#modal .inner .arrow .animated {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}
#modal .inner .arrow .arrow-img {
    display: inline-block;
    width: 15px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
#modal .inner .arrow:hover .arrow-img {
    background-position: 0px -30px;
}
#modal .inner .arrow:active .arrow-img {
    background-position: 0px -60px;
}
#modal .inner .arrow.left {
    display: none;
    left: 0;
}
#modal .inner .arrow.left .arrow-img {
    background-image: url('../images/arrow-left.png');
}
#modal .inner .arrow.right {
    display: none;
    right: 0;
}
#modal .inner .arrow.right .arrow-img {
    background-image: url('../images/arrow-right.png');
}

#modal .times {
    display: none;
    position: absolute;
    right: 5%;
    width: 1.5em;
    height: 1.5em;
    font-size: 1.5em;
    background-color: #f2f2f2;
    border-radius: 50%;
    border: 2px solid;
    box-sizing: initial;
    margin: -0.8em -0.8em 0 0;
    opacity: 0.5;
}
#modal-content {
    display: inline-block;
    width: 80%;
    height: auto;
    max-height: 90%;
	max-height: 87vh; /* for FireFox */
    overflow: auto;
}
#modal-content.html {
    min-height: 100px;
    padding: 1em;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 13px -3px #000000;
    border-radius: 0.5em;
}
#modal-content.alert .alert {
    box-shadow: 0 0 13px -3px #000000;
}

.contentInBox {
    max-width: 100%;
    overflow: auto;
}

.blur {
    transition: 0.4s;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

/* tagCloud styles */
/*#tagCloudTags {
    display: none;
}*/
#tagCloudTags ul {
    list-style-type: none;
}
#tagCloudTags ul>li {
    display: inline-block;
    margin: 3px 0.5em;
}
#tagCloudTags ul>li img {
    transform: scale(0.9);
    transition: 0.2s;
}
#tagCloudTags ul>li:hover img {
    transform: scale(1.1);
    cursor: pointer;
}
#tagCloudTags a {
    cursor: pointer;
    text-decoration: none;
}
#tagCloudTags a:hover {
    font-size: 1.1em;
}


/* Probation page elements */
.probat-strip {
	margin: 16px 8px 8px 8px;
	border: 2px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 0 8px #808080;
}

.probat-company-cont {
	float: left;
	width: 166px;
	height: 166px;
	margin: 8px 8px 8px 8px;
	padding: 8px 8px 8px 8px;
}	

.probat-company-cont:hover {
	border-radius: 8px;
	box-shadow: 0 0 8px #8080e0;
}

.probat-company-cont p {
	display: table-cell;
	width: 150px;
	height: 150px;
	text-align: center;
	vertical-align: middle;	
}

.img-probat-company {
	max-width: 150px;
	max-height: 150px;
}

.img-probat-person {
	float: left;
	width: 150px;
	height: 150px;
	margin: 16px 8px 8px 8px;
    border-radius: 8px;
}

.probat-descript-cont {
	float: left;
	margin: 28px 8px 8px 16px;
}

.probat-descript {
	font-size: 17px;
}

.probat-html-cont {
    margin: 8px 16px 8px 16px;
    text-align: justify;
    font-size: 17px;
}


.smaun-answer-block {
    border: 2px solid #e0e0e0;
    padding: 8px 16px 8px 16px;
    border-radius: 8px;
}

.smaun-answer-block input {
    border-radius: 6px;
    padding: 2px 4px 2px 6px;
    box-shadow: 2px 2px 4px #808080;
}

.smaun-icon {
    width: 180px;
    height: 180px;
}

.smaun-litlist {
    font-size: 18px;
    text-align: justify;
}

.smaun-credits {
    font-size: 16px;
    text-align: justify;
}

.smaun-link-button a {
    font-size: 24px;
}

.largertext p {
    font-size: 19px;
    text-align: justify;
    margin-bottom: 24px;    
}


.speclogo {
    position: absolute;
    top: 148px;
    left: 0px;
    margin: 8px 8px 8px 8px;
}

.speclogo img {
    width: 120px;
    height: 120px;
}


.sonaria label {
    font-weight: normal;
}

.btn-big-text {
	font-size: 20px!important;
}

@keyframes pulseFlowstripCaption {
    0% {color: #2048D8; text-shadow: 0 0 0px #10246C;}
    50% {color: #2850E0; text-shadow: 0 0 10px #10246C;}
    100% {color: #2048D8; text-shadow: 0 0 0px #10246C;}
}

.flowstrip-caption {
    animation: pulseFlowstripCaption 1.5s infinite ease-in-out;
    font-size: 64px;
    color: #2048D8;
}