html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, img {
	display: block;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	line-height: 1.75;
	color: #000;
	background-color: rgba(0,0,0,0.018);
	-webkit-font-smoothing: antialiased !important;
}
body.overflow-x {
	overflow-x: hidden;
	height: 100%;
}
body#overflow-y {
	overflow-y: hidden;
	width: 100%;
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a, a:hover	{
	color: black;
	text-decoration: none;
	transition: color 0.3s linear;
}
a:focus {
	outline: none;
	text-decoration: none;
}

p a {
	color: #3366ff;
}
p a:hover {
	color: #ec523f;
}

span.hidden {
	display: none;
}

sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", Arial, sans-serif;
	color: #444;
}
div.col-xs-12 h2 {
	padding-bottom: 0.3em;
}
#info h1 {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 26px;
	color: #3366ff;
	text-transform: uppercase;
	z-index: 110;
}
#info h2 {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 24px;
	color: #3366ff;
	z-index: 108;
}
#about h3 {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 20px;
	color: #3366ff;
	font-weight: 500;
	padding-top: 20px;
	padding-bottom: 20px;
}
#info h3 {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 20px;
	color: #3366ff;
	font-weight: 500;
	margin-bottom: 14px;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e2e2e2;
	margin: 40px 0;
}

p#content {
	text-indent: 2em;
}
p#director {
	font-size: 18px;
}

p#text-left {
	text-align: left;
	padding-top: 60px;
}
p#text-right {
	text-align: right;
	padding-top: 20px;
}
.text-center {
	text-align: center;
}

#menu-wrapper {
	background-color: rgba(0,0,0,0.35);
	-moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.07);
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.07);
	box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.07);
	overflow: hidden;
}
.logo-wrapper {
	background: url(../images/logo.png) no-repeat 0 0;
	background-color: rgba(255,255,255,0);
	width: 96px;
	height: 147px;
	top: 10px;
	left: 40px;
	position: absolute;
	z-index: 999;
}
.lang-wrapper {
	background-color: rgba(255,255,255,0);
	top: 4.5%;
	right: 1%;
	position: absolute;
	z-index: 999;
}

.main-header {
	position: fixed;
	width: 100%;
	margin: 0 auto;
	top: 65px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 10;
}
.main-menu ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 10px;
}
.main-menu ul li:last-child {
	margin-right: 25px;
}
.main-menu ul li a {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	line-height: 70px;
}
.main-menu ul li.active a {
	border-bottom: 3px solid #ec523f;
	padding-bottom: 0.5em;
}
.main-menu ul li a:hover {
	border-top: 3px solid #fff;
	padding-top: 0.5em;
}
.main-menu ul li span#services, a#news {
	font-size: 14px;
	border-bottom: 3px solid #ec523f;
	padding-bottom: 0.5em;
}

ul.lang-list {
	list-style-type: none;
	padding-top: 0.35em;
}
ul.lang-list li {
	float: left;
	padding-right: 5px;
}
ul.lang-list li a,span {
	font-size: 20px;
	font-stretch: normal;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
ul.lang-list li:last-child {
	display: block;
}
ul.lang-list li a:hover {
	color: #0072ff;
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.flexslider .slides, .flex-viewport {
	height: 100%;
	width: 100%;
}
.flexslider {
	position: relative;
	border: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.flexslider .slides > li {
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	min-width: 100%;
	min-height: 100%;
	display: block;
}
.flexslider .overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	background: rgba(0,0,0,0.20);
	width: 100%;
	height: 100%;
}
.flexslider .slider-caption {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 40%;
	left: 0;
	z-index: 9;
}
.flexslider .slider-caption h2 {
	text-shadow: 0px 0px 10px rgb(0,0,0);
	color: white;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
	display: inline-block;
}
.flexslider .slider-caption p {
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 25px;
	display: block;
}
.flexslider .slider-caption a.slider-btn {
	color: white;
	background-color: #3366ff;
	padding: 10px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
}
.flexslider .slider-caption-smenu {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 30%;
	z-index: 9;
}
.flexslider .slider-caption-smenu h2 {
	text-shadow: 0px 0px 10px rgb(0,0,0);
	color: white;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 700;
	border-bottom: 1px solid white;
	padding-bottom: 5px;
	display: inline-block;
}
.flexslider .slider-caption-smenu p {
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 15px;
	display: block;
}

.menu-services {
	position: relative;
	margin-bottom: 25%;
	left: 9.5%;
	bottom: 0px;
}
.menu-services .rectangle {
	float: left;
	position: relative;
	width: 20%;
	padding-bottom : 13%; /* = width for a 1:1 aspect ratio */
	margin: 0.1%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.07);
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.07);
	box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.07);
}
.menu-services .rectangle:hover {
	background-color: rgba(0,156,255,0.5);
}
.menu-services .rectangle.active {
	background-color: rgba(0,156,255,0.55);
	pointer-events: none;
	cursor: default;
}
.menu-services .content {
	position: absolute;
	height: 100%; /* = 100% - 2*10% padding */
	width: 100%; /* = 100% - 2*5% padding */
	padding: 10% 5%;
}
.menu-services .table {
	display: table;
	height: 100%;
	width: 100%;
}
.menu-services .table-cell {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.menu-services span {
	font-size: 14px;
	font-family: "Open Sans", Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.714;
	text-align: center;
	z-index: 57;
}
.inner-menu-services {
	position: relative;
	padding-left: 16%;
	padding-top: 140px;
	padding-bottom: 140px;
}
.inner-menu-services .rectangle {
	float: left;
	position: relative;
	width: 40%;
	padding-bottom : 10%; /* = width for a 1:1 aspect ratio */
	margin: 0.1%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.07);
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.07);
	box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.07);
}
.inner-menu-services .rectangle:hover {
	background-color: rgba(0,156,255,0.6);
}
.inner-menu-services .rectangle.active {
	background-color: rgba(0,156,255,0.6);
	pointer-events: none;
	cursor: default;
}
.inner-menu-services .content {
	position: absolute;
	height: 100%; /* = 100% - 2*10% padding */
	width: 100%; /* = 100% - 2*5% padding */
	padding: 0% 5%;
}
.inner-menu-services .table {
	display: table;
	height: 100%;
	width: 100%;
}
.inner-menu-services .table-cell {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.inner-menu-services span {
	font-size: 14px;
	font-family: "Open Sans", Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.714;
	text-align: center;
	z-index: 57;
}

.scrolled {
	position: fixed;
	top: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.scrolled #menu-wrapper {
	background-color: rgba(255,255,255,0.9);
}
.scrolled #lang-wrapper ul li a {
		color: black;
}
.scrolled #lang-wrapper ul li a:hover {
	color: #0072ff;
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.scrolled .main-menu ul li a {
	line-height: 40px;
	color: black;
}
.scrolled .main-menu ul li a:hover {
	border-top: 3px solid #000;
	padding-bottom: 0.5em;
}

.lb-data .lb-number {
	padding-left: 15%;
	text-transform: none;
	font-size: 14px;
	text-align: center;
}
.lb-data .lb-close {
	margin-bottom: 10px;
}

#info1, #info2 {
	padding-top: 80px;
}
.content-section {
	margin-top: 80px;
	padding-top: 75px;
}
.content-section#services {
	margin-top: 0px;
}
.heading-section {
	border-top: 2px solid whitesmoke;
	padding-top: 10px;
	margin-bottom: 40px;
}

.heading-section h2 {
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #444444;
	display: inline-block;
}
.heading-section p {
	color: #444444;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 10px;
}

.small-text {
	color: #aaaaaa;
}

.space-fixed {
	width: 100%;
	height: 130px;
	overflow: hidden;
	position: relative;
}

a#denimex, a#ogre, a#claritas, a#petrosys, a#tesseral {
	background: linear-gradient(to bottom, #cce6ff 0%, #cce6ff 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 3px 3px;
	color: #000;
	text-decoration: none;
	transition: background-size .3s;
}
a#ogre {
	background: linear-gradient(to bottom, #f1e5a7 0%, #f1e5a7 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 3px 3px;
	color: #000;
	text-decoration: none;
	transition: background-size .3s;
}
a#claritas {
	background: linear-gradient(to bottom, #ffcc99 0%, #ffcc99 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 3px 3px;
	color: #000;
	text-decoration: none;
	transition: background-size .3s;
}
a#petrosys {
	background: linear-gradient(to bottom, #99ff99 0%, #99ff99 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 3px 3px;
	color: #000;
	text-decoration: none;
	transition: background-size .3s;
}
a#tesseral {
  background: linear-gradient(to bottom, #e6ccb3 0%, #e6ccb3 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 3px 3px;
	color: #000;
	text-decoration: none;
	transition: background-size .3s;
}
a#denimex:hover, a#ogre:hover, a#claritas:hover, a#petrosys:hover, a#tesseral:hover {
	background-size: 3px 50px;
}

.rounded-circle {
	box-shadow: 0 0 5px 5px #ddd;
}
ol>li {
	color: blue;
}
ol>li>p {
	color: black;
}
ol, ul {
	list-style: none;
}
ol, ul#about#services  {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 2em;
}

ul#services-list li h3 {
	padding-bottom: 20px;
	padding-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

li#first {
	list-style-image: url(../images/buttons/01.png);
}
li#second {
	list-style-image: url(../images/buttons/02.png);
}
li#third {
	list-style-image: url(../images/buttons/03.png);
}
li#fourth {
	list-style-image: url(../images/buttons/04.png);
}
li#fifth {
	list-style-image: url(../images/buttons/05.png);
}
li#sixth {
	list-style-image: url(../images/buttons/06.png);
}
ul#services-list>li#first, li#second, li#third, li#fourth, li#fifth, li#sixth  {
	margin-left: 4%;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.img-thumbnail-01 img, .img-thumbnail-02 img {
	max-width: 100%;
}
.img-wrapper-01 {
	width: 100%;
	position: relative;
	padding-bottom: 55%;
}
.img-wrapper-02 {
	width: 100%;
	position: relative;
	padding-bottom: 75%;
}
.img-wrapper-01 img, .img-wrapper-02 img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 100%;
	background: #fff;
	border: solid 1px #ececec;
}
.img-wrapper-01 img:hover, .img-wrapper-02 img:hover {
	border: solid 1px #ccc;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}
.clients-letter {
	border: solid 1px #ececec;
}
.clients-letter:hover {
	border: solid 1px #ccc;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}

.popover {
	position: fixed;
	max-width: 100%;
	font-family: "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased !important;
	line-height: 1.75;
	border-radius: 7px;
	border: 1px solid #314a5b;
	white-space: nowrap;
}
.popover-title {
	font-family: "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased !important;
	text-align: center;
	font-size: 1.2em;
	background-color: #f5f5f0;
}
.arrow {
	border-right-color: red !important;
	border-left-color: red !important
}
img.clients-letter {
	display: block;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	height: 100%;
}

.owl-carousel {
	position: relative;
}
.owl-carousel .owl-item {
	border-right: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	padding-left: 1rem;
	padding-right: 1rem;
}
.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	background: transparent;
	color: #d3d3d3;
	top: 45%;
}
.owl-prev {
	left: -2%;
	display: flex;
}
.owl-next {
	right: -2%;
	display: flex;
}
.owl-prev:hover, .owl-next:hover {
	color: #add8e6 !important;
	background: transparent !important;
}

time.datetime {
	width: 100%;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 3%;
}
.time {
	color: #686a6b;
	font-size: 10px;
	font-weight: bold;
	padding-left: 5%;
}
span.time {
	background: url(../images/clock-icon.svg) no-repeat 0 0;
	background-position: left;
}
.date {
	color: #686a6b;
	font-size: 10px;
}

img#globe-claritas-logo {
	width: 135px;
	padding-bottom: 0.2rem;
	display: inline-block;
	vertical-align: middle;
}
img#ogre-systems-logo {
	width: 162px;
	padding-bottom: 0.2rem;
	display: inline-block;
	vertical-align: middle;
}
img#geoposhuk-logo {
	height: 135px;
	padding-bottom: 0.2rem;
	display: inline-block;
	vertical-align: middle;
}
img#dstu-iso-logo {
	width: 135px;
	padding-bottom: 0.2rem;
	display: inline-block;
	vertical-align: middle;
}

p#events-link {
	display: inline-block;
	color: blue;
	font-size: 16px;
}
p#events-link::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  bottom: 0;
  left: 15%;
  right: 15%;
  background-color: green;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.5s ease-in-out;
}
p#events-link:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.googlemap-wrapper {
	height: 380px;
	margin-bottom: 40px;
}
.map-canvas {
	height: 380px;
	border: 2px solid #efefef;
}

.contacts-info {
	padding-left: 10px;
	padding-top: 30px;
}
.contacts-info li#address {
	font-size: 15px;
}

.top {
	background: url(../images/buttons/top.png) no-repeat 0 0;
	position: fixed;
	right: 0em;
	top: 50%;
	width: 40px;
	height: 40px;
	display: block;
}
.top:hover {
	background: url(../images/buttons/top-hover.png) no-repeat 0 0;
}

#footer {
	width: 100%;
	border-top: 3px solid #e3e3e3;
	padding-top: 10px;
	padding-bottom: 10px;
	background: white;
}
#left, #right {
	width: 50%;
}
img#linkedin {
	position: absolute;
	right: 3.5%;
	bottom: -70%;
}
span#stone {
	position: absolute;
	left: -4%;
	top: -90%;
	padding: 20px;
}
html.ie linkedin {
	display: none;
}

#lang-list-scrolled {
	position: fixed !important;
	top: 0;
	right: 0;
}
#lang-list-scrolled li {
	display: inline-block !important;
}

#notfound {
	position: relative;
	height: 100vh;
}
#notfound .notfound-403-main, #notfound .notfound-404-main {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.notfound-403-main {
	max-width: 710px;
	width: 100%;
	padding-left: 190px;
	line-height: 1.4;
	text-align: center;
}
.notfound-404-main {
	max-width: 520px;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}
.notfound-403-main .notfound-403 {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 65px;
}
.notfound-404-main .notfound-404 {
	position: relative;
	height: 240px;
}
.notfound-403-main .notfound-403 h1 {
	font-family: 'Passion One', cursive;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #00b5c3;
	font-size: 180px;
	letter-spacing: 15px;
	margin: 0px;
	font-weight: 900;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.notfound-404-main .notfound-404 h1 {
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 250px;
	font-weight: 1000;
	margin: 0px;
	color: lightblue;
	text-transform: uppercase;
	letter-spacing: -30px;
	margin-left: -20px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.notfound-404-main .notfound-404 h1>span {
	text-shadow: -10px 0px 0px #fff;
	font-size: 250px;
	color: lightblue;
}
.notfound-404-main .notfound-404 h3 {
	font-family: 'Avenir', sans-serif;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #262626;
	margin: 0px;
	letter-spacing: 2px;
	padding-left: 6px;
}
.notfound-403-main h2 {
	font-family: 'Raleway', sans-serif;
	color: #292929;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	margin-top: 0;
	margin-bottom: 0;
}
.notfound-404-main h2 {
	font-family: 'Avenir', sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	margin-top: -20px;
	margin-bottom: 25px;
}
.notfound-403-main p {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 15px;
	color: #333;
}

@media screen and (max-width: 3840px) and (min-width: 1920px) {
	.lang-wrapper {
		top: 2.8%;
	}
	.flexslider .slider-caption {
		width: 100%;
		top: 30%;
		left: 0%;		
	}
	.flexslider .slider-caption h2 {
		font-size: 32px;
	}
	.flexslider .slider-caption p {
		font-size: 22px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.flexslider .slider-caption-smenu h2 {
		font-size: 52px;
	}
	.flexslider .slider-caption-smenu p {
		font-size: 28px;
	}
	.menu-services span {
		font-size: 1.45em;
	}
}
@media screen and (max-width: 1920px) and (min-width: 1680px) {
	.lang-wrapper {
		top: 4.5%;
	}
	.flexslider .slider-caption {
		top: 50%;
	}
	.flexslider .slider-caption-smenu h2 {
		font-size: 40px;
	}
	.flexslider .slider-caption-smenu p {
		font-size: 20px;
	}
	.menu-services span {
		font-size: 1.25em;
	}
}
@media screen and (max-width: 1680px) and (min-width: 1366px) {
	.flexslider .slider-caption-smenu h2 {
		font-size: 36px;
	}
	.flexslider .slider-caption-smenu p {
		font-size: 18px;
	}
	.menu-services span {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 1366px) and (min-width: 1280px) {
	.flexslider .slider-caption {
		width: 100%;
		top: 50%;
		left: 0%;		
	}
	.flexslider .slider-caption h2 {
		font-size: 32px;
	}
	.flexslider .slider-caption p {
		font-size: 22px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.flexslider .slider-caption-smenu h2 {
		font-size: 34px;
	}
	.flexslider .slider-caption-smenu p {
		font-size: 16px;
	}
	.menu-services span {
		font-size: 0.95em;
	}
}
@media screen and (max-width: 1280px) and (min-width: 1024px) {
	.flexslider .slider-caption {
		top: 220px;
	}
	.flexslider .slider-caption-smenu h2 {
		font-size: 30px;
	}
	.flexslider .slider-caption-smenu p {
		font-size: 14px;
	}
	.menu-services span {
		font-size: 0.75em;
	}
	ul>li#first, li#second, li#third, li#fourth, li#fifth, li#sixth {
		margin-left: 3.5%;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	/*iPad Media Queries (All generations with retina display, including iPad mini)*/
	.menu-responsive {
		top: 0.6%;
	}
	.flexslider .slider-caption .slider-caption-smenu {
		width: 100%;
		top: 40%!important;
		left: 0%;		
	}
	.flexslider .slider-caption .slider-caption-smenu h2 {
		font-size: 22px;
	}
	.flexslider .slider-caption .slider-caption-smenu p {
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.menu-services .rectangle {
		padding-bottom: 12%;
	}
	.menu-services span {
		font-size: 0.7em ;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.flexslider .slider-caption .slider-caption-smenu {
		width: 120%;
		top: 50%;
		left: -10%;
	}
	.flexslider .slider-caption .slider-caption-smenu h2 {
		font-size: 24px;
	}
	.flexslider .slider-caption .slider-caption-smenu p {
		font-size: 14px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.menu-services .rectangle {
		padding-bottom: 11%;
	}
	.menu-services span {
		font-size: 0.75em ;
	}
}

@media screen and (max-width: 991px) {
	#menu-wrapper {
		background-color: rgba(0,0,0,0.25);
		height: 3.45em;
	}
	.menu-responsive {
		position: fixed;
		top: 0.65%;
		left: 7%;
	}
	.scrolled #menu-wrapper {
		background-color: #fff;
	}
	
	.navbar-nav li a {
		color: #fff;
		font-family: "Open Sans", Arial, sans-serif;
		font-size: 10px;
		line-height: 1;
		text-transform: uppercase;
	}
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
		background-color: transparent;
	}
	.nav>li>a:focus, .nav>li>a:hover {
		background-color: transparent;
	}
	.navbar-nav>li.dropdown {
		top: -0.25em !important;
	}
	.navbar-collapse {
		padding-right: 0 !important;
		padding-left: 0 !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.dropdown span.fa-angle-down, .dropdown-submenu span.fa-chevron-down {
		color: #33bbff;
		transition: transform .2s ease-out;
	}
	.dropdown-submenu span.fa-chevron-down {
		font-size: 14px;
	}
	.dropdown.open span.fa-angle-down, .dropdown-submenu:hover span.fa-chevron-down {
		color: #ff8080;
		transform: rotate(180deg);
	}

	.dropdown-menu li a {
		background-color: rgba(0,0,0,0.6);
		font-size: 0.65em;
		padding-top: 0.35em;
		padding-bottom: 0.35em;
	}
	.dropdown-submenu {
		position: relative;
	}
	.dropdown-submenu>.dropdown-menu {
		top: -13px;
		left: 100%;
		margin-top: 0px;
		margin-left: -1px;
		-webkit-border-radius: 0 3px 3px 3px;
		-moz-border-radius: 0 3px 3px;
		border-radius: 0 3px 3px 3px;
	}	
	.dropdown-submenu > a::after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 2px 0 2px 2px;
		border-left-color: #ccc;
		margin-top: 0px;
		margin-right: -10px;
	}
	.dropdown-submenu:hover>a::after {
		border-left-color: rgba(0,0,0,0.1);
	}
	.dropdown-submenu.dropdown-menu-left {
		float: none;
	}
	.dropdown-submenu.dropdown-menu-left>.dropdown-menu {
		left: 100%;
		margin-left: 10px;
		-webkit-border-radius: 3px 0 3px 3px;
		-moz-border-radius: 3px 0 3px 3px;
		border-radius: 3px 0 3px 3px;
	}

	.scrolled a.toggle-menu {
		color: #000;
	}
	.scrolled .navbar-nav li a {
		color: #000;
		background-color: transparent;
	}
	.scrolled .dropdown-menu li a,
	.scrolled .dropdown-submenu li a {
		color: #000;
	}
	.scrolled .dropdown-menu li a:hover {
		color: #fff;
		background-color: grey;
	}

	.flexslider .slider-caption {
		top: 40%;
	}
	.main-header {
		top: 0;
	}
	.navbar-nav li a {
		font-size: 0.85em !important;
	}
	span.fa-angle-down, span.fa-chevron-down {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 24px !important;
		top: -0.05em;
		left: 0.25em;
	}
	span.fa-chevron-down {
		font-size: 12px !important;
	}
	.dropdown-menu {
		top: 95%;
		left: -100%;
		background-color: #fff;
	}
	.dropdown-menu li a {
		text-align: left !important;
		font-size: 0.8em !important;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	li.dropdown-submenu>a.dropdown-toggle {
		pointer-events: none;
		cursor: default;
	}
	.logo-wrapper {
		background: none;
		width: 0;
		height: 0;
	}
	.lang-wrapper {
		background-color: rgba(255,255,255,0);
		top: 0;
		right: 0;
		position: absolute;
		z-index: 999;
	}
	.lang-wrapper ul.lang-list {
		padding-top: 0.6em !important;
		font-size: 1em !important;
	}
	#lang-list-scrolled {
		padding-top: 0.5em;
		padding-right: 0.35em;
	}
	ul#services-list>li#first, li#second, li#third, li#fourth, li#fifth, li#sixth {
		margin-left: 5%;
	}
}

@media screen and (max-width: 767px) and (min-width: 240px) {
	.flexslider .slider-caption-smenu {
		top: 50%;
	}
	.flexslider .slider-caption-smenu h2 {
		font-size: 16px!important;
	}
	.flexslider .slider-caption-smenu p {
		font-size: 8px!important;
		margin-top: 2.5px!important;
		margin-bottom: 5px!important;
	}
	#menu-wrapper .col-xs-6 {
		width: 100%!important;
	}
	a.toggle-menu {
		float: none;
		padding-left: 0;
	}
	.bar {
		display: block;
		width: 40px;
		height: 5px;
		background: #fff;
		margin: 10px auto;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.scrolled .bar {
		background: #000;
	}
	.bar-middle {
		margin: 0 auto;
	}
	.bar-menu:hover .bar {
		background-color: lightblue;
	}
	.bar-menu.active>.bar-top {
		-webkit-transform: translateY(15px) rotateZ(45deg);
		-moz-transform: translateY(15px) rotateZ(45deg);
		-ms-transform: translateY(15px) rotateZ(45deg);
		-o-transform: translateY(15px) rotateZ(45deg);
		transform: translateY(15px) rotateZ(45deg);
	}
	.bar-menu.active>.bar-middle {
		width: 0;
	}
	.bar-menu.active>.bar-bottom {
		-webkit-transform: translateY(-15px) rotateZ(-45deg);
		-moz-transform: translateY(-15px) rotateZ(-45deg);
		-ms-transform: translateY(-15px) rotateZ(-45deg);
		-o-transform: translateY(-15px) rotateZ(-45deg);
		transform: translateY(-15px) rotateZ(-45deg);
	}
	.lang-wrapper ul.lang-list {
		padding-top: 0.6em !important;
		font-size: 1em !important;
	}
	.menu-responsive {
		position: fixed !important;
		top: 5% !important;
		left: 0 !important;
		width: 100% !important;
		background-color: #999999;
	}
	.menu-responsive .navbar-nav li a {
		line-height: 1 !important;
		background-color: #999999;
		text-align: center;
	}
	.menu-responsive .navbar-nav li a:hover {
		color: #33bbff !important;
		transition: 0.3s;
	}
	.navbar-nav>li.dropdown {
		top: 0 !important;
	}
	.dropdown-menu {
		padding: 0;
	}
	.dropdown-menu li a {
		white-space: normal;
	}
	.dropdown.open>a.dropdown-toggle, .dropdown-submenu>a.dropdown-toggle {
		background-color: #999999 !important;
	}
	li.dropdown.open a.dropdown-toggle {
		color: #33bbff !important;
	}
	#dropdown-border-top {
		border-top: 2px blue solid;
	}
	#dropdown-border-bottom {
		border-bottom: 2px blue solid;
	}
	#dropdown-submenu-border-top {
		border-top: 1px red solid;
	}
	#dropdown-submenu-border-bottom {
		border-bottom: 1px red solid;
	}
	.scrolled .menu-responsive {
		background-color: #fff !important;
	}
	.scrolled .menu-responsive .navbar-nav li a {
		color: #000 !important;
		background-color: #fff !important;
	}
	.scrolled .menu-responsive .navbar-nav li a:hover {
		color: #33bbff !important;
		transition: 0.3s;
	}
	.scrolled .menu-responsive .navbar-nav li a.dropdown-toggle:hover {
		color: #33bbff !important;
	}
	.scrolled li.dropdown.open a.dropdown-toggle {
		color: #33bbff !important;
	}
}
@media screen and (max-width: 767px) {
	span.fa-angle-down {
		font-size: 26px !important;
	}
	.menu-responsive .navbar-nav li a {
		font-size: 1.1em !important;
		padding-top: 0.5em !important;
		padding-bottom: 0.5em !important;
	}
	ul#services-list>li#first, li#second, li#third, li#fourth, li#fifth, li#sixth {
		margin-left: 7%;
	}
	.notfound-404-main .notfound-404 {
		height: 200px;
	}
	.notfound-404-main .notfound-404 h1 {
		font-size: 200px;
	}
}
@media screen and (max-width: 709px) and (min-width: 682px) {
	span#stone {
		top: -90%;
	}
}
@media screen and (max-width: 681px) and (min-width: 645px) {
	span#stone {
		top: -80%;
	}
}
@media screen and (max-width: 645px) {
	span.fa-angle-down {
		font-size: 24px !important;
	}
	.menu-responsive .navbar-nav li a {
		font-size: 1em !important;
		padding-top: 0.5em !important;
		padding-bottom: 0.5em !important;
	}
	.contacts-info {
		padding-left: 10px;
		padding-top: 10px;
	}
	span#stone {
		top: -70%;
	}
	ul#services-list>li#first, li#second, li#third, li#fourth, li#fifth, li#sixth {
		margin-left: 9%;
	}
}
@media screen and (max-width: 480px) {
	span.fa-angle-down {
		font-size: 22px !important;
	}
	.menu-responsive .navbar-nav li a {
		font-size: 0.85em !important;
		padding-top: 0.5em !important;
		padding-bottom: 0.5em !important;
	}
	span#stone {
		top: -70%;
	}
	ul#services-list>li#first, li#second, li#third, li#fourth, li#fifth, li#sixth {
		margin-left: 10%;
	}
	.notfound-403-main {
		text-align: center;
	}
	.notfound-403-main .notfound-403 {
		position: relative;
		width: 100%;
		margin-bottom: 15px;
	}
	.notfound-403-main {
		padding-left: 15px;
		padding-right: 15px;
	}
	.notfound-404-main .notfound-404 {
		height: 162px;
	}
	.notfound-404-main .notfound-404 h1 {
		font-size: 162px;
		height: 150px;
		line-height: 162px;
	}
	.notfound-404-main h2 {
		font-size: 16px;
	}
}
@media screen and (max-width: 420px) {
	.menu-responsive {
		top: 7% !important;
	}
	.dropdown-menu {
		max-height: 365px;
		overflow-y: auto;
	}
	span.fa-angle-down {
		font-size: 34px !important;
		top: -0.09em;
		left: 0.25em
	}
	.menu-responsive .navbar-nav li a {
		font-size: 1.6em !important;
		padding-top: 0.5em !important;
		padding-bottom: 0.5em !important;
	}
	div.col-xs-9 {
		width: 100%;
	}
	.contacts-info {
		padding-left: 0;
		padding-top: 0;
	}
	span#stone {
		top: -90%;
	}
	p#text-left, p#text-right {
		font-size: 14px;
	}
}
@media screen and (max-width: 380px) {
	.menu-responsive {
		top: 10% !important;
	}
	.dropdown-menu {
		max-height: 285px;
		overflow-y: auto;
	}
	span.fa-angle-down {
		font-size: 30px !important;
		top: -0.075em;
	}
	.menu-responsive .navbar-nav li a {
		font-size: 1.5em !important;
		padding-top: 0.5em !important;
		padding-bottom: 0.5em !important;
	}
@media screen and (max-width: 320px) {
	.menu-responsive {
		top: 10% !important;
	}
	.dropdown-menu {
		max-height: 225px;
		overflow-y: auto;
	}
	span.fa-angle-down {
		font-size: 26px !important;
		top: -0.065em;
	}
	.menu-responsive .navbar-nav li a {
		font-size: 1.25em !important;
		padding-top: 0.5em !important;
		padding-bottom: 0.5em !important;
	}
}
@media screen and (max-width: 380px) and (min-width: 240px) {
	p#text-left, p#text-right {
		font-size: 12px;
		padding-top: 0 !important;
	}
	img#logo, span#stone {
		display: none;
	}
	img#linkedin {
		right: 5%;
		bottom: -125%;
	}
	#info h1 {
		font-size: 20px;
	}
	ul#services-list>li#first, li#second, li#third, li#fourth, li#fifth, li#sixth {
		margin-left: 15%;
	}
}
@-ms-viewport {
	width: device-width;
}
@media screen and (min-width: 1280px) {
	@-ms-viewport {
		width: auto !important;
	}
}