/*Freia v3 Template by SCM | skype: hummerscm3 | vk.com/hummerhx */

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
}



/* wrap */
.wrapper {

	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	z-index: 1;
}
/* wrap */


#headline1 {
    margin: -40px 0 -80px 0;
    width: 1000px;
    height: 500px;
	background: #fff url("../images/header.jpg") no-repeat bottom;
	z-index: 3;
	position: relative;
}
/* Header */
/* Header */
#headline {
    margin: 0 0 0 -150px;
    width: 1200px;
    height: 80px;
	background: #fff url("../images/xshadow1.png") no-repeat bottom;
	z-index: 3;
}



.header-inners {
	margin-right: 50px;
}


/* animated logotype */
.logos {
	margin: 90px 0 15px 0;
	width: 150px;
	height: 150px;
	background: url("../images/l6.png") no-repeat;
	position: fixed;
	display: inline-block;
    transform: translateZ(0);
    float: left;
}
@-webkit-keyframes logos {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes logos {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.logos:hover, .logos:focus, .logos:active {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* animated logotype */


/*buttons*/
.regbtn {
	margin: 15px -245px 0 0px;
	padding: 6px 0 0 0;
	text-align: center;
	width: 130px;
	height: 26px;
	display: inline-block;
    transform: translateZ(0);
    float: right;
    border: 1px solid #ccc;
    font-weight: 700;
    color: #93b6d0;
}
.regbtn:hover {
	border: 1px solid #7aa1bd;
	cursor: pointer;
	color: #548eaa;
}
.entbtn {
	margin: 15px 10px 0 0px;
	padding: 6px 0 0 0;
	text-align: center;
	width: 100px;
	height: 26px;
	display: inline-block;
    transform: translateZ(0);
    float: right;
    border: 1px solid #ccc;
    font-weight: 700;
    color: #93b6d0;
}
.entbtn a {
	text-decoration: none;
}
.entbtn:hover {
	border: 1px solid #7aa1bd;
	cursor: pointer;
	color: #548eaa;
}
.addnewbtn {
	margin: 15px 10px 0 0;
	padding: 6px 0 0 0;
	text-align: center;
	width: 35px;
	height: 26px;
	display: inline-block;
    transform: translateZ(0);
    float: right;
    border: 1px solid #ccc;
    font-weight: 700;
    color: #93b6d0;
    font-size: 18px;
}
.addnewbtn:hover {
	border: 1px solid #7aa1bd;
	background: #7aa1bd;
	cursor: pointer;
	color: #fff;
}
/*buttons*/


/*search and animation*/
.ccs {
	margin: 10px 0 10px 5px;
	padding: 10px;
	width: 735px;
	background: #f7f7f7;
	text-align: center;
	color: #7aa1bd;
}
.sssea {
	font-family: inherit;
	font-size: 100%;
	background: url("../images/search.png") no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 100px; 
	margin: 15px 10px 0 0;
	transition: all .5s;
	float: right;
}
.sssea:focus {
	outline: none;
	width: 605px;
	background-color: #fff;
	border-color: #7aa1bd;
}
.ssea2 {
	margin-left: 220px;
	float: left;
	background: #f7f7f7;
	padding: 10px;
}
/*search and animation*/


/* menu border
.menus  {
width: 200px;
max-width: 250px;
background: #FFF;
border: 6px solid #dfdfdf;
border-radius: 2px;
z-index: 2;
}
.menus li {
border-bottom: 1px solid #e1e1e1;
}
*/

/* menus */
.menus  {
width: 213px;
max-width: 250px;
z-index: 1;
}
.menus li a {
cursor: pointer;
display: block;
text-decoration: none;
/*color: #5e729c;*/
color: #548eaa;
padding: 12px;
padding-left: 42px;
transition: all 0.3s ease;
font-size: 14px;
font-weight: 700;
}
.menus a:hover {
background: #7aa1bd;
color: #FFF;
}
.menus img {
	position: absolute;
	margin: 10px;
}
/* menus */

/* banner */
.bhead {
	margin: 50px 0 10px 0;
	width: 205px;
	display: block;
	text-decoration: none;
	color: #497ca1;
	padding: 12px 0 10px 12px;
	font-size: 17px;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
}
.banner {
    text-align: center;
	width: 190px;
	height: 250px;
	border: 1px solid #dfdfdf;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	position: relative;
	margin: 13px;
}
.banner:hover {
	opacity: 0.7;
}
.lheader {
width: 200px;
display: block;
text-decoration: none;
color: #497ca1;
padding: 12px 0 10px 12px;
font-size: 17px;
font-weight: 700;
border-bottom: 1px solid #e1e1e1;
}
.top_links {
	margin-top: 50px;
	width: 200px;
	max-width: 250px;
	z-index: 1;
}
.top_links li a {
cursor: pointer;
display: block;
text-decoration: none;
color: #7ba8be;
padding: 5px;
font-size: 14px;
font-weight: 700;
margin-left: 10px;
}
.top_links li a:hover {
	color: #5d69cb;
}
/* banner */

/* Middle */
.middle {
	width: 100%;
	padding: 0 0 100px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}

/* Middle */

/* Left Sidebar */
.left-sidebar {
	margin: 100px 0px 0 -50px;
	float: left;
	width: 240px;
	position: absolute;
	background: #f7f7f7;
	padding: 25px 0 25px 25px;
}




/* login form modal window */
.window span a.close {color: #333; text-decoration: none; font-size: 25px;} 
.window span a.close:hover {color:#ccc; text-decoration:none} 
#mask { 
display: none; 
background: #000;
position: fixed; left: 0; top: 0;
width: 100%; height: 100%;
opacity: 0.50;
z-index: 9000;
}
#boxes .window { 
position: fixed; 
width: 505px;
height: 259px; 
display:none; 
left:0; 
top:0; 
z-index:9999; 
} 
/* login form modal window */

/* login form */
.forml {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 300px;
  margin: 0 auto 100px;
  padding: 30px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
}
.forml .thumbnail {
  background: #f7f7f7;
  width: 360px;
  height: 40px;
  margin: -30px 0 50px -30px;
  padding-top: 20px;
  font-weight: 700;
  font-size: 17px;
  color: #507e9f;
}
.forml .thumbnail img {
  display: block;
  width: 100%;
}
.forml input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-sizing: border-box;
  font-size: 14px;
}
.forml button {
  outline: 0;
  margin: 0 0 5px 0;
  background: #7aa1bd;
  width: 100%;
  border: 0;
  padding: 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}
.forml button:hover{
	background: #507e9f;
	transition: 0.5s ease;
}
.forml .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.forml .message a {
  color: #EF3B3A;
  text-decoration: none;
}
.containerl {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.containerl:before, .containerl:after {
  content: "";
  display: block;
  clear: both;
}
.containerl .info {
  margin: 50px auto;
  text-align: center;
}
.containerl .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.containerl .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.containerl .info span a {
  color: #000000;
  text-decoration: none;
}
.containerl .info span .fa {
  color: #EF3B3A;
}

/* login form */
.profile {
	height:30px;
	font-size:13px;
	display:inline-block;
	position:relative;
	float: right;
	margin: 14px -50px 0 0 ;
}
.profile-menu {position:relative!important}  
.profile-button s {
	display:inline-block;
	z-index:9;
	background:#3297db;
	color:#fff;
	font-size:10px;
	margin-right:10px;
	margin-left:1px;
	line-height:14px;
	padding:2px 6px;
	text-decoration:none;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
}  
.profile-button, .profile-button:hover {
	display:inline-block;
	color:#666;
	position:relative;
	line-height:30px;
	padding-left:39px;
	padding-right:18px;
	text-decoration:none;
}  
.profile-button i {
	position:absolute;
	right:0px;
	top:14px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid rgba(0,0,0,0.3);
}  
.profile-avatar, .profile-avatar img {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 2px;
}  
.profile-avatar {
	display:inline-block;
	width:37px;
	height:32px;
	position:absolute;
	top:-0px;
	left:0px;
	border-radius: 20px;
}  
.profile-avatar img {
	width:37px;
	height:32px;
	object-fit:cover;
	vertical-align:bottom;
	background:#fff;
	border:2px solid #fff;
}  
.profile-menu:hover .profile-list {visibility:visible;} 
.profile-list {
	position:absolute;
	width:190px!important;
	left: 60px!important;
	top:29;
	padding-top:48px;
	visibility:hidden;
	z-index:9;
}  
.profile-list-in {
	background:#f7f7f7;
	width:190px!important;
	max-width:190px!important;
	padding:3px 0px;
	border-radius: 2px;
}  
.profile-list-in a {
	display: block;
	padding: 0px 20px!important;
	line-height: 42px!important;
	text-decoration: none;
	border-bottom: 1px solid #f1f1f1;
	font-size: 12px;
	color: #7aa1bd;
	font-weight: 600;
}  
.profile-list-in a:hover {color: #fff; background: #7aa1bd;} 
.profile-list-in a.last {border-bottom: 0px !important}  
.profile-list-in a i {

	background:#5480a0;
	color: #fff;
	float: right;
	font-style: normal;
	font-size: 10px;
	padding: 0px 6px;
	line-height: 16px !important;
	margin-top: 12px;
	border-radius: 2px;
}
/* login form */

/* short story */
.shortsfooter {
	float: left;
width: 650px;
max-width: 745px;
background: #f7f7f7;
margin: 20px 0 -10px -10px;
padding: 7px 0 7px 10px;
}
.entnbtn {
float: right;
padding: 9px 14px 8px 15px;
background: #a3c6e0;
margin: 20px -10px -10px -10px;
color: #fff;
}
.entnbtn:hover {
	background: #7aa1bd;
	color: #fff;
	transition: 0.5s;
}
.entnbtn a {
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
.shortsfooter a {
	font-weight: 600;
	color: #7aa1bd;
	text-decoration: none;
}

.full-story {
	float: left;
	margin: 10px 0 0 5px;
	width: 735px;
	max-width: 735px;
	padding: 0 10px 10px 10px;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;  
}
.full-story-header {
	width: 747px;
	max-width: 747px;
	margin: 0 0 10px -11px;
	height: 30px;
	background: #7aa1bd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px; 
	padding: 10px 0 0 10px; 
}
.full-story-header span {
	font-size: 18px;
	color: #fff;
}
.full-story-header a {

	color: #fff;
	text-decoration: none;
}
.editnew {
	float: right;
	margin-right: 10px;
}

.addfav {
	margin-right: 10px; 
	float: right;
}
.newstext {
	line-height:20px; 
	clear:both;
	}  
.newstext a {
		text-decoration:underline;
		color: #fff;
	}
.full-story-footer {
	width: 725px;
	background: #f7f7f7;
	padding: 5px;
	float: left;
	margin-top: 10px;
}
.full-story-footer b  {
	font-weight: 600;
	color: #5b95be;
}
.full-story-footer a {
	color: #5b95be;
	text-decoration: none;
}
.comments1 {
	float: left;
	margin-top: 20px;
}
.addcombtn{
	float: left;
	padding: 15px;
	background: #fff;
	color: #7aa1bd;
	border: 1px solid #7aa1bd;
	margin: 20px 10px 20px 0;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	transition: 0.5s ease;
	cursor: pointer;
}
.checkboxadm{
	float: left;
}
.addcombtn:hover {
	background: #7aa1bd;
	color: #fff;
}
.comeditor  { 
    float: left;
    margin: 0 0 0 110px;
}
.comeditor textarea {
    height: 156px; 
    resize: none;
    border: 1px solid #7aa1bd;
    outline: none;
}
.commentstyle  {
	width: 100%;
	float: left;
	margin: 30px 0 30px 0;
}

.avatarcom {
	float: left;
}
.authorcom a {
	color: #7aa1bd;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	margin-left: 10px;
}

.comedit {
	float: right;
}
.comedit a {
	padding-left: 5px;
}
.comtext {
	float: left;
	margin: 10px 0 0 10px;
}
.rltd {
	padding: 10px;
	background: #f7f7f7;
	list-style: none;

}
.rltd a {
	text-decoration: none;
	color: #3a749d;
	font-weight: 600;
}
.full-story h4 {
	font-size: 17px;
	color: #5896c2;
	margin: 10px 0 5px 0;

}

/*---navigation---*/
.scmnav {
	float: left;
	margin: 50px 0 30px 150px;
}
.scmnav a:link,.scmnav a:visited {

 	font-size: 18px;
	background: #fff;
	padding: 4px 10px 4px 10px;
	color: #7aa1bd;
	text-decoration: none;
	transition: 0.5s;
	}
.scmnav a:hover{
	
	 background: #7aa1bd;
     color: #fff;
	
}	

.storenumber {
    font-weight: 600;
}



.addnews-header {
	width: 747px;
	max-width: 747px;
	margin: 0 0 10px -10px;
	height: 30px;
	background: #7aa1bd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px; 
	padding: 10px 0 0 10px; 

}
.addnews-header a {
font-weight: 700;
font-size: 18px;
color: #fff;
}





input[type="addn"] {
	outline: none;
	width: 650px;
	height: 26px;
	border: 1px solid #cfe7f9;
    background: #ffffff !important;
    color: #598cb1;
    font-size: 13px; 
    font-family: Tahoma;
    padding-left: 5px;
    margin: 20px 0 5px 30px;

}

input[type="addn"]:focus {
  border: 1px solid #7aa1bd;
  outline: none;
}

.cataddn  {
	float: left;
	border: 1px solid #cfe7f9;
	padding: 7px;
	margin: 15px 10px 10px 30px;
	color: #494949;
}

.catm {
	margin: 15px 10px 10px 10px;
}

.voteadd {
	float: left;
	border: 1px solid #cfe7f9;
	padding: 7px;
	color: #494949;
	margin-left: 30px;
	margin-top: 10px;
}

.voteform {
	outline: none;
	width: 300px;
	height: 26px;
	border: 1px solid #7aa1bd;
    background: #ffffff !important;
    color: #598cb1;
    font-size: 13px; 
    font-family: Tahoma;
    padding-left: 5px;
    margin: 5px 0 5px 30px;
}

.votetextarea {
 margin: 5px 0 5px 30px;	
}

.votetextarea textarea {
	width: 300px; 
    resize: none;
    padding-left: 5px;
    border: 1px solid #7aa1bd;
    outline: none;
    transition: all .5s;
   	color: #598cb1; 


}
	
.votetextarea textarea:focus {
	outline: none;
	width: 650px;
	height: 200px;
	background-color: #fff;
	border-color: #7aa1bd;
}


.shorttext {
	margin: 20px 0 20px 0;
	float: left;
	width: 713px;
	max-width: 735px;
	padding: 0 10px 10px 10px;
	border-left: 1px solid #f7f7f7;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;  

}

.shorttext-header {
	float: left;
	width: 735px;
	max-width: 725px;
	margin: 0 0 10px -11px;
	height: 20px;
	background: #f7f7f7;
	padding: 5px 0 0 10px; 
	color: #7aa1bd;
	font-size: 13px;
	font-weight: 600;
}


.shorts-txt textarea {
	width: 705px; 
	height: 50px;
    resize: none;
    padding-left: 5px;
    border: 1px solid #b7cfe0;
    outline: none;
    transition: all .5s;
}
	
.shorts-txt textarea:focus {
	outline: none;
	width: 705px;
	height: 200px;
	background-color: #fff;
	border: 1px solid #7aa1bd;
}


.sccaptcha input {
	width: 148px;
	padding: 5px;
	height: 26px;
	display: inline-block;
    transform: translateZ(0);
    margin: 20px 70px 100px 0;
    border: 1px solid #a5c7df;
    font-weight: 600;
    color: #93b6d0;
    font-size: 15px;
    outline: none;
    float: left;
}

.sccaptcha input:hover {
	border: 1px solid #7aa1bd;
	color: #5486aa;
}

.userinfotpl {
	float: left;
	margin: 0 0 30px 5px;
	width: 735px;
	max-width: 735px;
	padding: 0 10px 10px 10px;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;  
}

.userinfotpl img {
	float: left;
	border-radius: 100%;
}

.userinfotpl-header {

	width: 747px;
	max-width: 747px;
	margin: 0 0 10px -11px;
	height: 30px;
	background: #7aa1bd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px; 
	padding: 10px 0 0 10px; 
	color: #fff;
	font-size: 18px;

}

.infobg a {
	text-decoration: none;
}
.infobg {
	width: 715px;
	background: #f7f7f7;
	padding: 10px;
	float: left;
}



.infobg  th {
	width: 700px;
	border-bottom: 1px dashed #7aa1bd;
	padding: 10px 70px 10px 0;
	color: #484848;
	font-size: 15px;
	font-weight: 700;
	text-align: left;

}
.infobg  th a {
	color: #7aa1bd;
	text-decoration: none;
}

.li1 {
	color: #7aa1bd;

}

.li1 a {
	color: #7aa1bd;
}


.editbtn {
	position: relative;
	background: #fff;
	padding: 20px 40px 20px 40px;
	border: 1px solid #ccc;
	margin: 20px 0 100px 210px;
	z-index: 2;

}

.editbtn a {
	text-decoration: none;
	color: #7aa1bd;
	font-size: 18px;
}

.editbtn:hover {
	border: 1px solid #7aa1bd;
}




/* login form */
.scmfedit {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  width: 700px;
  max-width: 700px;
  margin: -200px 0 100px -100px;
  padding: 30px 30px 30px 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
}



.scmfedit .scmtedit {
  background: #f7f7f7;
  width: 730px;
  height: 40px;
  margin: -30px 0 50px 0;
  padding-top: 20px;
  font-weight: 700;
  font-size: 17px;
  color: #507e9f;

}


.scmedit {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.scmedit:before, .scmedit:after {
  content: "";
  display: block;
  clear: both;
}
.scmedit .info {
  margin: 50px auto;
  text-align: center;
}
.scmedit .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.scmedit .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.scmedit .info span a {
  color: #000000;
  text-decoration: none;
}
.scmedit .info span .fa {
  color: #EF3B3A;
}

/* login form */

.fileform { 
    background-color: #FFFFFF;
    border: 1px solid #cfe7f9;
    border-radius: 2px;
    cursor: pointer;
    height: 26px;
    overflow: hidden;
    padding: 2px 50px 2px 2px;
    position: relative;
    text-align: right;
    vertical-align: middle;
    width: 603px;
    margin-left: 35px;
    margin-top: 15px;
}
 
.fileform .selectbutton { 
    background-color: #7aa1bd;
    border: 1px solid #7aa1bd;
    border-radius: 1px;
    color: #fff;
    float: left;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 2px 6px;
    text-align: center;
    vertical-align: middle;
    width: 70px;

}

.selectbutton {
	margin: -26px 0 0 0;
	
}
 
.fileform #upload{
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    -moz-opacity: 0; 
    filter: alpha(opacity=0); 
    opacity: 0; 
    font-size: 150px; 
    height: 30px; 
    z-index:20;
}
.fileform #fileformlabel { 
background-color: #FFFFFF;
float: left;
height: 22px;
line-height: 22px;
overflow: hidden;
padding: 2px;
text-align: right;
vertical-align: middle;
width:640px;
}

.editbtns {
	float: right;
	border: 1px solid #b3cee1;
	padding: 10px; 
	color: #7aa1bd; 
	font-weight: 700;
	transition: 0.3s;
	background: #fafafa;
}

.editbtns:hover {
	border: 1px solid #7aa1bd;
	color: #fff;
	background: #7aa1bd;
}

.sendbtn {
	margin-top: 25px;
	float: center;
	border: 1px solid #b3cee1;
	padding: 10px; 
	color: #7aa1bd; 
	font-weight: 700;
	transition: 0.3s;
	background: #fff;
	text-decoration: none;

}

.sendbtn:hover {
	border: 1px solid #7aa1bd;
	color: #fff;
	background: #7aa1bd;
	cursor: pointer;
	text-decoration: none;
}

.sendbtn span {
	text-decoration: none;

}


.ccss2 {

    margin-bottom: 15px;
    text-align: center;
    border-width: 1px 0;
    color: #7aa1bd;
    padding: 10px 15px 10px 60px;
    font-style: italic;
    background: #f7f7f7;

}

.ccss2 a {
    color: #7aa1bd;
}


.ssss3452 {
	width: 759px;
	float: left;
	background: #fff;
	z-index: 9999;
	margin-left: 3px;
}


.testtxt  {
 margin: 0 0 0 90px;
}





.readpm1 {
	float: left;
	margin: 20px 0 20px 0;
	background: #f7f7f7;
	padding: 10px;
}

.readpm1 img {
	float: left;
}

.datepm1 {
	float: left;
	margin: 0 0 0 10px;
	color: #7aa1bd;
	font-weight: 600;

}
.datepm1 a {
	max-width: 645px; 
	float: left;
	color: #7aa1bd;
	font-weight: 600;
	text-decoration: none;
}

.textpm1 {

	margin: 30px 0 0 60px;
	width: 710px;
	max-width: 645px;
}

.btnspm a{
	float: right;
	text-decoration: none;
	color: #7aa1bd;
	font-weight: 600;
	margin-left: 10px;
}

.btnspm a:hover {
	color: #5a778c;
}



.reginfo {
	padding: 10px;
	color: #7aa1bd;
	font-size: 16px;
	background: #f7f7f7;
}

.reginfo a {
	text-decoration: none;
	color: #ff0000;
}

.prov1 {
	margin: -35px 47px 0 0;
	float: right;
	border: 1px solid #cfe7f9;
	padding: 6px 5px 7px 5px;
	background: #fff;
	color: #7aa1bd;
	z-index: 9999;
	position: relative;
	outline: none;

}

.prov1:hover {
	border: 1px solid #7aa1bd;
	cursor: pointer;
}


.msgfeedback  {
	margin: 20px 0 30px 30px;
	width: 646px; 
	height: 20px;
    resize: none;
    padding-left: 5px;
    border: 1px solid #cfe7f9;
    outline: none;
    transition: all .5s;
   	color: #598cb1;
   	padding: 5px; 


}
	
.msgfeedback:focus {
	outline: none;
	width: 646px;
	height: 200px;
	background-color: #fff;
	border-color: #7aa1bd;
}




.captchas3 a {
	text-decoration: none;
	color: #7aa1bd;
}


input[type="capinp"] 
{
	float: left;
	outline: none;
	width: 250px;
	height: 26px;
	border: 1px solid #cfe7f9;
    background: #ffffff !important;
    color: #598cb1;
    font-size: 13px; 
    font-family: Tahoma;
    padding-left: 5px;

}

input[type="capinp"]:focus {
  border: 1px solid #7aa1bd;
  outline: none;
}



.ppbg img {
	

	 border-radius: 100%;
}
.inthis {
text-align: center;
}
.block1 {
font-size: 13px;
padding: 10pt;
width: 100px;
display: inline-block;
vertical-align: middle;
background: #14b9d5;
color: #fff;
}
.block2 {
font-size: 13px;
padding: 10pt;
width: 100px;
display: inline-block;
vertical-align: middle;
background: #596ea9;
color: #fff;
}
.block3 {
font-size: 13px;
padding: 10pt;
width: 100px;
display: inline-block;
vertical-align: middle;
background: #1fbba6;
color: #fff;
}


.ui-dialog .ui-dialog-buttonpane button {
	float: right;
	background: #7aa1db;
    padding: 5px;
    border: 1px solid #7aa1db;
    color: #fff;
    outline: none;
    margin: 5px;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
    border: 1px solid #8c7cde;
    transition: 0.5s;
    cursor: pointer;
}

  .ui-widget-header {
    background: #7aa1db;
    color: #fff;
    font-weight: bold;
} 



.content {
	padding: 0 0 0 5px;
	margin:  0 0 0 215px;
	position: relative;
}




#navbar {
       
        padding: 0px;
        list-style-type: none;
       
      }
#navbar li { 
      	display: inline; 
      	border: 1px solid #e1e1e1;
        padding: 10px;
        margin: 0 0 0 5px;
        transition: 0.3s;
      }

#navbar li a {
      	color: #a1a1a1;
      	text-decoration: none;
      	font-size: 14px;
      	font-weight: 500;
      }
#navbar li:hover {
 	 border: 1px solid #7aa1bd;
 	 color: #7aa1bd;
 	 cursor: pointer;

 }

#navbar li a:hover {
 	 color: #7aa1bd;
 }

.tablese p {text-align: center; padding: 2px;}
.tablese h4 {text-align: center; padding: 5px;}
.tablese .main {background-color: #87CEFA}

.base, .basenavi { overflow: hidden; border-bottom: 1px solid #e2e2e2; margin: 0 0 1px 0; }
.maincont { margin: 0 22px 22px 22px; overflow: hidden; text-align: justify; }
.instagram-media, .twitter-tweet {display: inline-block !important;}