body {
	font-family: Verdana;
	background-color: #999;
	background: url(../img/bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media (min-width: 1px){
.modal-lg {
    width: 100%;
}
}

@media screen and (max-width: 1103px) {
   .mob {
	   display: block;
   }

	.right-side {
		display: none;
	}
	.title-side {
		min-height: 140px;
	}

}

@media screen and (min-width: 1104px) {
   .mob {
	   display: none;
   }

	.right-side {
		display: block;
	}

}

.center-side {
	background-color: #ffffff;
	margin-left: 110px;
	float: left;
	width: 64%;
	margin-top: 30px;
}

.center-cont {
	margin-left: 269px;
	overflow-y: auto;
	min-height: 80%;
	max-height: 80%;
}


.content {
	background-color: #ffffff;
	padding: 20px;
	height: 80%;
}

.right-content {
	background-color: #ffffff;
	min-width: 269px;
	max-width: 269px;
	position: absolute;
	margin-left: 10px;
	margin-top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 80%;
	max-height: 80%;
}

.right-content::-webkit-scrollbar {
display: none;
}

.right-side {
	background-color: #ffffff;
	margin-top: 30px;
	float: left;
	margin-left: 50px;
	max-width: 231px;
	min-width: 231px;
	overflow-y: auto;
}

.title-side {
	background-color: #600808;
	height: 89px;
	left: 0;
	right: 0;
	font-weight: bold;
	color: #ffffff;
		font-size: 20px;
		padding: 20px;
	
}


#title-link a:link { color: #ffffff; }
#title-link a:hover { color: #ffffff; background-color: #337ab7; }
#title-link a:visited { color: #ffffff; }
#title-link a:active { color: #ffffff; }

.content-side {
	padding: 7px;
	font-weight: bold;
}


.bottom {
	background-color: #fcfcfc;
	text-align: center;
	padding: 0.5%;
	border-top: 1px solid #cecece;
}


.right {
	text-align: right;
}

#tops {
	position: fixed;
	bottom: 10px;
	right: 10px;
    display: none;
    z-index: 999999;
    border: none;
    outline: none;
    background-color: #2278b5;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
	font-family: Verdana;
	font-weight: bold;
}

#tops:hover {
    background-color: #600808;
	text-decoration: none;
}

textarea {
	min-width: 100%;
	min-height: 30%;
}


.modal-yt {
	width: 891px;
}