@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&subset=latin-ext');
*:focus {
	outline: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	margin: 0px;
	padding: 0px;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 93px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
	position: fixed;
	background-color: #FFFFFF;
	z-index: 9999;
	width: 100%;
	top: 0px;
}
.section {
	padding: 0px;
	min-width: 800px;
	max-width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	margin: 0px;
	float: left;
	width: 200px;
	height: 50px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#menu {
	margin: 0px;
	float: right;
	min-width: 590px;
	max-width: 990px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 93px;
}
.menu {
	font-size: 13px;
	font-weight: 300;
	color: #777777;
	text-decoration: none;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 31px;
	line-height: 93px;
	display: block;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.menu:hover {
	color: #494949;
}
.menuActive {
	font-size: 13px;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 31px;
	line-height: 93px;
	display: block;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}

#content {
	margin: 0px;
	padding-top: 93px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#slider {
	padding: 0px;
	height: 556px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 36px;
	margin-left: 0px;
}
.titleSlide {
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	text-transform: uppercase;
}
.subtitleSlide {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	text-transform: uppercase;
}
.contentSlide {
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 250px;
	font-weight: 300;
}
.btnSlide {
	font-size: 13px;
	line-height: 27px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #FFA800;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 95px;
	display: block;
	text-decoration: none;
	text-align: center;
}

#offer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 1195px;
}
.offer {
	display: block;
	background-repeat: no-repeat;
	background-position: center 6px;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding-top: 83px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	color: #636363;
	text-transform: uppercase;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #B0B0B0;
	border-right-color: #B0B0B0;
	border-bottom-color: #B0B0B0;
	width: 25%;
	box-sizing: border-box;
}
.offer:hover {
	background-color: #FFA800;
	color: #FFFFFF;
	border-top-color: #FFA800;
	border-bottom-color: #FFA800;
}
.offer:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B0B0B0;
	width: 25%;
	box-sizing: border-box;
}
.offer:first-child:hover {
	border-left-color: #FFA800;
}
.offer:nth-child(6):hover {
	border-right-color: #FFA800;
}
.active {
	background-color: #FFA800;
	color: #FFFFFF;
	border-top-color: #FFA800;
	border-bottom-color: #FFA800;
}
.offer:first-child .active  {
	border-left-color: #FFA800;
}

.icoWebsite {
	background-image: url(/images/ico/icoWebsite.png);
	background-repeat: no-repeat;
	background-position: center 11px;
}
.icoWebsite:hover {
	background-image: url(/images/ico/icoWebsiteActive.png);
}
.icoWebsiteActive     {
	background-image: url(/images/ico/icoWebsiteActive.png);
	background-repeat: no-repeat;
	background-position: center 11px;
}
.icoShop {
	background-image: url(/images/ico/icoShop.png);
	background-repeat: no-repeat;
	background-position: center 12px;
}
.icoShop:hover {
	background-image: url(/images/ico/icoShopActive.png);
}
.icoShopActive {
	background-image: url(/images/ico/icoShopActive.png);
	background-repeat: no-repeat;
	background-position: center 12px;
}
.icoApplication {
	background-image: url(/images/ico/icoApplication.png);
	background-repeat: no-repeat;
	background-position: center 11px;
}
.icoApplication:hover {
	background-image: url(/images/ico/icoApplicationActive.png);
}
.icoApplicationActive {
	background-image: url(/images/ico/icoApplicationActive.png);
	background-repeat: no-repeat;
	background-position: center 11px;
}
.icoPositioning {
	background-image: url(/images/ico/icoPositioning.png);
	background-repeat: no-repeat;
	background-position: center 15px;
}
.icoPositioning:hover {
	background-image: url(/images/ico/icoPositioningActive.png);
}
.icoPositioningActive {
	background-image: url(/images/ico/icoPositioningActive.png);
	background-repeat: no-repeat;
	background-position: center 15px;
}
.icoGraphic {
	background-image: url(/images/ico/icoGraphic.png);
	background-repeat: no-repeat;
	background-position: center 15px;
}
.icoGraphic:hover {
	background-image: url(/images/ico/icoGraphicActive.png);
}
.icoGraphicActive {
	background-image: url(/images/ico/icoGraphicActive.png);
	background-repeat: no-repeat;
	background-position: center 15px;
}
.icoHelp {
	background-image: url(/images/ico/icoHelp.png);
	background-repeat: no-repeat;
	background-position: center 15px;
}
.icoHelp:hover {
	background-image: url(/images/ico/icoHelpActive.png);
}
.icoHelpActive {
	background-image: url(/images/ico/icoHelpActive.png);
	background-repeat: no-repeat;
	background-position: center 15px;
}
#titleOffer {
	padding: 0px;
	height: 70px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFA800;
}
#titleOffer h1 {
	font-size: 27px;
	line-height: 70px;
	font-weight: 300;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
#contentOffer {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contentOffer {
	padding-top: 58px;
	padding-right: 10px;
	padding-bottom: 57px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}


.contentOffer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
}
.titleOffer {
	font-size: 33px;
	line-height: 40px;
	font-weight: 300;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
}
.subtitleOffer {
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	color: #000000;
	margin: 0px;
	text-align: center;
	display: block;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentService {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contentService {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 57px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.contentService  p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
}
.titleService {
	font-size: 32px;
	line-height: 40px;
	font-weight: 300;
	color: #000000;
	margin: 0px;
	text-align: center;
	display: block;
	padding-top: 58px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.subtitleService {
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	color: #000000;
	margin: 0px;
	text-align: center;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 00px;
	padding-left: 0px;
}
.widthMax {
	padding: 0px;
	max-width: 1195px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.colService {
	float: left;
	width: 50%;
	margin: 0px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.colService  ul {
	margin: 0px;
	padding: 0px;
}
.colService  li {
	margin: 0px;
	background-image: url(../images/arrList.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	list-style-type: none;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	color: #000000;
}
#warranty {
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 65px;
	padding-left: 0px;
}
#warranty  p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #000000;
	text-decoration: none;
	text-align: center;
	max-width: 1195px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.font14 {
	font-size: 14px !important;
	line-height: 20px !important;
}

#warranty hr {
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding: 0px;
	height: 2px;
	background-color: transparent;
	background-image: url(../images/bcgHr.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}

.btn {
	font-size: 14px;
	line-height: 37px;
	font-weight: 300;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #FFA800;
	height: 37px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-left: 50%;
	text-decoration: none;
	text-align: center;
	transform: translate(-50%, 0%);
}
.orange {
	background-color: #FFA800;
	margin: 0px;
	padding: 0px;
}
#about {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/bcgCloud.png);
	background-repeat: no-repeat;
	background-position: right 25px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	position: relative;
	max-width: 1095px;
}
#otherInfo {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 65px;
	padding-left: 0px;
	max-width: 1195px;
}
.colFour {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 25%;
	text-align: center;
}
.colFour img {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 105px;
	width: 105px;
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

.colFour p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #FFFFFF;
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 22px;
}

.white {
	color: #FFFFFF;
}

h2 {
	font-size: 50px;
	font-weight: 300;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
	line-height: 50px;
}
h3 {
	font-size: 27px;
	font-weight: 300;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	color: #FFFFFF;
	line-height: 35px;
}
#about p {
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 300;
	line-height: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 45px;
	padding-left: 0px;
}
.nextSection {
	background-image: url(/images/ico/icoNext.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 110px;
	width: 110px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -55px;
	position: relative;
	left: 50%;
	bottom: 0px;
	top:-55px;
	display: block;
}
#news {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
	position: relative;
	max-width: 1195px;
}
.news {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
.icoNews {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 140px;
	width: 140px;
	background-repeat: no-repeat;
	background-position: center top;
}
.contentNews {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4C4C4;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 140px;
}
.dateTimeNews {
	margin: 0px;
	padding: 0px;
}
.dateTimeNews p {
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	background-color: #FFA800;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: inline;
}
.titletNews {
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tittleNews  h4 {
	font-size: 14px;
	color: #000000;
	margin: 0px;
	font-weight: 700;
	line-height: 14px;
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.shortNews {
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.shortNews p {
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 36px;
	padding-left: 0px;
}

.btnMore {
	font-size: 14px;
	line-height: 26px;
	font-weight: 300;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #FFA800;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	display: block;
	text-decoration: none;
	position: absolute;
	bottom: 0px;
	right: 10px;
	float: right;
	margin: 0px;
}
.fontWhite {
	color: #FFFFFF;
}
#quickContact {
	background-image: url(/images/bcgContact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	min-height: 555px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#quickContact h2 {
	padding-bottom: 15px;
}
#quickContact .subtitle {
	font-size: 27px;
	font-weight: 300;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#colsContact {
	max-width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.colContact {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 270px;
	width: 50%;
}
.icoColContact {
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	height: 57px;
	width: 80px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#quickContact  p {
	font-size: 17px;
	line-height: 24px;
	font-weight: 300;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.orangeText {
	color: #FFA800 !important;
	font-size: 27px !important;
	padding-top: 50px !important;
	padding-bottom: 10px !important;
}
#footer {
	padding: 0px;
	background-color: #000000;
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contentFooter {
	height: 227px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	max-width: 1180px;
	position: relative;
}
#menuFooter {
	margin: 0px;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFA800;
	height: 174px;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 26px;
	padding-left: 0px;
}

.colFooter {
	margin: 0px;
	float: left;
	min-width: 150px;
	width: 25%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 200px;
}
.titleColFooter {
	font-size: 18px;
	line-height: 20px;
	color: #FFA800;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 28px;
	padding-left: 0px;
	font-weight: 300;
}
.listMenuFooter {
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 300;
}
#socialFooter {
	padding: 0px;
	width: 238px;
	height: 225px;
	border: 1px solid #FFA800;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 79%;
	position: absolute;
	right: 10px;
}
.icoSocial {
	background-repeat: no-repeat;
	background-position: 25px center;
	margin: 0px;
	float: left;
	width: 110px;
	height: 75px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 128px;
	font-size: 23px;
	line-height: 75px;
	font-weight: 300;
	color: #FFFFFF;
	text-decoration: none;
}
#iconsSocial {
	height: 75px;
	width: 238px;
}
.icoSocialWeb {
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 33.3%;
	float: left;
	display: block;
}
#copyright {
	margin: 0px;
	padding: 0px;
	height: 55px;
	font-size: 11px;
	line-height: 55px;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* --- new style ---*/
#submenu {
	margin: 0px;
	float: left;
	min-width: 590px;
	max-width: 990px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 70px;
}
.submenu {
	font-size: 13px;
	font-weight: 300;
	color: #ffffff;
	text-decoration: none;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 70px;
	display: block;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.separator {
	font-size: 13px;
	font-weight: 300;
	color: #ffffff;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 70px;
	display: block;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.submenu:hover {
	color: #494949;
}
.submenuActive {
	font-size: 13px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 70px;
	display: block;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#menuBlog {
	position: relative;
	top: 0px;
	margin: 0px auto;
	padding:0px 140px;
	height: 52px;
	background-color:#000000;
}
.menuBlog {
	font-size: 13px;
	font-weight: 300;
	color: #ffffff;
	text-decoration: none;
	float: left;
	margin: 0px;
	line-height: 52px;
	display: block;
	text-transform: uppercase;
	padding: 0 4%;
}
.menuBlog:first-child {
	padding-left: 0px;
}
.menuBlog:hover {
	color: #494949;
}
.menuBlog:active {
	color: #ffa800;
	text-decoration: none;
}
.contentRealization {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 40px 0px;
	width: 350px;
	font-weight: 300;
	text-align:justify;
}
.realization {
	padding-top: 60px;
	padding-bottom: 5px;
}
#quickContact .form {
	text-align: left;
	font-size: 12px;
	line-height: 14px;
}
#form {
	float: left;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: 5px;
	width: 46%;
}
iframe {
	margin-top: 60px;
	margin-right: 5px;
	float: right;
}
.itemForm {
	display: block;
	float: left;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	height: 50px;
	width: 100%;
	background-color: #ffa800;
	padding: 0px;
}
label {
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	margin:0px;
	float: left;
	text-transform: uppercase;
	padding: 18px 0px 0px 30px;
	vertical-align: middle;
	height: 50px;
}
input {
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	margin:0px -2px 0px 0px;
	float: right;
	padding: 0px 10px 0px 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #a4a4a4;
	border-right-color: #a4a4a4;
	border-bottom-color: #a4a4a4;
	height: 48px;
	width: 68%;
}
textarea {
	width: 100%;
	height: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a4a4a4;
	border-right-color: #a4a4a4;
	border-bottom-color: #a4a4a4;
	border-left-color: #a4a4a4;
	resize: none;
	margin: 0px;
	padding: 0px;
}
.btnSend {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #FFA800;
	text-decoration: none;
	text-align: center;
	margin: 0px -2px 0px 0px;
	padding: 16px 0px;
}
.newsHead, .contentNews > h1 {
	font-size: 32px;
	line-height: 22px;
	font-weight: 300;
	color: #000000;
	margin: 0px;
	text-align: left;
	display: block;
	padding: 0px 0px 22px 0px;
}
.textNews {
	padding: 23px 0px;
	margin: 0px;
}
.textNews p {
	text-align: justify;
	font-weight: 100;
	padding: 0px;
	padding-bottom: 26px;
	margin: 0px;
}
.textNews img {
	float: left;
	padding: 5px 15px 15px 0px;
}
.textNews > h2 {
	font-size: 26px;
	font-weight: 100;
	line-height: 42px;
	margin: 0px;
	text-align: left;
	display: block;
	padding: 0px 0px 22px 0px;
	text-transform: none;
}
.widthMaxBlog {
	padding: 0px;
	max-width: 914px;
	min-height: 434px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/ico/icoBlogHeader.png);
	background-repeat: no-repeat;
	background-position: right 40px; 
	
}
.headerBlog {
	margin: 0px;
	padding: 0px;
	font-size: 90px;
	line-height: 90px;
	padding-top: 90px;
	font-weight: 100;
	color: #FFFFFF;
	text-transform: uppercase;	
}
.titleBlog { 
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	line-height: 26px;
	font-weight: 100;
	color: #FFFFFF;
}
.descriptBlog {
	font-size: 16px;
	font-weight: 100;
	color: #FFFFFF;
	margin: 0px;
	padding: 18px 0px;
	max-width: 522px;
	display: block;
}
#sectionLong {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 1095px;
	display:none;
}
.anim { 
	animation-name: obrot;
	animation-duration: 500ms;
	animation-fill-mode: forwards;
	background-image: url(/images/ico/icoNext.png)
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 110px;
	width: 110px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -55px;
	position: relative;
	left: 50%;
	display: block;
	bottom: 0px;
	top:-55px;
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	
}
.logo_firm {
	height: 150px;
	float: left;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	margin: 10px
}
.labelTarrif {
	color: #000000;
	display:inline-block;
}
@-webkit-keyframes obrot {
	0% { transform:rotate(0deg);}
	100% { transform:rotate(360deg);}
}
@-moz-keyframes obrot {
	0% { transform:rotate(0deg);}
	100% { transform:rotate(360deg);}
}
 
@media (min-width:900px) and (max-width:1050px) {
	.menu {
		margin-left: 5px;
	}
	.menuActive {
		margin-left: 5px;
	}
	#form, iframe {
	float: none;
	display: block;
	width: 90%;
	}

}
@media (max-width:899px) {
	.menu {
		margin-left: 0px;
	}
	.menuActive {
		margin-left: 0px;
	}
	#form, iframe {
	float: none;
	display: block;
	width: 90%;
	}
	
}
