body[page='about'] #slogan
{
	color:#939598;	
}

body[page='about'] #footer
{
	/*background-color: rgba(99, 100, 102, 0.5);*/
	z-index: 550;
}

#about_process_header
{
    z-index:600;

}

#about_process_header>h1
{
	color:#fff;

}

div.about_intro
{
	width:960px;
	margin:auto;
	color:#939598;
	text-align: center;
	padding-bottom: 50px;
}

div.about_intro>h1
{
	margin-top:130px;
	text-align: center;
	font-size:3.6em;
	font-family:"Avenir LT W01_35 Light1475496";
	text-transform: uppercase;
	letter-spacing: 5px;
	color:#939598;
	margin-bottom: 1rem;
}

div.about_intro>h2
{
	font-size:1.2em;
	color:#C1882C;
	line-height: 1.3;
	font-family:'Avenir LT W01_65 Medium1475532';
	letter-spacing: 4px;
	margin-bottom: 1rem;
}

div.about_intro>p
{
	line-height: 2.4;
	margin-bottom: 1em;
}

div.about_intro>p:last-child
{
	margin-bottom: 0 !important;
}

div.about_process
{
	position: relative;
	z-index: 550;
	overflow: hidden;
	height:;
}

div.about_process_item
{
	height:100%;
	width:100%;
	position: absolute;
	top:0;
	left:0;
	background-position:center;
	background-size:cover;
	background-repeat: no-repeat;
	opacity: 0;
}


div.about_process_item.active
{
	opacity:1;

}

img.about_process_nav
{
	position: absolute;
	z-index: 650;
	top:10%;
	cursor: pointer;
	/*padding-top:7px;*/
	padding:15px;
	margin-top:-7px;
}

img.about_process_nav#about_process_nav_left
{
	left:50%;
	margin-left:-320px;
}

img.about_process_nav#about_process_nav_right
{
	left:50%;
	margin-left:274px;
}


div.about_process_item_cover
{
	height:100%;
	position: absolute;
	width:100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 555;
	opacity:0;
}


div.about_process_item_text
{
	position: absolute;
	z-index: 600;
	text-align: center;
	color:#fff;
	opacity:0;
	width:960px;
	margin-left:-480px;
	left:50%;
    /*transform: translateY(20px);
    transition: 0.5s ease-in-out;*/
}


div.about_process_item_text>h1
{
	font-family:'Avenir LT W01_45 Book1475508';
	font-size:2.4em;
	margin-bottom: 30px;
	letter-spacing: 5px;
}

div.about_process_item_text>p
{
	line-height:2.1;
	font-size:1em;
}


div.about_header
{
	position: fixed;
	top:0px;
	left:50%;
	width:960px;
	margin-left:-480px;
	z-index: 500;
	opacity:0;
}

div.about_header>h1
{
	margin-top:130px;
	text-align: center;
	font-size:3.6em;
	font-family:"Avenir LT W01_35 Light1475496";
	text-transform: uppercase;
	letter-spacing: 5px;
	color:#939598;
	margin-bottom: 1rem;
}

div.about_header>h2
{
  font-size: 1.2em;
  color: #C1882C;
  line-height: 1.3;
  font-family: 'Avenir LT W01_65 Medium1475532';
  letter-spacing: 4px;
  margin-bottom: 1rem;
  text-align:center;
  position:relative;
}



div.about_header_bar
{
	border-top:2px solid #C1882C;
	width:240px;
	margin:auto;
}

#about_news_header
{
	position: relative;
	left:auto;
	top:auto;
	margin:auto;
	opacity:1;
    z-index:700;
}

#about_news_header>div.about_header_bar
{
    display:none;
}

div.about_news
{
	z-index: 550;
	position: relative;
	overflow: hidden;
}

div.about_news_item
{
	height:100%;
	background-color: #8E404A;
	overflow: hidden;
	opacity:0;
	top:0;
	left:0;
	width:100%;
	position: absolute;
}

div.about_news_item.active
{
	opacity: 1;
	z-index: 500;
}

div.about_news_item:nth-child(2n)
{
	background-color: #2d2c32 !important;
}

div.about_news_item:nth-child(3n)
{
	background-color: #c1882c !important;
}

div.about_news_item:nth-child(4n)
{
	background-color: #213a68 !important;
}


div.about_news_item_left
{
	width:640px;
	position: absolute;
	top:0;
	left:25%;
	margin-left:-320px;
	color:#fff;
}

div.about_news_item_left>h1
{
	font-family:'Avenir LT W01_45 Book1475508';
	font-size:1.75em;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 2px;
	width:400px;
	margin:auto;
	margin-bottom: 15px;
}

div.about_news_item_left>h2
{
	font-size:1.1em;
	text-align: center;
    display:none;
}

div.about_news_item_left>p
{
	line-height: 2;
	font-size:0.9em;
	text-align: center;
	width:480px;
	margin:auto;
	margin-bottom: 1em;
}

div.about_news_item_left>p:last-child
{
	margin-bottom: 0 !important
}

div.about_news_item_left>p>a[href]
{
	text-decoration:underline;
	text-transform: uppercase;
}

div.about_news_item_left_bar
{
	height:2px;
	background-color: #fff;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	width:240px;
}

div.about_news_item_right
{
	height:100%;
	width:50%;
	position: absolute;
	top:0;
	right:0;
	background-position:center;
	background-size:cover;
	background-repeat: no-repeat;
}


img.about_news_nav
{
	position: absolute;
	z-index: 700;
    	top: 50%;
	cursor: pointer;
	/* padding-top: 7px; */
	padding: 15px;
	margin-top: -25px;
}

img.about_news_nav#about_news_nav_left
{
	left:50%;
    margin-left:-246px;

}

img.about_news_nav#about_news_nav_right
{
	left:50%;
    margin-left:200px;
}


div.about_process_bar_box
{
	position: absolute;
	left:50%;
	margin-left:-320px;
	width:640px;
	z-index:600;
	overflow: hidden;

}

div.about_process_bar
{
	width:640px;
	overflow: hidden;
	height:3px;
	background-color: #C1882C;
	position: absolute;
	z-index: 0;
	top:8px
}

div.about_process_bar_text
{
	width:20%;
	float:left;
	text-align: center;
	font-size:0.8em;
	font-weight:600;	
	line-height: 1.2;
	color:#fff;
	padding-top:30px;
	background-image: url(../images/about/marker.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 20px;
	position: relative;
	z-index: 1;
    cursor:pointer;
}

div.about_process_bar_text.active
{
	background-image: url(../images/about/marker_active.png);
}


#about_pager
{
	position: fixed;
	right:20px;
	color:#fff;
	z-index: 750;
	background-position: bottom 20px right 20px;
	background-repeat: no-repeat;
	background-size:;
	/*background-image:url(../images/homepage/arrow.png);*/
	padding-bottom: 30px;
	bottom:80px;
	background-color: rgba(0, 0, 0, 0.3);
	padding:20px 20px 20px 20px;
}

#about_pager>a
{
	display:block;
	text-transform: uppercase;
	margin-bottom: 1em;
	text-align: right;
	opacity:0.8;
	cursor: pointer;
}

#about_pager>a:last-child
{
	margin-bottom: 0 !important;
}

#about_pager>a.active
{
	opacity: 1;
}

#about_pager>a>strong
{
	font-weight:700;
}

body[page='about']
{
	border-bottom: 51px solid rgba(99, 100, 102, 0.5);
}

@media screen and (max-height: 640px) {

    div.about_news
    {
        min-height:400px;
    }

	div.about_header>h1, div.about_intro>h1
	{
		font-size:3em;
		margin-top:100px;
	}


	div.about_news_item_left>h1
	{
		font-family:'Avenir LT W01_45 Book1475508';
		font-size:1.2em;
		line-height: 1.4;
		text-align: center;
		letter-spacing: 2px;
		width:320px;
		margin:auto;
		margin-bottom: 15px;
	}

	div.about_news_item_left>h2
	{
		font-size:0.9em;
		text-align: center;
	}

	div.about_news_item_left>p
	{
		line-height: 1.5;
		font-size:0.75em;
		text-align: center;
		width:320px;
		margin:auto;
		margin-bottom: 1em;
	}

    #about_process_header
    {
        opacity:0 !important
    }

    .div.about_process
    {
        min-height:450px;
    }

}


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

	div.about_header>h1, div.about_intro>h1
	{
		font-size:3em;
		margin-top:100px;
	}

	div.about_header
	{
		position: fixed;
		top:0px;
		left:50%;
		width:960px;
		margin-left:-480px;
		z-index: 500;
		opacity:0;
	}


	div.about_process_item_text
	{
		position: absolute;
		z-index: 600;
		text-align: center;
		color:#fff;
		opacity:0;
		width:640px;
		margin-left:-320px;
		left:50%;
	    /*transform: translateY(20px);
	    transition: 0.5s ease-in-out;*/
	}

	div.about_process_item_text>h1
	{
		font-family:'Avenir LT W01_45 Book1475508';
		font-size:2em;
		margin-bottom: 30px;
		letter-spacing: 5px;
	}

	div.about_process_item_text>p
	{
		line-height:2.1;
		font-size:0.95em;
	}

	div.about_news_item_left
	{
	  width: 480px;
	  margin-left: -240px;
	}

	div.about_news_item_left>h1
	{
		font-family:'Avenir LT W01_45 Book1475508';
		font-size:1.2em;
		line-height: 1.2;
		text-align: center;
		letter-spacing: 2px;
		width:320px;
		margin:auto;
		margin-bottom: 15px;
	}

	div.about_news_item_left>h2
	{
		font-size:0.9em;
		text-align: center;
	}

	div.about_news_item_left>p
	{
		line-height: 1.5;
		font-size:0.75em;
		text-align: center;
		width:320px;
		margin:auto;
		margin-bottom: 1em;		
	}


	#about_pager
	{
		font-size:0.8em;
	}

}

@media screen and (max-width: 960px), screen and (max-height: 640px) {

	div.about_intro
	{
		width:640px;
	}

	div.about_header
	{
		width:640px;
		margin-left: -320px;
	}

	div.about_news_item_left
	{
		width:320px;
		left:25%;
		margin-left:-160px;
	}

	div.about_news_item_right
	{
  		width: calc(50%)
	}


	div.about_news_item_left>h1
	{
		font-family:'Avenir LT W01_45 Book1475508';
		font-size:1.1em;
		line-height: 1.2;
		text-align: center;
		letter-spacing: 2px;
		width:280px;
		margin:auto;
		margin-bottom: 15px;
	}

	div.about_news_item_left>h2
	{
		font-size:0.9em;
		text-align: center;
	}

	div.about_news_item_left>p
	{
		line-height: 1.5;
		font-size:0.75em;
		text-align: center;
		width:280px;
		margin:auto;
		margin-bottom: 1em;		
	}



}


@media screen and (max-width: 640px), screen and (max-height: 640px) {

	body[page='about'] #slogan
	{
		display:none !important;
	}

	div.about_intro
	{
		width:100%;
		padding-left:20px;
		padding-right:20px;
		padding-bottom: 20px;
	}

	div.about_intro>h1
	{
		font-size: 1.5em;
		margin-top:40px;
	}

	div.about_intro>h2 {
		font-size: 0.9em;
		line-height: 1.3;
		letter-spacing: 2px;
	}

	div.about_intro>p
	{
		font-size:0.8em;
		line-height: 2;
	}

	div.about_header
	{
		position: relative;
		left:auto;
		width:100%;
		opacity:1;
		margin:auto;
		padding-top:0 !important;
		margin-bottom: 20px;
	}

	div.about_header>h1
	{
		font-size: 1.5em;
		margin-top:0px;
	}

	div.about_process_item_cover
	{
		opacity: 1 !important;
	}

	div.about_process_bar_box
	{
		width:280px;
		margin-left:-140px;
		font-size:0.8em;
	}

	div.about_process
	{
		margin-bottom: 20px;
		height:auto !important;
	}



	div.about_process_item
	{
		opacity:1;
		position: relative;
		border-bottom: 2px solid #fff;
		padding:20px;
	}

	div.about_process_item_text
	{
		position: relative;
		opacity:1 !important;
		width:100%;
		margin-left:0;
		left:auto;
		top:auto !important;
	}

	div.about_process_item_text>h1
	{
		font-size:1.2em;
		margin-bottom: 1rem;
		letter-spacing: 3px;
	}

	div.about_process_item_text>p
	{
		line-height:2;
		font-size:0.8em;
	}	



	img.about_process_nav
	{
		display:none !important;
	}

	div.about_process_bar_box
	{
		display:none !important;
	}

	div.about_news
	{
		height: auto !important
	}

    #about_pager
    {
        display:none
    }

    #about_news_header
    {
        margin-bottom:30px;
        margin-top:30px;
    }

    #about_news_header>h2
    {
        display:none
    }

	div.about_news_item
	{
		height: auto !important;
		position: relative;
		opacity:1;

	}

	div.about_news_item_left
	{
		width:100%;
		position: relative;
		top: auto !important;
		margin:auto;
		left: auto !important;
		padding:20px;
	}

	div.about_news_item_right
	{
		position: relative;
		width:100%;
		height:400px;
	}

	img.about_news_nav
	{
		display:none;
	}



    #about_process_header
    {
        opacity:1 !important;
        margin-top:30px;
        margin-bottom:30px;

    }

    #about_process_header>h1
    {
        color:#939598 !important;

    }

    #about_news_header>div.about_header_bar
    {
        display:block;
    }
}