* {
	outline:none !important;
}
body , html{
 	
	width:100%;
}
body {
	overflow-x:hidden !important;
}
.container {
	width:1220px;
	padding-left:0;
	padding-right:0
}

.HeaderDiv {
	display:inline-block;
	float:left;
	width:100%;
	height:100px;
	background:#fff;
	position:relative;
	-webkit-box-shadow: 0 15px 5px -12px rgba(0, 0, 0, .170);
    box-shadow: 0 15px 5px -12px rgba(0, 0, 0, .170); 	
}
.HeaderDiv .LogoDiv {
	width:230px;
	height:23px;
	display:inline-block;
	background:url('../img/logo.png');
}
.HeaderDiv .HeaderDate {
	color:#312f2b;
	font-size:16px;
	font-family:BPG_ExtraSquare_Mtavruli
}
.HeaderDiv .HeaderContact {
	padding-right:50px;
}
.HeaderDiv .HeaderContact .HeadSocial {
	display:inline-block;
	margin-right:50px;
}
.HeaderDiv .HeaderContact .HeadSocial a {
	color:#312f2b;
	margin-left:6px;
	margin-right:6px;
}

.HeaderDiv .HeaderContact .HeadSocial a:nth-child(3) {
 	font-size:17px;
	position:relative;
	top:1px;
}

.HeaderDiv .HeaderContact .HeadSocial a:nth-child(1):hover {
	color:#3C5A99;
}
.HeaderDiv .HeaderContact .HeadSocial a:nth-child(2):hover {
	color:#833AB4;
}
.HeaderDiv .HeaderContact .HeadSocial a:nth-child(3):hover {
	color:#cc181e; 

}




.HeaderDiv .HeaderContact .Headlang {
	display:inline-block;
	margin:0 10px;
}
.HeaderDiv .HeaderContact .Headlang a {
	text-transform:uppercase;
	font-family:BPG_ExtraSquare_Mtavruli;
	color:#312f2b;
	font-size:12px;
	text-decoration:none;
}
.HeaderDiv .HeaderContact .Headlang a:hover {
	color:#ed4324
}

.InsideHeader {
	width:100%;
	display:inline-block;
	float:left;
	height:430px;
}
.InsideHeader .Image {
	width:100%;
	height:100%;
}
.InsideHeader .Image img {
	width:100%;
	height:100%;
	object-fit:cover;
}


.BigTitle {
	display:inline-block; 
	position:relative;
	width:100%;
	height:200px;
	text-align:center;
	padding-top:33px; 
	overflow:hidden
}
.BigTitle .FullDiv {
	width:5000px; 
	padding:0;
	left:50%;
	margin-left:-2500px;
	position:absolute;

}
.BigTitle li {
	list-style:none;
	display:inline-block;
 	font-size:100px;
	margin-left:25px;
	margin-right:25px;
	font-family:BPG_ExtraSquare_Mtavruli
}
.BigTitle li:nth-child(1) {
	color:#ed4324;
}
.BigTitle li:nth-child(2) {
	color:#f9af1f;
	 -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f9af1f;
    -webkit-text-fill-color: #fff;
}

.BigTitle li:nth-child(3) {
	color:#17b9a1;
}



.HomePage {
	display:inline-block;
	width:100%;
	float:left;
	background:#f8f8f8;
	background-repeat:no-repeat !important;
	background-size:cover !important;
}
.GridsDiv {

}
.GridsDiv .Item {
	width:9.090909090909091%; 
	float:left;
	height:175px;
	position:relative;
	z-index:1;
	display:inline-flex;
	align-items:center;
	background:#f8f4ef;
	text-decoration:none
}
.GridsDiv .Item .Title {
	color:#fff;
	font-size:20px;	
	font-family:BPG_ExtraSquare_Mtavruli;
	width:100%;
	text-align:center;
	z-index:99;
	position:relative;
} 
.GridsDiv .Item .Background {
	position:absolute;
	left:0;
	top:0;
	background-size:cover !important;
	background-position:center center !important;
	width:100%;
	height:100%;
	opacity:0;
	transition:0.5s;
}
/*
.GridsDiv .Item.active .Background {
	opacity:0.5 !important;
}
*/

.GridsDiv .Item:hover .Background {
	opacity:0.5 !important;
}

.GridsDiv .Item.Gray {background:#f4f0eb;}
.GridsDiv .Item.Red {background:#eb4424;}
.GridsDiv .Item.Orange {background:#f9af1f;}
.GridsDiv .Item.Green {background:#26b7a0;}


 
 
 /*
.GridsDiv:hover .Red {background:rgba(235,68,36,0.3);}
.GridsDiv:hover .Orange {background:rgba(249,175,31,0.3);}
.GridsDiv:hover .Green {background:rgba(38,183,160,0.3);}
*/

.Content ol{
	margin: 10px 0;
	padding: 0;
}

.Content h2{
	font-family: BPG_ExtraSquare_Mtavruli;
}

.Content h3{
	font-family: BPG_ExtraSquare_Mtavruli;
}

.Content h4{
	font-family: BPG_ExtraSquare_Mtavruli;
}

.ContainerDiv {
	padding-top:70px;
}
.ContainerDiv .Content {
	font-family:bpg_square_2009;
	color:#333333;
	font-size:16px;
	padding-bottom:40px;
}
.ContainerDiv .Content ul {
	padding-left:0;
	margin: 10px 0px;
}
.ContainerDiv .Content p {
	margin:0;
	line-height: 24px;
}

.ContainerDiv .Content li {
	background:url('../img/li_.png') no-repeat;
	background-position:10px 8px;
	list-style:none;
	padding-left:40px;
	margin-bottom:0;
	line-height: 24px;
}
.ContainerDiv .col-sm-9 {
	width:800px;
}
.ContainerDiv .col-sm-3 {
	width:calc(100% - 800px)
}

.ContainerDiv .Image {
	margin-bottom:18px;
}
.ContainerDiv .Image img {
	width:770px;
	max-width: 100% !important;
}


.UserList {
	display:inline-block;
	width:100%;
	float:left;
	padding-top:30px;
	padding-bottom:30px;
	background:#f3f3f3;
}
.UserList .row {
	margin-left:-30px;
	margin-right:-30px;
}
.UserList .col-sm-6 {
	padding-left:30px;
	padding-right:30px;
}
.UserList .Item {
	text-decoration:none;
	display:inline-block;
	width:100%;
} 
.UserList .Item .Date {
	border-bottom:solid #312f2b 2px;
	margin-bottom:40px;
	font-family:NexaBold;
	color:#212121;
	transition:0.3s;
}
.UserList .Item .Date span {
	font-size:50px;
	position:relative;
	top:13px;
}
.UserList .Item .Date label {
	float:right;
	font-size:30px;
	position:relative;
	top:33px;
}
.UserList .Item .Image {
	width:100%;
	height:275px;
	margin-bottom:15px;
	position:relative;
	position:relative; 
}
.UserList .Item .Image img {
	width:100%;
	height:275px;
	position:relative;
	z-index:9;
	object-fit:cover; 
}

.UserList .Item .Image .g-image {
	width:100%;
	height:275px;
	position:relative;
	z-index:9;
	object-fit:cover; 
	background-size: cover;
	background-position: center;
}

.UserList .Item .Name {
	color:#212121;
	font-size:16px;
	line-height: 18px;
	font-family:BPG_ExtraSquare_Mtavruli;
	width:100%;
	text-align:left;
	transition:0.3s;
	margin-bottom: 0;
}

.g-own-clear{
	clear:both; 
	width:100%; 
	height:25px;
}

.g-tweet{
	float: left; 
	margin-top: 0; 
	margin-left: 5px; 
	margin-bottom: 10px;
}

.UserList .Item .Date {
	color:rgb(160,160,160) !important;
	font-size:10px;
	font-family:BPG_ExtraSquare_Mtavruli;
	width:100%;
	text-align:left;
	transition:0.3s;
	margin-bottom: 5px;
	border-bottom: 0px !important;
}

.UserList .Item .Position {
	text-align:center;
	width:100%;
	color:#212121;
	font-family:bpg_square_2009;
	transition:0.3s;
}

.UserList .Item .Image:after {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	left:12px;
	top:12px;
	background:#eb4424 url('../img/user_after_bg.png');
	opacity:0;
	transition:0.3s;
}
.UserList .Item:hover .Image:after {
	opacity:1
} 

.UserList .Item:hover .Name,
.UserList .Item:hover .Date,
.UserList .Item:hover .Position {
	color:#eb4424;
}

/*
.UserList a.Item:nth-child(2) {
	position:relative;
	left:-100px;
}
*/
 







.Eventslist {
	display:inline-block;
	width:100%;
	float:left;
	padding-top:60px;
	padding-bottom:60px;
	background:#f3f3f3;
}
.Eventslist .ItemParent {
	display:inline-block;
	width:100%;
	background-color:#17b9a1;
	background-image:url('../img/user_after_bg.png');
	border:solid #4a4a4a 1px;
	margin-bottom:50px;
}
.Eventslist .ItemParent .Item {
	display:inline-block;
	width:100%;
	border:solid #312f2b 1px;
	position:relative;
	left:-10px;
	top:-10px;
	background:#fff;
	padding-left:19px;
	padding-right:19px;
	transition:0.3s;
}
.Eventslist .ItemParent .Item .Head {
	height:49px;
	line-height:49px;
	border-bottom:solid #dfdfde 1px;
}
.Eventslist .ItemParent .Item .Head span {
	font-family:NexaBold;
	color:#eb4424;
	font-size:14px;
}
.Eventslist .ItemParent .Item .Head label {
	color:#202c32;
	font-size:14px;
	font-family:BPG_ExtraSquare_Mtavruli;
	float:right;
}
.Eventslist .ItemParent .Item .Title {
	color:#202b32;
	font-size:26px;
	font-family:BPG_ExtraSquare_Mtavruli;
	padding-top:16px;
	padding-bottom:15px;
} 

.Eventslist .col-sm-9 {
	width:830px;
}
.Eventslist .col-sm-3 {
	width:calc(100% - 830px)
}



.Eventslist .ItemParent:hover .Item {
	background:#eb4424;
}
.Eventslist .ItemParent:hover .Item .Head {
	border-bottom:solid #f17c66 1px;
}
.Eventslist .ItemParent:hover .Item span,
.Eventslist .ItemParent:hover .Item label,
.Eventslist .ItemParent:hover .Item .Title {
	color:#fff;
}







.BuyFormPage {
	display:inline-block;
	width:100%;
	float:left;
	padding-top:60px;
	padding-bottom:60px;
	background:#f9f9f9;
}
.BuyFormPage .BuyForm {
	border:solid #312f2b 1px;
	padding:5px 30px 0px 30px;
	display:inline-block;
	float:left;
	width:100%;
}
 
.BuyFormPage .form-group {
	margin-bottom:12px;
}

.InputStyle {
	width:100%;
	height:60px;
	border:none;
 	border-bottom:solid #312f2b 1px;
	background:none; 
	padding-top:20px;
	color:#333333;
	font-family:BPG_ExtraSquare_Mtavruli;
}
.InputStyle.NoBorder {
	border:none;
}
.InputStyle ~ label {
	position:absolute;
	top:20px;
	left:0px;
	font-family:BPG_ExtraSquare_Mtavruli;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	transition:0.3s;
}

.InputStyle:focus ~ label,

label.NotEmpty {
 	opacity:0.6;
	font-size:10px;
	top:15px;
}


.padding_0 {
	padding:0 !important;
}






.FooterDiv {
	background:#fff;
	display:inline-block;
	float:left;
	width:100%;
	
	border-top:solid #26b7a0 4px; 
	position:relative;
	z-index:1;
}
.FooterDiv:after {
	content:'';
	position:absolute;
	width:100%;
	height:4px;
	top:-8px;
	left:0;
	background:#f9af1f;
}
.FooterDiv:before {
	content:'';
	position:absolute;
	width:100%;
	height:4px;
	top:-12px;
	left:0;
	background:#eb4424;
}
.FooterDiv .FooterMenu {
	padding-left:15px;
}
.FooterDiv .FooterMenu li {
	list-style:none;
	display:inline-block;
	margin-left:25px;
	margin-right:25px;
}
.FooterDiv .FooterMenu li a {
	font-family:BPG_ExtraSquare_Mtavruli;
	font-size:12px;
	color:#312f2b;
}

.FooterDiv .g-copy{
	float: left;
	font-family: BPG_ExtraSquare_Mtavruli;
	font-size: 14px;
}

.FooterDiv .CopyRight {
	float:right;
}
.FooterDiv .CopyRight span {
	text-transform:uppercase;
	font-size:14px;
	color:#333333;
	font-family:BPG_ExtraSquare_Mtavruli
}
.FooterDiv .CopyRight a {
	width:41px;
	height:14px;
	background:url('../img/shindi.png') no-repeat;
	display:inline-block;
	margin-left:10px
}

.FooterDiv .Touristersmalllogo {
	float: right;
    padding-right: 10px;
    padding-top: 3px;
}

.FooterDiv .Touristersmalllogo a {
	width:120px;
	height:50px;
	background-image:url('https://tourisminstitute.ge/_website/images/logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center 32px;
	display:inline-block;
	margin-left:10px
}


.scrallup{
	margin:0;
	padding: 0;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: white;
	line-height: 48px;
	text-align: center;
	position: fixed;
	bottom: 20px;
	right: 40px;
	color: #555555;
	z-index: 1000;
	border: solid 1px #f9af1f;
	cursor: pointer;
	background-image: url('https://tourister.ge/favicon.png');
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	transform:rotate(-90deg);
}

.scrallup:hover{
	background-color: #f9af1f;;
	color: white;
}

.scrallup.hideme{
	display: none;
}


.ButtonParent_1 {
	height:40px;
	width:auto;
	border:solid #07221b 1px;
	background-color:#26b7a0;
	background-image:url('../img/user_after_bg.png');
	display:inline-block;
	position:relative;
	line-height:40px;	
	transition:0.3s;
}
.ButtonParent_1 a {
	text-decoration:none;
}
.ButtonParent_1 .Button_1 {
	color:#312f2b;
	font-size:11px;
	font-family:BPG_ExtraSquare_Mtavruli;
	background:#fff;
	padding:0 16px;
	position:relative;
	border:solid #312f2b 1px;
	top:-7px;
	right:4px;
	transition:0.3s;
}

.ButtonParent_1:hover {
	cursor:pointer;
	background:#f7ae1f;
}
.ButtonParent_1:hover .Button_1 {
	background:#eb4424;
	color:#fff;
}





.ButtonParent_2 {
	height:70px;
	width:auto;
	border:solid #07221b 1px;
	background-color:#26b7a0;	
	background-image:url('../img/user_after_bg.png');
	display:inline-block;
	position:relative;
	line-height:70px;	
	transition:0.3s;
	margin-bottom:50px;
}
.ButtonParent_2 a {
	text-decoration:none;
}
.ButtonParent_2 .Button_2 {
	color:#fff;
	font-size:20px;
	font-family:BPG_ExtraSquare_Mtavruli;
	background:#eb4424;
	width:250px;
	position:relative;
	text-align:center;
	border:solid #312f2b 1px;
	top:-12px;
	right:7px;
	transition:0.3s;
	letter-spacing:1.5px;
}

.ButtonParent_2:hover {
	cursor:pointer;
	background-color:#faaf20;
	background-image:url('../img/user_after_bg.png');
}
.ButtonParent_2:hover .Button_2 {
	background:#17b9a1;
	color:#fff;
}






.ButtonParent_3 {
	height:70px;
	width:auto;
	border:solid #07221b 1px;
	background-color:#ed4324;
	background-image:url('../img/user_after_bg.png');
	display:inline-block;
	position:relative;
	line-height:70px;	
	transition:0.3s;
}
.ButtonParent_3 a {
	text-decoration:none;
}
.ButtonParent_3 .Button_3 {
	color:#333333;
	font-size:20px;
	font-family:BPG_ExtraSquare_Mtavruli;
	background-color:#fff;
	background-image:url('../img/icon_button_1.png');
	background-repeat:no-repeat;
	background-position:26px center;
	padding-left:26px;
	width:250px;
	position:relative;
	text-align:center;
	border:solid #312f2b 1px;
	top:-12px;
	right:7px;
	transition:0.3s;
	letter-spacing:1.5px;
}

.ButtonParent_3:hover {
	cursor:pointer;
	background-color:#17b9a1;
	background-image:url('../img/user_after_bg.png');
}
.ButtonParent_3:hover .Button_3 {
	background:#eb4424;
	color:#fff;
	background-image:url('../img/icon_button_1_white.png');
	background-repeat:no-repeat;
	background-position:26px center;
}





.ButtonParent_4 {
	height:100px;
	width:auto;
	border:solid #07221b 1px;
	background-color:#26b7a0;	
	background-image:url('../img/user_after_bg.png');
	display:inline-block;
	position:relative;
	line-height:100px;	
	transition:0.3s;
	margin-bottom:50px;
	width:100%;
	margin-left:5px;
}
.ButtonParent_4 .Button_4 {
	color:#fff;
	font-size:20px;
	font-family:BPG_ExtraSquare_Mtavruli;
	background:#eb4424;
	width:calc(100% + 10px);
	position:relative;
	text-align:center;
	border:solid #312f2b 1px;
	top:-13px;
	right:13px;
	transition:0.3s;
	letter-spacing:1.5px;
}

.ButtonParent_4:hover {
	cursor:pointer;
	background-color:#faaf20;
	background-image:url('../img/user_after_bg.png');
}
.ButtonParent_4:hover .Button_4 {
	background:#17b9a1;
	color:#fff;
}


.SubmitButtonDiv {
	margin-top:50px;
	display:inline-block;
	width:100%;
}















	.Hamburger {
		position:absolute;
		width:40px;
		height:30px; 
		border-top:solid #ed4324 2px;
		right:0px;
		top:30px;
		z-index:99999999;
		cursor:pointer;
	}
	.Hamburger:after {
		content:'';
		width:100%;
		height:2px;
		background:#f9af1f;
		position:absolute;
		top:43%;
		left:0;
		z-index:99999999;
	}
	.Hamburger:before {
		content:'';
		width:100%;
		height:2px;
		background:#17b9a1;
		position:absolute;
		top:89%;
		left:0;
		z-index:99999999;
	}
	.ShowMenu .Hamburger {
		border:none;
	}
	.ShowMenu .Hamburger:after {
		background:#fff;
		transform:rotate(-45deg);
		transition:0.3s;

	}
	.ShowMenu .Hamburger:before {
		background:#fff;
		transform:rotate(45deg);
		top: 14px;
		transition:0.3s;
	}
	
	
	.DisplayFlex {
		width:100%;
		text-align:center;
	}
	
	
	.MainMenu {
		position: fixed;
		z-index: 999;
		width: 100%;
		height: 100%;
		display:inline-flex;
		align-items:center; 
		top:-100%;
		left:0;
		transition:0.5s
	} 
	.ShowMenu .MainMenu {
		top:0;
		transition:0.5s;
		background: rgba(38,183,160,0.9);
	}
	.ShowMenuInside .MainMenu {
		top:0;
		transition:0.5s
	}
	.MainMenu ul {
		padding:0
	}
	.MainMenu li {
		list-style:none;
	}
	.MainMenu li a {
		color:#fff;
		font-family: BPG_ExtraSquare_Mtavruli;
		font-size:30px; 
		padding-bottom:20px;
		width:100%;
		text-align:center;
		display:inline-block;
	}
	
	.MainMenu li a:hover {
		text-decoration:none;
		color:#f9af1f
	}
	





.post-date{
	font-size: 14px;
	text-align: left;
}

.Content h1{
	font-family: BPG_ExtraSquare_Mtavruli;
	font-size: 28px;
	text-align: left;
}

.g-banner-box{
	margin: 0;
	padding: 40px 0;
	width: 100%;
	height: 190px;
	position: relative;
	float: left;
}

.g-banner-box .g-banner{
	margin: 0;
	padding: 0;
	height: 110px;
	line-height: 110px;
	width: 100%;
	background-color: #f2f2f2;
	color: rgba(0,0,0,0.3);
    font-family: BPG_ExtraSquare_Mtavruli;
    font-size: 26px;
	text-align: center;
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 2;
	transition-property: background-color;
	transition-timing-function: ease-in-out;
	transition-duration: 300ms;
	text-decoration: none;
	display: block;
	background-position: center;
	background-size: cover;
	outline: solid 1px #cccccc !important;
}

.g-banner-box .g-back{
	margin: 0;
    padding: 0;
    height: 110px;
    line-height: 110px;
    width: 100%;
    position: absolute;
    left: 12px;
    top: 52px;
    z-index: 1;
    background: #eb4424 url(../img/user_after_bg.png);
}

.g-banner-box:hover .g-back{
	background: #f9af1f url(../img/user_after_bg.png);
}
/* second */
.g-banner-box2{
	margin: 0;
	padding: 0;
	width: 320px;
	height: 400px;
	position: relative;
	float: right;
}

.g-banner-box2 .g-banner{
	margin: 0;
	padding: 0;
	height: 400px;
	line-height: 400px;
	width: 100%;
	background-color: #f2f2f2;
	color: rgba(0,0,0,0.3);
    font-family: BPG_ExtraSquare_Mtavruli;
    font-size: 26px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 2;
	transition-property: background-color;
	transition-timing-function: ease-in-out;
	transition-duration: 300ms;
	text-decoration: none;
	display: block;
}

.g-banner-box2 .g-back{
	margin: 0;
    padding: 0;
    height: 400px;
    line-height: 400px;
    width: 100%;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 1;
    background: #eb4424 url(../img/user_after_bg.png);
}

.g-banner-box2:hover .g-back{
	background: #f9af1f url(../img/user_after_bg.png);
}

.badge{
	background: #f7f7f8;
    padding: 12px 20px;
    border-radius: 30px;
    color: #666666;
    font-size: 13px;
    text-decoration: none;
    font-family: bpg_square_2009;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    font-weight: lighter;
	transition-property: background-color;
	transition-timing-function: ease-in-out;
	transition-duration: 300ms;
}

.badge:hover{
	background-color: #f9af1f;
}

.g-margin-top0{
	margin-top: 0px !important;
}

.g-h1-title{
	margin: 0 0 18px 0;
	padding: 0;
	font-family:BPG_ExtraSquare_Mtavruli;
	font-size: 30px;
}

.g-news-list{
	padding: 30px 0px;
}

.g-padding-top40-mobile20{
	padding-top: 40px;
}

.g-socials{
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0;
	padding:0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.g-facebook{
	background-image: url('../img/facebook.svg');
}

.g-twitter{
	background-image: url('../img/twitter.png');
}

.g-linkedin{
	background-image: url('../img/linkedin.png');
}

.g-plus80{
	width: calc(100% + 80px);
}

.g-width320{
	width: 320px;
}

.g-banner-box3{
	margin: 0;
	padding: 0;
	width: 320px;
	height: 400px;
	position: relative;
	float: right;
}

.g-banner-box3 iframe{
	margin: 0;
	padding: 0;
	width: 320px;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	outline: solid 1px #cccccc !important;
	z-index: 2;
}

.g-banner-box3 .g-back{
	margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 1;
    background: #eb4424 url(../img/user_after_bg.png);
    z-index: 1;
}

.g-banner-box3:hover .g-back{
	background: #f9af1f url(../img/user_after_bg.png)
}

.g-desktop-hide-mobile-show{
	display: none !important;
}

.g-desktop-show-mobile-hide{
	display: block !important;
}

.MainMenu ul li:nth-child(5), 
.MainMenu ul li:nth-child(6), 
.MainMenu ul li:nth-child(7){
	display: none;
} 

.g-diff-height{
	height: 180px !important;
}

.g-diff-height::after{
	height: 180px !important;
}

.g-diff-height .g-image{
	height: 180px !important;
}

.IN-widget{
	float: left !important;
	margin: 0 0 0 5px !important;
}


.g-image{
    position: relative;
}

.g-image .hashtags{
    margin:0;
    width: 100%;
    height: auto;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px;
}

.g-image .hashtags span{
    color: white;
    padding: 0 5px;
    position: relative;
    font-size: 12px;
    line-height: 14px;
    font-family: bpg_square_2009;
}

.g-search-box {
    margin: 0 auto 30px auto;
    padding:0;
    width: 1220px;
    height: 35px;
}

.g-search-box form{
    margin: 0;
    padding:0;
    height: 35px;
}

.g-search-box form input{
    margin:0 2% 0 0;
    padding:0 5px;
    width: 85%;
    height: 35px;
    line-height:35px;
    float:left;
    border:solid 1px #ccc;
    box-shadow: 3px 2px red;
    font-family: bpg_square_2009;
}

.g-search-box form button{
    margin:0;
    padding:0;
    border: solid 1px red;
    background-color: red;
    color: white;
    width: 13%;
    height: 35px;
    float:left;
    font-size: 18px;
    font-family: bpg_square_2009;
}

@media (max-width: 992px){
	.g-desktop-hide-mobile-show{
		display: block !important;
	}

	.g-desktop-show-mobile-hide{
		display: none !important;
	}

	.MainMenu ul li:nth-child(5), 
	.MainMenu ul li:nth-child(6), 
	.MainMenu ul li:nth-child(7){
		display: block !important;
	}
	
	.g-search-box {
        width: 100% !important;
        padding-left:15px;
        padding-right:15px;
    }
    
    .g-image .hashtags{
        display: none !important;
    }
    
    .g-search-box form input{
        margin:0 2% 0 0 !important;
        width: 75% !important;
    }
    
    .g-search-box form button{
        width: 23% !important;
    }
}