html, body {
	color: #424242;
	font-family: 'Lato';
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	color: #303336;
	font-style: normal;
	line-height: 1.17em;
	margin: 0 0 15px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 45px;
}

a {
	color: #FFF;
	text-decoration: none;
}
p {
  font-size: 16px;
  color: #777777;
  line-height: 1.52em;
}
section {
	display: block;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.wrapper {
	background: #FFF;
	height: 100%;
	width: 100%;
}

#header {
	position: fixed;
	width: 100%;
	box-shadow: 0 -3px 10px #000;
	z-index: 2;
	left: 0;
	top: 0;
	background: #FFF;
}

#header-inner {
	height: 100%;
	width: 100%;
	padding: 0 9%;
	background-color: #3399cc;
	margin: 0 auto;
}

#header #logo {
	width: 19%;
	padding: 10px 0;
	display: inline-block;
	vertical-align: middle;
}

#header #logo img {
	width: 50%;
}

#header nav  {
	display: inline-block;
	width: 79%;
	padding: 10px;
	text-align: right;
	vertical-align: middle;

}

#header nav ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	border-bottom: none;
}

#header nav ul li a:hover {
  color: #333;
}

#header nav ul li a{
display: block;
    text-decoration: none;
    -webkit-font-smoothing: subpixel-antialiased;
    padding: 10px;
    font-family: 'Roboto', 'sans-serif';
    font-size: 13.5px;
    letter-spacing: 0.8px;
    color: #fff;
    list-style: none;
    text-transform: uppercase;
    font-weight: 500;
}

#header nav ul li img{
	width: 32px;
	margin: 10px;
}

[id$="-page"] {
	margin: auto;
	text-align: center;
	width: 80%;
}


#home {
	width: 100%;
	position: relative;
	z-index: 1;
}

#home-page {
	background: rgba(0,0,0,.4);
	height:100%;
	position: relative;
	width: 100%;
	z-index: 2
}

#home-page img {
	bottom:0;
	left: 0;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	width: 50%;
	max-width: 590px;
}

.next-page {
	bottom: 5%;
	border: 1px solid #FFF;
	border-radius: 50px;
	color: #FFF;
	display: block;
	height: 50px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 50px;
}

.next-page:hover{
	border:1px solid #ccc;
}

.next-page a:hover{
	color:#ccc;
}

#welcome, #contacts, #assistance_technical, #our_clients {
	position: relative;
	width: 100%;
}

#contacts {
	padding-top: 0;
}

#welcome #inner-welcome {
	color: #626263;
	display: table;
	padding: 20px 0;
	/*background: #626263;*/
	height: 100%;
	position: relative;
	text-align: center;
}

#contact-data #contact-logo {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

#contact-data #contact-logo img {
	width: 250px;
	margin-right: 23px;
}

#welcome #inner-welcome {
	padding: 130px 0 100px;
	width:100%;
	display: table;
	vertical-align: middle;
}

#inner-welcome:before,
#inner-welcome:after {
	display: block;
	content: "";
}

#inner-welcome:after {
	float: both;
}

.company-logo {
	vertical-align: middle;
	display: table-cell;
	width: 40%;
}

.company-logo img {
	display: block;
	padding:0 15%;
	width: 100%;
}

.col-company {
  width: 55%;
  padding-right: 10%;
  margin: 0 auto;
  text-align: left;
  vertical-align:middle;
  position:relative;
  display: table-cell;
}

#inner-welcome ul {
	margin: 0 10%;
	width: 80%;
	vertical-align: middle;
	position: relative;
}

#inner-welcome ul li {
	display: inline-block;
	padding: 0 1.5%;
	vertical-align: top;
	width: 23.8%;
}

#inner-welcome ul li h3 {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
}

#welcome #inner-welcome ul li p {
	text-align: justify;
	font-weight: 300;
}

#inner-welcome h3 {
	color: #FFF;
}

#inner-welcome h2 {
	color: #FFF;
	margin-bottom: 50px;
	text-align: center;
	font-size: 30px;
}

#inner-welcome .title_welcome{
	font-size: 22px;
	text-align: left;
	color: #393836;
	font-style: inhert;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 4px;
	font-family: 'Open Sans', sans-serif;
}

#welcome #inner-welcome ul li:first-child {
	padding-left: 0;
}

#welcome #inner-welcome ul li:last-child {
	padding-right: 0;
}

#welcome #inner-welcome ul li img {
	width: 164px;
}

#assistance_technical {
	background: transparent;
	background: url('../images/assistance_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
	color: #FFF;
	width: 100%;
	display: table;
	position: relative;
	text-align: center;
	padding: 100px 0;
}

#assistance_technical:before {
	content: '';
	background: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
}

#assistance_technical #column_left_services_tecnics {
	padding-left: 0px;
    width: 50%;
    padding-bottom: 40px;
    padding-top: 60px;
    position: relative;	
    float: right;
}

.title_column_left{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 50px;
    letter-spacing: 5px;
    position: relative;
    text-align: left !important;
    padding-left: 15%;
    font-family: 'Open Sans', sans-serif;
}

.services_tecnics_content p {
    line-height: 30px;
    padding: 0 10%;
    text-align: left;
    color: #EAE4E4;
    font-size: 14px;
}

#our_clients {
    width: 100%;
    text-align: center;
	padding: 120px 5%;
}

#our_clients .title_welcome{
	font-size: 22px;
	text-align: center;
	color: #393836;
	font-style: inhert;
	font-weight: bold;
	margin-bottom: 0px;
	letter-spacing: 4px;
	font-family: 'Open Sans', sans-serif;
}

.our_clients_content{
	width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    display: inline-block;
}

.zitem {
    width: 50%;
    margin: auto;
    position: relative;
    float: left;
    text-align: center;
}

.zitem img {
	width: 100%;
    display: block;
    max-width: 652px;
    margin: auto;
}

.zitem .caption {
    width: 100%;
    background: #000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    bottom: -1px;
    left: 0;
    display: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.zitem .caption a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    display: block;
}

#contact-map {
	width: 100%;
	height: 250px;
	margin-bottom: 10px;
	box-shadow: 0 0 10px #000;
}

#map-block{
	width:100%;
	margin-bottom:40px;
}

#map-block .title_welcome{
	font-size: 22px;
	text-align: center;
	color: #393836;
	font-style: inhert;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 4px;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 30px;
}


#contact-page #left,
#contact-page #right {
	display: inline-block;
	width: 49%;
	width: calc(50% - 2px);
	width: -moz-calc(50% - 2px);
	width: -webkit-calc(50% - 2px);
}


#contact-page #left {
	vertical-align: top;
}

#contact-page #right {
	vertical-align: top;
}

#contact-page form {
	text-align: left;
	margin-bottom:100px;
}

#contact-page img {
	width: 394px;
}

#contact-page .title_welcome{
	font-size: 22px;
	text-align: center;
	color: #393836;
	font-style: inhert;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 4px;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px solid #e0e0dd;
	padding-bottom: 20px;
	margin-bottom:30px;
}

.form-field label {
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 12px;
	text-align: left;
}

.form-field input, .form-field textarea {
	background: #fff;
	border: 1px solid #e0e0dd;
	border-radius: 4px;
	color: #aaaaaa;
	margin-bottom: 25px;
	outline: none;
	padding: 12px 18px;
	transition: border 0.25s linear;
	width: 100%;
}

.form-field input:hover, .form-field textarea:hover {
	border: 1px solid #000;
}
.form-field input:focus, .form-field textarea:focus {
	border: 1px solid #000;
}


.form-field input, .form-field textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-transition: border 0.25s linear;
	-moz-transition: border 0.25s linear;
}

.form-field textarea {
	height: 180px;
}

#contact-data {
	background: url('../images/contacts_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
	color: #FFF;
	width: 100%;
	display: table;
	margin-bottom: 40px;
	/*padding: 40px 10% 20px 10%;*/
	padding: 0px 10% 40px 10%;
	position: relative;
	text-align: center;
	height: 480px;
}

#contact-data:before {
	content: '';
	background: rgba(0,0,0,.35);
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
}

#contact-data ul {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	position: relative;
}

#contact-data ul li {
	display: block;
	font-weight: 300;
	margin-left: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
	position: relative;
	text-align: left;
	border-left: 2px solid #FFF;
}

#contact-data b {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #fff;
  line-height: 2;
}

#contact-data ul li p {
	margin-bottom: 10px;
	margin-top: 0;
	color:#fff;
}

#contact-data ul li:last-child {
	padding-bottom: 0;
}

#contact-data li p {
	line-height: 10px;
	margin-bottom: 2px;
}

#form-block {
	float: left;
	width: 50%
}

#help-block {
	float: left;
	width: 50%
}

#contact-page:before,
#contact-page:after {
    content: "";
    display: table;
} 
#contact-page:after {
    clear: both;
}

#back-top-wrapper {
position: absolute;
    right: 50%;
    padding: 0;
    margin-top: -32px;
    overflow: hidden;
    z-index: 99;
}

#back-top span {
display: block;
    margin-bottom: 7px;
    width: 36px;
    height: 35px;
    font-size: 13px;
    line-height: 32px;
    padding-left: 1px;
    background: #727272;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
	border-radius:50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

#back-top span:hover {
	background: #FFF;
    color: #000;
}

#footer {
	width: 100%;
	border-top: 1px solid #ddd;
	bottom: 0;
	background: #727272;
	color: #FFF; 
	box-shadow: 0 4px 10px #727272;
}

#footer-inner {
	width: 80%;
	max-height: 85px;
	padding: 15px 0;
	margin: 0 10%;
	display: inline-block;
}

#footer-left, #footer-right {
	width: 50%;
	float: left;
}

#footer-left {
	padding-top: 15px;
}

#footer-right {
	text-align: right;
}

#footer-right span {
	margin-right: 10px;
}

#footer-right img {
	height: 40px;
	vertical-align: middle;
} 

[class$="-icon"]:before {
	font-family: 'FontAwesome';
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	left: 0;
	position: absolute;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.btn {
	padding: 10px 30px;
	background: #727272;
	color: #FFF;
	border: 0;
	margin-top:-10px;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	margin-left: 15px;
	position: relative;
}

.btn:hover {
	background: #3399cc;
}

.circle-icon:before {
	content: "\f103";
	font-size: 30px;
	margin-top: 10px;
	position: relative;
}

.address-icon:before {
	content: "\f041";
	
}

.phone-icon:before {
	content: "\f095";
	
}

.mobile-icon:before {
	content: "\f10b";
}

.email-icon:before {
	content: "\f003";
	font-size: 16px;
}

.web-icon:before {
	content: "\f0ac";
	
}

.size-1, .size-2, .size-3, .size-4, .size-5, .size-6, .size-7, .size-8, .size-9, .size-10, .size-11, .size-12 {
	padding: 0 15px;
	position: relative;
	display: inline-block;
}

.size-1 {
	width: 8.33%
}

.size-2 {
	width: 16.66%
}

.size-3 {
	width: 25%
}

.size-4 {
	width: 33.33%
}

.size-5 {
	width: 41.66%
}

.size-6 {
	width: 49%;
	width: calc(50% - 2px);
	width: -moz-calc(50% - 2px);
	width: -webkit-calc(50% - 2px);
}

.size-7 {
	width: 58.33%
}

.size-8 {
	width: 66.66%
}

.size-9 {
	width: 75%
}

.size-10 {
	width: 83.33%
}

.size-11 {
	width: 91.66%
}

.size-12 {
	width: 100%
}

/* animated elements */
.animateblock {
  /*padding: 8px 0;*/
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.55s linear;
  -moz-transition: all 0.55s linear;
  transition: all 0.55s linear;
}

.animateblock.animated {
  opacity: 1;
}

/* animation transition styles */
.animateblock.left {
  margin-left: -2%;
}
.animateblock.left.animated {
  margin-left: 12%;
}

.animateblock.right {
  display: block;
  margin-left: 100%;
}
.animateblock.right.animated {
  margin-left: 70%;
}

.animateblock.top {
  display: block;
  width: auto;
  text-align: center;
  margin-top: -25px;
}
.animateblock.top.animated {
  margin-top: 0px;
}

.animateblock.btm {
  display: block;
  width: auto;
  text-align: center;
  margin-top: 25px;
}
.animateblock.btm.animated {
  margin-top: 0;
}

.animateblock.centerleft {
  display: block;
  width: auto;
  text-align: center;
  margin-right: -10%;
}
.animateblock.centerleft.animated {
  margin-right: 0;
}

.animateblock.centerright {
  display: block;
  width: auto;
  text-align: center;
  margin-left: -10%;
}
.animateblock.centerright.animated {
  margin-left: 0;
}

.animateblock.center {
  margin-left: 2%;
}
.animateblock.center.animated {
  margin-left: 42%;
}

.animateblock.size {
  display: block;
  width: 10%;
  text-align: center;
}
.animateblock.size.animated {
  width: 100%;
  height: 100%;
}
.animateblock.size img {
  max-width: 100%;
  height: auto;
}

@media (max-width:959px) {

	[id$="-page"],
	#footer-inner {
		width: 95%;
	}
	
	[id$="-page"],
	#header-inner {
		padding:0;
	}

	#welcome #inner-welcome ul li {
		width: 43.8%;
		margin-top: 10px;
	}

	#welcome #inner-welcome ul li img {
		width: 50%;
	}

	#assistance_technical #column_left_services_tecnics {
		width: 100%
	}

	#footer-inner {
	padding: 25px 0;
    margin: 0 auto;
    display: flex;
	}

	#footer-inner #footer-right {
		padding-bottom: 15px;
	}

	#contact-page #left {
		width: 100%
	}

	#contact-page #right {
		display: none;
	}
}

@media (max-width:689px) {
		#header , #header nav {
		width: 100%;
		/*padding: 5px;*/
		text-align:center;
	}
	
	#header #logo{
		display:none;
	}

	#header nav ul li img {
		margin: 0 5px
	}

	#form-block {
		width: 100%;
		float: initial;
	}

	#help-block {
		display: none;
	}

	.company-logo, .col-company {
		display: block;
		width: 100%
	}

	.company-logo {
		margin-bottom: 5px;
	}

	.company-logo img {
		width: 100%;
		max-width: 521px;
		margin: auto;
	}

	.col-company,
	.services_tecnics_content p {
		padding: 0 5%
	}

	.zitem {
		width: 100%
	}
	
}

@media (max-width:600px) {
	h2 {
		font-size: 40px;
	}

	#welcome #inner-welcome h2 {
		top: 28%;
	}

	#contact-page #left {
		margin-bottom: 120px;
	}

	#footer-left, #footer-right {
		width: 100%;
		padding-bottom: 10px;
		text-align: center;
	}
	
	#contact-page form {
		margin-bottom:140px;
	}

	.size-6 {
		width: 100%;
	}
}
@media (max-width:630px) {
	

	#contact-data #contact-logo,
	#contact-data ul {
		display: block;
	}

	#contact-data ul {
		margin-top: 10px;
	}
	
	#contact-data ul li {
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
		text-align: center;
	}

	#contact-data ul li:first-child {
		border-top: 2px solid #FFF;
		padding-top: 20px;
	}

	#contact-data #contact-logo img {
		width: 200px;
		padding-top:60px;
	}

}

@media (max-width: 540px) {
	#header nav ul li a {
		font-size: 11px;
		padding: 2px;
	}
}

@media (max-width:501px) {
	h2 {
		font-size: 30px;
	}

	#welcome #inner-welcome {
		padding-top: 85px;
	}

	#header nav ul li img {
		margin: 0 2px
	}

	#header #logo img {
		width: 150px;
	}

	#header #logo, #header nav {
		/*width: 49%;*/
	}

	#header nav ul li img {
		width: 50px;
	}

	#home-page img {
		width: 75%;
	}

	#header nav ul li img {
		width: 22px;
	}
	#inner-welcome h2 {
		margin-bottom: 10px;
	}

	#welcome #inner-welcome h2 {
		top: 30%;
		left: 5%;
	}

	#welcome #inner-welcome ul li {
		width: 100%;
		margin-top: 10px;
		text-align: left;
	}

	#welcome #inner-welcome ul li img {
		display: inline-block;
		width: 10%;
		vertical-align: middle;
	}

	#welcome #inner-welcome h3 {
		font-size: 12px;
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 0;
		margin-left: 10px;
	}

	#contact-page form {
		margin-bottom:100px;
	}
	
	#footer-left {
		padding-top: 0;
	}

	#footer-left, #footer-right {
		width: 50%;
		font-size: 12px;
	}

	#footer-right img {
		height: 20px;
	}
}