/* Template created by CENTROARTS.com | Author: Rumin Sergey | URL: http://centroarts.com */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
    margin: 0;
    padding: 0;
}
body {
    
    word-wrap: break-word;
    background: url("/uploads/pagebgtop5-min.png") repeat-y 50% 0 #2B3A53 ;
}


}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    line-height: normal;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

a {
    color: #44a1c7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0 none;
}

textarea {
    resize: vertical;
}

input, textarea, select, button, body {
    font: normal 13px/17px Tahoma, "Trebuchet MS", Helvetica, sans-serif;
}

input, textarea, select, button, a {
    outline: none;
}

p {
    margin-bottom: 0.4em;
}

hr {
    border: 0 none;
    border-top: 1px solid #dbe8ed;
    height: 1px;
}

ul {
    margin: 0 0 18px 2em;
    list-style: disc outside;
}

ol {
    margin: 0 0 18px 2.1em;
    list-style: decimal;
}

.reset, .reset li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clr {
    clear: both;
}

.thide, .htmenu span {
    overflow: hidden;
    display: block;
    height: 0;
    line-height: normal;
}

table.userstop, table.pm, table.tableform, table.calendar {
    border-collapse: collapse;
    border-spacing: 0;
}

.lcol, .rcol, form {
    display: inline;
}

.lcol {
    float: left;
}

.rcol {
        float: right;
    }
    
    .small {
    font-size: 0.85em;
}

.green {
    color: #BE4500;
}

.wrapper {
    max-width: 1120px;
    width: 92%;
    text-align: left;
    margin: 0 auto;
}

.wwide {
    width: 100%;
}

.wrapper, .wwide {
    min-width: 1120px;
}

.btn_reglog, .radial, .fbutton, #loading-layer, #dropmenudiv, .baseform, .ui-dialog, .mass_comments_action, .bbcodes, .ui-button {
    -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
    
    /*---header---*/
    .pagebg {
        
        padding-top: 155px;
        
    }
    
    #headbar {
        background: url("../images/headbar.png") repeat-x 0 100%;
        padding-bottom: 4px;
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
    }
    
    /*---logotype---*/
    #header {
        
        height: 112px;
        background: rgb(21, 30, 5);
        background: rgba(0, 0, 0, 0.85);
    }
    
    #header .container {
        padding: 0 25px 0 290px;
    }
    
    #header h1 {
        
        margin-left: -295px;
        width: 290px;
        float: left;
        text-align: center;
    }
    
    #earth  {
        margin: 58px 0px 0px 23px;
        
        float: left;
        display: block;
        
        width: 85px;
        height: 85px;
        background: url("/uploads/dfx-earht2.png");
        border-radius: 50%;
        background-size: 158px;
        box-shadow: inset 16px 0 40px 6px rgb(0, 0, 0),
            inset -3px 0 6px 2px rgba(255, 255, 255, 0.2);
        animation-name: rotate;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    
    @keyframes rotate {
        from {
            background-position-x: 0px;
        }
        to {
            background-position-x: 158px;
        }
    }
    
    #header h1 a {
        display: block;
        width: 550px;
        padding-top: 110px;
        margin: 46px auto 0 auto;
        z-index: 2152;
        
        background: url("/uploads/dfx-logo2-min.png");
    }
    
    #header .rcol {
        padding-top: 20px;
        width: 100%;
    }
    
    /*---Speedbar---*/
    #speedbar {
        padding-top: -5px;
        
        height: 38px;
        background: rgb(41, 58, 10);
        background: rgba(0, 0, 0, 0.7);
    }
    
    #speedbar .container {
        overflow: hidden;
        padding: 0 20px;
    }
    
    
    /*---headlinks---*/
    .headlinks {
        float: right;
        display: inline;
        margin-top: 120px;
        margin-left: 20px;
        height: 26px;
    }
    .headlinks ul, .headlinks ul li, .headlinks, ul.loginbox li {
    float: right;
}
.headlinks ul {
    line-height: 22px;
    margin-left: 20px;
}
.headlinks ul li {
    background: url("../images/headlinks.png") no-repeat 0 50%;
    padding: 0 10px 0 11px;
}
.headlinks ul a, .lvsep, .lvsep a {
    color: #fff;
}
.headlinks ul a:hover, .lvsep a:hover {
    color: #218293;
}
/*---login---*/
.loginbox {
    
    display: inline;
}

.loginbox ul.loginbox {
    margin-top: 80px;
    z-index: 3000;
    
    float: right;
    height: 26px;
}

ul.loginbox li {
    margin-left: 10px;
    line-height: 23px;
}

.loginbtn a {
    color: #FEFFFF;
    text-shadow: 0 1px 0 #218293;
    text-decoration: none;
    display: block;
    width: 61px;
    height: 26px;
    text-align: center;
    background: url("/uploads/dfx-loginbtn.png") no-repeat;
}

.loginbtn a:hover {
    background-position: 0 -26px;
}

.logform li.lfield {
    margin-bottom: 10px;
}

.logform li.lbtn {
    text-align: center;
}

.logform li.lfield input {
    width: 265px;
}

.logform li.lfchek input {
    width: 13px;
    border: none;
    background: none;
}

.logform li.lfchek label {
    display: inline;
    margin-bottom: 0.2em;
}

/*---toolbar---*/

#toolbar {
    position: relative;
    z-index: 151;
}





/*---Shadows---*/
.shadlr {
    width: 100%;
    background: url("../images/shadlr.png") no-repeat;
}

.shadlr .shadlr {
    background-position: 100% 0;
}

.container {
    margin: 0 15px;
}

/*---BodyTemplate---*/
.wsh {
    padding-right: 8px;
    overflow: hidden;
    height: 8px;
    font: 1px/1px sans-serif;
    background: #fff url("/uploads/dfx-wsh.png") no-repeat 100% -8px;
}

.wsh .wsh {
    background-position: 0 0;
    padding: 0;
}

#vsepfoot {
    background-position: 100% -24px;
}

#vsepfoot .wsh {
    background-position: 0 -16px;
}

.vsep {
    background: #f1f0ed url("../images/vsep.png") repeat-y;
    padding: 0 0 0 270px;
}

.vsep .vsep {
    padding: 0;
    width: 100%;
    background: #fff;
}

#sidebar {
    padding: 6px 0 0 13px;
    width: 257px;
    margin: 0 0 0 -270px;
}

#midside {
    padding: 6px 0 0 0;
    width: 100%;
    overflow: hidden;
}

#midside img {
    max-width: 660px;
}

/*---Slider---*/
.slider {
    height: 300px;
    position: relative;
    margin-top: -35px;
}


#slides, .slides_container, .slider .container {
    height: 271px;
}
.slides_container {
    position: relative;
    background: #000 url("/uploads/loading.gif") no-repeat 50% 50%;
    width: 100%;
    overflow: hidden;
}
.pagination {
    text-align: center;
    height: 57px;
    margin: 0;
    padding: 3px 0 0 0;
    list-style: none;
}
.pagination li {
    display: inline-block;
    width: 62px;
    height: 19px;
    zoom: 1;
    *display: inline;
}
.pagination li a {
    background: url("/uploads/dfx-pagination2.png") no-repeat;
    display: block;
    width: 57px;
    padding-top: 19px;
    height: 0;
    overflow: hidden;
}
.pagination li a:hover {
    background-position: -57px 0;
}
.pagination li.current a {
    background-position: -114px 0;
}

.slider .dleft, .slider .dright {
    background: url("/uploads/dfx-slider.png") no-repeat;
    height: 273px;
    width: 23px;
    position: absolute;
    top: 0;
}
.slider .dleft {
    left: 0;
    background-position: 0 0;
}
.slider .dright {
    right: 0;
    background-position: -23px 0;
}
/*---buttons---*/
.fbutton, .vresult {
    border: 0 none;
    background: none;
    cursor: pointer;
}

.fbutton {
    text-shadow: 0 1px 0 #fff;
    margin-bottom: 2px;
    border: 1px solid #c4c4c4;
    width: 103px;
    height: 31px;
    color: #3c3c3c;
    padding: 4px 0 5px 0;
    background: #fff url("../images/fbutton.png") repeat-x 0 100%;
    font-weight: bold;
    -moz-box-shadow: 0 1px 4px -2px black;
    -webkit-box-shadow: 0 1px 4px -2px black;
    box-shadow: 0 1px 4px -2px black;
}

.fbutton:hover {
    background-position: 0 5px;
}

button.fbutton span {
    cursor: pointer;
    display: block;
}

/*---blocks---*/
.block {
    position: relative;
    background: #fff url("../images/block.png") repeat-y -244px 0;
    margin: 0 0 15px 0;
    width: 240px;
    padding: 0 2px;
}

.block .dtop, .block .dbtm {
    background: url("../images/block.png") no-repeat;
    height: 6px;
    position: absolute;
    left: 0;
    width: 244px;
    overflow: hidden;
    font: 1px/1px sans-serif;
}

.block .dtop {
    top: -1px;
}

.block .dbtm {
    background-position: -488px 100%;
    height: 8px;
    bottom: -3px;
}

.block .btl {
    border-bottom: 1px solid #dedede;
    height: 45px;
    line-height: 45px;
    padding: 0 13px;
    font-size: 1.3em;
}

.block .dcont {
    background: url("../images/greytop.png") repeat-x 0 2px;
    padding: 13px;
}

/*---LeftMenu---*/
.leftmenu {
    background-color: #F1F0ED;
}

.leftmenu a {
    color: #fff;
}

.lmenu {
    
}

.lmenu a, .lmenu a span {
    cursor: pointer;
    display: block;
}

.lmenu a {
    text-shadow: 0 1px 0 #F1F0ED;
    text-decoration: none;
    background: url("../images/lmenuhov.png") no-repeat 0 -999px;
    padding: 7px 0 8px 0;
    width: 100%;
    
}

.lmenu a span {
    padding: 0 13px;
}

.lmenu a:hover {
    text-shadow: 0 1px 0 #F1F0ED;
    
    background: #F1F0ED url("../images/lmenuhov.png") repeat-x;
}

.leftmenu .dcont {
    background: #F1F0ED url("../images/lmenucont.jpg") no-repeat;
}

/*---Votes---*/
#bvote .btl h4 {
    margin-top: 12px;
    float: left;
    font-size: 1em;
}

#bvote .btl .vresult {
    margin-top: 11px;
    float: right;
}

.vtitle {
    margin-top: -20px;
    padding: 10px 0 0 0;
    display: block;
    color: #fff;
    position: relative;
    background: #87c11f url("../images/vtitle.png") no-repeat;
}

.vtitle b {
    width: 194px;
    padding: 0 10px 24px 10px;
    display: block;
    background: url("../images/vtitle.png") no-repeat -214px 100%;
}

.vresult {
    width: 31px;
    height: 25px;
    padding: 0;
    background: url("../images/vresult.png") no-repeat 100% 0;
}

.vresult:hover {
    background-position: 0 -25px;
}

.votefoot {
    text-align: center;
    padding: 11px 13px;
    border-top: 1px solid #d7d7d7;
    background: #f7f7f7 url("../images/votefoot.png") repeat-x 0 -1px;
}

.vote, #dle-poll-list div {
    clear: both;
    padding: 2px 0 2px 2px;
}

.vote input, #dle-poll-list div input {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

#dle-poll-list {
    text-align: left;
}

.pollfoot {
    padding-top: 14px;
    background: url("../images/ussep.png") no-repeat 50% 0;
}

.pollhead {
    margin-bottom: 10px;
    color: #6faf18;
}

/*---Informer---*/
.block2 {
    
    width: 240px;
    background: #F1F0ED url("../images/block2.png") no-repeat;
}

.block2 .dtop {
    background: url("../images/block2.png") no-repeat -240px 100%;
}

.block2 .dcont {
    margin: 0 13px;
    padding: 13px 0;
}

.block2 .btl {
    margin-bottom: 10px;
}

.informer {
    padding: 13px 0 0;
    margin-bottom: 13px;
    background: url("../images/informer.png") repeat-x;
}

.informer p a {
    color: #56840c;
}

/*---Popular news---*/
#popular .btl {
    border-bottom: 1px solid #a6a6a6;
}

#popular .dcont {
    border-top: 0px solid #9ace45;
    background: #7db91c url("../images/poplbg.png") repeat-y;
}

#popular ul {
    margin: 0;
    list-style: none;
}

#popular li {
    padding-left: 8px;
    background: url("../images/barrow.png") no-repeat 0 7px;
}

#popular a {
    padding: 0px 0 0px 0;
    display: block;
    width: 100%;
    color: #e8f3d4;
    background: url("../images/popline.png") no-repeat 0 100%;
}

#popular a:hover {
    color: #fff;
}

/*---footbox---*/
.footbg {
    min-height: 140px;
    color: #2c2c2c;
    
}

.ftbar {
    margin: 28px 0 0 -11px;
    height: 123px;
    background: url("../images/ftbar_right.png") no-repeat 100% 0;
}

.ftbar .ftbar {
    overflow: hidden;
    margin: 0 15px;
    background: url("../images/ftbar_left.png") no-repeat;
}

#fmenu, #fmenu li {
    float: left;
}

#fmenu {
    margin: 28px 0 0 -11px;
}

#fmenu li {
    padding: 0 10px;
    border-left: 1px solid #197DB3;
}

#fmenu li a {
    color: #fff;
}

/*---change-skin---*/
#change-skin {
    background: #273709 url("../images/change-skin.png") no-repeat;
    float: right;
    margin-top: 21px;
    width: 206px;
    height: 32px;
}

.change-skin {
    padding: 5px 6px 0 5px;
    height: 21px;
}

.change-skin .lcol {
    color: #fff;
    padding-left: 2px;
    line-height: 20px;
    font-size: 0.85em;
}

.change-skin .rcol {
    padding: 2px 0 0 2px;
    width: 115px;
    height: 19px;
    background: #fff url("../images/change-skin.png") no-repeat 0 -32px;
}

.change-skin select {
    font-size: 0.85em;
    background-color: #fff;
    width: 113px;
    height: 17px;
    border: 0 none;
}

/*---blocktags---*/
.blocktags {
    padding: 13px 15px;
    border: 1px solid #9ec764;
}

.blocktags a, .blocktags {
    color: #e6f4d5;
}

.blocktags a:hover {
    color: #fff;
}

/*---footer---*/
.footer {
    height: 130px;
    background-color: #060C0F;
    border-top: 3px solid #5098D3;
    
    
}

.footer .wrapper {
    position: relative;
}

.footer .container {
    padding-top: 20px;
    margin: 0 0 0 30px;
    padding-right: 90px;
}

.footer h2, .counts {
    display: inline;
}

.footer h2 a {
    background: url("/uploads/dfx-logofoot.png");
    float: left;
    width: 34px;
    padding-top: 34px;
    margin-right: 15px;
}

.copyright {
    color: #fff;
    float: left;
}

.copyright a {
    color: #fff;
}

.counts ul {
    display: inline;
}

.counts ul li {
    float: right;
    width: 88px;
    height: 31px;
    margin-left: 5px;
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity=50);
}

.counts ul li:hover {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter:alpha(opacity=100);
}

.toptop {
    background: #84be1f url("/uploads/dfx-toptop.png");
    width: 41px;
    padding-top: 43px;
    top: -1px;
    right: 30px;
    position: absolute;
}

.toptop:hover {
    background-position: 0 -43px;
}

/*---Центральная часть контента---*/
.dpad {
    margin: 0 15px;
}

/*---Center Banner---*/
.hban {
    background: url("/uploads/dfx-hbanleft.png") no-repeat 0 100%;
}

.hban .hban {
    padding-bottom: 38px;
    background: url("/uploads/dfx-hbanright.png") no-repeat 100% 100%;
}

/*---Сортировка новостей---*/
.sortn {
    margin: 0 0 13px 0;
    height: 33px;
    background: url("../images/sortn.png") no-repeat;
}

.sortn .sortn {
    text-align: center;
    line-height: 29px;
    padding: 0 15px;
    background-position: 100% -33px;
    font-size: 0.85em;
    margin: 0;
}

.sortn img {
    vertical-align: middle;
}

/*---Краткая содержимое---*/
.base {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    background: url("../images/basefoot.png") repeat-x 0 100%;
}

.bsep {
    font: 1px/1px sans-serif;
    height: 25px;
    background: url("../images/bsep.png") repeat-x;
}

.base .btl {
    margin-bottom: 2px;
}

.base .btl a, .base .btl {
    color: #0E2934;
}

.binfo, .argcat {
    color: #888785;
    padding-bottom: 8px;
}

.argcat {
    padding-left: 10px;
    background: url("../images/garrow.png") no-repeat 1px 5px;
}

.base .maincont {
    text-align: justify;
    padding-top: 14px;
    border-top: 1px solid #cfcfcf;
    background: url("../images/maincont.png") repeat-x;
}

.argcoms b {
    text-align: center;
    margin: 0 0 6px 10px;
    color: #fff;
    text-shadow: 0 1px 0 #5f9d06;
    font: bold 2em/50px Arial, Sans-serif;
    float: right;
    width: 50px;
    height: 60px;
    background: url("/uploads/dfx-argcoms.png") no-repeat 100% 0;
}

.argcoms a {
    text-decoration: none;
    color: #fff;
}

.maincont img {
    padding: 5px;
    border: none;
}

.editdate {
    color: #888785;
    border-top: 1px solid #f1f0ed;
    padding-top: 10px;
    margin-bottom: 12px;
}

.storenumber, .maincont, .berrors, .basecont, .basenavi {
    margin-bottom: 15px;
}

/*---Подробнее---*/
.mlink {
    margin-bottom: 7px;
    height: 35px;
    background: #f1f0ed url("../images/mlink.png") no-repeat;
}

.mlink .mlink {
    margin: 0;
    padding: 4px 3px 0 7px;
    height: 31px;
    background: url("../images/mlink.png") no-repeat 100% -35px;
}

.argmore a, .argmore a b, .argpoll a, .argpoll a b {
    float: left;
    height: 28px;
    background: url("/uploads/dfx-argmore.png") no-repeat;
}

.argpoll a, .argpoll a b {
    background: url("../images/argpoll.png") no-repeat;
}

.argmore a, .argpoll a {
    margin-left: 5px;
    float: right;
    text-shadow: 0 1px 0 #5f9d06;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    background-color: #76b41a;
}

.argmore a b, .argpoll a b {
    cursor: pointer;
    padding: 0 14px;
    background-position: 100% -28px;
}

.argpoll a {
    background-color: #fff;
    color: #61a117;
    text-shadow: 0 1px 0 #fff;
}

.argpoll a b {
    padding: 0 38px 0 14px;
}

.argmore a:hover, .argpoll a:hover {
    background-position: 0 -56px;
}

.argmore a:hover b, .argpoll a:hover b {
    background-position: 100% -84px;
}

.isicons {
    display: inline;
}

.isicons li {
    float: right;
    width: 19px;
    height: 19px;
    margin-top: 4px;
}

.isicons li img {
    display: block;
}

/*---ratebox---*/
.rate {
    width: 85px;
    height: 17px;
    overflow: hidden;
}

.mlink .rate {
    padding-top: 5px;
}

/*---Tags---*/
.btags {
    background: #79b61b url("../images/btags.png") no-repeat;
    height: 33px;
}

.btags .btags {
    color: #f2ffde;
    line-height: 32px;
    padding: 0 10px;
    background-color: transparent;
    background-position: 100% -33px;
}

.btags a {
    color: #fff;
}

.fullstory {
    border: 0 none;
}

.mlinktags {
    background-position: 0 -70px;
}

.mlinktags .mlink {
    background-position: 100% -105px;
}

/*---А также:---*/
.related {
    background: #484848 url("../images/relatedfoot.png") no-repeat 0 100%;
}

.related .dtop {
    padding: 0 8px;
    height: 30px;
    background: url("../images/relatedtop.png") repeat-x;
}

.related .dtop span, .related .dtop span b {
    float: left;
    height: 30px;
    background: url("../images/related.png") no-repeat 100% -30px;
}

.related .dtop span {
    line-height: 30px;
    color: #659928;
    background-color: #fff;
    background-position: 0 0;
    position: relative;
    margin-top: -1px;
}

.related .dtop span b {
    padding: 0 31px 0 17px;
}

.related ul {
    padding: 8px 15px 13px 15px;
    color: #fff;
}

.related ul a {
    color: #fff;
}

/*---Вывод ошибок---*/
.berrors {
    color: #483608;
    padding: 15px 15px 15px 72px;
    background: #faf1c2 url("../images/berrors.png") no-repeat 9px 10px;
}

.berrors a {
    color: #a85003;
}

/*---Заголовок страниц---*/
.heading {
    font-size: 1.5em;
    line-height: normal;
    color: #BE4500;
    margin-bottom: 8px;
}

/*---Комментарии---*/
.bcomment {
    border-top: 3px solid #484848;
    padding-left: 130px;
    padding-bottom: 15px;
}

.bcomment .lcol {
    border-top: 1px solid #b6b5b3;
    background: #f1f0ed url("../images/bcomleft.png") repeat-x 0 100%;
    color: #707070;
    margin-left: -130px;
    padding: 14px 0 10px 15px;
    width: 115px;
}

.bcomment .lcol ul {
    font-size: 0.85em;
}

.bcomment .lcol .avatar {
    width: 100px;
    overflow: hidden;
    margin-bottom: 4px;
}

.bcomment .lcol .avatar img {
    width: 100px;
    display: block;
}

.bcomment .rcol {
    padding-top: 15px;
    background: url("../images/bcomright.png") repeat-x;
    width: 100%;
}

.bcomment .dtop {
    height: 29px;
}

.bcomment .dtop h3, .bcomment .dtop span {
    color: #707070 ;
}

.bcomment .dtop h3 a {
    color: #79b61b;
}

.bcomment .dtop span {
    float: right;
    font-size: 0.85em;
    padding-right: 18px;
    background: url("../images/speedbar.png") no-repeat 100% 50%;
    height: 16px;
    line-height: 16px;
}

.cominfo {
    position: relative;
    margin-bottom: 12px;
    height: 30px;
    background: #f1f0ed url("../images/cominfo.png") no-repeat 100% 0;
}

.cominfo .dleft {
    width: 15px;
    height: 44px;
    position: absolute;
    top: -7px;
    left: -15px;
    background: url("../images/comileft.png") no-repeat;
}

.cominfo ul {
    float: left;
    line-height: 29px;
}

.cominfo ul li {
    background: url("../images/cominfoli.png") no-repeat 0 52%;
    padding-left: 12px;
    color: #707070;
    float: left;
    height: 30px;
    margin-right: 15px;
}

.argreply a {
    text-align: center;
    text-shadow: 0 1px 0 #629915;
    color: #fff;
    font-size: 0.85em;
    margin-left: 4px;
    float: right;
    width: 80px;
    height: 30px;
    line-height: 28px;
    background: #76b41a url("../images/argreply.png");
}

.argreply a:hover {
    text-decoration: none;
    background-position: 0 -30px;
}

.comedit, .comedit ul li, .comedit ul li a {
    height: 21px;
}

.comedit ul {
    float: right;
}

.comedit ul li, .comedit ul li a {
    float: left;
}

.comedit ul li {
    line-height: 21px;
    border-left: 1px solid #fff;
}

.comedit ul li a {
    padding: 0 8px;
    background-color: #f1f0ed;
}

.comedit ul li.selectmass {
    position: relative;
    background-color: #f1f0ed;
    width: 21px;
}

.comedit ul li.selectmass input {
    position: absolute;
    top: 4px;
    left: 4px;
    margin: 0;
}

.signature, .slink {
    color: #707070;
}

/*---forms---*/
.baseform .heading {
    color: #707070;
    font-size: 1.4em;
}

.baseform, .mass_comments_action {
    margin: 0 15px 15px 15px;
    background-color: #f1f0ed;
}

.mass_comments_action {
    padding: 10px 13px;
}

.baseform .dcont {
    padding: 13px 0;
    margin: 0 13px;
}

.baseform .dcont .heading {
    margin: 0;
}

.tableform {
    width: 100%;
}

.tableform td {
    ;
}

.tableform td.label {
    width: 20%;
    vertical-align: top;
    padding-right: 0;
    font-weight: bold;
}

.fieldsubmit, .tableform td {
    padding: 10px 13px;
    border-top: 1px solid #fff;
}

.addnews {
    font-weight: bold;
}

.impot {
    color: #d51e44;
    font-weight: normal;
}

.checkbox {
    padding: 4px 0;
    line-height: 1em;
}

.checkbox input {
    margin-top: -2px;
    vertical-align: middle;
}

.f_input {
    width: 300px;
    padding: 1px;
}

.f_textarea {
    width: 458px;
}

.fieldtr select, .textin, .f_textarea, .f_input, .xfields textarea, .xprofile textarea,.xfields input, .xprofile input, .xfields select, .xprofile select, .mass_comments_action select, .logform li.lfield input {
    padding: 2px;
    background: #fff url("../images/fields.png") repeat-x;
    border: 1px solid #bcc0c2;
}

.f_textarea, .editor_button select {
    padding: 0;
}

.textin {
    padding: 2px;
}

/*---search---*/
.searchstyle {
    width: 480px;
}

.search {
    font-size: 11px;
}

.searchtable fieldset legend {
    color: #404040;
}

.searchitem {
    font-size: 0.85em;
    border-top: 1px solid #dfddd9;
    padding: 10px 0;
}

#searchuser, #searchinput {
    width: 90% !important;
}

/*---Userinfo---*/
.userinfo {
    padding-left: 125px;
}

.rateui {
    width: 85px;
    height: 17px;
    margin: 0 auto;
    padding-top: 4px;
}

.userinfo .lcol {
    margin-left: -125px;
    width: 110px;
    padding-right: 15px;
}

.userinfo .lcol .avatar {
    margin-bottom: 10px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #dfddd9;
}

.userinfo .lcol .avatar img {
    width: 100px;
}

.userinfo .rcol {
    width: 100%;
}

.userinfo .rcol ul {
    list-style: none;
    margin-left: 0;
}

.userinfo .rcol ul li {
    margin-bottom: 0.2em;
}

.ussep {
    padding-top: 12px;
    background: url("../images/ussep.png") no-repeat;
}

/*---statistics---*/
.statistics {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.statistics ul.lcol {
    min-height: 71px;
    margin: 0 0 20px -1px;
    width: 33.3%;
}

.statistics ul.lcol li {
    padding: 0 15px 0 0;
    margin-bottom: 2px;
}

/*---Постраничная навигация---*/
.storenumber {
    font-weight: bold;
}

.basenavi {
    height: 39px;
    background: url("../images/basenavi.png") no-repeat;
}

.navigation, .navigation a, .navigation span {
    float: left;
}

.navigation {
    font-size: 1.3em;
    padding: 7px 0 0 7px;
}

.navigation a {
    text-decoration: none;
}

.navigation a, .navigation span {
    padding: 0 4px;
    height: 22px;
    line-height: 21px;
}

.navigation a, .navigation span.nav_ext {
    color: #2c2c2c;
}

.navigation a:hover {
    color: #fff;
    background-color: #0677AE;
}

.navigation span {
    color: #0677AE;
}

.nextprev {
    float: right;
    width: 76px;
}

.nextprev .thide {
    float: left;
    width: 38px;
    padding-top: 39px;
    background: #7bb81b url("/uploads/dfx-basenavi.png") no-repeat 0 -39px;
}

.nextprev a span {
    cursor: pointer;
}

.nextprev span .pnext {
    background-position: -38px -39px;
}

.nextprev a .pnext {
    background-position: -114px -39px;
}

.nextprev span .pprev {
    background-position: 0 -39px;
}

.nextprev a .pprev {
    background-position: -76px -39px;
}

.pm_status {
    float:left;
    border: 1px solid #d8d8d8;
    padding: 0px;
    background-color: #fff;
    width: 300px;
    height: 100px;
    margin-left: 20px;
    margin-right: 5px;
}

.pm_status_head {
    border-bottom: 1px solid #d8d8d8;
    font-size: 0.9em;
    
    background: #fff url("../images/bbcodes.png") repeat-x 0 100%;
    height: 22px;
    padding: 0;
    font-weight: bold;
    text-align: center;
    color: #4e4e4e;
}

.pm_status_content {
    padding: 5px;
}
/* == 10. Horizontal menu Background == */

/*====================
Color Scheme Begin
=====================================================================
====================================================================*/

/* Menu bar background color */
#navigation, 
#nav li ul li, 
#nav li ul li a{
    background: #080A0D;
    
}

/* Menu Item text color */
#nav li a, 
#nav li a:hover, 
#nav li ul li,
#nav li ul li a,
#nav li ul li a:hover  {
    color: #fff;
    
}

/* Menu Item background color on hover */
#nav li a:hover, 
#nav li ul li a:hover  {
    background: #D58332;
    
}

/* Text Shadow */
#nav li a, 
#nav li a:hover, 
#nav li ul li a:hover  {
    text-shadow: 0 1px 1px #333;
    
}

/* Search form colors */
.searchform input, .searchform input:not(:focus){
    color:#B1B1B1;
    /*search form text color default*/
    background: #fff;
    /*search form background color default*/
}
.searchfield:focus{
    color: #D58332;
    /* search form text color after click */
}

/*=====================================================================
=======================================================================
Color Scheme End
====================*/

#menu_div{
    clear: both;
    position: relative;
    top: 0;
    left: 0;
}
/* Free space to top specialy for menu */

#navigation {
    position: fixed;
}

#navigation, #menu_div {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

#menu_div, #navigation, #menu, #nav{
    height: 45px;
    /* menu height */
}

#menu_div:hover,
#navigation:hover,
#nav li a:hover, #nav li ul a 
{
    opacity: 1;
    /* Menu transparency on mouse hover*/
}


#menu_div,
#navigation, 
#nav li a, 
#menu_div:not(:hover), 
#navigation:not(:hover)
{
    opacity: 0.90;
    /* Menu transparency on mouse out */
}


#menu {
    width: 1100px;
    margin:0 auto;
    /*center the menu*/
    padding:0;
    position: relative;
}

#nav{
    width: 1100px;
    margin:0;
    padding:0;
    position: relative;
    font-family: 'Arial', Helvetica, sans-serif;
}

#nav li a,#nav li {
    float:left;
}

#nav li {
    list-style:none;
    position:relative;
}

#nav li a {
    line-height: 45px;
    padding:0 15px;
    text-decoration:none;
    margin:0;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
}

/*====================
Submenu 
=====================*/
#nav li ul {
    display:none;
    position:absolute;
    left:0;
    top:100%;
    padding:0;
    margin:0;
}
/* hide submenu */

#nav li:hover > ul {
    display:block;
}
/* show submenu on hover */

#nav li ul li,#nav li ul li a {
    float:none;
    height: 35px;
    /* submenu item height */
    min-width: 280px;
    /* submenu item minimal width */
    line-height: 35px;
    border-right: 1;
    text-shadow: none;
    display:block;
    font-size:15px;
    font-weight:280;
    text-transform:inherit;
}
/* Submenu item */

#nav li ul li {
    _display:inline;
    /* для IE */
}

/* == 12. под под меню == */
#nav li ul li ul {
    display:none;
}

#nav li ul li:hover ul {
    left:100%;
    top:0;
}



/*========================
Transitions
========================*/

#nav li a:hover,
#nav li ul li a:hover  {
    -webkit-transition-property:color, background;
        
        -webkit-transition-duration: 0.5s, 0.5s;
        
        -webkit-transition-timing-function: linear, ease-out;
    }
    
    .searchfield:focus,
.searchfield:not(:focus){
    -webkit-transition-property:width;
        
        -webkit-transition-duration: 0.5s, 0.5s;
        
        -webkit-transition-timing-function: linear, ease-out;
    }
    
    #menu_div:hover,
        #navigation:hover,
        #nav li ul a, 
        #menu_div,
        #navigation, 
        #nav li a, 
        #menu_div:not(:hover), 
        #navigation:not(:hover)
        {
            -webkit-transition-property:opacity;
                
                -webkit-transition-duration: 0.5s, 0.5s;
                /* duration in seconds */
                -webkit-transition-timing-function: linear, ease-out;
            }
            /* Menu transparency animation */
            
            
            .news{
                display:block;
                overflow:hidden;
                padding-right: 10px;
                background: #F1F0ED;
                padding-bottom: 10px;
                padding-top: 10px;
            }
            .news{
            width:310px;
            border-bottom: 2px dotted #48546F;
        }
        .news-pos{
    width:180px;
}



}

.news-cont, .news-dalee{
    width:300px;
}
.news-cont span{
    display:block;
    color: #1AA7E2;
} 
.news-dalee{
    display:block;
}
.news-dalee-a a, .news-dalee-a2{
    color:#ccc;
    float:right;
    margin-right:10px;
    padding-right:17px;
}
a.news-dalee-aa, .news-dalee-aa a{
    color:#777;
    float:right;
    font-weight:bold;
}
a.news-dalee-aa:hover, .news-dalee-aa a:hover{
    color:#111;
}
.news-pos{
    display:block;
    overflow:hidden;
}
.news-cont{
    float:left;
    margin:0;
}
.news-cont{
    display:block;
    overflow:hidden;
}
.news-pos{
    float:left;
    margin-right:20px;
}
.news-pos{
    width:400px;
}

.gl-pop-right-title, .gl-pop-right-title a{
    display:block;
    clear:both;
    padding: 4px;
}
a.gl-pop-right-title, .gl-pop-right-title a{
    color: #0E2833;
}

.news-pos img{
    width:290px;
    min-height:111px;
}

.custom-update {
    margin-right:10px;
    background: #D58332;
    color: #FFFFFF;
    height: 15px;
    text-align: center;
    max-width: 310px;
    padding: 4px;
    top: 140px;
}

.custo {
    font-family: 'trebuchet ms', geneva;
    
    font-size:18px;
    
    margin-left:-11px;
    background: #0E2833;
    color: #fff;
    height: 15px;
    text-align: center;
    max-width: 332px;
    padding: 11px;
    top: 140px;
}

.custo2 {
    font-family: 'trebuchet ms', geneva;
    
    font-size:18px;
    
    margin-left:-10px;
    background: #0E2833;
    color: #fff;
    height: 15px;
    text-align: center;
    width: 434px;
    padding: 10px;
    top: 140px;
    margin-left:10px;
    
}




#cont2{
    
    float:right;
    display: block;
    width:330px;
    height:1640px;
    padding-right: 10px;
    
    margin-right: 10px;
    
}



#cont{
    border: 1px solid #ccc;
    
    
    float:right;
    display: block;
    background: #F1F0ED;
    width:325px;
    height:1310px;
    
    padding-left: 10px;
    margin-right: 10px;
}

#side2{
    border: 1px solid #A8A8A8;
    
    display: block;
    width:422px;
    height:470px;
    float:left;
    background: #ccc;
    margin-left:4px;
    
}

#side{
    border: 1px solid #ccc;
    
    margin-left:10px;
    
    display: block;
    background: #EFEFEF;
    width:432px;
    height:1200px;
    float:left;
    padding: 10px;
    
}

#side21{
    
    display: block;
    width:422px;
    height:320px;
    float:left;
    
    margin-left:4px;
    
    margin-top:10px;
    
}

#side22{
    
    display: block;
    width:300px;
    height:300px;
    margin-right: auto;
    margin-top: 10px;
    
    margin-left: auto;
    
}

#rmenu{
    
    
    
    display: block;
    width: 240px;
    height: 335px;
    background: #F1F0ED ;
    
}
#rmenu2{
    
    
    
    display: block;
    width: 240px;
    height: 50px;
    background: #F1F0ED ;
    
}



.slide-up-boxes a {
    display: block;
    height: 130px;
    width:420px;
    margin: 0px 1px 0px 0px;
    background: rgba(215, 215, 215, 0.7);
    border: 1px solid #ccc;
    height: 65px;
    cursor: default;
    overflow: hidden;
    text-decoration: none;
}

.slide-up-boxes h5 {
    color: #333;
    text-align: center;
    height: 65px;
    font: italic 20px/65px Georgia, Serif;
    
    
    /* Вертикальное центрирование текста за счет равных высот строки и элемента */
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.slide-up-boxes a:hover h5 {
    margin-top: -65px;
    opacity: 0;
}

.slide-up-boxes div {
    position: relative;
    color: white;
    font: 20px/18px Georgia, Serif;
    text-shadow: black 0.1em 0.1em 0.2em;
    
    height: 45px;
    padding: 10px;
    opacity: 0;
    -webkit-transform: rotate(6deg);
    -webkit-transition: all 0.4s linear;
    -moz-transform: rotate(6deg);
    -moz-transition: all 0.4s linear;
    -o-transform: rotate(6deg);
    -o-transition: all 0.4s linear;
}
.slide-up-boxes a:hover div {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
}
.slide-up-boxes a:nth-child(1) div {
    background: #c73b1b url(/uploads/posts/2017-11/r1.png) 15px 7px no-repeat;
    padding-left: 80px;
}
.slide-up-boxes a:nth-child(2) div {
    background: #367db2 url(/uploads/posts/2017-11/r2.png) 15px 7px no-repeat;
    padding-left: 80px;
}
.slide-up-boxes a:nth-child(3) div {
    background: #F79646 url(/uploads/posts/2017-11/r3.png) 15px 7px no-repeat;
    padding-left: 80px;
}
.slide-up-boxes a:nth-child(4) div {
    background: #393838 url(/uploads/posts/2017-11/r4.png) 15px 7px no-repeat;
    padding-left: 80px;
}
.slide-up-boxes a:nth-child(5) div {
    background: #4BACC6 url(/uploads/posts/2017-11/r5.png) 15px 7px no-repeat;
    padding-left: 80px;
}
.slide-up-boxes a:nth-child(6) div {
    background: #8064A2 url(/uploads/posts/2017-11/r6.png) 15px 7px no-repeat;
    padding-left: 80px;
}
.slide-up-boxes a:nth-child(7) div {
    background: #9BBB59 url(/uploads/posts/2017-11/r7.png) 15px 7px no-repeat;
    padding-left: 80px;
}












.ih-item{
    position:relative;
    -webkit-transition:all 0.35s ease-in-out;
    -moz-transition:all 0.35s ease-in-out;
    transition:all 0.35s ease-in-out}
.ih-item,.ih-item *{
    -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box}
    .ih-item a{
    color:#333}
.ih-item a:hover{
                text-decoration:none}
            .ih-item img{
    width:100%;
    height:100%}
.ih-item.circle{
    position:relative;
    width:300px;
    height:300px;
    border-radius:50%}
.ih-item.circle .img{
    position:relative;
    width:300px;
    height:300px;
    border-radius:50%}
.ih-item.circle .img:before{
    position:absolute;
    display:block;
    content:'';
    width:100%;
    height:100%;
    border-radius:50%;
    box-shadow:inset 0 0 0 5px rgba(255,255,255,0.6),0 1px 2px rgba(0,0,0,0.3);
    -webkit-transition:all 0.35s ease-in-out;
    -moz-transition:all 0.35s ease-in-out;
    transition:all 0.35s ease-in-out}
.ih-item.circle .img img{
    border-radius:50%}
.ih-item.circle .info{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    text-align:center;
    border-radius:50%;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden}
.ih-item.square{
    position:relative;
    width:316px;
    height:216px;
    border:8px solid #fff;
    box-shadow:1px 1px 3px rgba(0,0,0,0.3)}
.ih-item.square .info{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    text-align:center;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden}
.ih-item.circle.effect1 .spinner{
    width:230px;
    height:230px;
    border:10px solid #ecab18;
    border-right-color:#1ad280;
    border-bottom-color:#1ad280;
    border-radius:50%;
    -webkit-transition:all 0.8s ease-in-out;
    -moz-transition:all 0.8s ease-in-out;
    transition:all 0.8s ease-in-out}
.ih-item.circle.effect1 .img{
    position:absolute;
    top:10px;
    bottom:0;
    left:10px;
    right:0;
    width:auto;
    height:auto}
.ih-item.circle.effect1 .img:before{
    display:none}
.ih-item.circle.effect1.colored .info{
    background:#1a4a72;
    background:rgba(26,74,114,0.6)}
.ih-item.circle.effect1 .info{
    top:10px;
    bottom:0;
    left:10px;
    right:0;
    background:#333;
    background:rgba(0,0,0,0.6);
    opacity:0;
    -webkit-transition:all 0.8s ease-in-out;
    -moz-transition:all 0.8s ease-in-out;
    transition:all 0.8s ease-in-out}
.ih-item.circle.effect1 .info h3{
    color:#fff;
    text-transform:uppercase;
    position:relative;
    letter-spacing:2px;
    font-size:17px;
    margin:0 30px;
    padding:55px 0 0 0;
    height:110px;
    text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3)}
.ih-item.circle.effect1 .info p{
    color:#bbb;
    padding:10px 5px;
    font-style:italic;
    margin:0 30px;
    font-size:14px;
    border-top:1px solid rgba(255,255,255,0.5)}
.ih-item.circle.effect1 a:hover .spinner{
    -webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
-o-transform:rotate(180deg);
transform:rotate(180deg)}
.ih-item.circle.effect1 a:hover .info{
    opacity:1}


.ih-item.square.effect6{
    overflow:hidden}
.ih-item.square.effect6.colored .info{
    background:#1a4a72;
    background:rgba(26,74,114,0.6)}
.ih-item.square.effect6.colored .info h3{
    background:rgba(12,34,52,0.6)}
.ih-item.square.effect6 .img{
    -webkit-transition:all 0.35s ease-in-out;
        -moz-transition:all 0.35s ease-in-out;
        transition:all 0.35s ease-in-out;
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)}
    .ih-item.square.effect6 .info{
        background:#333;
        background:rgba(0,0,0,0.6);
        visibility:hidden;
        opacity:0;
        -webkit-transition:all 0.35s ease-in-out;
        -moz-transition:all 0.35s ease-in-out;
        transition:all 0.35s ease-in-out}
    .ih-item.square.effect6 .info h3{
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    font-size:17px;
    padding:10px;
    background:#111;
    margin:30px 0 0 0;
    -webkit-transition:all 0.35s ease-in-out;
    -moz-transition:all 0.35s ease-in-out;
    transition:all 0.35s ease-in-out}
.ih-item.square.effect6 .info p{
    font-style:italic;
    font-size:12px;
    position:relative;
    color:#bbb;
    padding:20px 20px 20px;
    text-align:center;
    -webkit-transition:all 0.35s 0.1s linear;
    -moz-transition:all 0.35s 0.1s linear;
    transition:all 0.35s 0.1s linear}
.ih-item.square.effect6 a:hover .img{
    -webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
-o-transform:scale(1.2);
transform:scale(1.2)}
.ih-item.square.effect6 a:hover .info{
    visibility:visible;
    opacity:1}
.ih-item.square.effect6.from_top_and_bottom .info h3{
    -webkit-transform:translateY(-100%);
        -moz-transform:translateY(-100%);
            -ms-transform:translateY(-100%);
            -o-transform:translateY(-100%);
            transform:translateY(-100%)}
        .ih-item.square.effect6.from_top_and_bottom .info p{
    -webkit-transform:translateY(100%);
        -moz-transform:translateY(100%);
        -ms-transform:translateY(100%);
        -o-transform:translateY(100%);
        transform:translateY(100%)}
    .ih-item.square.effect6.from_top_and_bottom a:hover .info h3,.ih-item.square.effect6.from_top_and_bottom a:hover .info p{
            -webkit-transform:translateY(0);
                -moz-transform:translateY(0);
                -ms-transform:translateY(0);
                -o-transform:translateY(0);
                transform:translateY(0)}
            .ih-item.square.effect6.from_left_and_right .info h3{
    -webkit-transform:translateX(-100%);
        -moz-transform:translateX(-100%);
        -ms-transform:translateX(-100%);
        -o-transform:translateX(-100%);
        transform:translateX(-100%)}
    .ih-item.square.effect6.from_left_and_right .info p{
    -webkit-transform:translateX(100%);
        -moz-transform:translateX(100%);
        -ms-transform:translateX(100%);
        -o-transform:translateX(100%);
        transform:translateX(100%)}
    .ih-item.square.effect6.from_left_and_right a:hover .info h3,.ih-item.square.effect6.from_left_and_right a:hover .info p{
    -webkit-transform:translateX(0);
        -moz-transform:translateX(0);
            -ms-transform:translateX(0);
            -o-transform:translateX(0);
            transform:translateX(0)}
        .ih-item.square.effect6.top_to_bottom .info h3{
    -webkit-transform:translateY(-100%);
        -moz-transform:translateY(-100%);
        -ms-transform:translateY(-100%);
        -o-transform:translateY(-100%);
        transform:translateY(-100%)}
    .ih-item.square.effect6.top_to_bottom .info p{
        -webkit-transform:translateY(-100%);
            -moz-transform:translateY(-100%);
            -ms-transform:translateY(-100%);
            -o-transform:translateY(-100%);
            transform:translateY(-100%)}
        .ih-item.square.effect6.top_to_bottom a:hover .info h3,.ih-item.square.effect6.top_to_bottom a:hover .info p{
    -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0)}
    .ih-item.square.effect6.bottom_to_top .info h3{
    -webkit-transform:translateY(100%);
        -moz-transform:translateY(100%);
        -ms-transform:translateY(100%);
        -o-transform:translateY(100%);
        transform:translateY(100%)}
    .ih-item.square.effect6.bottom_to_top .info p{
    -webkit-transform:translateY(100%);
        -moz-transform:translateY(100%);
            -ms-transform:translateY(100%);
            -o-transform:translateY(100%);
            transform:translateY(100%)}
        .ih-item.square.effect6.bottom_to_top a:hover .info h3,.ih-item.square.effect6.bottom_to_top a:hover .info p{
    -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0)}
    
    
    
    .ih-item.circle.effect11{
        -webkit-perspective:900px;
            -moz-perspective:900px;
            perspective:900px}
        .ih-item.circle.effect11 .img{
    opacity:1;
    -webkit-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;
    transform-origin:50% 50%;
    -webkit-transition:all 0.35s ease-in-out;
    -moz-transition:all 0.35s ease-in-out;
    transition:all 0.35s ease-in-out}
.ih-item.circle.effect11.colored .info{
    background:#1a4a72}
.ih-item.circle.effect11 .info{
    background:#333;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.35s ease 0.35s;
    -moz-transition:all 0.35s ease 0.35s;
    transition:all 0.35s ease 0.35s}
.ih-item.circle.effect11 .info h3{
    color:#fff;
    text-transform:uppercase;
    position:relative;
    letter-spacing:2px;
    font-size:17px;
    margin:0 50px;
    padding:55px 0 0 0;
    height:110px;
    text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,0.3)}
.ih-item.circle.effect11 .info p{
    color:#bbb;
    padding:10px 5px;
    font-style:italic;
    margin:0 50px;
    font-size:15px;
    border-top:2px solid rgba(255,255,255,0.5)}
.ih-item.circle.effect11 a:hover .img{
    opacity:0}
.ih-item.circle.effect11 a:hover .info{
                visibility:visible;
                opacity:1}
            .ih-item.circle.effect11.left_to_right .img{
    -webkit-transform:translateZ(0) rotateY(0);
        -moz-transform:translateZ(0) rotateY(0);
            -ms-transform:translateZ(0) rotateY(0);
            -o-transform:translateZ(0) rotateY(0);
            transform:translateZ(0) rotateY(0)}
        .ih-item.circle.effect11.left_to_right .info{
    -webkit-transform:translateZ(-1000px) rotateY(-90deg);
        -moz-transform:translateZ(-1000px) rotateY(-90deg);
        -ms-transform:translateZ(-1000px) rotateY(-90deg);
        -o-transform:translateZ(-1000px) rotateY(-90deg);
        transform:translateZ(-1000px) rotateY(-90deg)}
    .ih-item.circle.effect11.left_to_right a:hover .img{
            -webkit-transform:translateZ(-1000px) rotateY(90deg);
                -moz-transform:translateZ(-1000px) rotateY(90deg);
                -ms-transform:translateZ(-1000px) rotateY(90deg);
                -o-transform:translateZ(-1000px) rotateY(90deg);
                transform:translateZ(-1000px) rotateY(90deg)}
            .ih-item.circle.effect11.left_to_right a:hover .info{
    -webkit-transform:translateZ(0) rotateY(0);
        -moz-transform:translateZ(0) rotateY(0);
        -ms-transform:translateZ(0) rotateY(0);
        -o-transform:translateZ(0) rotateY(0);
        transform:translateZ(0) rotateY(0)}
    .ih-item.circle.effect11.right_to_left .img{
    -webkit-transform:translateZ(0) rotateY(0);
        -moz-transform:translateZ(0) rotateY(0);
        -ms-transform:translateZ(0) rotateY(0);
        -o-transform:translateZ(0) rotateY(0);
        transform:translateZ(0) rotateY(0)}
    .ih-item.circle.effect11.right_to_left .info{
    -webkit-transform:translateZ(-1000px) rotateY(90deg);
        -moz-transform:translateZ(-1000px) rotateY(90deg);
            -ms-transform:translateZ(-1000px) rotateY(90deg);
            -o-transform:translateZ(-1000px) rotateY(90deg);
            transform:translateZ(-1000px) rotateY(90deg)}
        .ih-item.circle.effect11.right_to_left a:hover .img{
    -webkit-transform:translateZ(-1000px) rotateY(-90deg);
        -moz-transform:translateZ(-1000px) rotateY(-90deg);
        -ms-transform:translateZ(-1000px) rotateY(-90deg);
        -o-transform:translateZ(-1000px) rotateY(-90deg);
        transform:translateZ(-1000px) rotateY(-90deg)}
    .ih-item.circle.effect11.right_to_left a:hover .info{
            -webkit-transform:translateZ(0) rotateY(0);
                -moz-transform:translateZ(0) rotateY(0);
                -ms-transform:translateZ(0) rotateY(0);
                -o-transform:translateZ(0) rotateY(0);
                transform:translateZ(0) rotateY(0)}
            .ih-item.circle.effect11.top_to_bottom .img{
    -webkit-transform:translateZ(0) rotateX(0);
        -moz-transform:translateZ(0) rotateX(0);
        -ms-transform:translateZ(0) rotateX(0);
        -o-transform:translateZ(0) rotateX(0);
        transform:translateZ(0) rotateX(0)}
    .ih-item.circle.effect11.top_to_bottom .info{
    -webkit-transform:translateZ(-1000px) rotateX(90deg);
        -moz-transform:translateZ(-1000px) rotateX(90deg);
        -ms-transform:translateZ(-1000px) rotateX(90deg);
        -o-transform:translateZ(-1000px) rotateX(90deg);
        transform:translateZ(-1000px) rotateX(90deg)}
    .ih-item.circle.effect11.top_to_bottom a:hover .img{
    -webkit-transform:translateZ(-1000px) rotateX(-90deg);
        -moz-transform:translateZ(-1000px) rotateX(-90deg);
            -ms-transform:translateZ(-1000px) rotateX(-90deg);
            -o-transform:translateZ(-1000px) rotateX(-90deg);
            transform:translateZ(-1000px) rotateX(-90deg)}
        .ih-item.circle.effect11.top_to_bottom a:hover .info{
    -webkit-transform:translateZ(0) rotateX(0);
        -moz-transform:translateZ(0) rotateX(0);
        -ms-transform:translateZ(0) rotateX(0);
        -o-transform:translateZ(0) rotateX(0);
        transform:translateZ(0) rotateX(0)}
    .ih-item.circle.effect11.bottom_to_top .img{
        -webkit-transform:translateZ(0) rotateX(0);
            -moz-transform:translateZ(0) rotateX(0);
            -ms-transform:translateZ(0) rotateX(0);
            -o-transform:translateZ(0) rotateX(0);
            transform:translateZ(0) rotateX(0)}
        .ih-item.circle.effect11.bottom_to_top .info{
    -webkit-transform:translateZ(-1000px) rotateX(-90deg);
        -moz-transform:translateZ(-1000px) rotateX(-90deg);
        -ms-transform:translateZ(-1000px) rotateX(-90deg);
        -o-transform:translateZ(-1000px) rotateX(-90deg);
        transform:translateZ(-1000px) rotateX(-90deg)}
    
    .ih-item.circle.effect11.bottom_to_top a:hover .info{
    -webkit-transform:translateZ(0) rotateX(0);
        -moz-transform:translateZ(0) rotateX(0);
            -ms-transform:translateZ(0) rotateX(0);
            -o-transform:translateZ(0) rotateX(0);
            transform:translateZ(0) rotateX(0)}
        

        
        /* Default styles for the demo buttons */
        .button {
            margin: .4em;
            padding: 1em;
            cursor: pointer;
            background: #2096C1;
            text-decoration: none;
            color: #fff;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }
        
        
        /* Bubble Bottom */
        .bubble-bottom {
            margin-right: auto;
            margin-left: auto;
            display: inline-block;
            position: relative;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        }
        .bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: bottom;
    transition-property: bottom;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0 10px;
    border-color: #1ABC9C transparent transparent transparent;
}
.bubble-bottom:hover:before, .bubble-bottom:focus:before, .bubble-bottom:active:before {
    bottom: -10px;
}


/* Bubble Float Top */
.bubble-float-top {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bubble-float-top:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    top: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #2096C1 transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top;
    transition-property: top;
}
.bubble-float-top:hover, .bubble-float-top:focus, .bubble-float-top:active {
    -webkit-transform: translateY(5px) translateZ(0);
        transform: translateY(5px) translateZ(0);
    }
    .bubble-float-top:hover:before, .bubble-float-top:focus:before, .bubble-float-top:active:before {
    top: -10px;
}

/* Bubble Float Right */
.bubble-float-right {
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bubble-float-right:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #2096C1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: right;
    transition-property: right;
}
.bubble-float-right:hover, .bubble-float-right:focus, .bubble-float-right:active {
    -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    .bubble-float-right:hover:before, .bubble-float-right:focus:before, .bubble-float-right:active:before {
    right: -10px;
}


nav {
    float: none;
    
    clear: both;
    width: 243px;
    
    right: 0;
    top: 10;
    bottom: 0;
    position: absolute;
    
    background: #EFEFEF;
    
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 1px 4px
        rgba(0, 0, 0, 0.3), 0 0 40px
        rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px
        rgba(0, 0, 0, 0.3), 0 0 40px
        rgba(0, 0, 0, 0.1) inset;
    
    
}
nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
nav li{
    float: none;
    
    width: 100%;
}
nav li a{
    font-family: 'trebuchet ms', geneva;
    display: block;
    
    width: 150;
    
    font-size: 135%;
    
    position: relative;
    
    line-height: 64px;
    z-index: 2;
    text-decoration: none;
    text-align: center;
    color: #0E2833;
    box-sizing: border-box;
    
    -moz-box-sizing: border-box;
    
    -webkit-box-sizing: border-box;
    
    transition: all 0.2s ease 0s;
    
    -webkit-transition: all 0.2s ease 0s;
    
}
/* -------------------------- */	
nav li a:hover {
    
    
    color: #fff;
    
    transition: all 0.2s ease 0s;
    
    -webkit-transition: all 0.2s ease 0s;
    
}
nav li:first-child a {
    
    
    border-right: 8px solid #EA4335;
    
}
nav li:nth-child(2) a {
    
    border-right: 8px solid #4285F4;
    
}
nav li:nth-child(3) a {
    
    border-right: 8px solid #34A853;
    
}
nav li:nth-child(4) a {
    
    border-right: 8px solid #FBBC05;
    
}
nav li:last-child a {
    
    border-right: 8px solid #757575;
    
}
/* -------------------------- */
nav li a:after {
    
    content: "";
    height: 100%;
    
    top: 0;
    
    right: 0;
    width: 0px;
    
    position: absolute;
    
    transition: all 0.3s ease 0s;
    
    -webkit-transition: all 0.3s ease 0s;
    
    z-index: -1;
}
/* -------------------------- */
nav li a:hover:after {
    
    width: 100%;
    
}
nav li:first-child a:after {
    
    background: #EA4335;
    
}
nav li:nth-child(2) a:after {
    
    background: #4285F4;
    
}
nav li:nth-child(3) a:after {
    
    background: #34A853;
    
}
nav li:nth-child(4) a:after {
    
    background: #FBBC05;
    
}
nav li:last-child a:after {
    
    background: #707070;
    
}
/* -------------------------- */
nav li:first-child a.active {
    
    color: #fff;
    
    background: #EA4335;
    
    transition: all 0.2s ease 0s;
    
    -webkit-transition: all 0.2s ease 0s;
    
}
nav li:first-child a.active:hover {
    
    color: #fff;
    
    transition: all 0.2s ease 0s;
    
    -webkit-transition: all 0.2s ease 0s;
    
}
nav li:first-child a:active {
    
    color: #fff;
    
    background: #EA4335;
    
    transition: all 0.2s ease 0s;
    
    -webkit-transition: all 0.2s ease 0s;
    
}
nav li:nth-child(2) a.active {
    
    color: #fff;
    
    background: #4285F4;
    
    transition: all 0.2s ease 0s;
    
    -webkit-transition: all 0.2s ease 0s;
    
}
nav li:nth-child(2) a.active:hover {
    
    color: #fff;
    
    transition: all 0.2s ease 0s;
    
    -webkit-transition: all 0.2s ease 0s;
    
}
nav li:nth-child(2) a:active {
    
    color: #fff;
    
    background: #4285F4;
    
    transition: all 0.2s ease 0s;
    
    -webkit-transition: all 0.2s ease 0s;
    
}
nav li:nth-child(3) a.active {
    
    color: #fff;
    
    background: #34A853;
    
    transition: all 0.2s ease 0s;
    
    -webkit-transition: all 0.2s ease 0s;
    
}
nav li:nth-child(3) a.active:hover {
    
    color: #fff;
    
    transition: all 0.2s ease 0s;
    
    -webkit-transition: all 0.2s ease 0s;
    
}
nav li:nth-child(3) a:active {
    
    color: #fff;
    
    background: #34A853;
    
    transition: all 0.2s ease 0s;
    
    -webkit-transition: all 0.2s ease 0s;
    
}
nav li:nth-child(4) a.active {
    
    color: #fff;
    background: #FBBC05;
    
    transition: all 0.2s ease 0s;
    
    -webkit-transition: all 0.2s ease 0s;
    
}
nav li:nth-child(4) a.active:hover {
    
    color: #fff;
    
    transition: all 0.2s ease 0s;
    
    -webkit-transition: all 0.2s ease 0s;
    
}
nav li:nth-child(4) a:active {
    
    color: #fff;
    background: #FBBC05;
    
    transition: all 0.2s ease 0s;
    
    -webkit-transition: all 0.2s ease 0s;
    
}
nav li:last-child a.active {
    
    color: #fff;
    
    background: #757575;
    
    transition: all 0.2s ease 0s;
    
    -webkit-transition: all 0.2s ease 0s;
    
}
nav li:last-child a.active:hover {
    
    color: #fff;
    
    transition: all 0.2s ease 0s;
    
    -webkit-transition: all 0.2s ease 0s;
    
}
nav li:last-child a:active:before  {
    
    color: #fff;
    
    background: #757575;
    
    transition: all 0.2s ease 0s;
    
    -webkit-transition: all 0.2s ease 0s;
    
}


#sotr2{
    
    display: block;
    width:320px;
    height:260px;
    float:left;
    margin-top: 50px;
    
    margin-left:55px;
    
}
#news1{
    border: 1px solid #ccc;
    
    
    float:right;
    display: block;
    background: #F1F0ED;
    width:775px;
    height:1600px;
    
    padding-left: 10px;
    margin-right: 10px;
    
}

#news2{
    border: 1px solid #ccc;
    
    
    
    display: block;
    background: #F1F0ED;
    width:725px;
    height:400px;
    
    padding: 10px;
    margin:10px;
}

#sotr1{
    
    margin-left:10px;
    
    display: block;
    width:775px;
    background: #f3f3f3;
    border: 1px solid #fff;
    border-radius: 5px;
    
    float:left;
    padding: 10px;
    
    margin-bottom:10px;
    
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    
}

#sotr3 {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);
    
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    border: 3px dashed #ccc;
    z-index: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-box-shadow:
        0 0 2px rgba(0, 0, 0, 0.2),
        0 1px 1px rgba(0, 0, 0, .2),
        0 3px 0 #fff,
        0 4px 0 rgba(0, 0, 0, .2),
        0 6px 0 #fff,  
        0 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow:
        0 0 2px rgba(0, 0, 0, 0.2),  
        1px 1px   0 rgba(0,   0,   0,   .1),
        3px 3px   0 rgba(255, 255, 255, 1),
        4px 4px   0 rgba(0,   0,   0,   .1),
        6px 6px   0 rgba(255, 255, 255, 1),  
        7px 7px   0 rgba(0,   0,   0,   .1);
    box-shadow:
        0 0 2px rgba(0, 0, 0, 0.2),  
        0 1px 1px rgba(0, 0, 0, .2),
        0 3px 0 #fff,
        0 4px 0 rgba(0, 0, 0, .2),
        0 6px 0 #fff,  
        0 7px 0 rgba(0, 0, 0, .2);
}

.ih2-item.circle .img{
    margin-left:40px;
    
    width:150px;
    height:200px;
}


.ih2-item.circle .img img{
    width:150px;
    height:200px;
    
    -webkit-box-shadow:
        0px 0px 0px 2px rgba(0,0,0,0.6),
        0px 0px 0px 14px #F1F1F1,
        0px 0px 0px 18px rgba(0,0,0,0.2),
        6px 6px 8px 17px #555;
    
    -moz-box-shadow:
        0px 0px 0px 2px rgba(0,0,0,0.6),
        0px 0px 0px 14px #F1F1F1,
        0px 0px 0px 18px rgba(0,0,0,0.2),
        6px 6px 8px 17px #555;
    
    box-shadow:
        0px 0px 0px 2px rgba(0,0,0,0.6),
        0px 0px 0px 14px #EEEEEE,
        0px 0px 0px 18px rgba(0,0,0,0.2),
        6px 6px 8px 17px #555;
    
}

.polaroid {
    border: 2px solid  #BDBCB8;
    
    position: relative;
    
}

.polaroid img {
    width: 298px;
    height:200px;
    
    border: 10px solid #FAFAFA;
    border-bottom: 45px solid #FAFAFA;
    -webkit-box-shadow: 3px 3px 3px #777;
    -moz-box-shadow: 3px 3px 3px #777;
    box-shadow: 3px 3px 3px #777;
}

.polaroid p {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0px;
    font: italic 15px/20px Georgia, Serif;
    color: #0A1A20;
}



#podrnews{
    
    float:right;
    display: block;
    
    margin-top: -20px;
    
}


#sotr4{

}
 
#sotr5{
    margin-left: auto;
    margin-right: auto;
    margin-left:10px;
    
    display: block;
    width:775px;
    background: #202123;
     border-top: 20px solid #0099B5;
    border-radius: 5px;
     height:435px;
    float:left;
    padding: 13px;
      border-bottom: 20px solid #CED3D6;
    margin-bottom:10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    
}            
            
 #sotr7{
    
     margin-left: auto;
    margin-right: auto;
    background: url("/uploads/logo.png") no-repeat;
    background-position: right;
    width:757px;
    height:230px;
    
}            
 

.block33{
   border: 5px solid #CED3D6;
    margin:8px;
    width:167px;
    height:167px;

     float:left;
      	 
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

.block33 img {
 width:167px;
    height:167px;
}


.block33 p {
    margin-left:-1px;
    background: #CED3D6;
    position: absolute;
    text-align: center;
    width:167px;
    bottom: 20px;
    font-size:22px;
    font-family: 'trebuchet ms', geneva;
    color: #202123;
    padding-bottom: 5px;
    padding-top: 5px;
   padding-left: 5px; 
}
	    

.block33:hover {
    border-radius: 5px;
    border: 5px solid #0191C5;
    
    
}
    
.block33:hover p {
   margin-left:-1px;
    background: #0191C5;
    position: absolute;
    text-align: center;
    width:167px;
    
    font-size:22px;
    font-family: 'trebuchet ms', geneva;
    color: #FFFFFF;
    padding-bottom: 5px;
    padding-top: 5px;
    
   padding-left: 5px; 
}
	    