
@font-face 
{
	font-family: 'myriadpro_regular';
	font-style: normal;
	font-weight: normal;
	src: local('myriad pro regular'), url('../fonts/myriadpro-regular.woff') format('woff');
}


@font-face 
{
	font-family: 'myriadpro_condensed';
	font-style: normal;
	font-weight: normal;
	src: local('myriad pro condensed'), url('../fonts/myriadpro-cond.woff') format('woff');
}


@font-face 
{
	font-family: 'myriadpro_condensed_italic';
	font-style: normal;
	font-weight: normal;
	src: local('myriad pro condensed italic'), url('../fonts/myriadpro-condit.woff') format('woff');
}


@font-face 
{
	font-family: 'myriadpro_light';
	font-style: normal;
	font-weight: normal;
	src: local('myriad pro light'), url('../fonts/myriadpro-light.html') format('woff');
}


@font-face 
{
	font-family: 'myriadpro_semibold';
	font-style: normal;
	font-weight: normal;
	src: local('myriad pro semibold'), url('../fonts/myriadpro-semibold.woff') format('woff');
}


@font-face 
{
	font-family: 'myriadpro_semibold_italic';
	font-style: normal;
	font-weight: normal;
	src: local('myriad pro semibold italic'), url('../fonts/myriadpro-semiboldit.woff') format('woff');
}


@font-face 
{
	font-family: 'myriadpro_bold_condensed';
	font-style: normal;
	font-weight: normal;
	src: local('myriad pro bold condensed'), url('../fonts/myriadpro-boldcond.woff') format('woff');
}


@font-face 
{
	font-family: 'myriadpro_bold';
	font-style: normal;
	font-weight: normal;
	src: local('myriad pro bold'), url('../fonts/myriadpro-bold.woff') format('woff');
}


@font-face 
{
	font-family: 'myriadpro_bold_italic';
	font-style: normal;
	font-weight: normal;
	src: local('myriad pro bold italic'), url('../fonts/myriadpro-boldit.woff') format('woff');
}


@font-face 
{
	font-family: 'myriadpro_bold_condensed_italic';
	font-style: normal;
	font-weight: normal;
	src: local('myriad pro bold condensed italic'), url('../fonts/myriadpro-boldcondit.woff') format('woff');
}

@font-face 
{
	font-family: 'open_sansregular';
	font-display: block;
	src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
		 url('../fonts/opensans-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

*
{
	outline: none;
	box-sizing: border-box; 
}

html
{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #aaa;
	font-family: myriadpro_regular;

}

html, body
{
	display: block;
}

h4
{
    display: block;
    font-size: 16px;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
}

p
{
	font-size: 18px;
	line-height: 28px;
	color: #666;
}

#page
{
	display: block;
	position: relative;
	overflow-y: hidden;
	background: url('../images/banner/main.jpg') #423964 repeat-x 0 0;
	background-attachment: fixed; 
	animation: banner-bg-anim 30s infinite;
	animation-timing-function: linear;
}

@keyframes banner-bg-anim
{
  100% { background-position: -1920px 0; }
}

/**/

#cover
{
	position: fixed;
	z-index: 1000;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}
#cover > .progress
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background-color: #efefef;
}
#cover > .progress > .fill
{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #c30000;
    animation-name: fill;
    animation-duration: 2800ms;
}
@keyframes fill 
{
    from { width: 0%; }
    to { width: 100%; } 
}
#cover > .outer
{
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}
#cover > .outer > .inner
{
	display: table-cell;
	vertical-align: middle;
} 
#cover > .outer > .inner > img
{
    animation-name: toggle;
	transform: scale(1,1);
    animation-duration: 600ms;
}

@keyframes toggle 
{
    0% { transform: scale(0.3,0.3); }
    60% { transform: scale(1.1,1.1); } 
	100% { transform: scale(1,1); } 
}

/**/

.banner
{
	position: relative;
	display: block;
	width: 100%;
	height: 101vh;
	min-height: 800px;
}

.banner > .cover
{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/banner/cover.png') transparent repeat-x center top;
	background-size: auto 100%;
}

@media only screen and (max-width: 1580px)
{
	
	.banner
	{
		background-size: auto 100%;
	}
	
}

.banner > #mobile_nav
{
	cursor: pointer;
	position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    display: none;
    border: 2px #fff solid;
    width: 38px;
    height: 36px;
    padding: 4px;
    margin: 8px;
    background: url('../images/icons/nav.svg') #3a4354 no-repeat center top;
}

.banner > .nav
{
	position: relative;
	display: block;
	z-index: 10;
	width: 100%;
	height: auto;
}
.banner > .nav > .content
{
	display: table;
	width: 100%;
	max-width: 1366px;
	height: auto;
	margin: 0 auto;
	padding-left: 48px;
	padding-right: 48px;
}
.banner > .nav > .content > .left,
.banner > .nav > .content > .right
{
	display: table-cell;
	vertical-align: middle;
}
.banner > .nav > .content > .left > img
{
	cursor: pointer;
	display: none;
}
.banner > .nav > .content > .right
{
	text-align: right;
}
.banner > .nav > .content > .right > ul
{
	display: block;
	margin-top: 14px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 14px;
}
.banner > .nav > .content > .right > ul > li
{
	display: inline-block;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 32px;
	padding-right: 32px;
}
.banner > .nav > .content > .right > ul > li:hover
{
	cursor: pointer;
	background-color: #fff;
}
.banner > .nav > .content > .right > ul > li:hover > a
{
	color: #201c35;
}
.banner > .nav > .content > .right > ul > li > a
{
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.banner > .float
{
	position: fixed;
	z-index: 100;
	display: block;
	width: 100%;
	height: auto;
	background: none;
	background-color: #fff;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
.banner > .float > .content > .right > ul
{
	margin: 0;
}
.banner > .float > .content > .right > ul > li > a
{
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #666;
	text-transform: uppercase;
}
.banner > .float > .content > .right > ul > li:hover
{
	background-color: #fff;
}
.banner > .float > .content > .right > ul > li:hover > a
{
	color: #000;
}
.banner > .float > .content > .right > ul > li:last-of-type
{
	background-color: #576683;
}
.banner > .float > .content > .right > ul > li:last-of-type:hover
{
	background-color: #333;
}
.banner > .float > .content > .right > ul > li:last-of-type:hover > a
{
	color: #fff;
}
.banner > .float > .content > .right > ul > li:last-of-type > a
{
	color: #fff;
}

.banner > .outer
{
	position: relative;
	z-index: 5;
	display: table;
	width: 100%;
	height: 100%;
}
.banner > .outer > .inner
{
	display: table-cell;
	vertical-align: middle;
}
.banner > .outer > .inner > .content
{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1366px;
	padding-left: 48px;
	padding-right: 48px;
}
.banner > .outer > .inner > .content > .ue_logo
{
	position: absolute;
	right: 0;
	top: -8px;
	width: 260px;
	height: 260px;
	background: url( '../images/logos/logo_ue.svg' ) transparent no-repeat center center;
	background-size: 100% auto;
	opacity: 0.8;
}
.banner > .outer > .inner > .content > div
{
	display: block;
	width: 100%;
	max-width: 680px;
	padding-bottom: 42px;
}
.banner > .outer > .inner > .content > div > h1
{
	display: block;
	font-size: 56px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 3px rgba( 0,0,0,0.4 );
}
.banner > .outer > .inner > .content > div > h1 > b
{
	color: #ffd75c;
}
.banner > .outer > .inner > .content > div > span
{
	display: block;
	padding: 0;
	font-size: 22px;
	line-height: 30px;
	font-weight: 100;
	color: #fff;
	text-transform: uppercase;
}
.banner > .outer > .inner > .content > div > p
{
	display: block;
	padding-top: 14px;
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	color: #fff;
	text-shadow: 0 0 6px rgba( 0,0,0,0.2 );
}
.banner > .outer > .inner > .content > div > span,
.banner > .outer > .inner > .content > div > p
{
	padding-left: 14px;
}
.banner > .outer > .inner > .content > div > .button
{
	display: none;
}
.banner > .outer > .inner > .content > div > .button > a
{
	display: block;
	width: 100%;
	max-width: 240px;
	margin-top: 72px;
	padding: 14px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px #fff solid;
	transition: 0.3s;
}
.banner > .outer > .inner > .content > div > .button > a:hover
{
	cursor: pointer;
	color: #111;
	background-color: #fff;
}

@media only screen and (max-width: 1366px)
{
	
	.banner > .nav > .content
	{
		padding-left: 24px;
		padding-right: 24px;
	}
	.banner > .nav > .content > .left,
	.banner > .float > .content > .left
	{
		display: none;
	}
	.banner > .nav > .content > .right,
	.banner > .float > .content > .right
	{
		text-align: center;
	}
	.banner > .nav > .content > .right > ul
	{
		padding: 0;
	}
	.banner > .float > .content > .right > ul
	{
		margin: 0;
		padding: 0;
	}
	.banner > .nav > .content > .right > ul > li,
	.banner > .float > .content > .right > ul > li
	{
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.banner > .outer > .inner > .content
	{
		text-align: center;
	}
	.banner > .outer > .inner > .content > div
	{
		margin: 0 auto;
	}
	.banner > .outer > .inner > .content > div > .logo > img
	{
		width: auto;
		height: 140px;
	}
	.banner > .outer > .inner > .content > div > p
	{
		font-size: 18px;
		line-height: 28px;
	}
	.banner > .outer > .inner > .content > div > .button > a
	{
		margin: 0 auto;
		margin-top: 72px;
	}
	
	.banner > .outer > .inner > .content > .ue_logo
	{
		display: none;
	}
	
}
@media only screen and (max-width: 1060px)
{
	
	.banner > .nav > .content > .right > ul > li,
	.banner > .float > .content > .right > ul > li
	{
		padding-left: 18px;
		padding-right: 18px;
	}
	
}
@media only screen and (max-width: 980px)
{
	
	.banner > #mobile_nav
	{
		display: block;
		z-index: 101;
	}
	
	.banner > .nav
	{
		position: fixed;
		z-index: 100;
		display: none;
		width: 100%;
		max-width: 32
		0px;
		background-color: #eee;
		box-shadow: 0 0 4px #333;
	}
	.banner > .nav > .content
	{
		padding: 0;
		margin: 0;
	}
	.banner > .nav > .content > .right
	{
		display: block;
	}
	
	#navlinks
	{
		display: block;
		margin: 0;
		margin-left: 64px;
		background-color: #fff;
	}
	#navlinks > li
	{
		display: block;
		border-bottom: 1px #eee solid;
		text-align: left;
	}
	#navlinks > li:last-of-type
	{
		border: 0;
	}
	#navlinks > li > a
	{
		display: block;
		font-size: 14px;
		color: #333;
		text-transform: uppercase;
		line-height: 26px;
	}
	#navlinks > li:hover
	{
		background-color: #eee;
	}
	#navlinks > li:hover > a
	{
		color: #333;
	}
	
	.banner > .outer > .inner > .content > div
	{
		padding-bottom: 0 !important;
	}
	
}

@media only screen and (max-width: 580px)
{

	.banner > .outer > .inner > .content
	{
		width: auto;
		padding-left: 18px;
		padding-right: 18px;
	}
	.banner > .outer > .inner > .content > div > img
	{
		display: block;
		margin: 0 auto;
		width: 90%;
		height: auto;
	}
	.banner > .outer > .inner > .content > div > p
	{
		padding-top: 48px;
		font-size: 26px;
		line-height: 36px;
		padding-left: 0;
	}
	
}

/* GD */

.gd
{
	display: block;
	margin: 0;
	padding: 0;
	background: url('../images/common/s1_bg.jpg') #fff no-repeat center left;
	background-size: auto 100%;
	overflow: hidden;
	transition: 2400ms;
}
.gd_ANI_bg
{
	animation: gd_ANI_bg;
	animation-duration: 2.5s;
	animation-timing-function: ease;
}
@-webkit-keyframes gd_ANI_bg 
{
	from { background-size: auto 150%; }
	to   { background-size: auto 100%; } 
}

.gd > .content
{
	display: table;
	width: 100%;
	max-width: 1366px;
	padding-top: 128px;
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 128px;
	margin: 0 auto;
	text-align: center;
}

.gd > .content > .left,
.gd > .content > .right
{
	display: table-cell;
	vertical-align: middle;
	bottom: 0;
}
.gd > .content > .left
{
	position: relative;
	width: 280px;
}
.gd > .content > .left > .sprite
{
	position: absolute;
	right: 0;
	bottom: -280px;
	display: block;
	width: 770px;
	height: 980px;
	background: url('../images/common/s1_spr.png') transparent no-repeat right top;
}
.gd > .content > .left > .gd_ANI_sprite
{
	animation: gd_ANI_sprite;
	animation-duration: 1s;
	animation-timing-function: ease;
}
@-webkit-keyframes gd_ANI_sprite 
{
	from { right: 640px; opacity: 0; background-size: auto 150%; }
	to   { right: 0; opacity: 1; background-size: auto 100%; } 
}

.gd > .content > .right
{
	position: relative;
	display: block;
	margin-left: 64px;
	width: 100%;
	text-align: left;
}
.gd > .content > .right > h2
{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 48px;
	font-weight: 600;
	color: #3a4354;
}
.gd > .content > .right > .gd_ANI_h2
{
	animation: gd_ANI_h2;
	animation-duration: 1s;
	animation-timing-function: ease;
}
@-webkit-keyframes gd_ANI_h2 
{
	from { padding-left: 240px; opacity: 0; }
	to   { padding-left: 0; opacity: 1; } 
}

.gd > .content > .right > p
{
	font-size: 24px;
	line-height: 32px;
	margin: 0;
	padding: 0;
	padding-top: 32px;
	padding-bottom: 32px;
	color: #3a4354;
}
.gd > .content > .right > .gd_ANI_p
{
	animation: gd_ANI_p;
	animation-duration: 1.6s;
	animation-timing-function: ease;
}
@-webkit-keyframes gd_ANI_p 
{
	from { opacity: 0; }
	to   { opacity: 1; } 
}

.gd > .content > .right > .list
{
	display: table;
    table-layout: fixed;
    border-collapse: collapse;
	width: 100%;
	height: 100%;
}
.gd > .content > .right > .list > .item
{
	display: table-cell;
	vertical-align: top;
	padding-right: 28px;
    text-align: center;
    vertical-align: top;
    word-wrap: break-word;
	opacity: 0;
}
.gd > .content > .right > .list > .gd_ANI_item
{
	animation: gd_ANI_item;
	animation-duration: 0.5s;
	animation-timing-function: ease;
}
@-webkit-keyframes gd_ANI_item 
{
	from { transform: scale(0.7); opacity: 0; }
	to   { transform: scale(1.0); opacity: 1; } 
}

.gd > .content > .right > .list > .item > .inner
{
	display: block;
	height: 100%;
	padding: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 32px;
	padding-right: 32px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 4px rgba( 0,0,0, 0.1 );
	box-sizing: border-box;
	border-bottom: 3px #678b9d solid;
	
}
.gd > .content > .right > .list > .item > .inner > h2
{
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 32px;
	padding-bottom: 32px;
	font-size: 24px;
	text-transform: uppercase;
	color: #576683;
}
.gd > .content > .right > .list > .item > .inner > p
{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 22px;
	padding-top: 32px;
	padding-bottom: 32px;
	color: #3a4354;
}
.gd > .content > .right > .list > .item > .inner > .ico
{
	display: block;
	margin: 0 auto;
	width: 128px;
	height: 128px;
	border-radius: 64px;
}
.gd > .content > .right > .list > .item:nth-of-type(1) > .inner > .ico
{
	background: url( '../images/icons/ico_car.png' ) #576683 no-repeat center center;
}
.gd > .content > .right > .list > .item:nth-of-type(2) > .inner > .ico
{
	background: url( '../images/icons/ico_ship.png' ) #576683 no-repeat center center;
}
.gd > .content > .right > .list > .item:nth-of-type(3) > .inner > .ico
{
	background: url( '../images/icons/ico_fly.png' ) #576683 no-repeat center center;
}

.gd > .content > .right > .button
{
	display: block;
}
.gd > .content > .right > .button > a
{
	display: block;
	width: 100%;
	max-width: 320px;
	margin-top: 48px;
	padding: 18px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
	background-color: #576683;
}
.gd > .content > .right > .button > a:hover
{
	cursor: pointer;
	color: #fff;
	background-color: #111;
}

@media only screen and (max-width: 1366px)
{

	.gd > .content
	{
		padding-left: 24px;
		padding-right: 24px;
	}
	.gd > .content > .left
	{
		display: none;
	}
	.gd > .content > .right
	{
		width: auto;
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.gd > .content > .right > .list > .item:last-of-type
	{
		padding-right: 0px;
	}
	
	.gd > .content > .right > .button > a
	{
		margin: 0 auto;
		margin-top: 48px;
	}
	
}

@media only screen and (max-width: 880px)
{
	
	.gd
	{
		background-position: center center;
	}
	
	.gd > .content > .right > h2
	{
		font-size: 42px;
	}
	
	.gd > .content > .right > .list
	{
		display: block;
	}
	.gd > .content > .right > .list > .item
	{
		display: block;
		width: 100%;
		max-width: 420px;
		margin: 32px auto;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.gd > .content > .right > .button > a
	{
		display: block;
		width: 100%;
		max-width: 420px;
	}
	
}

/* sm */

.sm
{
	display: block;
	margin: 0;
	padding: 0;
	background: url('../images/common/s2_bg.jpg') #fff repeat-x center center;
	background-size: 100% 100%;
	overflow: hidden;
}
.sm > .content
{
	display: table;
	width: 100%;
	max-width: 1366px;
	padding-top: 128px;
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 128px;
	margin: 0 auto;
	text-align: center;
}

.sm > .content > .left,
.sm > .content > .right
{
	display: table-cell;
	vertical-align: middle;
	bottom: 0;
}
.sm > .content > .left
{
	text-align: left;
}
.sm > .content > .left > h2
{
    display: block;
    margin: 0;
    padding: 0;
    font-size: 48px;
    font-weight: 600;
	color: #fff;
}
.sm > .content > .left > .sm_ANI_h2
{
	animation: sm_ANI_h2;
	animation-duration: 1s;
	animation-timing-function: ease;
}
@-webkit-keyframes sm_ANI_h2 
{
	from { padding-left: 240px; opacity: 0; }
	to   { padding-left: 0; opacity: 1; } 
}

.sm > .content > .left > p
{
	font-size: 24px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    padding-top: 32px;
    padding-bottom: 32px;
	color: #fff;
}
.sm > .content > .left > .sm_ANI_p
{
	animation: sm_ANI_p;
	animation-duration: 1.6s;
	animation-timing-function: ease;
}
@-webkit-keyframes sm_ANI_p 
{
	from { opacity: 0; }
	to   { opacity: 1; } 
}

.sm > .content > .left > .list
{
	display: table;
    table-layout: fixed;
    border-collapse: collapse;
	width: 100%;
	height: 100%;
}
.sm > .content > .left > .list > .item
{
	display: table-cell;
	vertical-align: top;
	padding-right: 28px;
    text-align: center;
    vertical-align: top;
    word-wrap: break-word;
	opacity: 0;
}
.sm > .content > .left > .list > .sm_ANI_item
{
	animation: sm_ANI_item;
	animation-duration: 0.5s;
	animation-timing-function: ease;
}
@-webkit-keyframes sm_ANI_item 
{
	from { transform: scale(0.7); opacity: 0; }
	to   { transform: scale(1.0); opacity: 1; } 
}

.sm > .content > .left > .list > .item > .inner
{
	display: block;
	height: 100%;
	padding: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 80px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 4px rgba( 0,0,0, 0.05 );
	box-sizing: border-box;
	border-bottom: 3px #678b9d solid;
}
.sm > .content > .left > .list > .item > .inner > h2
{
	display: none;
	margin: 0;
	padding: 0;
	padding-top: 32px;
	padding-bottom: 32px;
	font-size: 20px;
	text-transform: uppercase;
	color: #576683;
}
.sm > .content > .left > .list > .item > .inner > p
{
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 32px;
	padding-bottom: 32px;
	color: #3a4354;
}
.sm > .content > .left > .list > .item > .inner > .ico
{
	display: block;
	margin: 0 auto;
	width: 128px;
	height: 128px;
	border-radius: 64px;
}
.sm > .content > .left > .list > .item:nth-of-type(1) > .inner > .ico
{
	background: url( '../images/icons/ico_card.png' ) #576683 no-repeat center center;
}
.sm > .content > .left > .list > .item:nth-of-type(2) > .inner > .ico
{
	background: url( '../images/icons/ico_graph.png' ) #576683 no-repeat center center;
}
.sm > .content > .left > .list > .item:nth-of-type(3) > .inner > .ico
{
	background: url( '../images/icons/ico_graph_b.png' ) #576683 no-repeat center center;
}

.sm > .content > .right
{
	position: relative;
	width: 340px;
}
.sm > .content > .right > .sprite
{
	position: absolute;
	bottom: -98px;
	display: block;
	width: 625px;
	height: 740px;
	background: url('../images/common/s2_spr.png') transparent no-repeat center bottom;
}
.sm > .content > .right > .sm_ANI_sprite
{
	animation: sm_ANI_sprite;
	animation-duration: 1s;
	animation-timing-function: ease;
}
@-webkit-keyframes sm_ANI_sprite 
{
	from { left: 640px; opacity: 0; background-size: auto 60%; }
	to   { left: 0; opacity: 1; background-size: auto 100%; } 
}

@media only screen and (max-width: 1366px)
{
	
	.sm > .content
	{
		display: block;
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.sm > .content > .left
	{
		display: block;
		text-align: center;
	}
	.sm > .content > .left > h2
	{
		font-size: 42px;
	}
	.sm > .content > .left > .list > .item:last-of-type
	{
		padding-right: 0;
	}
	
	.sm > .content > .right > .sprite
	{
		display: none;
	}
	
}

@media only screen and (max-width: 880px)
{
	
	.sm > .content > .left > .list
	{
		display: block;
	}
	.sm > .content > .left > .list > .item
	{
		display: block;
		width: 100%;
		max-width: 420px;
		margin: 32px auto;
		padding-right: 0;
	}
	.sm > .content > .left > .list > .item > .inner > p
	{
		font-size: 24px;
	}
	
}

/* FC */

.fc
{
	display: block;
	margin: 0;
	padding: 0;
	background: url('../images/common/s3_bg.jpg') #fff no-repeat center right;
	background-size: auto 100%;
}
.fc_ANI_bg
{
	animation: fc_ANI_bg;
	animation-duration: 3s;
	animation-timing-function: ease;
}
@-webkit-keyframes fc_ANI_bg 
{
	from { background-size: auto 150%; }
	to   { background-size: auto 100%; } 
}

.fc > .content
{
	display: table;
	width: 100%;
	max-width: 1280px;
	padding-top: 128px;
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 128px;
	margin: 0 auto;
	text-align: center;
}

.fc > .content > .left,
.fc > .content > .right
{
	display: table-cell;
	vertical-align: middle;
	bottom: 0;
}
.fc > .content > .left
{
	position: relative;
	width: 520px;
}
.fc > .content > .left > .sprite
{
	position: absolute;
	bottom: -180px;
	right: 32px;
	display: block;
	width: 524px;
	height: 580px;
	background: url('../images/common/s3_0_spr.png') transparent no-repeat center top;
	background-size: auto 100%;
	animation: s3_spr_loop 6s infinite;
	animation-timing-function: linear;
}

.fc > .content > .left > .fc_ANI_sprite
{
	animation: fc_ANI_sprite;
	animation-duration: 1s;
	animation-timing-function: ease;
}
@-webkit-keyframes fc_ANI_sprite 
{
	from { right: 640px; opacity: 0; }
	to   { right: 32px; opacity: 1; } 
}

@keyframes s3_spr_loop
{
	0%,100% { background-image: url('../images/common/s3_0_spr.png'); }
	25% { background-image: url('../images/common/s3_1_spr.png'); }
	50% { background-image: url('../images/common/s3_2_spr.png'); }
	75% { background-image: url('../images/common/s3_3_spr.png'); }
}

.fc > .content > .right
{
	position: relative;
	display: block;
	margin-left: 32px;
	width: 100%;
	text-align: left;
}
.fc > .content > .fc_ANI_right
{
	animation: fc_ANI_right;
	animation-duration: 1.3s;
	animation-timing-function: ease;
}
@-webkit-keyframes fc_ANI_right 
{
	from { left: 240px; opacity: 0; }
	to   { left: 0px; opacity: 1; } 
}

.fc > .content > .right > h2
{
    display: block;
    margin: 0;
    padding: 0;
    font-size: 48px;
    font-weight: 600;
	color: #3a4354;
}
.fc > .content > .right > p
{
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    padding-top: 32px;
    padding-bottom: 0;
    color: #3a4354;
}

@media only screen and (max-width: 990px)
{

	.fc > .content > .left
	{
		display: none;
	}
	.fc > .content > .left > .sprite
	{
		animation: none;
	}
	
	.fc > .content > .right
	{
		margin-left: 0;
		text-align: center;
	}
	.fc > .content > .right > h2
	{
		font-size: 42px;
	}
	
}

/* CP */

.cp
{
	display: block;
	margin: 0;
	padding: 0;
	background: url('../images/common/s2_bg.jpg') #fff repeat-x center center;
	background-size: 100% 100%;
}
.cp > .content
{
	display: block;
	width: 100%;
	padding-top: 128px;
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 128px;
	margin: 0 auto;
	text-align: center;
}
.cp > .cp_ANI_content
{
	animation: cp_ANI_content;
	animation-duration: 2s;
	animation-timing-function: ease;
}
@-webkit-keyframes cp_ANI_content 
{
	from { opacity: 0; }
	to   { opacity: 1 } 
}

.cp > .content > h2
{
	display: block;
	margin: 0;
	padding: 0;
	margin-bottom: 72px;
	font-size: 48px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}
.cp > .content > p
{
	display: none;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
}

.cp > .content > .list
{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 2368px;
	overflow: hidden;
	height: 250px;
}

.cp > .content > .list > .lcover
{
	z-index: 10;
	position: absolute;
	width: 128px;
	height: 100%;
	left: 0;
	background: url( '../images/common/pccl.png' ) transparent repeat-y center left;
	background-size: 100% 100%;
}
.cp > .content > .list > .rcover
{
	position: absolute;
	width: 128px;
	height: 100%;
	right: 0;
	background: url( '../images/common/pccr.png' ) transparent repeat-y center right;
	background-size: 100% 100%;
}

.cp > .content > .list > .inner
{
	position: absolute;
	display: block;
	width: 3488px;
	height: 300px;
	left: -436px;
	padding: 0;
	margin: 0;
}

.cp > .content > .list > .inner > .item
{
	display: inline-block;
	float: left;
	vertical-align: middle;
	width: 436px;
	height: 236px;
	text-align: center;
	padding: 0;
	margin: 0;
}


/**/

.partner
{
	display: block;
	margin: 18px;
}
.partner > a
{
	display: block;
	width: 400px;
	height: 200px;
	box-shadow: 0 0 3px rgba( 0,0,0,0.4 );
	transition: 0.2s;
}

.ng > a
{
	background: url( '../images/logos/logo_ng.png' ) rgba( 255,255,255, 0.1 ) no-repeat center center;
	background-size: 180px auto;
}
.lo > a
{
	background: url( '../images/logos/logo_lo.png' ) rgba( 255,255,255, 0.1 ) no-repeat center center;
	background-size: 180px auto;
}
.mg > a
{
	background: url( '../images/logos/logo_mg.png' ) rgba( 255,255,255, 0.1 ) no-repeat center center;
	background-size: 180px auto;
}
.de > a
{
	background: url( '../images/logos/logo_de.png' ) rgba( 255,255,255, 0.1 ) no-repeat center center;
	background-size: 180px auto;
}
.mc > a
{
	background: url( '../images/logos/logo_mc.png' ) rgba( 255,255,255, 0.1 ) no-repeat center center;
	background-size: 180px auto;
}
.as > a
{
	background: url( '../images/logos/logo_as.png' ) rgba( 255,255,255, 0.1 ) no-repeat center center;
}

.partner:hover > a
{
	background-color: rgba( 255,255,255, 0.05 );
}

.partner > span
{
	display: block;
	padding-top: 12px;
	font-family: 'open_sansregular';
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 0 0 3px rgba( 0,0,0, 0.6 );
}
.partner:hover > span
{
	color: #99d2ef;
}

/* standout */

.st
{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
.st > .bg
{
	position: absolute;
	z-index: 1;
	display: block;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 100%;
	max-width: 1920px;
	height: 100%;
	background: url( '../images/common/s5_bg.jpg' ) #fff no-repeat center right;
	background-size: auto 100%;
}
.st > .st_ANI_bg
{
	animation: gd_ANI_bg;
	animation-duration: 0.8s;
	animation-timing-function: ease;
}
@-webkit-keyframes st_ANI_bg 
{
	from { background-size: 300% auto; }
	to   { background-size: 100% auto; } 
}

.st > .content
{
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	max-width: 1280px;
	padding-top: 128px;
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 128px;
	margin: 0 auto;
}

.st > .content > .left
{
	display: inline-block;
	width: 100%;
	text-align: left;
}
.st > .content > .left > h2
{
	display: block;
    margin: 0;
    padding: 0;
    font-size: 48px;
    font-weight: 600;
    color: #3a4354;
	text-transform: uppercase;
}
.st > .content > .left > .st_ANI_h2
{
	animation: st_ANI_h2;
	animation-duration: 1s;
	animation-timing-function: ease;
}
@-webkit-keyframes st_ANI_h2 
{
	from { padding-left: 240px; opacity: 0; }
	to   { padding-left: 0; opacity: 1; } 
}

.st > .content > .left > p
{
	display: block;
	width: 100%;
	max-width: 800px;
	font-size: 24px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    padding-top: 32px;
    padding-bottom: 32px;
    color: #3a4354;
}
.st > .content > .left > .st_ANI_p
{
	animation: st_ANI_p;
	animation-duration: 1.6s;
	animation-timing-function: ease;
}
@-webkit-keyframes st_ANI_p 
{
	from { opacity: 0; }
	to   { opacity: 1; } 
}

.st > .content > .left > .list
{
	display: block;
}

.st > .content > .left > .list > .item
{
	display: inline-block;
	width: 100%;
	max-width: 520px;
	height: 116px;
    vertical-align: top;
    margin-right: 12px;
    margin-bottom: 12px;
    text-align: center;
    vertical-align: top;
    word-wrap: break-word;
	background-color: #fff;
	border: 1px #e5e5e5 solid;
	border-left: 3px #678b9d solid;
	box-shadow: 0 0 3px rgba( 0,0,0, 0.05 );
	opacity: 0;
}
.st > .content > .left > .list > .st_ANI_item,
.st > .content > .left > .more > .st_ANI_item
{
	animation: gd_ANI_item;
	animation-duration: 0.5s;
	animation-timing-function: ease;
}
@-webkit-keyframes st_ANI_item 
{
	from { transform: scale(0.7); opacity: 0; }
	to   { transform: scale(1.0); opacity: 1; } 
}


.st > .content > .left > .list > .item > div
{
	display: table;
	width: 100%;
	height: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.st > .content > .left > .list > .item > div > .left,
.st > .content > .left > .list > .item > div > .right
{
	display: table-cell;
    vertical-align: middle;
}
.st > .content > .left > .list > .item > div > .left
{
	width: 128px;
}
.st > .content > .left > .list > .item > div > .left > .ico
{
	display: block;
	margin: 0 auto;
	width: 64px;
	height: 64px;
}

.st > .content > .left > .list > .item:nth-of-type(1) > div > .left > .ico
{
	background: url( '../images/icons/ico_ue.png' ) transparent no-repeat center center;
	background-size: 64px auto;
}
.st > .content > .left > .list > .item:nth-of-type(2) > div > .left > .ico
{
	background: url( '../images/icons/ico_network.png' ) transparent no-repeat center center;
	background-size: 64px auto;
}
.st > .content > .left > .list > .item:nth-of-type(3) > div > .left > .ico
{
	background: url( '../images/icons/ico_edit.png' ) transparent no-repeat center center;
	background-size: 64px auto;
}
.st > .content > .left > .list > .item:nth-of-type(4) > div > .left > .ico
{
	background: url( '../images/icons/ico_code.png' ) transparent no-repeat center center;
	background-size: 64px auto;
}
.st > .content > .left > .list > .item:nth-of-type(5) > div > .left > .ico
{
	background: url( '../images/icons/ico_port.png' ) transparent no-repeat center center;
	background-size: 64px auto;
}
.st > .content > .left > .list > .item:nth-of-type(6) > div > .left > .ico
{
	background: url( '../images/icons/ico_shield_b.png' ) transparent no-repeat center center;
	background-size: 64px auto;
}

.st > .content > .left > .list > .item > div > .right
{
	text-align: left;
}
.st > .content > .left > .list > .item > div > .right > h2
{
	display: block;
    margin: 0;
    padding: 0;
    padding-top: 18px;
    padding-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #3a4354;
}
.st > .content > .left > .list > .item > div > .right > p
{
	display: block;
    margin: 0;
    padding: 0;
    padding-top: 8px;
    padding-bottom: 18px;
	font-size: 14px;
	line-height: 22px;
    color: #3a4354;	
}

.st > .content > .left > .more
{
	display: block;
	margin-top: 32px;
	padding-top: 44px;
	border-top: 2px #dadada solid;
}

.st > .content > .left > .more > .item
{
	display: inline-block;
	width: 100%;
	max-width: 520px;
    vertical-align: top;
    margin-right: 12px;
    margin-bottom: 12px;
    text-align: center;
    vertical-align: top;
    word-wrap: break-word;
	background-color: #fff;
	border: 1px #e5e5e5 solid;
	box-shadow: 0 0 3px rgba( 0,0,0, 0.05 );
	opacity: 0;
}
.st > .content > .left > .more > .item > div
{
	display: table;
	width: 100%;
	height: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.st > .content > .left > .more > .item > div > .left,
.st > .content > .left > .more > .item > div > .right
{
	display: table-cell;
    vertical-align: middle;
}
.st > .content > .left > .more > .item > div > .left
{
	width: 90px;
}
.st > .content > .left > .more > .item > div > .left > p
{
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #678b9d;
	font-size: 32px;
	font-weight: 900;
}
.st > .content > .left > .more > .item > div > .right
{
	text-align: left;
	border-left: 1px #eee solid;
	padding-left: 24px;
}

.st > .content > .left > .more > .item > div > .right > p
{
	display: block;
    margin: 0;
    padding: 0;
    padding-top: 21px;
    padding-bottom: 18px;
	font-size: 14px;
	line-height: 24px;
    color: #3a4354;	
	text-transform: uppercase;
}

@media only screen and (max-width: 1640px)
{
	
	.st > .bg
	{
		display: none;
	}	
	.st > .content > .left
	{
		display: block;
		text-align: center;
	}
	.st > .content > .left > p
	{
		max-width: 100%;
	}

}
@media only screen and (max-width: 1180px)
{
	
	.st > .content > .left > .list > .item
	{
		max-width: 720px;
		margin-right: 0px;
	}
	
}

@media only screen and (max-width: 880px)
{
	
	.st > .content > .left > h2
	{
		font-size: 42px;
	}
	
}

@media only screen and (max-width: 640px)
{
	
	.st > .content > .left > .list
	{
		padding-top: 18px;
	}
	.st > .content > .left > .list > .item
	{
		height: auto;
		padding: 32px;
		padding-top: 48px;
		border: 0;
		box-shadow: 0 0 4px rgb(0 0 0 / 10%);
		border-bottom: 3px #678b9d solid;
	}
	.st > .content > .left > .list > .item > div
	{
		display: block;
	}
	.st > .content > .left > .list > .item > div > .left,
	.st > .content > .left > .list > .item > div > .right
	{
		display: block;
	}
	
	.st > .content > .left > .list > .item > div > .left
	{
		width: auto;
	}
	
	.st > .content > .left > .list > .item > div > .left > .ico
	{
		margin: 0 auto;
		width: 78px;
		height: 78px;
		background-size: 78px 78px !important;
	}
	
	.st > .content > .left > .list > .item > div > .right
	{
		text-align: center;
	}
	
	.st > .content > .left > .list > .item > div > .right > h2
	{
		display: block;
		margin: 0;
		padding: 0;
		padding-top: 36px;
		padding-bottom: 0px;
		font-size: 24px;
		text-transform: uppercase;
		color: #576683;
	}
	
	.st > .content > .left > .list > .item > div > .right > p
	{
		display: block;
		margin: 0;
		padding: 0;
		font-size: 22px;
		line-height: 28px;
		padding-top: 28px;
		padding-bottom: 0;
		color: #3a4354;
	}
	
	.st > .content > .left > .more
	{
		margin-top: 46px;
	}
	.st > .content > .left > .more > .item > div > .left
	{
		width: 74px;
	}
	.st > .content > .left > .more > .item > div > .right > p
	{
		font-size: 14px;
		line-height: 18px;
		padding-right: 8px;
	}
	
}

/* Projects */

.projects
{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
    background: url(../images/common/s2_bg.jpg) #fff repeat-x center center;
    background-size: 100% 100%;
}
.projects > .content
{
	display: block;
	width: 100%;
	padding-top: 128px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 128px;
	margin: 0 auto;
}
.projects > .content > h2
{
	display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 64px;
	text-align: center;
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.projects > .content > .list
{
	position: relative;
	display: block;
	width: 100%;
	max-width: 2640px;
	overflow: hidden;
	height: 715px;
	margin: 0 auto;
}
.projects > .content > .list > .inner
{
	position: absolute;
	display: block;
    width: 3488px;
    height: 715px;
    left: -528px;
    padding: 0;
    margin: 0;
}
.projects > .content > .list > .inner > .item
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 528px;
	height: 715px;
}
.projects > .content > .list > .inner > .item > a
{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px transparent solid;
	text-decoration: none;
}
.projects > .content > .list > .inner > .item > .nh:hover
{
	
}
.projects > .content > .list > .inner > .item > a:hover
{
	cursor: pointer;
	border: 1px #535760 dashed;
}
.projects > .content > .list > .inner > .item > .nh:hover
{
	cursor: default;
	border: 1px transparent solid;
}
.projects > .content > .list > .inner > .item > a > .project
{
	position: relative;
	display: block;
	vertical-align: top;
	text-align: center;
	margin: 24px;
	width: 480px;
	height: 665px;
	background-color: #fff;
	box-shadow: 0 0 4px rgba( 0,0,0, 0.3 );
}
.projects > .content > .list > .inner > .item > a > .project > .logo
{
	display: inline-block;
	position: absolute;
	z-index: 5;
	right: 0;
	top: 0;
	background-color: rgba( 0,0,0,0.4 );
	opacity: 0.6;
	margin: 8px;
	border-radius: 6px;
}
.projects > .content > .list > .inner > .item > a > .project > .logo > img
{
	display: block;
	width: 70px;
	padding: 8px;
	margin-left: 6px;
	margin-right: 6px;
}
.projects > .content > .list > .inner > .item > a > .project > .inner
{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url( '../images/games/g_cover_top.png' ) transparent repeat-x center top;
	background-size: auto 100%;
	transition: 300ms;
}
.projects > .content > .list > .inner > .item > a > .project:hover > .inner
{
	background-size: auto 110%;	
}

.projects > .content > .list > .inner > .item > a > .project > .inner > h3
{
	display: block;
	padding: 0;
	margin: 0;
	padding-top: 28px;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	text-shadow: 0 0 3px rgba( 0,0,0, 0.3 );
}
.projects > .content > .list > .inner > .item > a > .project > .inner > .info
{
	position: absolute;
	bottom: 0;
	display: block;
	height: auto;
	display: block;
	margin-left: 24px;
	margin-right: 24px;
}
.projects > .content > .list > .inner > .item > a > .project > .inner > .info > p
{
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}
.projects > .content > .list > .inner > .item > a > .project > .inner > .info > .tags
{
	display: block;
	padding: 24px;
	padding-top: 0;
}
.projects > .content > .list > .inner > .item > a > .project > .inner > .info > .tags > span
{
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	color: #111;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin: 2px;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	border-radius: 4px;
}

.projects > .content > .list > .inner > .item > a > .unrevealed  > .inner
{
	display: table;
	background: url('../images/common/c_tile.png') rgba(0,0,0,0.3) repeat-x center bottom;
}
.projects > .content > .list > .inner > .item > a > .unrevealed:hover > .inner
{
	background-size: auto;	
}
.projects > .content > .list > .inner > .item > a > .unrevealed  > .inner > .ts
{
	display: table-cell;
	vertical-align: middle;
}
.projects > .content > .list > .inner > .item > a > .unrevealed  > .inner > .ts > div
{
	display: block;
	margin: 0 auto;
	width: 64px;
	height: 64px;
	background: url('../images/icons/ico_flag.png' ) transparent no-repeat center center;
	background-size: 48px auto;
}
.projects > .content > .list > .inner > .item > a > .unrevealed > .inner > .ts > h3
{
	text-transform: uppercase;
	color: #fff;
}

@media only screen and (max-width: 640px)
{

	.projects > .content
	{
		padding-left: 0;
		padding-right: 0;
	}
	.projects > .content > .list > .inner > .item > a > .project
	{
		display: block;
		margin: 14px;
		width: auto;
		max-width: auto;
		height: 580px;
	}
	
}

/**/

.news
{
	display: block;
	width: 100%;
	height: auto;
	background-color: #FFF;
}
.news > .content
{
	display: block;
	width: 100%;
	max-width: 1280px;
	padding-top: 92px;
	padding-bottom: 92px;
	padding-left: 48px;
	padding-right: 48px;
	margin: 0 auto;
	text-align: center;
}

.news > .content > h3
{
	display: block;
	margin-top: 0;
	font-size: 28px;
	color: #0078d7;
	text-transform: uppercase;
	padding-bottom: 22px;
	margin-bottom: 22px;
}
.news > .content > p
{
	font-size: 18px;
	line-height: 28px;
	color: #666;
}

/* CONTACT */

.contact
{
	display: block;
	margin: 0;
	padding-top: 128px;
	padding-bottom: 128px;
	height: auto;
	background: url('../images/common/sc_bg.jpg') #fff no-repeat center left;
	background-size: auto 100%;
	transition:  2400ms;
}
.contact_ANI_bg
{
	animation: contact_ANI_bg;
	animation-duration: 1s;
	animation-timing-function: ease;
}
@-webkit-keyframes contact_ANI_bg 
{
	from { background-size: auto 160%; }
	to   { background-size: auto 100%; } 
}

.contact > .content
{
	display: table;
	margin: 0 auto;
	width: 100%;
	max-width: 1480px;
	padding-left: 48px;
	padding-right: 48px;
}
.contact >.contact_ANI_content
{
	animation: contact_ANI_content;
	animation-duration: 1.5s;
	animation-timing-function: ease;
}
@-webkit-keyframes contact_ANI_content 
{
	from { opacity: 0; }
	to   { opacity: 1 } 
}

.contact > .content > .left,
.contact > .content > .right
{
	display: table-cell;
	vertical-align: top;
}
.contact > .content > .left
{
	width: 45%;
	transition: 400ms;
}

.contact > .content > .right > .title
{
	display: block;
	margin-bottom: 42px;
}
.contact > .content > .right > .title > p
{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #3a4354;
    text-transform: uppercase;
	font-weight: 900;
}
.contact > .content > .right > .title > h2
{
	display: block;
    margin: 0;
    padding: 0;
    font-size: 48px;
    font-weight: 600;
    color: #3a4354;
    text-transform: uppercase;
}

.contact > .content > .right > .form
{
	text-align: left;
}

.contact > .content > .right > .form .row
{
	display: block;
	margin-bottom: 18px;
}
.contact > .content > .right > .form .row > label
{
	display: block;
	padding-top: 12px;
	color: #666;
}
.contact > .content > .right > .form .row > input
{
	display: inline-block;
	vertical-align: middle;
	padding: 14px;
	width: 80%;
	font-family: open_sansregular;
	font-size: 16px;
	color: #111;
	font-weight: 600;
	border: 1px #ccc solid;
}

.contact > .content > .right > .form .row > textarea
{
	resize: none;
	display: inline-block;
	vertical-align: middle;
	padding: 14px;
	width: 80%;
	font-family: open_sansregular;
	font-size: 16px;
	color: #111;
	font-weight: 600;
	border: 1px #ccc solid;
}

.contact > .content > .right > .form .row > input:focus,
.contact > .content > .right > .form .row > textarea:focus
{
	border: 1px #3a4354 solid;
}

.contact > .content > .right > .form .row > input,
.contact > .content > .right > .form .row > textarea
{
	transition: 600ms;
}

.contact > .content > .right > .form .captcha
{
	display: block;
	margin: 18px;
	margin-top: 32px;
}

.contact > .content > .right > .form .submit
{
	display: block;
}
.contact > .content > .right > .form .submit > a
{
	border: 0;
	cursor: pointer;
    display: block;
    width: 100%;
    max-width: 320px;
    padding: 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background-color: #576683;
    text-transform: uppercase;
    transition: 0.3s;
}
.contact > .content > .right > .form .submit > a:hover
{
	cursor: pointer;
	background-color: #000;
}

.contact > .content > .right > .form .result
{
	display: block;
	margin-top: 32px;
	margin-bottom: 0;
}
.contact > .content > .right > .form .result > p
{
    font-size: 18px;
    line-height: 24px;
    color: #111;
	margin-bottom: 0;
}
.contact > .content > .right > .form .result > .success
{
	color: green;
}
.contact > .content > .right > .form .result > .fail
{
	color: red;
}

@media only screen and (max-width: 1960px)
{
	
	.contact
	{
		background-position: center right;
	}
	
}

@media only screen and (max-width: 1366px)
{
	
	.contact > .content > .right > .form .row > input,
	.contact > .content > .right > .form .row > textarea
	{
		width: 100%;
	}
	
	.contact
	{
		text-align: center;
	}
	.contact > .content
	{
		display: block;
	}
	.contact > .content > .left
	{
		width: 0%;
		display: none;
	}
	.contact > .content > .right
	{
		display: block;
		max-width: 640px;
		margin: 0 auto;
	}
	
	.contact > .content > .right > .form .row > label
	{
		text-align: center;
	}
	
	.contact > .content > .right > .form .submit > a
	{
		text-align: center;
		margin: 0 auto;
	}
	
	
}
@media only screen and (max-width: 980px)
{
	
	.contact > .content > .left
	{
		width: 40%;
	}

	
}
@media only screen and (max-width: 800px)
{
	
	.contact > .content > .left > .form > .title > h1
	{
		font-size: 28px;
	}
	.contact > .content > .left > .form > .info > p
	{
		font-size: 14px;
		line-height: 20px;
	}
	
	.contact > .content > .right > .form .result > p
	{
		font-size: 14px;
		line-height: 20px;
	}
	
}
@media only screen and (max-width: 780px)
{
	
	.contact > .content
	{
		padding: 0;
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.contact > .outer,
	.contact > .content > .left, 
	.contact > .content > .right
	{
		display: block;
		width: 100%;
	}
	.contact > .content > .left > .form
	{
		text-align: center;
		margin-right: 0;
	}
	.contact > .content > .left > .form > .info > p
	{
		padding-left: 14px;
		padding-right: 14px;
	}
	
	.contact > .content > .right
	{
		padding-top: 32px;
	}
	.contact > .content > .right > .form
	{
		margin-left: 0;
	}
	.contact > .content > .right > .form .row
	{
		text-align: center;
	}
	.contact > .content > .right > .form .row > label
	{
		width: auto;
		max-width: auto;
	}
	
	.contact > .content > .right > .form .captcha > div > div
	{
		margin: 0 auto;
	}
	.contact > .content > .right > .form .submit
	{
		margin: 0 auto;
	}
	
	.contact > .content > .right > .form .result
	{
		text-align: center;
	}
	
}

/* FOOTER */

.footer
{
	display: block;
	width: 100%;
	background-color: #1a1d22;
}

.footer > .content
{
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.footer > .content > .media
{
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 78px;
	padding-bottom: 14px;
}
.footer > .content > .media > ul
{
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.footer > .content > .media > ul > li
{
	display: inline-block;
	vertical-align: middle;
	width: 48px;
	height: 48px;
	margin: 0;
	margin-left: 12px;
	margin-right: 12px;
	border-radius: 64px;
	background-color: rgba( 255,255,255, 0.2 );
}
.footer > .content > .media > ul > li > a
{
	display: block;
	width: 100%;
	height: 100%;
}
.footer > .content > .media > ul > li:nth-of-type(1)
{
	background: url( '../images/icons/ico_facebook.png' ) rgba( 255,255,255, 0.1 ) no-repeat center center;
	background-size: 100% auto;
}
.footer > .content > .media > ul > li:nth-of-type(2)
{
	background: url( '../images/icons/ico_linkedin.png' ) rgba( 255,255,255, 0.1 ) no-repeat center center;
	background-size: 100% auto;
	transition: 300ms;
}
.footer > .content > .media > ul > li:hover
{
	cursor: pointer;
	background-color: rgba( 255,255,255, 0.2 );
}

.footer > .content > .copy
{
	padding-top: 32px;
	padding-bottom: 64px;
}
.footer > .content > .copy > p
{
	color: #fff;
	font-weight: 200;
	margin: 0;
	padding: 0;
	margin-top: 12px;
}

.footer > .content > .logos
{
	display: block;
	padding-top: 14px;
	padding-bottom: 12px;
	background-color: #0f1113;
	
}
.footer > .content > .logos > .logo
{
	display: inline-block;
	vertical-align: middle;
	padding: 12px;
}

/* Unsupported resolution */

@media only screen and (max-width: 340px)
{
	body
	{
		display: none;
	}
}