
* {
	margin: 0;
	padding: 0;
}
* {
  box-sizing: border-box;
}
@font-face {
  font-family: myslimfont;
  src: url('../fonts/HindMadurai-Light.ttf');
}

@font-face {
  font-family: myboldfont;
  src: url('../fonts/MPLUS1p-Black.ttf');
}

@font-face {
  font-family: mymidfont;
  src: url('../fonts/Quando-Regular.ttf');
}
@font-face {
  font-family: myhomefont;
  src: url('../fonts/MPLUS1p-Medium.ttf');
}

body {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 16px;
	background: #fff;
	width: 100%;
    height: 100%;
}
.swal-modal .swal-text {
    text-align: center;
}
.navbar {
	min-height: 76px;
	border: 0px;
	border-bottom: thin solid rgba(255,255,255,0%);
	padding-bottom: 0px;
	background: #000;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	margin: 0px;
}
.x-navbar { 
    -webkit-transition: all .3s;
    transition: all .3s;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}
 
.navbar .fa {
	color: #ffaa17 !important;
}
.navbar-inverse .navbar-nav > li a {
	color: #fff !important;
	font-size: 18px !important;
	font-family: myboldfont;
	font-weight: bolder; 
	margin-bottom: 0px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.navbar-inverse .navbar-nav > .active {
    background: transparent !important;
    color: #ff0000 !important;
}
.navbar-inverse .navbar-nav >li a:hover {
    color: #ff0000 !important;
    background: transparent !important;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus { 
    background: transparent !important;
    color: #ff0000 !important; 
}
.navbar-brand img {
	width: 140px;
}
.navbar-collapse {
	margin-top: 15px;
}
.navbar-toggle {
	margin-top: 25px;
}
.header-slider .container-fluid {
	padding: 0px;
}
.item img {
	width: 100%;
}
.carousel-control {
	display: block;
	background: transparent !important;
	-webkit-box-shadow: none !important;
	height: 45px;
	width: 45px;
	font-size: 52px;
	position: absolute;
	display: inline-block;
	top: 45%;
	transform: traslateY(-50%);
	margin-right: 80px;
	margin-left: 80px;
	z-index: 999;
	line-height: 40px;
	-webkit-border-radius: 5em;
}
aside {
	position: absolute;
	width: 40px;
	min-height: 100px; 
	z-index: 999; 
	top: 50%;
	left: 20px;
	text-align: center;
	-webkit-transform: translate(-50);
	-moz-transform: translate(-50);
	-ms-transform: translate(-50);
	-o-transform: translate(-50);
}
aside a {
	display: inline-block;
	padding: 6px 6px;
	font-size: 28px;
	color: #ff0000 !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
aside a:hover,
aside a:focus,
aside a:active {
	color: #fff !important;
}
.readmore {
	position: relative;
	display: inline-block; 
	border: 2px solid #ff0000; 
	line-height: 50px;
	padding: 0px 25px;
	margin-top: 12px;
	color: #fff !important;
	text-decoration: none !important;
	-webkit-border-radius: 50em;
	-ms-border-radius: 50em;
	-moz-border-radius: 50em;
	-o-border-radius: 50em;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.readmore-right::before {
	position: absolute;
	content: '';
	display: block;
	width: 200px;
	height: 5px;
	background: #ff0000;
	left: -250px;
}
.readmore-left::before {
	position: absolute;
	content: '';
	display: block;
	width: 200px;
	height: 5px;
	background: #ff0000;
	right: -250px;
}
.readmore .fa {
	font-size: 28px; 
	margin-top: 8px;
	margin-left: 0px;  	
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s; 
	visibility: hidden;
	position: absolute;
	margin-top: 10px;
}
.readmore:hover .fa, 
.readmore:focus .fa, 	
.readmore:active .fa {	
	margin-left: 15px;   
	visibility: visible;
}
.readmore:hover,  
.readmore:focus,  
.readmore:active  {
	background: #ff0000;
	padding-right: 45px;
}

.wrap-slide {
	width: 100%;
	min-height: 260px;
	padding: 20px;
	position: relative;
  	margin-bottom: 10%;
}
.wrap-slide p {
	line-height: 18px;
}

.wrap-slide span {
	font-size: 80px;
	font-family: myboldfont;
	text-transform: uppercase;
	line-height: 78px;
}
#top-container { 
	padding: 6px 12px;
	width: 100%;
	min-height: 35px;
	background: #ff0000;
	color: #fff;
	position: relative;
}
#top-container span {
	display: inline-block;
	margin-right: 12px; 
	line-height: 35px;
}

#top-container span .fa {
	color: #ffaa17;
	margin-right: 8px;
}
#top-container a {
	display: inline-block;
	line-height: 12px;
	padding: 12px 21px;
	background: #ffaa17; 
	color: #000 !important;
	font-weight: bolder;
	text-decoration: none;
	float: right;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#top-container a:hover,
#top-container a:focus,
#top-container a:active {	
	background: #ffffff;
	color: #000 !important;
}
.slider-h {
	width: 100%;
	min-height: 190px;
	position: relative;
}
.slider-h .container-fluid {
	padding: 0px;
}
.modal-home {
	width: 100%;
	min-height: 340px; 
	padding: 30px;
	padding-bottom: 60px;
	position: relative;
}
.home-block-list {
	width: 100%;
	min-height: 200px;
	background: #fff;
	padding: 40px 20px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	position: relative;
	margin-top: -100px;
}

.home-block-list ul li {
	list-style-type: none;
	float: left;
	padding: 10px;
	display: inline-block;
	width: 25%;
	text-align: center;
	vertical-align: text-bottom;
	min-height: 100px;
	font-size: 22px;
	font-weight: bolder;
	border-right: 1px dashed #222;
}
.home-block-list ul li:last-child{
	border-right: none;
}
.home-block-list ul li img {
	display: block;
	margin: 0 auto;
	width: 70px;  
	height: 60px;  
	margin-bottom: 10%;
}
.readmore-2 {
	background: #ff0000;
}
.about-us {
	width: 100%;
	min-height: 300px;
	background: #fff;
	padding: 30px;
}
.about-us h5 {
	color: #ffaa17;
}
.about-us h1 {
	font-family: myboldfont;
	font-weight: bolder;
}
.about-us h1 span {
	color: #ff0000;
}
.about-us h4 {
	font-family: myboldfont;
	font-weight: bolder;
	margin-bottom: 21px;
}
.about-us img {
	display: block;
	width: 100%;
	margin-top: 12px;
}

.call-toll {
	width: 100%;
	min-height: 170px;
	background: #ff0000;
	padding: 30px;
}
.call-toll .input-group-addon {
	background: transparent;
	border: none;
}
.call-toll .input-group-addon img {
	width: 60px;
}
.call-toll span {
	font-size: 28px;
	font-weight: bolder;
}
.call-toll p {
	font-size: 22px;
	font-weight: bolder;
	color: #fff;
}
.readmore-3 {
	background: #000;
}
.readmore-3:hover {
	border: 2px solid #fff;
}

.services-home {
	width: 100%;
	min-height: 400px;
	position: relative;
	padding: 30px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.services-home .col-md-4 { 
	min-height: 170px;
}
.services-home h4 {
	font-weight: bolder;
}
.img-serv {
	width: 80px;
	height: 80px;  
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
	position: relative;
	margin-top: 0px;
}
.img1Serv {
	background: #ffaa17 url('../images/icons/policeman.png') no-repeat center;
	background-size: 40px 45px;
}
.img2Serv {
	background: #ffaa17 url('../images/icons/padlock.png') no-repeat center;
	background-size: 40px 45px;
}
.img3Serv {
	background: #ffaa17 url('../images/icons/group.png') no-repeat center;
	background-size: 40px 45px;
}
.img4Serv {
	background: #ffaa17 url('../images/icons/icon-phone-red.PNG') no-repeat center;
	background-size: 40px 45px;
}
.img5Serv {
	background: #ffaa17 url('../images/icons/support.png') no-repeat center;
	background-size: 40px 45px;
}
.img6Serv {
	background: #ffaa17 url('../images/icons/icon-phone-red.PNG') no-repeat center;
	background-size: 40px 45px;
}

.values-hgh {
	width: 100%;
	padding: 30px;
	padding-bottom: 100px;
	min-height: 340px;
	background: #000 url('../images/background/security-bg.jpg')no-repeat center 100%;
	background-size: cover;
}
 
.values-hgh h1 {
	font-weight: bolder;
	font-family: myboldfont;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.values-hgh h1 span {
	position: relative;
	width: 300px;
	height: 5px;
	margin: 0 auto;
	margin-top: 20px; 
	display: block;
	content: '';
	background: #ff0000;
}
.values-hgh p { 
	font-size: 22px;
	color: #fff;
	margin-top: 30%;
	position: relative;
	-webkit-transform: translateY(-50%);
}
.values-hgh ul { 
	display: block; 
	margin-top: 44%;
	position: relative;
	-webkit-transform: translateY(-50%);
}
.values-hgh ul li {
	font-size: 22px;
	color: #fff;
	list-style-image: url('../images/icons/checked-2.png');
	list-style-position: inside;
}
.header-banner {
	width: 100%;
	min-height: 340px;
	background: url('../images/background/security-bg.jpg')no-repeat center 100%;
	background-size: cover;
	padding: 30px;
}
.header-banner .wraps-banner {  
	width: 400px;
	max-width: 100%;
	min-height: 100px;
	padding: 20px;
	margin-top: 7%;
	position: relative;
	-webkit-transform: translateY(-10%);
	color: #fff;
}
.header-banner .wraps-banner h1 {
	text-indent: 35px;
	font-weight: bolder;
	font-family: myboldfont;
	position: relative;
}
.header-banner .wraps-banner h1::after {
	display: block;
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	background: #ff0000;
	top: -10px;
}
.header-banner .icon-ab {  
	width: 100px;
	max-width: 100%;
	height: 100px; 
	margin-top: 34%;
	position: relative;  
	-webkit-transform: translateY(-10%); 
}
.modal-home-about {
	width: 100%;
	height: auto;
	padding: 30px;
	border-bottom: 5px solid #ff0000;
}
.middle-content-ab {
	width: 100%;
	min-height: 320px;
	padding: 30px;
	padding-top: 60px;
	padding-bottom: 120px;
	position: relative;
}
.img-icon1 {
	background: url('../images/icons/about.svg')no-repeat center 100%;
	background-size: contain;
}
.img-icon2 {
	background: url('../images/icons/open-24-hours.svg')no-repeat center 100%;
	background-size: contain;
}
.img-icon3 {
	background: url('../images/icons/contact.svg')no-repeat center 100%;
	background-size: contain;
}

.img-icon5 {
	background: url('../images/icons/amoured.svg')no-repeat center 100%;
	background-size: contain; 
}
.img-small-bg {
	position: absolute;
	width: 300px;
	max-width: 100%;
	top: 280px;
	right: 20px;
	border: 10px solid #fff;
	
}
.header-banner h4 {
	text-align: center;
	color: #ff0000;
}
.header-banner h4 a {
	text-decoration: none;
	color: #fff !important;
}
.middle-content-ab h1 {
	font-weight: bolder;
	font-family: myboldfont;
}
.middle-content-ab h1 span {
	color: #ff0000;
}
.middle-content-ab img {
	margin-top: 30px;
}
.middle-content-ab ul {
	display: inline-block;
	margin-left: 50px; 
	margin-top: 30px; 
}
.middle-content-ab ul li {
	list-style-image: url('../images/icons/checked-2.png');
}


.flip-box {
  background-color: transparent;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  height: 250px; 
  perspective: 1000px; 
  margin-bottom: 21px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #ff0000;
  color: #fff;
  font-weight: bolder;
  padding-bottom: 10px;
  -webkit-border-radius: 0.5em;
}
.flip-box-front h2 {
	font-weight: bolder;
	font-family: myboldfont;
}
.flip-box-front img {
	width: 60%;
	display: block;
	margin: 0 auto;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.flip-box-back {
  background-color: #000;
  color: white;
  transform: rotateY(180deg);
  -webkit-border-radius: 0.5em;
  padding: 20px;
  padding-top: 15px;
}
.flip-box-back p {
	position: relative;
	margin-top: 15%;
	-webkit-transform: translateY(-50%);
}

.wraps-banner small span {
	font-weight: bolder;
	color: #ff0000;
}
.form-quote {
	width: 100%;
	padding: 20px;
	background: #f7f7f7;
	border-radius: 0.5em;
	border: 1px solid #ccc;
	min-height: 240px;
}
.form-quote h1 span {
	color: #ff0000;
}
.form-quote .form-control {
	margin-bottom: 18px;
	-webkit-box-shadow: none;
	-webkit-border-radius: 0px;
}
.text-bold {
	font-size: 22px;
} 
.form-quote .form-control:focus,
.form-quote .form-control:active {
	border-color: #ff0000;
}

.contact-detailsWrap {
	width: 400px;
	max-width: 100%;
	min-height: 180px;
	background: #f7f7f7;
	text-align: center;
	padding: 20px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	margin: 0 auto;
	margin-bottom: 22px;
}

.contact-detailsWrap .fa {
	font-size: 100px;
	color: #ff0000;
}
.contact-detailsWrap h2 {
	font-size: 38px;
	font-weight: bolder;
	font-family: myboldfont;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.contact-detailsWrap:hover h2 {
	color: #ff0000;
}
.contact-detailsWrap a {
	display: block;
	line-height: 38px;
	background: #ff0000;
	color: #fff !important;
	font-weight: bolder;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.contact-detailsWrap a:hover,
.contact-detailsWrap a:focus,
.contact-detailsWrap a:active {
	background: #000;
}

/* ==== panel styleshit ==============*/
.panel {
	border:0px !important;
	background: #fff !important;
	-webkit-box-shadow: 0px 0.5px 3px rgba(0,0,0,30%);
}
.panel-heading {
  	padding: 0;
  	color: #000;
	border-bottom:0px !important;
	background: #fff !important;
	
}
.panel-heading .panel-title h4 {
	color: #000 !important;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "+";
   float: right;
   color: #ffaa17;
   font-size: 24px;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	content: "-";
   font-size: 24px;
   color: #000;
   font-weight: bold;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
.panel-heading span {
	color: #ffaa17;
}
 
.body-contact {
	width: 100%;
	min-height: 400px;
	background: #fff;
	background-size: cover;
	padding: 60px;
	padding-top: 10px;
	padding-bottom: 120px;
}

.holder-form .input-group {
	margin-bottom: 12px;
	border: thin solid #ccc;
}
.holder-form .input-group-addon {
	border: 0px !important;
	background: #fff;
	color: #ff0000;
}
.holder-form input.form-control {
	height: 56px;
	border: 0px !important;
	-webkit-box-shadow: none;
}

.holder-form textarea.form-control {
	min-height: 186px;
	-webkit-box-shadow: none; 
	border: thin solid #ccc;
}



.body-contact h1 {
	color: #ff0000;
	font-family: myboldfont;
}

.contact-details {
	position: relative;
	width: 600px;
	max-width: 100%;
	min-height: 50px;
	margin-bottom: 21px;
}
.contact-details .text-blok-1 {
	width: 20%;
	min-height: 30px;
	float: left;
}
.contact-details .text-blok-1 i {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #ff0000;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}
.contact-details .text-blok-2 {
	width: 80%;
	min-height: 30px;
	float: right;
	padding: 6px;
	color: #000;
}
.body-contact button .fa {
	font-size: 100%;
	line-height: 30px;
}
.map-wrap {
	width: 100%;
	min-height: 380px;
	background: #e6e6e6;
}

.map {
	width: 100%;
	min-height: 300px;
	background: #fff;
	position: relative; 
}
.holder-form {
	position: relative;
}
.holder-form .errDanger {  
	color: #ff0000;  
}
.line-colored {
	width: 100%;
	height: 7px;
	position: relative;
	clear: both;
}
.line-colored span {
	width: 20%;
	display: block;
	min-height: 7px;
	float: left;
}
.line-colored span:nth-child(1),
.line-colored span:nth-child(3),
.line-colored span:nth-child(5) {
	background: #ff0000;
}
.line-colored span:nth-child(2),
.line-colored span:nth-child(4) {
	background: #000;
}
 
 
 
 
 
 
 


.modal-body {
	margin: 0px !important;
	padding: 0px !important;
}

.nav-tabs.centered > li, .nav-pills.centered > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs.centered, .nav-pills.centered {
    text-align: center;
}

.nav-tabs>li > a {
	line-height: 56px !important;
	-webkit-border-radius: 0px;
	margin-top: 0px !important;
	border-top: 0px !important;
	color: #000 !important;
}
.nav-tabs>li > a:hover {
	background: none !important;
	border: 0px !important;
}
.nav-tabs .active > a {
	line-height: 56px !important;
	font-family: arial;
}
.tab-content {
	width: 100%;
}
.logindetails {
	width: 100%;
	padding: 40px;
	font-family: myslimfont;
}
.input-group {	
	margin-bottom: 12px;
}




#return-to-top {
	position: absolute;
	right: 125px;
	margin-top: -25px;
	
}
.footer-main {
	width: 100%;
	padding: 20px;
	min-height: 300px;
	color: #fff;
	background: #000 url('../images/background/footer-bg-img.svg')no-repeat center 100%;
	background-size: cover;
	background-position: top;
	position: relative;
}
.block-btm-h {
	position: relative;
	width: 100%;
	min-height: 110px;
	background: #ff0000;
	position: relative;
	margin-top: -80px;
	padding: 30px 64px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	z-index: 99;
}
.block-btm-h p {
	font-family: myboldFont;
	font-size: 20px; 
}
.block-btm-h h1 {
	font-family: myboldFont;
	color: #ffaa17;
	line-height: 14px;
	font-size: 28px;
}
.block-btm-h img {
	display: block;	
	position: relative;
  	margin-top: 50%;
  	transform: translateY(-50%);
}
.block-btm-h form {
	width: 600px; 
	max-width: 100%;
	position: relative;  
	margin-top: 11px;
}
.block-btm-h .input-group .form-control {
	height: 55px;
	border: 0px;
	text-indent: 15px;
	font-size: 24px;
	 -webkit-border-bottom-left-radius: 5em;
	 -webkit-border-top-left-radius: 5em;
}
.block-btm-h .input-group-addon {
	padding: 0px;
	background: none;
	 -webkit-border-bottom-right-radius: 5em;
	 -webkit-border-top-right-radius: 5em;
	 border: 0px;
}
.block-btm-h .input-group-addon button {
	line-height: 46px;
	border: 0px;
	text-align: center;
	width: 120px; 
	padding: 6px;
	position: relative;
	border: 2px solid #303030;
	z-index: 6;
	margin-top: -2px;
	margin-left: -37px;
	color: #fff;
	text-transform: uppercase;
	font-family: myboldFont;
	background: #303030; 
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.block-btm-h .input-group-addon button:hover,
.block-btm-h .input-group-addon button:focus,
.block-btm-h .input-group-addon button:active {
	background: #fff;
	border: 2px solid #1d1d1d;
	color: #303030;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.footer-btm-last {
	width: 100%;
	min-height: 45px;
	padding: 8px;
	background: #1e1e1e;
	color: #fff;
	text-align: center;
}
.footer-btm-last a {
	text-decoration: none;
	color: #ff0000;
	font-weight: bolder;
}
.logo-btm {
	width: 210px;
	height: 75px;
	background:  url('../images/falcon-logo-btm.svg')no-repeat center 100%;
	background-size: contain;
	margin-top: 21px;
}
.footer-main ul li {
	list-style-type: none;
}
.footer-main ul li a {
	text-decoration: none;
	color: #fff !important;
	letter-spacing: 1px;
}
.footer-main ul li a:hover {
	color: #ff0000 !important;
}
.footer-main ul li .fa {
	margin-right: 12px;
	color: #ffaa17;
}
.scroll-up {
	width: 80px;
	height: 76px;
	background: #000000 url('../images/right-arrow2.PNG') no-repeat center 50%;
	display: inline-block;
	right: 100px;
	position: absolute;
	top: -34px;
}
