/*========================================================================
								FONTS
========================================================================*/

@font-face {
	font-family: 'Conv_Intro Cond Light Free';
	src: url('../fonts/Intro Cond Light Free.eot');
	src: local('☺'), url('../fonts/Intro Cond Light Free.woff') format('woff'), url('../fonts/Intro Cond Light Free.ttf') format('truetype'), url('../fonts/Intro Cond Light Free.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: HomeRobot;
    src: url('../fonts/Home.ttf');
}

@font-face {
    font-family: DANUBE;
    src: url('../fonts/DANUBE.ttf');
}

@font-face {
    font-family: NOVASOLID;
    src: url('../fonts/NOVASOLID.otf');
}

@font-face {
    font-family: SECRCODE;
    src: url('../fonts/CODE_Bold.otf')
}
/*
@font-face {
    font-family: FUTURA;
    src: url('../fonts/FUTURA.ttf')
}
*/
/*========================================================================
								NAIN
========================================================================*/

html,
body {
    height: 100%;
    background-image: url("../img/bg.jpg");
    background-size: cover;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

button.get-it-btn{
    padding-top:1px !important;
    padding-bottom:1px !important;
    font-family: Kalinga !important;
}

input.add-link {
    width: 55% !important;
    font-family: Kalinga !important;
    font-size: 16pt;
    font-weight: 600;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.role-box{
    display:inline-block;
    padding: 10px;
    padding-left: 15px;
    border-left: solid 1px;
}

.jumbotron {
    padding-top: 0px !important;
}

h2.lte-hide-title {
    color: #ffffff;
}

.role-box span{
    font-weight: bold;
    font-size: 14pt;
}

.profile-username{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 15px;
}

.navbar-fixed-top {
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #ffb400;
	height: 38.1px;
}

.navbar-right{
    font-size: 14px;
}

.navbar-right.nav a {
  	color: #201c22;
  	-webkit-transition: padding-bottom .2s ease-in-out, box-shadow .2s ease-in-out;
	-moz-transition: padding-bottom .2s ease-in-out, box-shadow .2s ease-in-out;
	-ms-transition: padding-bottom .2s ease-in-out, box-shadow .2s ease-in-out;
}

.navbar-right.nav a:hover,
.navbar-right.nav .active a {
	color: #201c22;;
}

.navbar-right.nav .active a {
  	box-shadow: 0px 3px 0px 0px #201c22;
  	-webkit-box-shadow: 0px 3px 0px 0px #201c22;
  	padding-bottom: 13.5px;
}

.navbar-right.nav li a:hover {
  	box-shadow: 0px 3px 0px 0px #201c22;
  	-webkit-box-shadow: 0px 3px 0px 0px #201c22;
  	padding-bottom: 13.5px;
}

.navbar-right.nav a, .navbar-right.nav a:hover, .navbar-right.nav a:focus {
	background-color: transparent;
	display: inline-block;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #012e40;
}

.dropdown-menu a{
  	box-shadow: none !important; 
  	-webkit-box-shadow: none !important;
  	padding-bottom: 0px !important;
}

.home-intro{
  	margin-bottom: 30px;
  	height: 375px;
  	margin-top: 5%;
}



.home-presentation{
 	margin-right: 10px;
 	margin-left: 10px;
}

.home-slide{
 	display: inline-block;
 	border-radius: 25px;
 	border:solid 1px;
 	width:300px;
 	height: 350px;
}

.home-presentation .row:first-child{
  	margin-bottom: 30px;
}

.home-presentation .row .home-slide:first-child{
 	float:left;
}

.home-presentation .row .home-slide:last-child{
 	float:right;
}

.lang-flag{
	height: 15px;
	display: inline-block;
	max-height: 8%;
}

.navbar-brand{
    font-family: DANUBE;
    font-size: 22pt;
    color: #201c22;
    padding: 12px 15px;
    line-height: 20px;
}

h1.intro-text-header{
    font-family: NOVASOLID;
    font-size: 46pt;
    color: #ffffff;
    letter-spacing: 4pt;
    margin-top: 10px;
    margin-bottom: 55px;
}

.nav {
/*    font-family: FUTURA;*/
    font-size: 14pt;
    color: #201c22;
}

.article-header-bg{
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: absolute;
    /*kostyl: negative values for z-index*/
    z-index: -1000;
}

.pay-us-form{
    margin-top: 25px;
}

/*========================================================================
								FOOTER
========================================================================*/

.footer {
    height: 60px;
    background-color: #ffb400;
    padding-top: 20px;
    color: black;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.user-registration{
    color:white;
}
