::selection {
  background: #777777; 
}
::-moz-selection {
  background: #777777;
}
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-thumb {
  border-right: solid 2px #c0a360;
  background: #c0a360;
}
::-webkit-scrollbar-track {
  border: none;
  background: #ededed;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/Files/App_002/Fonts/OpenSans.eot');
	src: url('/Files/App_002/Fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
		url('/Files/App_002/Fonts/OpenSans.woff') format('woff'),
		url('/Files/App_002/Fonts/OpenSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
    margin: 0;
    padding: 0;
    background: url(/Files/App_002/Images/slide1.jpg) no-repeat center fixed;
   font-family: 'Open Sans';
    outline: none !important;
    font-size: 14px;
    background-size: cover;
}
.content.error {
    width: 500px;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
}
.content.error p {
    margin: 20px 0;
    font-weight: 500;
}
.error_title {
    color: #c0a360;
    font-size: 15px;
    font-weight: 500;
}
.error_advices {
    color: #c0a360;
    font-size: 15px;
}
.error_text.second {
    font-weight: 400!important;
}
.error_text {
    color: #414141;
    line-height: 20px;
}
.content.error p {
    margin: 20px 0;
    font-weight: 500;
}
.link_home {
    background: #5858a6;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    width: auto;
    text-align: center;
    color: #FFF;
    font-weight: 500;
    text-decoration: none;
    padding: 0 15px;
}
.link_home:hover {
    background: #86a1d3;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-decoration: none;
    color: #FFF;
    outline: 0;
}
@media (max-width: 768px){
body {
    font-size: 12px;
}
}
@media screen and (max-width: 480px) {
.content.error {
    width: 350px;
}
}
@media screen and (max-width: 360px) {
.content.error {
    width: 200px;
}
}

