*, ::before, ::after {
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;
}

body {
	background: none;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif, Georgia, Helvetica, Arial, Tahoma, 'Times New Roman';
	font-size: 16px;
	-webkit-text-size-adjust: none;
    min-height: 100%;
    color: #030000;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #030000;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

a:hover {
    color: #b2d236;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

p {
	margin: 20px 0;
    padding: 0;
}

h1 {
    display: none;
	margin: 0;
    padding: 0;
}

h2 {
	margin: 0;
    padding: 0;
    font-size: 250%;
    font-weight: normal;
}

h3 {
	
}

input:focus, textarea:focus, select:focus {
	outline: none;
}

/** clear **/
.clear-box {
	clear: both;
}

/** LAYOUT **/
div#page-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

div#page-container #pg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 75px;
}

div#page-container #pg-img .logo {
    position: absolute;
    z-index: 2;
    width: 436px;
    height: 324px;
    background: url('/images/logo.png') no-repeat;
    top: 25%;
    left: 0;
}

div#page-container #pg-img .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

div#page-container #pg-img .slogan {
    position: absolute;
    font-size: 130%;
    color: #fff;
    right: 0;
    top: 75%;
    z-index: 2;
    background: url('/images/text-glow.png') no-repeat center center;
    background-size: cover;
    width: 750px;
    max-width: 750px;
    height: 107px;
    max-height: 107px;
    text-align: center;
    line-height: 107px;
}

div#page-container #pg-img .img-item {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

div#page-container #pg-img .img-item.active {
    display: block;
}

div#page-container #pg-img .img-item.home {
    background: url('/images/bg/home.jpg') no-repeat center 0;
    background-size: cover;
}

div#page-container #pg-img .img-item.about {
    background: url('/images/bg/about.jpg') no-repeat center 0;
    background-size: cover;
}

div#page-container #pg-img .img-item.services {
    background: url('/images/bg/services.jpg') no-repeat center 0;
    background-size: cover;
}

div#page-container #pg-img .img-item.references {
    background: url('/images/bg/references.jpg') no-repeat center 0;
    background-size: cover;
}

div#page-container #pg-img .img-item.contact {
    background: url('/images/bg/contact.jpg') no-repeat center 0;
    background-size: cover;
}

div#page-container #pg-img img {
    width: 100%;
    height: 100%;
    display: block;
}

div#page-container #menu-container {
    position: absolute;
    height: 75px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    text-align: center;
}

div#page-container #menu-container.inv {
    background: #b2d236;
}

div#page-container #menu-container #menu-lists {
    position: relative;
    width: 100%;
    padding-top: 24px;
}

div#page-container #menu-container ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

div#page-container #menu-container ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    border-right: solid 1px #030000;
    margin: 0;
}

div#page-container #menu-container.inv ul li {
    border-right-color: #fff;
}

div#page-container #menu-container ul.social {
    position: absolute;
    left: 20px;
    top: 26px;
}

div#page-container #menu-container ul.social li {
    border-right: none;
    padding: 0 5px;
}

div#page-container #menu-container ul.social img {
    display: block;
    width: 20px;
    height: auto;
}

div#page-container #menu-container ul.langs {
    position: absolute;
    right: 20px;
}

div#page-container #menu-container ul.langs li {
    padding: 0 7px;
}

div#page-container #menu-container ul.langs li a.active {
    color: #b2d236;
}

div#page-container #menu-container ul li:last-child {
    border-right: none;
}

div#page-container #menu-container ul li a {
    display: inline-block;
    color: #030000;
    font-size: 120%;
    text-transform: uppercase;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

div#page-container #menu-container ul li a:hover, div#page-container #menu-container ul li a.active {
    color: #b2d236;
    text-decoration: none;
}

div#page-container #menu-container.inv ul li a {
    color: #fff;
}

div#page-container #menu-container.inv ul li a:hover, div#page-container #menu-container.inv ul li a.active {
    color: #030000;
}

div#content-tabs {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 75px;
    z-index: 2;
}

div#content-tabs .tab {
    position: relative;
    padding: 30px 20px;
    display: none;
    text-align: center;
}

div#content-tabs #t3 {
    padding: 0;
    text-align: left;
}

.service-panel {
    float: left;
    width: 25%;
    text-align: center;
    padding: 20px 25px;
}

.service-panel ul {
    list-style: square;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.service-panel ul li {
    text-align: left;
    line-height: 160%;
    color: #b2d236;
}

.service-panel ul li span {
    color: #030000;
}

#ref-container {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

#ref-container span.arrow {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 120px;
    top: 80px;
    cursor: pointer;
}

#ref-container span.arrow.left {
    background: url('/images/ref-left.png') no-repeat;
    background-size: cover;
    left: 20px;
}

#ref-container span.arrow.right {
    background: url('/images/ref-right.png') no-repeat;
    background-size: cover;
    right: 20px;
}

#ref-items {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
}

#rf-scroller {
    position: absolute;
    height: 100%;
}

.ref-items-block {
    display: inline-block;
}

.ref-items-block img {
    display: inline-block;
    height: 100%;
}

#ref-detail-container {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
}

#ref-detail-container #img-data {
    position: relative;
    width: 100%;
    height: auto;
}

#ref-detail-container #img-data img {
    display: block;
    width: 100%;
    height: auto;
}

#ref-detail-container span.back-btn {
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 10;
    background: url('/images/ref-detail-back.png') no-repeat;
    cursor: pointer;
    font-size: 40px;
    width: 55px;
    height: 182px;
    color: #fff;
    text-transform: uppercase;
}

#ref-detail-container span.back-btn span {
    display: block;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    font-size: 24px;
    margin: 115px 0 0 0;
    padding: 0;
}