@font-face{
    font-family:'FontAwesome';
    src:url('../fonts/fontawesome.eot?v=4.4.0');
    src:url('../fonts/fontawesome.eot?#iefix&v=4.4.0') format('embedded-opentype'),
        url('../fonts/fontawesome.woff2?v=4.4.0') format('woff2'),
        url('../fonts/fontawesome.woff?v=4.4.0') format('woff'),
        url('../fonts/fontawesome.ttf?v=4.4.0') format('truetype'),
        url('../fonts/fontawesome.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal
}
html, body, #wrapper {
    min-width:320px;
    background:#fff;
    font-family: 'Didact Gothic', sans-serif;
    font-size:100%;
    height:100%;
}
strong {
    font-weight:bold;
}
header {
    display: table;
    width:100%;
    position: relative;
    height:55px;
    overflow: hidden;
    background:#000;
}
#logo {
    display:block;
    position: absolute;
    width:137px;
    height:55px;
    top:0;
    background: url(../images/logo.png) no-repeat 0 7px;
    margin:0 0 0 15px;
}
#socials {
    display:table-cell;
    width:auto;
    padding:0 0 0 147px;
    min-width: 140px;
    vertical-align: top;
    text-align:center;
}
#socials ul li {
    display: inline-block;
    margin:11px 3px 0;
    text-align: center;
}
#socials a, #socials a:visited, #socials a:active {
    display: block;
    width:32px;
    font-size: 14px !important;
    height:32px;
    line-height:32px;
    color:#000;
    background:#fff;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    border-radius:16px;
    -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}
#socials a:hover {
    color:#fff;
    background:#000;
}
/* share */
#socials-share {
    display: block;
    text-align: right;
    z-index: 9999;
    margin:47px 0 0;
}
#socials-share li {
    display:inline-block;
    width:34px !important;
    vertical-align: middle;
    margin:0 3px;
}
#socials-share a {
    display: block;
    color:#000;
    text-decoration: none;
    text-align: center;
    width:28px;
    height:28px;
    line-height:28px;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    border-radius:16px;
}
#socials-share a:hover {
    color:#fff;
    background:#000;
}

nav {
    display:table-cell;
    width:1%;
    white-space:nowrap;
    min-height:55px;
    text-align: right;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
#main-menu ul {
    margin:0 10px 0 0;
}
#main-menu ul li {
    display:inline-block;
}
#main-menu li a {
    display: block;
    line-height:55px;
    font-size: 1.1em;
    padding:0 10px;
    color:#fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: background 0.1s linear 0s;
    transition: background 0.1s linear 0s,;
}
#main-menu li a:hover {
    color:#000;
    background:#fff;
}



/* #slider */
#slider {
    position: relative !important;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
#slider .item {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding:0;
}
#slider .item .slide-bg {
    position: absolute;
    width:100%;
    bottom:0;
    z-index:1000;
    background-size: auto 100%, cover !important;
}
#slider .item img {
    display: block;
    margin:0 auto;
}
#slider .item .slide-text {
    width:50%;
    position: absolute;
    left:50%;
    margin:0 0 0 -25%;
    z-index:3000;
}
#slider .item .slide-text h1 {
    font-size:2em;
}
#slider .item .slide-text h2 {
    font-size:1.5em;
}
#slider .item .slide-text h3 {
    font-size:1.25em;
}
#slider .center-top {
    top:2.5em;
}
#slider .center-bottom {
    bottom:2.5em;
}
/*
#slider .with-text h2 {
    width:100%;
    padding:0 0 1%;
    text-align: center;
    font-size: 2em;
    line-height: 1.25em;
    z-index:4000;
}
#slider .with-text h2 span {
    text-transform: uppercase;
}
#slider .product {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#slider .with-block {
    text-align: center;

}
#slider .with-block h2 {
    font-size: 2em;
    line-height: 0.75em;
    margin:0 0 0.5em;
}
#slider .with-block h3 {
    font-size: 1.5em;
    line-height: 1em;
    margin:0 0 0.25em;
}
#slider .with-block p {
    margin:0 0 1em;
}
#slider .with-block div {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
#slider .with-block div img {
    margin:0 0 1.5em;
}*/
#slider .item a, #contacts a.btn, #sendForm {
    display: inline-block;
    cursor: pointer;
    color:#000;
    font-size:1.25em;
    margin:10px 0 0;
    padding:0 20px;
    line-height: 2em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border:2px solid #000;
    -webkit-border-radius:11px;
    -moz-border-radius:11px;
    border-radius:11px;
}
#slider .item a:hover, #contacts a.btn:hover, #sendForm:hover  {
    background: #000;
    color:#fff;
}
/*
#slider .with-block img {
    display: inline-block;
}
#slider .cover {
    background-position: center center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#slider .cover img {
    width:100% !important;

}
*/
.owl-controls {
    z-index:500;
}
.owl-buttons {
    z-index:500;
}
.owl-prev, .owl-next {
    position: absolute;
    z-index:500;
    width:50px;
    height:92px;
    top:50%;
    font-size:25px;
    color:000;
    text-indent: -9999px;
    background:url(../images/slider-nav.png) no-repeat top center;
    margin:-46px 0 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
}
.owl-prev:hover, .owl-next:hover {
    opacity:1;
    filter:alpha(opacity=100);
    /*
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.15);
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
    */
}
.owl-prev {
    left:0.5em;
}
.owl-next {
    right:0.5em;
    background-position: bottom center;
}
.owl-dots {
    position: absolute;
    bottom:0;
    width:100%;
    z-index:500;
    text-align: center;
    height:44px;
}
.owl-dots .owl-dot {
    display: inline-block;
    width:14px;
    height:14px;
    margin:15px 0.5em;
    background: #c1c1c1;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
}
.owl-dots .active {
    background: #000;
}
#slider {
    position: relative;
    width: 100%;
}
.slide {
    position: absolute;
    width:100%;
    top:50%;
    text-align:center;
}
.slide img {
    width:auto;
    max-height:auto;
}

/* article */
main article {
    position: relative;
    padding:1em;
}
main section article {
    padding: 0em 15px;
}
main article h1 {
    font-size:2em;
    margin:0 0 0.5em !important;
}
main article h2 {
    font-size:1.5em;
    margin:0 0 1em !important;
}
main article h3 {
    font-size:1.2em !important;
    margin:0 0 1em !important;
}
article p, article pre, article ul {
    margin: 0 0 1em;
}
article strong {
    font-weight:bold;
}
article .entry-meta ul li {
    display:inline-block;
    margin:0 1.5em 1em 0;
    color:#787878;
}
article .entry-meta a {
    color:#787878 !important;
}
article .readmore {
    display:block;
    background:#fff;
    border:2px solid #135da3;
    color:#135da3 !important;
    width:8em;
    padding:0.5em 0;
    margin:1.5em 0 0;
    text-align:center;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
    -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s; /* For Safari 3.1 to 6.0 */
    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}
article .readmore:hover {
    background:#135da3;
    border:2px solid #135da3;
    color:#fff !important;
}

body > #wrapper {
    height: auto;
    min-height: 100%;
}
main {
    position: relative;
    padding-bottom: 220px;
}

#additional {
    overflow: hidden;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e1e1e1), color-stop(1, #f5f5f5));
    background:-moz-linear-gradient(top, #242424 5%, #151515 100%);
    background:-webkit-linear-gradient(top, #e1e1e1 1%, #f3f3f3 75%, #f5f5f5 100%);
    background:-o-linear-gradient(top, #242424 5%, #151515 100%);
    background:-ms-linear-gradient(top, #242424 5%, #151515 100%);
    background:linear-gradient(to bottom, #e1e1e1 1%, #f3f3f3 75%, #f5f5f5 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#151515',GradientType=0);
    background-color:#e1e1e1;
    vertical-align: bottom;
}
#additional ul li {
    display:block;
    float:left;
    position:relative;
    width:25%;
    height:180px;
    text-align:center;
}
#additional a {
    display: block;
    width:100%;
    height:180px;
    text-decoration: none;
    text-transform: uppercase;
}
#additional a div {
    width:100%;
    height:100%;
    opacity: 0.40;
    filter: alpha(opacity=40);
    -webkit-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s,;
}
#additional a:hover div {
    opacity:1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
}
#additional a span {
    display:block;
    position: absolute;
    width:100%;
    height:1.6em;
    font-size:1.6em;
    top:50%;
    margin:-0.8em 0 0;
    color:#000;
    z-index:1000;
    opacity:1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
}
#additional a:hover span {
    opacity:0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s,;
}
.spil div {
    background-size:cover;
    z-index:500;
}
.authors div {
    background-size:cover;
}
.materials div {
    background-size:cover;
}
.contacts div {
    background-size:cover;
}
#additional a:hover div {
    opacity:1;
    filter: alpha(opacity=100);
}
footer {
    position: relative;
    overflow:hidden;
    margin:-220px auto 0;
    height:220px;
    clear:both;
}
.footer-content {
    line-height:40px;
    height: 40px;
    margin:0 auto;
    text-align: center;
    background:#000;
}
.footer-content a {
    color:#d8d8d8;
    text-decoration: none;
}
#content {
    vertical-align:top;
    width:70%;
    color:#444444;
    font-size:0.88em;
    line-height:1.72em;
    padding:1.3em 0;
}
#content a {
    color:#135da3;
    text-decoration: none;
}
#content h1 {
    color:#444;
    font-size:1.65em;
    margin:0 0 0.5em;
}
#content h2 {
    color:#444;
    font-size:1.65em;
    margin:0 0 0.5em;
}
#content h3 {
    color:#444;
    font-size:1.25em;
    margin:0 0 0.5em;
}



/* #pagination */
#pagination {
  margin:2em 0;
}
#pagination ul li {
    display:inline-block;
    height:30px;
    line-height:30px;
    margin:5px 5px 5px 0 !important;
}
#pagination .current {
    display:block;
    width:1.7em;
    text-align:center;
    padding:0 0.9em;
    color:#fafafa !important;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
    background:#135da3;
}
#pagination a {
    display:block;
    width:1.7em;
    text-align:center;
    padding:0 0.9em;
    color:#8e8e8e !important;
    text-decoration:none;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
    background:#f0f0f0;
    -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s; /* For Safari 3.1 to 6.0 */
    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}
#pagination a:hover {
    background:#1d70bf;
    color:#fff !important;
}
/* end #pagination */

.advanced {
    margin:15px 0 0;
    padding:15px;
    background:#fafafa;
    color:#fa8232;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
aside {
    display:table-cell;
    width:30%;
    margin:0;
    padding:1em 0;
    vertical-align:top;
    border-left:1px solid #fff;
}
.sidebar-module {
    margin:0 1em 1em 0;
    font-size:1em;
    padding: 0 1em;
}
.sidebar-module h3 {
    color:#135da3;
    font-size:16px;
    margin: 0 0 10px;
}
.sidebar-module ul {
    margin:5px 10px 0;
}
.sidebar-module ul li a {
    color:#135da3;
    text-decoration: underline;
}
.sidebar-module ul li {
    margin: 0 0 10px;
}
/* advance */
.code-speed {
    font-size:12px;
}
.debug {
    padding:10px 15px;
    background:#151515;
    border:1px solid #444;
    color:#fff;
    margin:0 0 1em;
}
.clr, .clear {
    clear:both;
}

.website-status {
  background:#3e3e3e;
  color:#f3f3f3;
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.25);
  padding:0 0 0em;
  font-size:1.05em;
}
.website-status li {
  padding:0.65em 1.15em 0.7em;
  color:#f4f4f4;
  text-shadow: 0 -1px 0 #1a1a1a;
  border-top:1px solid #616161;
  border-bottom:1px solid #232323;
}
.website-status li.light {
  background:#4a4a4a;
}
.website-status li.heading {
  background:#135da3;
  text-shadow: 0 1px 0 #0d5598;
  border-top:0;
  font-size:1.1em;
}
.website-status li ul {
  margin:1em 0 !important;
}
.website-status li ul li {
  margin:0 0 0.5em !important;
  color:#a6a6a6;
  border:none;
}

.infoBlock {
    display: block;
    position: relative;
    margin:0 auto;
    max-width:450px;
    text-align: center;
    z-index:9999;
}
.infoBlock .info {
    width:140px;
    line-height:37px;
    margin:0 auto;
    padding:0 !important;
    text-align: center;
    color:#000;
    text-decoration: none;
    text-transform: uppercase;
    font-size:1.25em;
    letter-spacing: 0.5px;
    border:2px solid #343434;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
}
.info:hover, a.hover, .Block .hover {
    color:#fff !important;
    background: #000 !important;
    border:2px solid #000 !important;
}
.info-content {
    display:none;
    position: absolute;
    width:400px;
    max-width:400px;
    left:50%;
    top:50%;
    z-index:9999;
    overflow: hidden;
    text-align: left;
    padding:15px;
    color:#000;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
    background:rgba(255,255,255,0.9);
    border:2px solid #000000;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
.info-content2 {
    display:none;
    position:relative;
    width:280px;
    margin:8px 0 0;
    right:0;
    z-index:9999;
    overflow: hidden;
    text-align: left;
    padding:15px;
    color:#000;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
    background:rgba(255,255,255,0.9);
    border:2px solid #000000;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

/* error 404 */
.message {
  background:#f8f8f8;
  border:1px solid #e2e2e2;
  text-align:center;
  line-height:50px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  width:300px;
  height:50px;
  margin:1em auto;
  font-size:16px;
}
#wrap {
    position: relative;
    width:100%;
}
#contacts {
    position: absolute;
    width:100%;
    height:290px;
    top:50%;
    margin-top:-145px;
    text-align:center;
}
#contacts h1, #contacts h2 {
    font-size: 1.25em;
    margin:0 0 5px;
}
#contacts p {
    font-size:1.5em;
    margin:0 0 5px;
}
#contacts .phone {
    font-size:2em;
    margin:25px 0;
}
#contact-form {
    display: none;
    z-index:5000;
    position: absolute;
    top:50%;
    left:50%;
    overflow: hidden;
    text-align: left;
    padding: 30px 0 20px;
    color: #000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background:#ffffff;
    border: 2px solid #343434;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
#contact-form .row {
    position: relative;
    overflow: hidden;
    margin:0 0 15px;
    padding:0 15px;
}
#contact-form input[type="text"], #contact-form textarea {
    font-family: 'Didact Gothic', sans-serif;
    font-size:0.9em;
    width:94%;
    background: #fafafa;
    color:#000;
    border:none;
    border-bottom: 2px solid #aeaeae;
    border-left: 1px solid #c7c7c7;
    border-top:1px solid #d1d1d1;
    border-right:1px solid #d1d1d1;
    padding:8px 2%;
    margin:0 1%;
    outline:none;
    resize: none;
    -webkit-box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.15);
    box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.15);
}
#contact-form input[type="text"]:focus, #contact-form textarea:focus {
    background:#fff;
    border-bottom: 2px solid #000;
    border-left: 1px solid #000;
    border-top:1px solid #c7c7c7;
    border-right:1px solid #c7c7c7;
    -webkit-box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.1);
}
.closeForm {
    position: absolute;
    top:0;
    right:0;
    width:22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    cursor:pointer;
}
.closeForm:hover {
    background: #000;
    color:#fff;
}
