body {
    font-family: 'Candara';
    margin: 0;
    padding: 0;
    min-height: 100%;
}

* {
    margin:0;
    padding:0;
}

#search_widget {
    left: 0;
    z-index: 15;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 300px;
    position: fixed;
    display: none;
    padding: 15px;
    text-align: center;
}

#search_close {
    position: fixed;
    width: 130px;
    height: 50px;
    left: 250px;
    top: 200px;
    padding: 8px;
    -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: 16px;
    z-index: 15;
    display:none;
}

#register, #register_close {
    position: fixed;
    width: 130px;
    height: 50px;
    right: -50px;
    top: 200px;
    padding: 8px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    z-index: 15;
    font-size: 16px;
}

#register_close {
    right: 250px;
    display: none;
}

#register_widget {
    right: 0;
    z-index: 10;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 300px;
    position: fixed;
    display: none;
    padding: 15px;
    text-align: left;
    color: #2d2d2d;
}

#register_widget #contener {
    width: 260px;
    position: relative;
}

#register_widget #contener_submit {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

#register_widget #contener_info {
    width: 100%;
    margin-top: 10px;
    position: relative;
    float: left;
    color: #8b8b8b;
    font-size: 14px;
}

#register_widget #contener_info img {
    vertical-align: top;
    float: left;
    padding: 5px;
}

#register_widget label {
    float: left;
    width: 110px;
    padding-bottom: 6px;
    height: 18px;
}

#register_widget input {
    float: right;
}

#header {
    width: 1010px;
    height: 105px;
    margin: 0 auto;
    position: relative;
}

#header_mobile {
	display: none;
}

@media only screen and (max-width: 900px) {
	
	#header {
		display: none;
	}
	
	#header_mobile {
		display: inherit;
		position: relative;
	}
	
	#menu_mobile {
		background: url('../images/menu.png');
		height: 60px;
		width: 60px;
		float: left;
		background-repeat: no-repeat;
		background-position: top center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	#menu_mobile_list {
		display: none;
		clear: both;
		margin-bottom: 0;
	}
	
	#menu_mobile_list ul {
		
	}
	
	#menu_mobile_list ul li {
		list-style: none;
		padding: 8px !important;
	}
	
	#logo_mobile {
		background: url('../images/logo.png');
		width: 240px;
		height: 60px;
		float: left;
		background-repeat: no-repeat;
		background-position: top center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}	
}

#logo {
    background: url('../images/logo.png');
    width: 382px;
    height: 99px;
    float: left;
}

#menu {
    float: left;
    height: 90px;
    width: 445px;
}

#menu ul {
    height: 90px;
    padding-left: 5px;
}

#menu ul a {
    display: inline-table;
    padding-top: 64px;
    padding-left: 0px;
    width: 65px;
    height: 86px;
    text-align: center;
    text-decoration: none;
    list-style: none;
    color: rgba(50, 50, 50, 1.0);
    -moz-opacity: 0.42;
    opacity: 0.42;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=42);

}

#menu ul a:hover {
    -moz-transform: scale(1) rotate(6deg) translateX(1px) translateY(1px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(6deg) translateX(1px) translateY(1px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(6deg) translateX(1px) translateY(1px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(6deg) translateX(1px) translateY(1px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(6deg) translateX(1px) translateY(1px) skewX(0deg) skewY(0deg);
    -moz-opacity: 1.00;
    opacity: 1.00;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}

#menu ul a.active {
    -moz-transform: scale(1) rotate(6deg) translateX(1px) translateY(1px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(6deg) translateX(1px) translateY(1px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(6deg) translateX(1px) translateY(1px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(6deg) translateX(1px) translateY(1px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(6deg) translateX(1px) translateY(1px) skewX(0deg) skewY(0deg);
    -moz-opacity: 1.00;
    opacity: 1.00;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}

#menu ul a#home {
    background: url('../images/home.png') no-repeat top center;
    background-size: 64px 64px;
}

#menu ul a#onas {
    background: url('../images/onas.png') no-repeat top center;
    background-size: 64px 64px;
}

#menu ul a#uslugi {
    background: url('../images/uslugi.png') no-repeat top center;
    background-size: 64px 64px;
}

#menu ul a#portfolio {
    background: url('../images/portfolio.png') no-repeat top center;
    background-size: 64px 64px;
}

#menu ul a#kontakt {
    background: url('../images/kontakt.png') no-repeat top center;
    background-size: 64px 64px;
}

#language_button {
    margin-top: -3px;
}

#language {
    float: left;
}

#language ul {
    height: 32px;
    top: 0;
    margin: 0 auto;
    padding: 0;

}

#language ul li {
    display: inline-table;
    padding: 0;
    width: 30px;
    height: 25px;
    text-align: left;
    float: left;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

#language ul li.text {
    width: 120px;
    color: #5d6061;
    margin-left: -8px;
}

.well {
	vertical-align: middle;
}

#language ul li:hover, #language ul li:active {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

#language ul li.active {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

#beam {
    width: 100%;
    padding-top: 3px;
    height: 40px;
    position: relative;
}

#search_widget #info {
    top: 0;
    height: 40px;
    position: relative;
    margin-top: 10px;
    color: #2d2d2d;
    text-align: left;
}

#search_widget .well {
    text-align: left;
}

#search_widget #contener {
    width: 260px;
    position: relative;
    padding-bottom: 10px;
}

#search_widget label {
    margin-right: 5px;
}

#search_widget #contener_result {
    width: 90%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 5px;
    margin: 5px;
}

#search_widget #contener_pageing {
    width: 100%;
    height: 30px;
    padding: 5px;
    margin: 5px;
    text-align: center;
    color: #fff;
}

#container_page {
    background: #434343;
    overflow: hidden; 
    border-radius: 4px;
}

#slider {
    background: transparent;
    width: 100%;
    top: 0;
}

#mobile_welcome {
	display: none;
}

@media only screen and (max-width: 950px) {
	#slider {
		display: none;
	}
	
	#mobile_welcome {
		display: inherit;
		background: transparent;
		background: url('../images/info.png') center no-repeat;
		width: 100%;
		height: 300px;
		background-repeat: no-repeat;
		background-position: top center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat:no-repeat;
		background-size:contain;
		background-position:center;
	}
}

#slider #slide {
    background: transparent;
    background: url('../images/slider.png') center no-repeat;
    width: 100%;
    height: 372px;
}

#slider #slide2 {
    background: transparent;
    background: url('../images/slider2.png') center no-repeat;
    width: 100%;
    height: 372px;
}

#slider #slide3 {
    background: transparent;
    background: url('../images/slider3.png') center no-repeat;
    width: 100%;
    height: 372px;
}

#page1 {
    background: #434343;
    background-image: url('../images/background4.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#page2 {
    background: #434343;
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#page3 {
    background: #434343;
    background-image: url('../images/background2.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#page4 {
    background: #434343;
    background-image: url('../images/background3.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#page5 {
    background: #434343;
    background-image: url('../images/background4.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#info {
    width: 100%;
    text-align: center;
}

#info2 {
    width: 100%;
	padding-bottom:15px;
    margin-top: 30px;
    position: relative;    
    text-align: center;
}

#box {
    width: 30%;
    padding: 10px;
    margin: 10px;
    display: inline-block;
    text-align: left;
}

@media only screen and (max-width: 800px) {
	#box {
		width: 80%;
	}
}

#box_contener {
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;
    -webkit-box-pack:center;
    margin: 0 auto;
    margin-bottom: 20px;
}

 a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none;
}

.get-in-touch {
    position: relative;
    margin: 0 auto;
    padding: 30px;
    max-width: 370px;
    border-radius: 2px;
    background: rgb(255, 255, 255) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAGCAYAAACFIR03AAAAV0lEQVR42tXOMRWAQAwE0RWFDRTg5d47Jeg4Q9gI06RbqlwKil/P6LpXbDCf85AxEBtMGjKG/jyPUHUerfP4nEeoOo/Wedj5pOo8Wudh55Oq82idh51PLxpvled7kLAXAAAAAElFTkSuQmCC) repeat-x;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.get-in-touch input[type=text],.get-in-touch input[type=email], .get-in-touch textarea {
    background: rgb(235, 241, 245);
    color: rgb(36, 39, 41);
}

.get-in-touch  input:focus, .get-in-touch  textarea:focus {
    outline: 0;
    background: #FFF;
}

#contact {
    float: left;
    width: 300px;
    text-align: left; 
}

#contact ul {
   list-style: none;
}

#contact ul li {
   text-align: left; 
   height: 25px;
}

#contact .bold {
    font-weight: bold;
}

#social {
    margin-top: 35px;
}

@media only screen and (max-width: 900px) {
	#social span {
		display: inherit;
	}	
}

#social_partners {
    width: 15%;
	margin: 15px;
}

#social a {
    margin: 15px;
}

#social span {
    margin: 15px;
    font-weight: bold;
}

#partner {
    vertical-align: middle;
    font-weight: bold;
    margin-top: 15px;
}

.thumbnail.right-caption > img {
    float: left;
    margin-right: 9px;
}


.thumbnail.right-caption > .caption {
    padding: 4px;
    text-align: left;
}

#portfolio {
    width: 80%;
    margin-bottom: 30px;
    clear:both;
	overflow: auto;
	margin: 15px auto;
}
.clear {
	clear: both;
}

#popup_support, #popup_consulting, #popup_soft {
    border-radius: 10px 10px 10px 10px;
    color: #111;
    display: none;
    width: 50%;
    padding: 25px;
}

@media only screen and (max-width: 600px) {
	#popup_support, #popup_consulting, #popup_soft {
		width: 85%;
		overflow: scroll;
		height: 80%;
	}
}

#support, #consulting, #soft {
    width: 33%;
	float: left;
}

@media only screen and (max-width: 500px) {

   #support, #consulting, #soft  {
		width: 100%;
		float: left;
		clear: both;
	}

}

#footer {
    width: 100%;
    height: 75px;
    position: relative;
    color: #bfbfbf;
}

#footer ul {
    top: 10px;
    text-align: center;
    font-size: 18px;
}

@media only screen and (max-width: 500px) {
		#footer ul {
			display: none;
		}
}

#footer ul a {
    display: inline-table;
    padding: 0;
    padding: 5px;
    list-style: none;
    text-decoration: none;
    color: #bfbfbf;
}

#footer ul a li {
	font-size: 1vw;
	font-weight: bold;
}

#footer .active {
    color: #000;
    font-weight: bold;
}

#footer ul a:hover {
    color: #000;
}

#footer #copyright {
    padding-left: 20px;
    font-size: 14px;
    color: #8b8b8b;
}