/* Push Template 01 CSS v1.0 - standard */

/* font Import */

		/* roboto-300 - latin-ext_latin */
		@font-face {
			font-family: 'Roboto';
			font-style: normal;
			font-weight: 300;
			src: url('/css/fonts/Roboto/roboto-v18-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
			src: local('Roboto Light'), local('Roboto-Light'),
					url('/css/fonts/Roboto/roboto-v18-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
					url('/css/fonts/Roboto/roboto-v18-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
					url('/css/fonts/Roboto/roboto-v18-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
					url('/css/fonts/Roboto/roboto-v18-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
					url('/css/fonts/Roboto/roboto-v18-latin-ext_latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
		}

		/* roboto-regular - latin-ext_latin */
		@font-face {
			font-family: 'Roboto';
			font-style: normal;
			font-weight: 400;
			src: url('/css/fonts/Roboto/roboto-v18-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
			src: local('Roboto'), local('Roboto-Regular'),
					url('/css/fonts/Roboto/roboto-v18-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
					url('/css/fonts/Roboto/roboto-v18-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
					url('/css/fonts/Roboto/roboto-v18-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
					url('/css/fonts/Roboto/roboto-v18-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
					url('/css/fonts/Roboto/roboto-v18-latin-ext_latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
		}

		/* roboto-700 - latin-ext_latin */
		@font-face {
			font-family: 'Roboto';
			font-style: normal;
			font-weight: 700;
			src: url('/css/fonts/Roboto/roboto-v18-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
			src: local('Roboto Bold'), local('Roboto-Bold'),
					url('/css/fonts/Roboto/roboto-v18-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
					url('/css/fonts/Roboto/roboto-v18-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
					url('/css/fonts/Roboto/roboto-v18-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
					url('h/css/fonts/Roboto/roboto-v18-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
					url('/css/fonts/Roboto/roboto-v18-latin-ext_latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
		}
	
/* END font Import */


/* Global */
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Arial, sans-serif;
	background: #fff;
}

* { box-sizing: border-box; }

b, strong { font-weight: 700; color: #2e2e2e; }
a {
	color: #737373;
	text-decoration: none;
	-webkit-appearance: none;
}
a:hover { color: #bd004f; }
a.backLink { color: #bd004f; font-weight: 700; }


img { width: 100%; }

h1 { margin: 0 0 30px 0; font-weight: 300; font-size: 36px; line-height: 46px; color: #2e2e2e; }
p { margin: 0 0 20px 0; font-weight: 400; font-size: 17px; line-height: 24px; color: #737373; }


/* sections */
#SMHead, #SMContent, #SMBottom { position: relative; width: 100%; padding: 40px 30px; }

#SMHead { display: block; border-bottom: 1px solid #ebebeb; }
#SMContent { width: 90%; min-height: 360px; margin: 0 auto; padding: 60px 30px 0; display: block; }
#SMBottom { display: block; border-top: 1px solid #ebebeb; }
#SMContentAction { display: block; width: 80%; max-width: 1200px; margin: 10px auto 60px; padding: 0; }


/* top */
.logo { display: inline-block; width: 187px; height: 45px; }
.topRight { float: right; width: 50%; text-align: right; }
.topRight p { display: inline-block; margin: 0 30px 0 0; font-size: 30px; font-weight: 300; color: #2e2e2e; line-height: 1em; }
.topRight a { color: #2e2e2e; text-decoration: none; }
.language { position: relative; top: 9px; display: inline-block; width: 36px; height: 36px; }



/* content */
.contentImage { width: 475px; height: 284px; margin: 0 40px 0 0; float: left; }
.content {  width: calc(100% - 520px); float: left; }

.onlyContent .content { width: 100%; margin: 0 auto; }

.loginOption { width: 100%; margin: 0; padding: 0; display: block; list-style: none;  display: block; text-align: center; }
.loginOption li {position: relative; width: calc(50% - 55px); display: inline-block; text-align: left; }

.loginOption li a { display: table;
					width: 100%;
					height: 120px;
					margin: 1px 0;
					padding: 0 0 0 80px;
					background: #fff; 
					border: 1px solid #ededed;
					-webkit-border-radius: 15px;
					-moz-border-radius: 15px;
					border-radius: 15px;

					-webkit-transition: box-shadow .3s, border .3s, margin .3s, color .3s;
					-moz-transition: box-shadow .3s, border .3s, margin .3s, color .3s;
					transition: box-shadow .3s, border .3s, margin .3s, color .3s;
				}
.loginOption li a:hover { margin: 0; color: #bd004f; border: 2px solid #bd004f; 
					   	  -webkit-box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.15);
						  -moz-box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.15);
						  box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.15);
				}
.loginOption li a:hover p { color: #bd004f; }

.loginOption li img { position: absolute; top: 50%; left: 30px; display: block; width: 55px; height: 60px; margin-top: -30px; }
.loginOption li p { display: table-cell; vertical-align: middle; width: calc(100% - 80px); padding: 0 20px; margin-bottom: 0; font-weight: 700; } 
.loginOption li.middle { position: relative; top: -53px; width: 100px; text-align: center; }
.loginOption li.middle p { width: 100%; display: block; font-weight: 700; color: #2e2e2e; font-size: 20px; }


/* bottom */
#SMBottom p, #SMBottom a { margin: 0; padding: 0; font-size: 13px; }
#SMBottom ul { float: left; margin: 0; padding: 0; list-style: none; }
#SMBottom ul li { display: inline-block; margin-right: 20px; }
#SMBottom ul li:last-child { margin: 0; }
	
.bottomRight { float: right; }
#SMBottom .bottomRight p { display: inline-block; margin-left: 20px; }
#SMBottom .bottomRight p:first-child { margin: 0; }

.mobilePhone { display: none; }


/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



/* RWD */
@media (max-width: 1200px) {
	#SMContent { width: 100%; }
	.content { width: calc(100% - 550px); }
}

@media (max-width: 1024px) {
	.contentImage { width: 285px; height: 170px; }
	.content { width: calc(100% - 350px); }

	#SMContentAction { width: 90%; }
}

@media (max-width: 799px) {
	.contentImage { width: 200px; height: auto; }
	.content { width: calc(100% - 250px); }
	#SMBottom ul, .bottomRight { margin: 10px 0; width: 100%; display: block; text-align: center; }

	.loginOption { display: block; }
	.loginOption li { width: 100%; }

	.loginOption li.middle { top: 0; padding: 30px 0; }
}


@media (max-width: 550px) {
	h1 { font-size: 30px; line-height: 36px; }
	p { font-size: 15px; line-height: 21px; }

	#SMHead, #SMContent, #SMBottom { padding: 20px; }
	#SMContent { display: block; }

	.logo { margin: 0 auto; display: block; }
	.topRight { float: none; width: 100%; text-align: center; }
	.topRight p { display: none; }
	.language { position: absolute; top: 25px; right: 10px; }
	.contentImage { width: 100%; height: auto; top: 0; margin: 10px 0 30px; }
	.content { width: 90%; margin: 0 auto; }
	#SMBottom ul li, #SMBottom .bottomRight p { margin: 0 10px; }

	#SMBottom p.mobilePhone { display: block; margin: 0 0 10px 0; font-size: 18px; text-align: center; color: #2e2e2e; }
}