
/* Media Css */
@media only screen and (max-width: 767px) {
.row-eq-height {
	display:block;
}

.small-text-center {
	text-align:center;
}

.small-text-left {
	text-align:left;
}

.small-text-right {
	text-align:right;
}

.navbar-default {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-toggle, .navbar-toggle:focus, .navbar-toggle:hover {
    border:0px;
    background:transparent !important;
}

.navbar-toggle .icon-bar {
   background:#fff !important;
}

.navbar-collapse {
    box-shadow: none !important;
    -webkit-box-shadow:none !important;
}

.navbar-brand {
    height: inherit;
}

.navbar-default .navbar-nav>li>a {
    padding:0px;
    text-align: center;
}

.navbar-nav .rightAlignedMenu {
    margin-left: 0px;
}



/* start ower codidng */
.navbar-toggle .icon-bar {
    background: #000!important;
    background: red;
}


.chat-room {
    background: none;
    margin-top: 104px;    
	padding: 20px 0px;	
}

.chat-room h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 31px;
    margin-bottom: 8px;	
    color: #000000;
    line-height: 1.2;
    font-weight: 400;
}

.chat-room .latest-new {
    background: url(/static/images/pistol/btn-green.png)50% 50%;
    background-repeat: repeat-x;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 98%;
	border-radius:5px;
}

.chat-room .updates .updates-line{
	border-radius:5px;
}

/* room codding */
.room .blue-room {
	padding:85px 0px;
}

.black .black-room {
	padding:85px 0px;
}

.green .green-room {
	padding:85px 0px;
}

.chat-room .btn-default {
    border-radius: 3px!important;
    background-color: #fddd6b;
    padding: 9px 14px;
    width: 50%;
    margin-top: 30px;
    box-shadow: none!important;
    transition: .5s;
    border: none;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
}

.chat-room h5 {
    font-weight: bolder;
    margin-bottom: 20px;
    color: #95c486;  
	margin-bottom: 15px;
    margin-top: 49px;
}

.chat-room .blog .latest-new {
    border-right: 1px solid #5d895b;
    padding: 8px;
	margin-right:20px;
    font-weight: 300;
    border-radius: 5px;
	background-color:#547d52;
	box-shadow:inset 0px 0px 8px #000;
}

.chat-room .blog {
	padding-left:10px;
}


/* mixgupshup codding */
.mixgupshup h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
}

.mixgupshup .left-side {
    background-color: #b8e2bc;
    padding: 15px 11px;
    border-radius: 20px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
	margin:0;
}

.mixgupshup .right-side {
    background-color: #b8e2bc;
    padding: 20px 15px;
    border-radius: 20px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    height: auto;
    margin: 0;
    margin-right: 0;
    margin-top: 30px;
}

.mixgupshup .right-side h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    margin-top: 20px;
    color: #000;
}

/* online-chatroom codding */

.online-chatroom h2 {
    margin-bottom: 8px;
    color: #212529;
    font-weight: 800;
	font-size:28px;
}

.online-chatroom p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    line-height: 25px;
    text-align: justify;
}

/* app-info codding */
.app-info {
    padding: 30px 0px;
}

.app-info h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
    line-height: 53px;
    font-weight: 500;
    line-height: 1.2;
}

.app-info p {
    text-align: justify;
    margin-top: 14px;
    margin-bottom: 0;
}

.app-info .mt {
    margin-top: 25px;
}

.app-info .chat {
    margin-top: 34px;
}

.app-info .chat a {
    font-size: 14px;
    font-weight: 600;
    color: #007bff;
}

.footer .follow-us img {
    width: 38px;
	margin:0;
}

.jumbotron .container { 
	padding-left:1rem; padding-right:1rem;
}
.jumbotron a span { 
	font-size:12px !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 1169px) {
.navbar-default .navbar-nav>li>a {
    padding:0px 12px;
}

.navbar-nav .rightAlignedMenu {
    margin-left: 0px;
}

.navbar-default .navbar-nav>li>a.btn-default {
    padding:0px 30px;
}

.navbar-nav {
    margin-top:10px;
}

.chat-room h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    margin-bottom: 8px;
    color: #000000;
    line-height: 1.2;
    font-weight: 400;
}

.chat-room {
    background: url(/static/images/pistol/bg.png) no-repeat right top;
    background-size: 260px 248px;
    margin-top: 104px;
    padding: 20px 0px;
}

.chat-room .btn-default {
    border-radius: 3px!important;
    background-color: #fddd6b;
    padding: 9px 13px;
    width: 50%;
    margin-top: 30px;
    box-shadow: none!important;
    transition: .5s;
    border: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

/* mixgupshup codding */
.mixgupshup h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
}

.mixgupshup .right-side h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
}

/* online-chatroom  codding */
.online-chatroom p{
	text-align:justify;
}


/* app-info codding */

.app-info {
    padding: 49px 0px;
}

/* chatway codding */
.chatway h5 {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 27px;
    color: #212529;
    line-height: 1.2;
    color: #317eac;
    border-bottom: 1px solid #ddd;
}

/* footer codding */
.footer {
    background-color: #151414;
    width: 100%;
    padding: 33px 0;
    margin-top: 30px;
}

.footer .follow-us {
    background-color: #202020;
    padding: 25px 30px;
    margin-top: -127px;
}

.footer .follow-us h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 29px;
    line-height: 53px;
    font-weight: 500;
    line-height: 1.2;
}

.footer .follow-us h3 {
    color: #ffff3b;
    margin-bottom: 22px;
}

.footer .address ul li {
    padding-top: 10px;
	margin-bottom:0px;
}


.footer .address ul li a {
    padding-right: 0px;
    color: #878787;
    font-size: 13px;
    font-weight: 600;
}


.footer .follow-us p {
    color: #cccccc;
	font-size:14px;
    margin-bottom: 45px;
}

.footer .follow-us img {
    width: 32px;    
	height: 30px;
	margin-right:0px;
}

.footer .address .newsletter {
    font-weight: 400;
    color: #adadad;
    font-size: 14px;
    line-height: 33px;
    margin-bottom: 35px;
}

.footer .address .line {
    margin-bottom: 15px;
}

/* copyright codding */
.copyright p {
    color: #878787;
    font-size: 14px;
    font-weight: 500;
	font-size:16px;
}

.copyright ul li {
	margin-right:0;	

}

.copyright ul li a {
    font-weight: 600;
    font-size: 15px;
}

}


@media only screen and (min-width: 1170px) and (max-width: 1199px) {
	
/* mixgupshup codding */
.mixgupshup .right-side h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    margin-top: 20px;
    color: #000;
}

/* app-info codding */
.app-info .chat a {
    font-size: 16px;
    font-weight: 600;
    color: #007bff;
}


.footer .follow-us img {
    margin-right: -1px;
}

}
@media only screen and (min-width:999px) and (max-width:1169px) {
.banner { 
background-size:50% auto !important;
padding-top:60px !important;
}
}