@font-face
{
	font-family:mynazanin;
	src:url('../fonts/BNazanin.woff');
}
html,
body {
	height: 100%;
}

html {
	background: #161415 url(../img-pix/a2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
}

body {
	font: 15px/30px "montserrat-regular", sans-serif;
	font-weight: normal;
	color: #575859;
}

/* links 
---------------------------------------------------------------------- */
a,
a:visited {
	outline: none;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    font-family:'B Mitra';
    font-size:2em
}

a:hover,
a:focus {
	color: #fbca08;
}

/* Typography
--------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'B Titr';
	color: #575859;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin: 18px 0 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 30px;
	line-height: 36px;
	margin-top: 0;
	letter-spacing: -1px;
}

h2 {
	font-size: 24px;
	line-height: 30px;
}

h3 {
	font-size: 20px;
	line-height: 30px;
}

h4 {
	font-size: 17px;
	line-height: 30px;
}

h5 {
	font-size: 14px;
	line-height: 30px;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h6 {
	font-size: 13px;
	line-height: 30px;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

p {
	margin: 15px 0 15px 0;
}

p img {
	margin: 0;
}


p.lead {
	font: 17px/33px "montserrat-regular", sans-serif;
	color: #707273;
}

em {
	font: 15px/30px "montserrat-regular", sans-serif;
	font-style: normal;
}

strong,
b {
	font: 15px/30px "montserrat-bold", sans-serif;
	font-weight: normal;
}

small {
	font-size: 11px;
	line-height: inherit;
}

blockquote {
	margin: 18px 0px;
	padding-left: 40px;
	position: relative;
}

blockquote:before {
	content: "\201C";
	opacity: 0.45;
	font-size: 80px;
	line-height: 0px;
	margin: 0;
	font-family: arial, sans-serif;
	position: absolute;
	top: 30px;
	left: 0;
}

blockquote p {
	font-family: georgia, serif;
	font-style: italic;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
}

blockquote cite {
	display: block;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
	color: #707273;
	border: none;
}



.browserupgrade {
	text-align: center;
	padding: 15px 30px;
	background: white;
}

#content-wrap {
	min-height: 100%;
	padding-top: 6%;
}

@media only screen and (max-width:900px) {
	#content-wrap {
		padding-top: 9%;
	}

}

@media only screen and (max-width:768px) {
	#content-wrap {
		padding-top: 13%;
	}

}

@media only screen and (max-width:600px) {
	#content-wrap {
		min-height: auto;
		padding-top: 60px;
	}

}

@media only screen and (max-width:400px) {
	#content-wrap {
		padding-top: 54px;
	}

}

/* main
------------------------------------------ */
main.row {
	max-width: 400px;

}

main {
	text-align: center;
	background-color: black;
	opacity: 0.6;
	
}

main::after {
	content: "";
	display: block;
	height: 50px;
}

main h1 {
/*	font: 38px/1.2em "montserrat-bold", sans-serif;*/
	color: #fbca08;
	margin-bottom: 12px;
	padding: 0;
    font-family:'B Titr';
    font-size:1.5em;
}

main p {
	/*font: 17px/36px "montserrat-regular", sans-serif;*/
	color: #fff;
    margin-top:0;
	margin-bottom: 18px;
	padding-top: 10px;
    font-family:mynazanin;
    font-size:18pt
}
main  input[type=text],input[type="password"]
{
        		-ms-appearance: none;
		appearance: none;
		background-color: transparent;
		border: none;
		border-radius: 0;
		border-bottom: solid 3px yellow;
		color: inherit;
		text-align:center;
		outline: 0;
		padding: 0;
		text-decoration: none;
		width: 90%;
        font-family:Tahoma;
        
        font-size:12pt;
        height:30px

}
main input[type=submit]
{
        background-color:transparent;
    width:90%;
    font-family:mynazanin;
    font-size:15pt;
    font-weight:bold;
    border:2px yellow solid;
    height:40px;
    color:white

}
/*
main p a
{

    font-family:'B Mitra';
    font-size:2em;
    color:#fff;
    text-decoration:none;
}
    */

main hr {
	border: solid #fbca08;
	border-width: 5px 0 0;
	margin: 10px auto 12px;
	height: 0;
	width: 300px;
}

@media only screen and (max-width:900px) {
	main.row {
		width: 85%;
	}

	main h1 {
		font-family:'B Titr';
    font-size:1.5em;
	}

	main p {
		font: 16px/30px "montserrat-regular", sans-serif;
	}

	
}

@media only screen and (max-width:768px) {
	main.row {
		width: 92%;
	}

	main h1 {
	font-family:'B Titr';
    font-size:1.5em;
	}

	main p {
		font: 15px/30px "montserrat-regular", sans-serif;
	}

	

}

@media only screen and (max-width:500px) {
	main.row {
		width: 96%;
	}

	main h1 {
	font-family:'B Titr';
    font-size:1.5em;
	}

	main p {
		line-height: 27px;
	}

	main::after {
		height: 78px;
	}

}

@media only screen and (max-width:400px) {
	main.row {
		width: 100%;
	}

	main h1 {
		font-family:'B Titr';
    font-size:1.5em;
	}

	main p {
		font: 14px/27px "montserrat-regular", sans-serif;
	}

	main .site-header .logo a {
		width: 95px;
		height: 66px;
	}

}


