













#cancel-comment-reply-link {
	position: absolute;
	right: 4px;
	top: 7px;
	font-size: 15px;
}

#cancel-comment-reply-link a {
	color: #fff;
}

a.comment-reply-link, a.comment-reply-login {
	color: #777;
	font-size: 13px;
}

.cancel-comment-reply {
	margin-left: 10px;
	font-weight: bold;
}



.modal-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 998;
	display: none;
	background: #212225;
	background: -moz-linear-gradient(100deg, #212225, #303641d9);
	background: -webkit-linear-gradient(100deg, #212225, #303641d9);
	background: -o-linear-gradient(100deg, #212225, #303641d9);
	background: -ms-linear-gradient(100deg, #212225, #303641d9);
	background: linear-gradient(100deg, #212225, #303641d9);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212225', endColorstr='#303641d9', GradientType=0 );
}

.modal-inner {
	position: absolute;
	display: none;
	width: 362px;
	border-radius: 5px;
	margin-left: -162.5px;
	background: #212225;
	box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.2);
	color: #fff;
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 50%;
	transform: translate(0%,-50%);
}

.modal-header {
	background: #282c35;
	background-color: #282c35;
	padding: 22px 20px;
	box-sizing: border-box;
	text-align: center;
	max-height: 100px;
}

.modal-header .logo-content {
	display: block;
	height: auto;
}

.modal-inner #profile-header {
	background: transparent!important;
}

.modal-footer {
	padding: 15px 25px;
	background: #252729;
	text-align: center;
	font-size: 14px;
	color: #ccc;
}

.modal-footer a {
	color: #fff;
	margin-left: 5px;
}

.modal-close {
	position: absolute;
    right: -15px;
    top: 2px;
    margin-top: -16px;
    height: 32px;
    width: 32px;
    border: 0 none !important;
    background-color: #6c5ce7;
    border-radius: 100px;
    display: inline-block;
    line-height: 25px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    -webkit-box-shadow: 0 0 0 3px #6c5ce761;
    -moz-box-shadow: 0 0 0 3px #6c5ce761;
    box-shadow: 0 0 0 3px #6c5ce761;
}





.modal-inner .profile-left .co-3 a {
	display: block;
	border: 0;
	margin-right: 3px;
	background-color: #282c35;
	padding: 8px 20px;
	color: #dedede;
	font-size: 14px;
	margin-bottom: 5px;
	cursor: pointer;
	border-radius: 2px;
}



.modal-inner .profile-menu li {
	display: block;
	border: 0;
	float: left;
	width: 49%;
	margin-right: 3px;
	background-color: #2b2e34;
	padding: 8px;
	color: #dedede;
	font-size: 14px;
	margin-bottom: 5px;
	cursor: pointer;
	border-radius: 2px;
}
























































body {font: 15px 'Montserrat', sans-serif; line-height: normal; padding: 0; margin: 0;        


body {
	line-height: 1;
}
ol, ul , li {
	list-style: none;
}
ul a {
	color: #bfc3cc;
}
blockquote {
	background: rgba(57, 62, 71, 0.89);
	margin: 0px 25px 15px 25px;
	color: #bfbfbf;
	padding: 15px 10px 5px 10px;
	border: 1px solid #1e2129;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.06);
	text-align: justify;
}
strong {
	font-weight: bold;
}

i {
	font-style: italic;
}
#nav ul li a span.fa {
	color: #ff6600;
    margin-right: 5px;
}
h1.title, h2.title, h3.title, h4.title, .top.title {
	padding-top: 2px;
	margin-bottom: 20px;
	font-size: 17px;
	text-transform: uppercase;
	position: relative;
}
.modal-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 998;
	display: none;
	background: #212225;
	background: -moz-linear-gradient(100deg, #212225, #303641d9);
	background: -webkit-linear-gradient(100deg, #212225, #303641d9);
	background: -o-linear-gradient(100deg, #212225, #303641d9);
	background: -ms-linear-gradient(100deg, #212225, #303641d9);
	background: linear-gradient(100deg, #212225, #303641d9);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212225', endColorstr='#303641d9', GradientType=0 );
}
.modal-inner {
	position: absolute;
	display: none;
	width: 362px;
	border-radius: 5px;
	margin-left: -162.5px;
	background: #212225;
	box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.2);
	color: #fff;
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 50%;
	transform: translate(0%,-50%);
}
.modal-header {
	background: #282c35;
	background-color: #282c35;
	padding: 22px 20px;
	box-sizing: border-box;
	text-align: center;
	max-height: 100px;
}
.modal-close {
	position: absolute;
    right: -15px;
    top: 2px;
    margin-top: -16px;
    height: 32px;
    width: 32px;
    border: 0 none !important;
    background-color: #6c5ce7;
    border-radius: 100px;
    display: inline-block;
    line-height: 25px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    -webkit-box-shadow: 0 0 0 3px #6c5ce761;
    -moz-box-shadow: 0 0 0 3px #6c5ce761;
    box-shadow: 0 0 0 3px #6c5ce761;
}
.modal-inner .profile-left .co-3 a {
	display: block;
	border: 0;
	margin-right: 3px;
	background-color: #282c35;
	padding: 8px 20px;
	color: #dedede;
	font-size: 14px;
	margin-bottom: 5px;
	cursor: pointer;
	border-radius: 2px;
}
.modal-inner .profile-left .title {
	margin-top: 5px;
	font-size: 20px;
	color: #fff;
	border: 0;
	padding: 0;
}
.modal-inner .profile-menu {
	float: left;
	width: 100%;
	padding: 0 5px;
}
.modal-inner .profile-menu li {
	display: block;
	border: 0;
	float: left;
	width: 49%;
	margin-right: 3px;
	background-color: #2b2e34;
	padding: 8px;
	color: #dedede;
	font-size: 14px;
	margin-bottom: 5px;
	cursor: pointer;
	border-radius: 2px;
}
.modal-inner .profile-menu li:last-child {
	width: 100%;
	text-align: center;
}
.modal-inner .profile-menu li .fa {
	margin-right: 7px;
}
.modal-inner .profile-menu li a {
	display: block;
}