.HeaderSlogan{
    color: #fff;
    display: inline;
    width: 450px;
    font-size: 55px;
    font-family: 'Lato', sans-serif;
    font-weight: lighter;
    font-weight: 300;
    font-style: italic;
    position: absolute;
    z-index: 99999;
    margin-top: 300px;
    margin-left: 900px;
}

.boldHeader{
    font-weight: 800;
}

/*CONTENT1*/
#content1{
    height: 500px;
    background-image: url(../images/fon3.jpg);
    background-repeat: no-repeat;
    background-size: 100% 151%;
    position: relative;
}

.boxContent{
    width: 250px;
    height: 380px;
    background: #ffffff;
    float: left;
    margin: 0 50px;
    margin-top: -50px;
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.58);
    position: relative;
}

.boxContent:hover{
    box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    -o-box-shadow: 0px 0px 10px #000;
}

.thumbnailsImgPBC{
    display: block;
    width: 210px;
    height: 130px;
    margin: 7px auto;
}

.thumbnailsImgPBCcover{
    display: block;
    width: 250px;
    height: 380px;
    margin: 0 auto;
}

.thumbnailsLinkPBC{
    cursor: pointer;
    display: block;
    position: relative;
}

.thumbnailsLinkPBCcover{
    cursor: pointer;
    display: block;
    position: relative;
}

.entryMetaPBC{
    background: #000000;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 210px;
    height: 23px; 
    opacity: 0.6;
}

.entryCommentsPBC{
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.publishedPBC{
    line-height: 23px;
    margin-left: 5px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.entryTitlePBC{
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: bold;
    width: 210px;
    margin: 0px auto;
}

.entryTitlePBC .bookmarkPBC{
    text-decoration: none;
    color: #00367a;
    width: 210px;
    display: block;
    line-height: 20px;
    padding-bottom: 7px;
}

.entryTitlePBC .bookmarkPBC:hover{
    color: #c60000;
}

.entrySummaryPBC{
    width: 225px;
    margin: 0 auto;
}

.entrySummaryPBC p{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 18px;
    overflow: hidden;
}

.hrPBC{
    width: 200px;
    height: 5px;
    background-image: url(../images/hr.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 55px;
    left: 25px;
}

.sharefacebookPBC{
    width: 210px;
    height: 30px;
    display: inline-block;
    background: #637896;
    position: absolute;
    bottom: 10px;
    left: 20px;
}

/*FEADNEWS*/
.feadNewsUl{
    height: 1600px;
    background: #fff;
    background-image: url(../images/fon2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    position: relative;
}

.feadNewsLi{
    width: 430px;
    height: 240px;
    background: #fff;
    float: left;
    margin: 15px 19px 15px 17px;
    position: relative;
}

.feadNewsLi:hover{
    box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    -o-box-shadow: 0px 0px 10px #000;
}

.feadNewsDiv{
    width: 160px;
    height: 240px;
    float: left;
    margin-right: 3px;
}

.feadNewsImg{
    display: block;
    width: 150px;
    height: 200px;
    margin: 20px auto;
}

.feadNewsH3{
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: bolder;
    padding-top: 17px;
    padding-right: 5px;
    padding-bottom: 2px;
}

.feadNewsH3 .bookmarkFeadNews{
    text-decoration: none;
    color: #00367a;
    line-height: 18px;
}

.feadNewsH3 .bookmarkFeadNews:hover{
    color: #c60000;
}

.FeadNewsInfo{
    margin-top: 2px;    
}

.FeadNewsAbbr{
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #637896;
}

.FeadNewsP{
    margin-top: 2px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    padding-right: 5px;
}

.FeadNewsContent{
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-style: italic;
    color: #868686;
    cursor: pointer;
    position: absolute;
    bottom: 19px;
    padding-left: 5px;
}

.FeadNewsContent:hover{
    color: #c60000;
}

.feadNewsRead{
    width: 160px;
    height: 30px;
    display: inline-block;
    background: #637896;
    position: absolute;
    bottom: 19px;
    right: 7px;
}

.feadNewsRead .feadNewsReadLink{
    color:  #fff;
    text-decoration: none;
    display: block;
    line-height: 30px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

.sharefacebookPBC .feadNewsReadLink{
    color:  #fff;
    text-decoration: none;
    display: block;
    line-height: 30px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

.feadNewsRead:hover{
    background: #000;
}

.sharefacebookPBC:hover{
    background: #000;
}

.feadNewsRead .feadNewsReadLink:hover{
    color: #8e96a2;
}

.sharefacebookPBC .feadNewsReadLink:hover{
    color: #8e96a2;
}

/*.................................................*/
/*CONTENT*/
.pageName{
    height: 70px;
}

.pageNameh1{
    font-family: 'Lato', sans-serif;
    font-size: 27px;
    font-weight: bold;
    color: #00367a;
    padding-top: 30px;
    padding-left: 40px;
}

.pageNameh2{
    font-family: 'Lato', sans-serif;
    padding-top: 20px;
    padding-left: 18px;
}

.post-categories li a{
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #00367a;
}

.post-categories li a:hover{
    color: red;
}

/*Columns*/
.feadNewsUlColumns{
    height: 1200px;
    background: #fff;
    background-image: url(../images/columns.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    position: relative;
}

/*Contact*/
.feadNewsUlContact{
    height: 1200px;
    background-image: url(../images/fon2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.mapbox{
    width: 800px;
    height: 533px;
    border: 3px solid #8D8D8D;
    position: absolute;
    top: 400px;
    left: 300px;
    background: #fff;
}

.mapbox1{
    width: 400px;
    height: 350px;
    float: left; 
}

.mapbox2{
    width: 400px;
    height: 350px;
}

.mapbox3{
    width: 800px;
    height: 200px;
}

.HowcanIgetto{
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: bolder;
    text-decoration: none;
    color: #3E5468;
    padding-left: 30px;
    cursor: pointer;
}

.boldspan{
    font-weight: bold;
}

.HowcanIgetto:hover{
    color: red;
}

.addrescont{
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    padding-left: 30px;
    line-height: 30px;
}

.emailFoot2{
    color: #3E5468;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    padding-right: 20px;
    float: right;
    cursor: pointer;
}

.emailFoot2:hover{
    color: red;
}

/*SINGLE*/
.feadNewsLiSingle{
    width: 850px;
    height: 1200px;
    margin: 40px auto;
    margin-bottom: 150px;
    position: relative;
    padding-bottom: 30px;
    top: 120px;
    border-bottom: 2px solid #8D8D8D;
    overflow: scroll;
}

.globBan1Single a{
    width: 1367px;
    height: 100px;
    display: block;
    cursor: pointer;
}

.globBan2Single a{
    width: 1367px;
    height: 100px;
    display: block;
    cursor: pointer;
}

.banSingleLeft{
    width: 275px;
    height: 1230px;
    position: absolute;
    left: 0;
    top: 120px;
}

.banSingleL{
    width: 240px;
    height: 370px;
    float: left;
    margin: 20px 15px;
}

.banSingleLL{
    width: 240px;
    height: 160px;
    float: left;
    margin: 20px 15px;
}

.banSingleLL a{
    width: 240px;
    height: 160px;
    display: block;
    cursor: pointer;
}

.banSingleL a{
    width: 240px;
    height: 370px;
    display: block;
    cursor: pointer;
}

.banSingleR a{
    width: 240px;
    height: 160px;
    display: block;
    cursor: pointer;
}

.banSingleR{
    width: 240px;
    height: 160px;
    margin: 20px 15px;
    float: right;
}

.banSingleRight{
    width: 275px;
    height: 1230px;
    position: absolute;
    right: 0;
    top: 120px;
}

.feadNewsDivSingle{
    width: 280px;
    height: 364px;
    float: left;
    margin: 20px;
    border: 5px solid #8D8D8D;
}

.feadNewsImgSingle{
    width: 280px;
    height: 364px;
}

.banSingleR:hover{
    box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    -o-box-shadow: 0px 0px 10px #000;
}

.banSingleL:hover{
    box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    -o-box-shadow: 0px 0px 10px #000;
}

.banSingleLL:hover{
    box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    -o-box-shadow: 0px 0px 10px #000;
}

.globBan1Single:hover{
    box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    -o-box-shadow: 0px 0px 10px #000;
}

.globBan2Single:hover{
    box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    -o-box-shadow: 0px 0px 10px #000;
}

.feadNewsH3Single{
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: bolder;
    padding-top: 14px;
    padding-right: 5px;
    padding-bottom: 5px;
    color: #00367a;
    line-height: 22px;
}

.FeadNewsPp{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #637896;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 0;
}

.FeadNewsPSingle{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    padding: 15px;
    line-height: 22px;
}

p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 22px;
}

#contentPage{
    height: auto;
    position: relative;
}

.paginations{
    position: absolute;
    bottom: 15px;
    left: 620px;
}

.paginations span,
.paginations a{
    background: #3E5468;
    color: #fff;
    padding: 6px 12px;
    text-decoration: none;
    margin: 0;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.paginations span.current{
    background: #fff;
    color: #000;
    border-radius: 5px;
}

.paginations a:hover{
    background: #E3E3E3;
    color: #000;
}

.paginations span.dots{
    text-decoration: none;
}

/*CONTACT*/
#contact_form {
position: relative;
width: 700px;
margin: 20px auto;
top: 100px;

}
 
.contact_left {
float: left;
width: 131px;
}
 
.contact_right {
float: right;
width: -moz-calc(100% - 155px);
width: -webkit-calc(100% - 155px);
width: calc(100% - 155px);
}
 
.contact_name, .contact_email, .contact_theme, .contact_textarea { position: relative; }
 
.contact_name input[type="text"],
.contact_email input[type="text"],
.contact_theme input[type="text"] {
position: relative;
width: 100px;
height: 30px;
line-height: 30px;
padding: 0 0 0 31px;
margin: 0 0 20px;
background: #f7f7f7 url(../images/nameid.png) no-repeat 2px 0;
border: none;
border-radius: 4px;
box-shadow: inset 0.5px 0.5px 3px #aaaaad;
font: normal 13px Arial, sans-serif;
color: #434343;
}
.contact_email input[type="text"] { background: #f7f7f7 url(../images/mailid.png) no-repeat 0 0; }
.contact_theme input[type="text"] { background: #f7f7f7 url(../images/url.png) no-repeat 2px 0; }
 
.contact_textarea textarea {
position: relative;
width: -moz-calc(100% - 20px);
width: -webkit-calc(100% - 20px);
width: calc(100% - 20px);
height: 116px;
padding: 7px 10px;
margin: 0 0 18px;
background: #f7f7f7;
border: none;
border-radius: 4px;
box-shadow: inset 0.5px 0.5px 3px #aaaaad;
font: normal 13px Arial, sans-serif;
color: #434343;
}
 
.contact_name input[type="text"]:focus, .contact_email input[type="text"]:focus, .contact_theme input[type="text"]:focus, .contact_textarea textarea:focus, .contact_submit:focus {
outline: none;
box-shadow: 0 0 5px #aaaaad;
}
 
.contact_submit {
float: right;
width: 120px;
padding-top: 7px;
padding-bottom: 7px;
margin: 0 0 14px;
background: #3E5468;
border: none;
text-align: center;
font-size: 16px;
color: #fff;
transition: background-color ease-in-out .15s;
cursor: pointer;
border-radius:4px;
box-shadow: 1px 2px 1px #d3d3d4;
}
.contact_submit:hover { background: #d8e6ef;
box-shadow: none;
color:#111; }
 
.contact_message {
width: 100%;
height: 22px;
padding: 70px 0;
text-align: center;
font-family: 'Lato', sans-serif;
color: #101116;
font-size: 20px;
}
 
.errors, .errorss {
position: absolute;
bottom: 2px;
left: 10px;
font: normal 12px Arial, sans-serif;
color: red;
z-index: 999;
}

/*COMENT*/
.comments{
    width: 1300px;
    margin: 120px auto;
    position: relative;
    top: 120px;
}

#comments{
    font-family: 'Lato', sans-serif;
    color: #00337C;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 50px;
}

.comment-body{
      border-bottom: 1px solid #ccc;
      margin: 25px 0;
      position: relative;
}

.commentlist{
    list-style: none;
}

.comment-author{
    float: left;
}

.comment-author img{
    float: left;
    margin-right: 15px;

}

.comment-meta{
    margin-bottom: 20px;
}

.comment-meta a{
    margin: 10px;
    color: #8D8D8D;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}

.fn{
    color: #3478e3;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.comment-body p{
    margin-left: 40px;
    font-family: 'Lato', sans-serif;
    padding-bottom: 20px;
}

.reply{
    position: absolute;
    right: 0;
    top: 0;
}

.children{
    list-style: none;
    margin-left: 40px;
}

.comment-reply-link{
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #8D8D8D;
}

.comment-reply-link:hover{
    color: green;
}

#respond h3{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    margin-left: -2px;
    color: green;
}

#commentform p{
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
    margin-left: -8px;
}

#commentform p a{
    margin-left: 10px;
    text-decoration: none;
    font-weight: bold;
}

#commentform p a:hover{
    color: green;
}

#commentform #submit{
    width: 100px;
    height: 30px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

#commentform #submit:hover{
    color: #ccc;
}

#commentform #author{
    margin-right: 10px;
}

#commentform #email{
    margin-right: 10px;
}

#commentform #url{
    margin-right: 10px;
}

#commentform{
    background: #E2E2E2;
    padding: 10px;
}

/*BANNER............................................................BANNER*/
.feadBlok{
    width: 935px;
    height: 1400px;
}

.banBlok{
    width: 461px;
    height: 1400px;
    position: absolute;
    right: 0;
    top: 0;
}

.bans{
    width: 430px;
    height: 240px;
    margin: 15px 20px 30px 17px;
}

.bans a{
    display: block;
    cursor: pointer;
    width: 430px;
    height: 240px;
}

.globBan1 a{
    display: block;
    width: 1367px;
    height: 100px;
    cursor: pointer;
}

.globBan2 a{
    display: block;
    width: 1367px;
    height: 100px;
    cursor: pointer;
}

.bans:hover{
    box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    -o-box-shadow: 0px 0px 10px #000;
}

.globBan1:hover{
    box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    -o-box-shadow: 0px 0px 10px #000;
}

.globBan2:hover{
    box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    -o-box-shadow: 0px 0px 10px #000;
}

.feadNewsUl{
    background-image: url(../connectwork.png);
}


