html,body {
    margin: 0px;
    height: 100%;
    font-family: "Nr";
    font-size: 13px;
}
a{
	-webkit-transition: all 200ms ease-in;
       -moz-transition: all 200ms ease-in;
		 -o-transition: all 200ms ease-in;
}
::-moz-selection {
    background: #313131;
    color: #fff;
    text-shadow: 0px 1px 0px #000;
}
::selection {
    background: #313131;
    color: #fff;
    text-shadow: 0px 1px 0px #000;
}
@font-face {
    font-family: 'Nb';
	src: url('../fonts/NeoSans-bold.ttf');
	font-style: normal;
	font-weight: normal;
}
@font-face {
    font-family: 'Nr';
	src: url('../fonts/NeoSans-regular.ttf');
	font-style: normal;
	font-weight: normal;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
#bgr{
    position: absolute;
	background-repeat: repeat;
    width: 100%;
    height: 100%;
}
#bgr:after{
    position: absolute;
/*	background-color: rgba(0, 0, 0, 0.6);*/
	content: '';
    width: 100%;
    height: 100%;
}
.e33 {
    position: relative;
    height: 33%;
}
.soc {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 3%;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}
.soc li {
    display: inline-block;
    margin: 0px 3px;
}
.soc li a {
    display: block;
    background-image: url('../img/soc.png');
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
}
.ic-01 a {
    background-position: right top;
}
.ic-02 a {
    background-position: -102px top;
}
.ic-03 a {
    background-position: -51px top;
}
.ic-04 a {
    background-position: left top;
}
.logo {
    background-size: 100% 100%;
    position: absolute;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    width: 400px;
    height: 171px;
    left: 36%;
    bottom: 0;
}
.txt2 {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 39%;
}
.txt2 h1 {
    display: block;
    margin: 0;
    font: 33px 'Nr';
    color: #af363b;
}
.txt2 h2 {
    display: block;
    margin: 0;
    font: 120px 'Nb';
    color: #af363b;
}
.soc li.blur a {
    border-radius: 100%;
    border: 10px solid #121e24;
    background-image: none;
    background-color: transparent;
    width: 23px;
    height: 23px;
}
.bgr-color{
  position: absolute;
  top: 0;left: 0;right: 0;bottom: 0;
}
@media screen and (max-width: 460px) {
    .txt {
        background-size: 95% 150px;
    }

    .bb1 {
        height: 45%;
    }

    .bb3 {
        height: 20%;
    }
}
@media screen and (max-width: 360px) {
    html,body,#bgr {
        min-height: 480px;
    }
}
.new-full{
	display: block;
	width: 90%;
	right: 5%;
	left: 5%;
	top: 40px;
	position: absolute;
}
.new-full .logonew{
	display: block;
	background: url(../img/logo.png) no-repeat;
	width: 270px;
	height: 270px;
	margin: 0 auto 15px;
}
.new-full .logonewbig{
	display: block;
	background: url(../img/logobig.png) no-repeat;
	width: 370px;
	height: 370px;
	margin: 0 auto 15px;
}
.new-full h1{
	display: block;
	text-align: center;
    margin: 0 0 30px 0;
    font: 60px 'Nb';
    color: #af363b;
	text-transform: uppercase;
}
.new-full h2{
	display: block;
	text-align: center;
    margin: 0 0 10px 0;
    font: 60px 'Nb';
    color: #af363b;
}
.new-full h6{
	display: block;
	text-align: center;
    margin: 0 0 15px 0;
    font: 30px 'Nr';
    color: #111;
}
.new-full a{
	display: block;
	text-align: center;
    margin: 0;
    font: 20px 'Nb';
    color: #111;
}
.new-full a:hover{
    color: #af363b;
}
.listnew{
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
}
.listnew li{
	display: inline-block;
	margin: 0 15px;
}
.listnew li a .fa-facebook-official{
	color: #3b5998
}
.listnew li a .fa-instagram{
	color: #e95950
}
.listnew li a .fa-envelope{
	color: #111
}
.listnew li a{
	text-decoration: none;
	font-size: 30px;
}
.new-full-mapbg{
	display: block;
	text-align: center;
	margin-top: 20px;
}
.new-full-map{
	display: inline-block !important;
	border-radius: 4px !important;
	background: #111 !important;
	color: #fff !important;
	padding: 8px 16px !important;
	font-family: 'Nr' !important;
	font-size: 15px !important;
	text-decoration: none;
}
.new-full-map:hover{
	background: #af363b !important;
	color: #fff !important;
}
.new-full-map .fa{
	margin-right: 10px;
}
.new-full-map-modal{
	display: block;
	position: relative;
}
.new-full-map-modal iframe{
	width: 100% !important;
	height: 300px !important;
}
.new-full-map-modal .close{
	position: absolute;
	top: -30px;
	right: -30px;
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	background: #111;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
}
.new-full-map-modal .close:hover{
	background: #af363b;
}
@media (max-width: 900px) {
	.new-full .logonew,
	.new-full .logonewbig{
		background: url(../img/logo.png) no-repeat;
		background-size: 100% 100%;
		width: 170px;
		height: 170px;
	}
	.new-full{
		width: 100%;
		right: 0;
		left: 0;
		top: 5%;
	}
	.new-full h2,
	.new-full h1{
		font: 40px 'Nb';
	}
	.new-full h1{
		margin: 0 0 10px 0;
	}
	.new-full h6{
		font-size: 22px;
	}
	.listnew li a{
		font-size: 22px;
	}
	.new-full-mapbg{
		margin-top: 10px;
	}
}