@charset "utf-8";
/* CSS Document */

body.homepage {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #fff;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    overflow-x: hidden;
    background: url(../images/dust_scratches.png);
}

a:focus {
    outline: none!important;
    background-color: transparent!important;
}

body.homepage .logo {
    position: absolute;
    top: 0;
    left: 0;
    background: #1b95ca;
    width: 150px;
    height: 160px!important;
    text-align: center;
    z-index: 9999;
	padding-top:5px;
}


body .logo {
    position: fixed;
    top: 0;
    left: 0;
    background: #1b95ca;
    width: 150px;
    text-align: center;
    z-index: 9999;
	padding-top:5px;
}

body.site .form-horizontal .control-label {
	text-align:left;
}

fieldset legend {
	display:none;
}

body.site .well {
	border:none;
	background:transparent;
	padding:0;
	box-shadow:none;
}

.bottom {
    background: #1b95ca;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    position: absolute;
    bottom: -46px;
    text-align: center;
    width: 100%;
    transition: all ease 500ms;
}

.bottom:hover {
    bottom:0;
    transition: all ease 500ms;
}

.bottom span {
    font-weight:500;
}

.latesttitle {
    font-size: 30px;
    font-weight: 500;
    background: #1b95ca;
    padding: 8px;
    display: inline-block;
    float: left;
    min-width: 320px;
}

.latesttitle a {
    color: #fff;
}

.latesttitle a:hover {
    color: #ddd;
    text-decoration: none;
}

.imgIntro {
    width: 130px;
    height: 130px;
    border-radius: 180px;
    overflow: hidden;
    float: left;
    border: 5px solid #1b95ca;
    position: relative;
    top: -35px;
    left: -7px;
}

.myclass {
    height: 100vh;
    position: relative;
}


.modCont {
    position: absolute;
    left: 20%;
    top: 20%;
}

.counterclass1 {
    background: url(../../../images/backs/big1.jpg) no-repeat center center;
    background-size: contain;
}

.counterclass2 {
    background: url(../../../images/backs/big2.jpg) no-repeat center center;
    background-size: contain;
}

.counterclass3 {
    background: url(../../../images/backs/big3.jpg) no-repeat center center;
    background-size: contain;
}

.readmore {
    position: absolute;
    top: 65px;
    font-size: 23px;
    left: 10px;
    font-weight: 300;
    letter-spacing: 1px;
}

.readmore a {
    color: #000;
}

.readmore a:hover {
    color: #1b95ca;
    text-decoration: none;
}

.mainmenu {
    position: fixed;
    right: -600px;
    width: 25%;
    background: #1b95ca;
    height: 100vh;
    padding: 0;
    transition: all ease 1s;
    z-index:9;
}

.mainmenu.opened {
    right: 0;
    transition: all ease 1s;
}

.mainmenu h3 {
    position: absolute;
    top: 33px;
    color: #fff;
    font-weight: 500;
    left: 60px;
}

.mainmenu ul {
    padding: 0;
    position: absolute;
    width: 100%;
    top: 140px;
}

.mainmenu ul li {
    border-bottom: 1px solid #fff;
    padding-left: 50px;
}

.mainmenu ul li a {
    font-weight: 300;
    font-size: 24px;
    color: #fff;
}

.mainmenu ul li a:hover {
    background-color: transparent;
    color: #000;
}

article {
    padding-top: 84px;
}

article h1 {
    font-weight: 500;
    color: #1b95ca;
    font-family: 'Roboto', sans-serif;

}

article .fullimage {
	width: 100%;
    margin: 60px auto 0;
    position: relative;
}

article .fullimage img {
	object-fit: cover;
    width: 100%;
    height: 450px;
	border:1px solid #1b95ca;
}


article .introimage {
    border-radius: 360px;
    width: 150px;
    height: 150px;
    border: 5px solid #1b95ca;
    overflow: hidden;
    position: absolute;
    right:0;
}

article .introtext {
    font-weight: 300;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 33px;
    margin-top: 40px;
    text-align: left;
    background: #fbfbfb;
    padding: 20px;
}

article.compcont .introtext {
    font-weight: 300;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 33px;
    margin-top: 110px;
    text-align: left;
    background: transparent;
    padding: 20px;
}

article.mycontainer {
    width: 100%;
    max-width: 1000px;
    padding: 85px 60px 100px 200px;
    background: #fff;
    box-shadow: 0px 0px 5px 2px #ddd;
}

.article-info {
    display: none;
    visibility: hidden;
}

article .pull-left {
    margin: 0 20px 10px 0;
    border: 1px solid #1b95ca;
    overflow: hidden;
    width: 200px;
    height: 200px;
}

article .prevnextcont .pull-left {
    margin: 0;
    border-radius: 0;
    border: 0;
    overflow: inherit;
    width: inherit;
    height: inherit;
}

.readmoreitem a {
    color: #1b95ca;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    display: inline-block;
}

article .item-image img  {
    transition: all ease 1s;
	object-fit: cover;
    width: 100%;
    height: 100%;
}

article .item-image img:hover  {
    transform: scale(1.4);
    transition: all ease 500ms;
}

.clr {
    float: none;
    margin: 0;
    padding: 0;
    clear: both;
}

.items-more {
    display: none;
}

.pagination {
    width: 100%;
}

.pagination ul {
    list-style: none;
    padding: 0;

}

.pagination ul li {
    display: inline-block;
}


article .icons {
    display: none;
}

.pagination p.counter {
    display: none;
}

article.mylist h2 {
    margin: 0;

}

article.mylist h2 a {
    font-size: 20px;
    font-weight: 400;
    color: #1b95ca;
}

article.mylist h2 a:hover {
    text-decoration: none;
    color: #000;
}

span.backto {
    font-weight: 300;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.articlehead {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}

.prevnextcont {
    height: 30px;
    padding-top: 4px;
    background: #1b95ca;
    padding-left: 10px;
    padding-right: 10px;
}

.prevnextcont a {
    color: #fff;
}

body.site .compcont {
	background:url(../images/company.jpg) no-repeat #fff;
	background-position:center top;
}

article.contact input, article.contact textarea {
    width: 100%;
}

.credits {
    font-size: 11px;
    border-top: 1px solid #ffffff45;
    margin-top: 10px;
    padding-top: 20px;
}

.credits a {
    color: #fff;
}


/* Large desktops and laptops */
@media (max-width: 1280px) {
	.mainmenu {
		width:32%;
	}
	
	.modCont {
    position: absolute;
    left: 12%;
    top: 25%;
}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Landscape phones and smaller */
@media (max-width: 480px) {

    .logo img {
        width: 80px;
        display: block;
        margin: 0 auto;
    }

    body.homepage .logo {
        width: 100px;
        height: 100px!important;
    }

    body.site .burger {
        right: 30px;
        top: 30px;
    }

    .mainmenu {
        width: 100%;
    }

    .mainmenu h3 {
        display: none;
    }

    .latesttitle {
        font-size: 17px;
        min-width: inherit;
        max-width: 200px;
    }

    .imgIntro {
        width: 80px;
        height: 80px;
        top:-22px;
    }

    .readmore {
        font-size: 15px;
    }

    .bottom {
        font-size: 20px;
    }

    body .logo {
        width: 80px;
        height: 90px!important;
    }

    article.mycontainer {
        padding: 80px 30px;
    }

    article .pull-left {
        width: 80px;
        height: 80px;
    }

    article h1 {
        margin-top: 50px;
    }

    .articlehead {
        margin-top: 60px;
    }

    article .fullimage {
        width: 100%;
        max-width: 200px;
        max-height: 200px;
        margin: 20px auto;
    }

    article .introimage {
        display: none;
    }

    .contact input, .contact textarea {
        border: 1px solid #ddd;
    }

}

.burger {
    background: transparent;
    border: none;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0;
    padding: 0;
    position: fixed;
    outline: none;
    height: 28px;
    width: 36px;
    float: right;
    z-index: 99999;
    right: 50px;
    top:50px;
}
.burger span {
    background: #1b95ca;
    border-radius: 2px;
    display: block;
    height: 5px;
    width: 100%;
}
.burger span:before {
    border-radius: 2px 0 0 2px;
}
.burger span:after {
    border-radius: 0 2px 2px 0;
}
.burger span:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.25s ease-in-out, width 0.25s ease-in-out 0.1s;
}
.burger span:first-child {
    position: absolute;
    top: 0;
    left: 0;
}
.burger span:first-child:before {
    transform-origin: 5px 6.5px;
}
.burger span:first-child:after {
    transform-origin: 12.5px 6px;
}
.burger span:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
}
.burger span:last-child:before {
    transform-origin: 4.5px -0.5px;
}
.burger span:last-child:after {
    transform-origin: 13px -1px;
}
.burger span:first-child,
.burger span:last-child {
    background: transparent;
    display: block;
}
.burger .opened span{
    background: #1b95ca !important;
}
.burger span:first-child:before,
.burger span:last-child:before,
.burger span:first-child:after,
.burger span:last-child:after {
    background: #1b95ca;
    content: '';
    display: inline-block;
    height: 100%;
    width: 50%;
    transition: transform 0.25s ease-in-out 0.1s;
}
.burger.opened span:nth-child(2) {
    background: #fff;
    border-radius: 0;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    transition: width 0.25s ease-in-out, transform 0.25s ease-in-out 0.1s;
}
.burger.opened span:first-child:before {
    transform: rotate(45deg);
    background: #fff;
}
.burger.opened span:first-child:after {
    transform: rotate(-45deg);
    background: #fff;
}
.burger.opened span:last-child:before {
    transform: rotate(-45deg);
    background: #fff;
}
.burger.opened span:last-child:after {
    transform: rotate(45deg);
    background: #fff;
}

.moduletablehomepage img {
    object-fit: cover;
    height: 100vh;
    width: 100vw;
}