@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,300,300italic,600italic,700&subset=latin,cyrillic);

/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:75%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

* {
	box-sizing: border-box;
}

.clearfix {
	clear: both;
}

a:focus {outline:none;}
a::-moz-focus-inner {border:0;}

body {
	font-family: 'Open Sans';
	color: #333333;
	min-width: 1000px;
}
.wrapper {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	height: inherit;
}
.wrapper-full {
	width: 1000px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
}
.text-center {
	text-align: center;
}
a {
	text-decoration: none;
}


/* ELEMENTS */

.share-text {
	position: absolute;
	bottom: 20px;
	font-size: 24px;
	left: 120px;
	color: #fff;
	font-style: italic;
}
.share-line {
    bottom: 30px;
    left: 320px;
    position: absolute;
}

/* COLORS */

.c1 {
	color: #00B4D6;
}
.c2 {
	color: #99cc33;
}


/*HEADER*/
.header {
	height: 490px;
	background: url(img/bg1.jpg) center top no-repeat;
	position: relative;
}
.header:after {
	position: absolute;
	left: 0;
	right: 0;
	height: 65px;
	bottom: -65px;
	background: url(img/header_shadow.png) center top no-repeat;
	content: "";
	display: block;
}
.header .logo {
	left: 0;
	top: 20px;
	position: absolute;
	width: 139px;
	height: 80px;
	background: url(img/logo.png);
}
.header .text-0 {
	width: 639px;
	height: 82px;
	background: url(img/text.png);
	position: absolute;
	left: 50%;
	margin-left: -320px;
	top: 30px;
}
.header .text-0-1 {
	color: #ff8916;
	text-align: center;
	top: 110px;
	left: 0;
	right: 0;
	background: url(img/bg_text.png) center center no-repeat;
	font-size: 26px;
	font-style: italic;
	position: absolute;
	height: 42px;
	font-weight: 600;
	letter-spacing: -0.025em;
}
.header .text-0-2 {
	color: #fff;
	text-align: center;
	top: 155px;
	left: 0;
	right: 0;
	font-size: 36px;
	font-weight: 400;
	position: absolute;
	text-shadow: 0px 1px 3px rgba(117,53,2,0.42);
	background: url(img/top-line.png) center center no-repeat;
	height: 90px;
}
.header .text-0-2 p{
display: block;
color: #f26a22;
font-size: 20px;
margin: 0;
}
.header .icons a:hover {
	text-decoration: underline;
}
.ico-0,
.ico-1,
.ico-2,
.ico-3,
.ico-4,
.ico-5,
.ico-6 {
	position: absolute;
	left: -3px;
	width: 171px;
	height: 172px;
	bottom: 40px;
	background: url(img/ico0.png) center top no-repeat;
	display: block;
	text-align: center;
	color: #fff;
	padding-top: 190px;
	font-size: 20px;
	font-weight: 600;
}
.ico-0 {
	left: -72px;
}
.ico-1 {
	background: url(img/ico1.png) center top no-repeat;
	left: 90px;
}
.ico-2 {
	background: url(img/ico2.png) center top no-repeat;
	left: 250px;
}
.ico-3 {
	background: url(img/ico3.png) center top no-repeat;
	left: 410px;
}
.ico-4 {
	background: url(img/ico4.png) center top no-repeat;
	left: 730px;
}
.ico-5 {
	background: url(img/ico5.png) center top no-repeat;
	left: 890px;
}
.ico-6 {
	background: url(img/ico6.png) center top no-repeat;
	left: 570px;
}

.ico-0:hover {
	background: url(img/ico0_hover.png) center top no-repeat;
	left: -152px;
	width: 334px;
	height: 342px;
	top: 184px;
}
.ico-1:hover {
	background: url(img/ico1_hover.png) center top no-repeat;
	left: 9px;
	width: 334px;
	height: 342px;
	top: 184px;
}

.ico-2:hover {
	background: url(img/ico2_hover.png) center top no-repeat;
	left: 169px;
	width: 334px;
	height: 342px;
	top: 184px;
}

.ico-3:hover {
	background: url(img/ico3_hover.png) center top no-repeat;
	left: 329px;
	width: 334px;
	height: 342px;
	top: 184px;
}

.ico-4:hover {
	background: url(img/ico4_hover.png) center top no-repeat;
	left: 649px;
	width: 334px;
	height: 342px;
	top: 184px;
}

.ico-5:hover {
	background: url(img/ico5_hover.png) center top no-repeat;
	left: 809px;
	width: 334px;
	height: 342px;
	top: 184px;
}
.ico-6:hover {
	background: url(img/ico6_hover.png) center top no-repeat;
	left: 489px;
	width: 334px;
	height: 342px;
	top: 184px;
}

.ico-1 > span,
.ico-2 > span,
.ico-3 > span,
.ico-4 > span,
.ico-5 > span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -38px;
}

.ico-1:hover > span,
.ico-2:hover > span,
.ico-3:hover > span,
.ico-4:hover > span,
.ico-5:hover > span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}


.ico0-txt,
.ico1-txt,
.ico2-txt,
.ico3-txt,
.ico4-txt,
.ico5-txt,
.ico6-txt
 {
	position: absolute;
	bottom: -20px;
	height: 54px;
	left: 50%;
	margin-left: -78px;
	right: 0;
	background: url(img/ico0-txt.png) no-repeat center center;
	width: 156px;
}
.ico1-txt {
	background: url(img/ico1-txt.png) no-repeat center center;
}
.ico2-txt {
	background: url(img/ico2-txt.png) no-repeat center center;
}
.ico3-txt {
	background: url(img/ico3-txt.png) no-repeat center center;
}
.ico4-txt {
	background: url(img/ico4-txt.png) no-repeat center center;
}
.ico5-txt {
	background: url(img/ico5-txt.png) no-repeat center center;
}
.ico6-txt {
	background: url(img/ico6-txt.png) no-repeat center center;
}

.ico-0:hover .ico0-txt {
	bottom: 65px;
}
.ico-1:hover .ico1-txt {
	bottom: 65px;
}
.ico-2:hover .ico2-txt {
	bottom: 65px;
}
.ico-3:hover .ico3-txt {
	bottom: 65px;
}
.ico-4:hover .ico4-txt {
	bottom: 65px;
}
.ico-5:hover .ico5-txt {
	bottom: 65px;
}
.ico-6:hover .ico6-txt {
	bottom: 65px;
}

/* SECTION 1 */
.section1 {
	height: 900px;
	background: url(img/bg2.jpg) center top no-repeat #f77308;
}
.section1 .text-1 {
	width: 526px;
	height: 184px;
	background: url(img/text1.png);
	position: absolute;
	left: 24px;
	top: 84px;
}
.section1 .heading {
	color: #414042;
	font-size: 24px;
	font-weight: 600;
	position: absolute;
	top: 330px;
	left: 0;
	line-height: 28px;
}
.section1 .list	{
	font-size: 18px;
	color: #f77308;
	position: absolute;
	top: 410px;
	margin-left: 20px;
	padding-left: 0px;
}
.section1 .list span {
	color: #414042;
	padding-left: 20px;
}

.section1 .info {
	font-size: 13px;
	color: #939598;
	position: absolute;
	top: 580px;
	line-height: 30px;
}

.section1 .btn {
	width: 444px;
	height: 79px;
	background: url(img/btn1.png) top center no-repeat;
	color: #fff;
	text-align: center;
	line-height: 46px;
	position: absolute;
	top: 680px;
	font-size: 20px;
	font-style: italic;
}

/* SECTION 0 */
.section0 {
	height: 891px;
	background: url(img/bg0.jpg) center top no-repeat #ff2587;
}
.section0 .inner {
	background: rgba(255,255,255,0.8);
	position: absolute;
	right: -25px;
	width: 660px;
	top: 0;
	bottom: 106px;
	padding: 25px;
}
.section0 .text-0 {
	font-size: 23px;
	color: #ff2587;
	font-style: italic;
	top: 195px;
	position: absolute;
}
.section0 .text-1 {
	width: 279px;
	height: 85px;
	background: url(img/text0.png);
	position: absolute;
	left: 50%;
	margin-left: -140px;
	top: 60px;
}
.section0 .heading {
	color: #414042;
	font-size: 24px;
	font-weight: 600;
	position: absolute;
	top: 290px;
	left: 25px;
	line-height: 28px;
}
.section0 .list	{
	font-size: 18px;
	color: #ff2587;
	position: absolute;
	top: 340px;
	margin-left: 20px;
	padding-left: 0px;
}
.section0 .list span {
  color: #414042;
  display: block;
  padding-left: 10px;
}

.section0 .info {
  color: #939598;
  font-size: 16px;
  font-style: italic;
  line-height: 18px;
  position: absolute;
  top: 610px;
}

.section0 .btn {
	width: 544px;
	height: 79px;
	background: url(img/btn0.png) top center no-repeat;
	color: #fff;
	text-align: center;
	line-height: 46px;
	position: absolute;
	top: 710px;
	font-size: 20px;
	font-style: italic;
	left: 50%;
	margin-left: -272px;
} 

/* SECTION 2 */
.section2 {
	height: 891px;
	background: url(img/bg3.jpg) center top no-repeat #9aca08;
}
.section2 .inner {
	background: rgba(255,255,255,0.8);
	position: absolute;
	right: -25px;
	width: 660px;
	top: 0;
	bottom: 106px;
	padding: 25px;
}
.section2 .text-0 {
	font-size: 23px;
	color: #9aca08;
	font-style: italic;
	top: 195px;
	position: absolute;
}
.section2 .text-1 {
	width: 423px;
	height: 79px;
	background: url(img/text2.png);
	position: absolute;
	left: 50%;
	margin-left: -211px;
	top: 70px;
}
.section2 .heading {
	color: #414042;
	font-size: 24px;
	font-weight: 600;
	position: absolute;
	top: 330px;
	left: 25px;
	line-height: 28px;
}
.section2 .list	{
	font-size: 18px;
	color: #9aca08;
	position: absolute;
	top: 390px;
	margin-left: 20px;
	padding-left: 0px;
}
.section2 .list span {
	color: #414042;
	padding-left: 20px;
}

.section2 .info {
	font-size: 13px;
	color: #939598;
	position: absolute;
	top: 580px;
	line-height: 30px;
}

.section2 .btn {
	width: 444px;
	height: 79px;
	background: url(img/btn2.png) top center no-repeat;
	color: #fff;
	text-align: center;
	line-height: 46px;
	position: absolute;
	top: 680px;
	font-size: 20px;
	font-style: italic;
	left: 50%;
	margin-left: -222px;
}

/* SECTION 3 */
.section3 {
	height: 891px;
	background: url(img/bg4.jpg) center top no-repeat #f8b81e;
}
.section3 .inner {
	background: rgba(255,255,255,0.8);
	position: absolute;
	left: -25px;
	width: 660px;
	top: 0;
	bottom: 106px;
	padding: 25px;
}
.section3 .text-0 {
	font-size: 23px;
	color: #f8b81e;
	font-style: italic;
	top: 195px;
	position: absolute;
}
.section3 .text-1 {
	width: 473px;
	height: 76px;
	background: url(img/text3.png);
	position: absolute;
	left: 50%;
	margin-left: -236px;
	top: 70px;
}
.section3 .heading {
	color: #414042;
	font-size: 24px;
	font-weight: 600;
	position: absolute;
	top: 340px;
	left: 25px;
	line-height: 28px;
}
.section3 .list	{
	font-size: 18px;
	color: #f8b81e;
	position: absolute;
	top: 390px;
	margin-left: 20px;
	padding-left: 0px;
	line-height: 22px;
}
.section3 .list span {
	color: #414042;
	padding-left: 20px;
}

.section3 .info {
	font-size: 13px;
	color: #939598;
	position: absolute;
	top: 610px;
	line-height: 30px;
}

.section3 .btn {
	width: 444px;
	height: 79px;
	background: url(img/btn3.png) top center no-repeat;
	color: #fff;
	text-align: center;
	line-height: 46px;
	position: absolute;
	top: 690px;
	font-size: 20px;
	font-style: italic;
	left: 50%;
	margin-left: -222px;
}

/* SECTION 4 */
.section4 {
	height: 891px;
	background: url(img/bg5.jpg) center top no-repeat #b509a3;
}
.section4 .inner {
	background: rgba(255,255,255,0.8);
	position: absolute;
	right: -25px;
	width: 660px;
	top: 0;
	bottom: 106px;
	padding: 25px;
}
.section4 .text-0 {
	font-size: 23px;
	color: #b509a3;
	font-style: italic;
	top: 195px;
	position: absolute;
}
.section4 .text-1 {
	width: 445px;
	height: 75px;
	background: url(img/text4.png);
	position: absolute;
	left: 50%;
	margin-left: -223px;
	top: 70px;
}
.section4 .heading {
	color: #414042;
	font-size: 24px;
	font-weight: 600;
	position: absolute;
	top: 340px;
	left: 25px;
	line-height: 28px;
}
.section4 .list	{
	font-size: 18px;
	color: #b509a3;
	position: absolute;
	top: 390px;
	margin-left: 20px;
	padding-left: 0px;
	line-height: 22px;
}
.section4 .list span {
	color: #414042;
	padding-left: 20px;
}

.section4 .info {
	font-size: 13px;
	color: #939598;
	position: absolute;
	top: 560px;
	line-height: 30px;
}

.section4 .btn {
	width: 444px;
	height: 79px;
	background: url(img/btn4.png) top center no-repeat;
	color: #fff;
	text-align: center;
	line-height: 46px;
	position: absolute;
	top: 690px;
	font-size: 20px;
	font-style: italic;
	left: 50%;
	margin-left: -222px;
}

/* SECTION 5 */
.section5 {
	height: 891px;
	background: url(img/bg6.jpg) center top no-repeat #77b7fb;
}
.section5 .inner {
	background: rgba(255,255,255,0.8);
	position: absolute;
	left: -25px;
	width: 660px;
	top: 0;
	bottom: 106px;
	padding: 25px;
}
.section5 .text-0 {
	font-size: 23px;
	color: #f3415a;
	font-style: italic;
	top: 195px;
	position: absolute;
}
.section5 .text-1 {
	width: 525px;
	height: 123px;
	background: url(img/text5.png);
	position: absolute;
	left: 50%;
	margin-left: -263px;
	top: 70px;
}
.section5 .heading {
	color: #414042;
	font-size: 24px;
	font-weight: 600;
	position: absolute;
	top: 240px;
	left: 25px;
	line-height: 28px;
}
.section5 .list	{
	font-size: 18px;
	color: #f3415a;
	position: absolute;
	top: 310px;
	margin-left: 20px;
	padding-left: 0px;
	line-height: 22px;
}
.section5 .list span {
	color: #414042;
	padding-left: 20px;
}

.section5 .info {
	font-size: 13px;
	color: #939598;
	position: absolute;
	top: 560px;
	line-height: 30px;
}

.section5 .btn {
	width: 430px;
	height: 64px;
	background: url(img/btn5.png) top center no-repeat;
	color: #fff;
	text-align: center;
	line-height: 46px;
	position: absolute;
	top: 620px;
	font-size: 20px;
	font-style: italic;
	left: 50%;
	margin-left: -215px;
	border: none;
	font-family: 'Open Sans';
	padding-bottom: 17px;

}

.section5 .form {
	width: 500px;
	border: 3px solid #77b7fb;
	left: 50%;
	margin-left: -250px;
	border-radius: 5px;
	background: #fff;
	top: 490px;
	position: absolute;
	height: 220px;
}

.section5 .form input {
	width: 440px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: 300;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	left: 50%;
	margin-left: -220px;
	top: 30px;
	display: block;
	position: absolute;
	padding-left: 10px;
	color: #8c8c8c;
	font-family: 'Open Sans'
}
.section5 .form input:nth-child(2) {
	top: 75px;
}

/* SECTION 6 */

.section6 {
	padding-top: 70px;
}
.ribbon {
	color: #ffe346;
	font-size: 26px;
	text-align: center;
	width: 1001px;
	height: 70px;
	line-height: 60px;
	background: url(img/ribbon.png);
	font-style: italic;
}
.fbcomments, .vkcomments {
	float: left;
	width: 50%;
	margin-top: 50px;
	margin-bottom: 30px;
}

/* SECTION 7 */
.section7 {
	height: 891px;
	background: url(img/bg7.png) center top no-repeat #179eeb;
}
.section7 .inner {
	background: rgba(255,255,255,0.8);
	position: absolute;
	right: -25px;
	width: 660px;
	top: 0;
	bottom: 106px;
	padding: 25px;
}
.section7 .text-0 {
	font-size: 23px;
	color: #179eeb;
	font-style: italic;
	top: 97px;
	position: absolute;
}
.section7 .text-1 {
	width: 445px;
	height: 75px;
	background: url(img/text7.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -223px;
	top: 15px;
}
.section7 .heading {
	color: #414042;
	font-size: 24px;
	font-weight: 600;
	position: absolute;
	top: 221px;
	left: 25px;
	line-height: 28px;
}
.section7 .list	{
	font-size: 17px;
	color: #179eeb;
	position: absolute;
	top: 257px;
	margin-left: 20px;
	padding-left: 0px;
	line-height: 23px;
}
.section7 .list span {
	color: #414042;
	padding-left: 20px;
}

.section7 .info {
	font-size: 13px;
	color: #939598;
	position: absolute;
	top: 476px;
	line-height: 30px;
}

.section7 .btn {
	width: 430px;
	height: 64px;
	background: url(img/btn7.png) top center no-repeat;
	color: #fff;
	text-align: center;
	line-height: 46px;
	position: absolute;
	top: 690px;
	font-size: 20px;
	font-style: italic;
	left: 50%;
	margin-left: -215px;
	border: none;
	font-family: 'Open Sans';
	padding-bottom: 17px;

}

.section7 .form {
	width: 500px;
	border: 3px solid #77b7fb;
	left: 50%;
	margin-left: -250px;
	border-radius: 5px;
	background: #fff;
	top: 556px;
	position: absolute;
	height: 220px;
}

.section7 .form input {
	width: 440px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: 300;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	left: 50%;
	margin-left: -220px;
	top: 30px;
	display: block;
	position: absolute;
	padding-left: 10px;
	color: #8c8c8c;
	font-family: 'Open Sans'
}
.section7 .form input:nth-child(2) {
	top: 75px;
}


/* FOOTER */
footer {
  background: #e76b06 none repeat scroll 0 0;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 30px;
  text-align: center;
}
footer a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px dotted #fff;
	margin: 0 10px;
}


/* ELEMENTS */

.btn:hover {
	background-position: bottom center;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


.ledda {
    background: rgba(0, 0, 0, 0) url("img/ledda.png") no-repeat scroll left center;
    color: #fff;
    font-size: 20px;
    font-style: italic;
    line-height: 24px;
    min-height: 100px;
    padding-left: 120px;
    padding-top: 10px;
    position: absolute;
    text-align: left;
    /* top: 70px; */
}
.ledda strong{
font-size: 30px;
font-weight: normal;
}

.btn-revista {
    background: #ef9200 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 10px;
    width: 350px;
    border: none;
}

.btn-blog {
    background: #f1102b none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 60px;
    width: 350px;
    border: none;
}