/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




 /* ==========================================================================
   Author's custom styles
   ========================================================================== */

.wrapper {
	width:100%;
	position:relative;	
}
.inner {
	width:100%;
	max-width:1366px;
	margin:0 auto;
	position:relative;
}
.top {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:rgba(255,255,255,0.5);
	height:116px;
	z-index:2;
}
.logo {
	top:26px;
	left:14%;
	position:fixed;
	width:155px;
	z-index:3;	
}
.logo img {
	width:100%;	
}
h1.main {
	position:fixed;
	width:560px;
	font-size:1.2em;
	font-weight:normal;
	text-transform:uppercase;
	color:rgb(250,90,40);
	margin:0 0 0 -280px;
	padding:10px 0;
	border-radius:25px;
	background:rgb(255,255,255);
	top:240px;
	left:50%;
	z-index:2;
	text-align:center;
}

.hp {
	color:#000000;
	padding:0 9%;	
}
.info {
	width:68px;
	height:68px;
	border-radius:50%;
	background:rgb(0,0,0);
	color:#FFFFFF;
	font-size:1.2em;
	position:fixed;
	z-index:4;
	top:370px;
	left:50%;
	margin-left:-34px;
	cursor:pointer;
}
.ip {
	position:relative;
	width:100%;
	text-align:center;
	left:0;
	top:30%;	
}
.contact {
	position:fixed;
	z-index:3;
	top:360px;
	width:400px;
	height:400px;
	margin-left:-200px;
	left:50%;
	background:rgba(0,0,0,0.6);
	border-radius:50%;
	display:none;
}

.cform {
	position:fixed;
	top:442px;
	left:50%;
	margin-left:-165px;
	width:330px;
	background:none;
	color:#FFFFFF;
	font-size:1.1em;
	text-transform:uppercase;
	text-align:center;
	z-index:4;
	display:none;
}
input, textarea {
	border:none;
}
input {
	height:22px;	
}
input::placeholder, textarea::placeholder {
	font-size:.9em;
	padding-left:5px;	
}
textarea {
	width:80%;
	height:60px;
	margin-bottom:12px;	
}

.t1 {
	position:relative;
	margin:10px auto 12px;
	width:87%;	
}
.t1::before {
	content:'';
	width:10px;
	height:24px;
	background:url(../img/t1_l_v2.png);
	z-index:5;
	position:absolute;
	top:1px;
	left:-10px;	
}
.t1::after {
	content:'';
	width:10px;
	height:24px;
	background:url(../img/t1_r_v2.png);
	position:absolute;
	right:-10px;
	top:1px;
	z-index:5;	
}
.t1 input {
	width:100%;	
}
.t2 {
	width:96%;
	position:relative;
	margin:12px auto;	
}
.t2::before {
	content:'';
	width:4px;
	height:23px;
	background:url(../img/t2_l_v2.png);
	z-index:5;
	position:absolute;
	top:1px;
	left:-4px;	
}
.t2::after {
	content:'';
	width:4px;
	height:23px;
	background:url(../img/t2_r_v2.png);
	position:absolute;
	right:-4px;
	top:1px;
	z-index:5;	
}
.t2 input {
	width:100%;	
}
.t3 {
	width:100%;
	position:relative;
	margin:12px 0;	
}
.t3 input {
	width:100%;	
}
input[type=submit] {
	width:68px;
	height:68px;
	border-radius:50%;
	background:rgb(240,90,40);
	color:#FFFFFF;
	border:none;	
}
.u1 {
	position:fixed;
	top:220px;
	right:0;
	/*
	width:321px;
	height:500px;
	*/
	width:289px;
	height:450px;
	z-index:2;	
}
.u1 img {
	width:100%;	
}
.copyright {
	position:fixed;
	height:38px;
	width:100%;
	background:rgb(0,0,0);
	color:#FFFFFF;
	font-size:.7em;
	font-weight:bold;
	z-index:2;
	bottom:100px;
	left:0;		
}
.crt {
	padding:12px 0 0 0;	
}
.bottom {
	position:fixed;
	height:100px;
	width:100%;
	background:rgb(250,90,40);
	bottom:0;
	left:0;
	z-index:2;
}
.imgframe {
	width:100%;
	max-width:1920px;
	margin:0 auto;
	position:relative;
	z-index:1;	
}
.imgframe img {
	width:100%;	
}














 /* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

 .hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

 
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

   @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

 
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


