/*fonts*/
* {margin:0px;padding:0px;border:none;outline:none;}
/*
@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/SegoeUI/SegoeUI.eot');
    src: url('../fonts/SegoeUI/SegoeUId41dd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SegoeUI/SegoeUI.woff') format('woff'),
         url('../fonts/SegoeUI/SegoeUI.ttf') format('truetype'),
         url('../fonts/SegoeUI/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;}
 */	

@font-face {
    font-family: 'bank_gothic_light_regular';
    src: url('../fonts/bank_gothic_light_regular.eot');
    src: url('../fonts/bank_gothic_light_regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bank_gothic_light_regular.woff') format('woff'),
         url('../fonts/bank_gothic_light_regular.ttf') format('truetype'),
         url('../fonts/bank_gothic_light_regular.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'bank_gothic_light_regular';
    src: url('../fonts/bank_gothic_light_regular.eot');
    src: url('../fonts/bank_gothic_light_regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bank_gothic_light_regular.woff') format('woff'),
         url('../fonts/bank_gothic_light_regular.ttf') format('truetype'),
         url('../fonts/bank_gothic_light_regular.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Regular.woff') format('woff'),
         url('../fonts/Poppins-Regular.ttf') format('truetype'),
         url('../fonts/Poppins-Regular.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;}


/*global css*/
body                                  {font-family: 'Arial', sans-serif;	font-size:14px;	color:#888888;	
									  line-height:1.8em;-webkit-font-smoothing: antialiased;}
a                                     {text-decoration:none;	cursor:pointer;	}
a:hover,a:focus,a:visited             {text-decoration:none;	outline:none;}
h1,h2,h3,h4,h5,h6                     {position:relative;font-family: 'Arial', sans-serif;font-weight:normal;	margin:0px;	
									  background:none;line-height:1.6em;}
input,button,select,textarea          {font-family: 'Arial', sans-serif;}
p									  {position:relative;line-height:2em;}
.strike-through						  {text-decoration:line-through;}
.page-wrapper						  {position:relative;margin:0 auto;width:100%;min-width:320px;min-height:500px;overflow:hidden;}
ul,li								  {list-style:none;	padding:0px;margin:0px;}

.clear 								  {clear:both;}
.wrapper							  {width:100%; display:flex; justify-content:center; flex-direction:column; align-items:center; margin:0; padding:0; height:100vh;
                                      background:url(../images/background.jpg) no-repeat; background-size:cover;
                                      background-position: center center;}


.overlay                           {width:100%; display:block; background:#000; opacity:0.2; position:absolute; top:0; left:0;
									height:100vh; z-index:1;}
									
.text-container                            {width:100%; display:block; margin:0 auto; padding:0; position:relative; z-index:99;}
.text-container .top-row                   {width:100%; display:block; margin:0 auto 20px; padding:0 0 20px; text-align:center; color:#fff;
                                           }
.text-container .top-row span              {margin:35px 2%; font-size:38px; font-weight:bold; color:#959191;
											display:block;text-transform: uppercase; text-shadow: 0px 1px 1px black;
                                            font-family:'bank_gothic_light_regular';}

.text-container .top-row .tag              {width:100%; display:block; margin:16px 0 0 0; padding:0; color:#57595a; font-size:23px; font-weight:normal;
                                           text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7); }

 .text-container .top-row  .logo           {width:300px; display:block; margin:0 auto; }
 .text-container .top-row  .logo img       {width:100%;}
.text-container .bottom-row                {width:100%; display:block; margin:30px 0 0 0; padding:0;}
.text-container .bottom-row ul             {width:100%; display:flex; justify-content:center; margin:0; padding:0; text-align:center;}
.text-container .bottom-row ul li          {display:flex; align-items:center; font-size:20px; margin:0 20px 0 0; padding:0;}
.text-container .bottom-row ul li:last-child {margin:0;} 
.text-container .bottom-row ul li a          {display:block; padding:13px; margin:0; border-radius:100%;border: 4px solid #fff; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);}
.text-container .bottom-row ul li a img      {width:26px;} 

.text-container .bottom-row ul li a.facebook   {background:#ed1c24;}
.text-container .bottom-row ul li a.twitter    {background:#ed1c24;}
.text-container .bottom-row ul li a.instagram  {background:#ed1c24;}
.text-container .bottom-row ul li a.youtube    {background:#ed1c24;}
.text-container .top-row .scanner-div {width:100%; display:block; margin:0; padding:0;}
.text-container .top-row .scanner-div div.scan-text {margin:20px 0; font-size:16px; color:#fff;display:block;
                                            font-family:'Poppins-Regular';}
.text-container .top-row .scanner-div .scanner-img {max-width:120px; display: block; margin:10px auto;}
.text-container .top-row .scanner-div .scanner-img img {width: 100%;}