body{
    color: #333;
    font-family: arial, helvetica;
    background: #fbfbf8 url(../images/bghead.gif) top repeat-x;
}
header{
    height: 100px;
}
.menurow{
    
}
menu{
    
}
a{
    color: #292f70;
}
a:hover{
    color: #33c;
}
menu .menu li:first-child{
    margin-left: 6px;
}
menu .menu li a{
    color: #fff;
    display: block;
    margin: 2px 3px 2px 2px;
    text-decoration: none;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    text-shadow: 0 0 10px #777;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 2px 13.4px;
    background: url(../images/libg.png);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
}
menu .menu li a:hover{
    background-position: bottom;
}
.item-page h2{
    font-size: 18px;
    color: #333399;
}
.left p, .right p{
    font-size: 12px;
    margin: 5px 0;
}
.heading{
    text-align: center;
}
.heading .menu{
    display: inline-block;
}
.heading .menu a{
    color: #ddd;
    display: block;
    margin: 0 3px 2px;
    text-decoration: none;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    text-shadow: 0 0 10px #777;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    padding: 2px 12px;
    background: url(../images/topmenubg.png) bottom;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.heading .menu a:hover{
    background-position: top;
    color: #fff;
}
.main{
    background: url(../images/bgbody.gif) no-repeat left bottom fixed;
}
.logo{
    margin: 5px 0;
}
.heading h1{
    font-style: italic;
    font-size: 24px;
    color: #555;
    margin-top: 10px;
}
header .contacts{
    margin-top: 5px;
}
aside.left{
    /*border-right: solid 1px #999;*/
    padding-right: 10px;
    width: 219px;
    float: left;
}
aside.right{
    border-left: solid 1px #999;
    padding-left: 10px;
    float: right;
    width: 219px;
    padding-bottom: 200px;
}
.left .moduletable{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 5px #777;
    margin: 5px 0 15px 5px;
    padding: 1px 10px 5px;
}
.center{
    padding: 5px 0px 5px 10px;
}
h1.pagetitle, div.itemHeader h1.itemTitle{
    margin-top: 0;
    color: #eee;
    padding: 5px;
    text-align: center;
    font-weight: normal;
    font-family: arial, helvetica;
    font-size: 24px;
    border-radius: 3px;
    background: #001e50; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMWU1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDMwODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #001e50 0%, #003084 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#001e50), color-stop(100%,#003084)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #001e50 0%,#003084 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #001e50 0%,#003084 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #001e50 0%,#003084 100%); /* IE10+ */
background: linear-gradient(to bottom,  #001e50 0%,#003084 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e50', endColorstr='#003084',GradientType=0 ); /* IE6-8 */
}


.newsflash .readmore{
    display: block;
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
    text-align: right;
    font-size: 12px;
}
h4.newsflash-title, .category-module h4{
    margin: 10px 0;
}
.right .moduletable>h3, .left .moduletable>h3{
    text-align: center;
    margin: 0px -10px;
    font-weight: normal;
    padding: 5px 0;
    background: rgb(238,238,238); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-8 */

}
.right .moduletable>h3.linkable, .left .moduletable>h3.linkable{
    padding: 0;
}
.right .moduletable>h3.linkable:hover, .left .moduletable>h3.linkable:hover{

background: rgb(221,221,221); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNGI0YjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(180,180,180,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(180,180,180,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(180,180,180,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(180,180,180,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(180,180,180,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(180,180,180,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#b4b4b4',GradientType=0 ); /* IE6-8 */
}
h3.linkable a{
    display: block;
    padding: 5px 0;
}
.topcontent{
    overflow: hidden;
    margin-bottom: 20px;
}
.topcontent .moduletable{
    float: left;
    margin: 1px;
    
}
.topcontent .moduletable h3{
    font-size: 16px;
    text-align: center;
    margin: 5px 0;
}
.topcontent .moduletable .custom{
    height: 175px;
    border: solid 1px #ccc;
    padding: 5px;
    width: 230px;
    background: no-repeat center center;
    margin: 1px;
    position: relative;
    background-color: #fff;
}
.topcontent .moduletable .custom p{
    color: transparent;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    background: #fff;
    opacity: 0;
    display: block;
    margin: 0;
    position: absolute;
    height: 175px;
    width: 230px;
    
    font-size: 14px;
}
.topcontent .moduletable:hover .custom p{
    color: #000;
    opacity: 0.90;
    
}
.topcontent .moduletable .custom a{
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    height: 155px;
    font-weight: bold;
    line-height: 150%;
}
article ol{
    padding-left: 30px;
}
article ul{
    padding-left: 25px;
}
article ul li{
    list-style: disc inside;
    margin: 5px 0;
}
h3.cat_child_h3{
    min-height: 46px;
    margin: 5px 0 0;
    text-align: center;
    font-weight: normal;
    position: relative;
}
h3.cat_child_h3 a{
    text-decoration: none;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 12px;
}
.backButton{
    cursor: pointer;
    background: url(../images/back.png) no-repeat left bottom;
    height: 30px;
    padding: 0 0 0 40px;
    line-height: 30px;
}
.backButton a{
    text-decoration: none;
}
.backButton:hover{
    background-position: top left;
    color: #00c;
}
.itemExtraFields li{
    font-size: 14px;
    padding: 4px 7px;
    border-bottom: solid 1px #ddd;
}

.even{
    background: #f3f3f3;
}
span.catItemImage{
    margin: 0;
}
div.catItemImageBlock{
    margin: 0;
}
span.catItemImage img{
    padding: 4px;
}
div.catItemImageBlock{
    padding: 0;
}
div.catItemHeader{
    margin-left: 5px;
}
div.catItemIntroText{
    margin-left: 5px;
    padding: 4px 0 0px 0;
}
div.catItemIntroText p{
    margin: 0;
    font-size: 14px;
}
div.catItemBody{
    padding: 0;
}
.catItemTitle a{
    font-family: arial, helvetica, sans-serif;
    font-size:  16px;
    font-weight: bold;
    text-decoration: none;
}
div.catItemHeader h3.catItemTitle{
    padding: 0;
}
.foxform label{
    font-size: 14px;
}
#foxupload_mid_115{
    float: left;
    width: 170px;
}
.foxform div.qq-upload-button{
    margin: 0 0 0 2px!important;
    border-radius: 5px;
}
.moduletable.button{
        background: #001e50; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMWU1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDMwODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #275EBE 0%, #2E6AD5 50%,#174697 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#001e50), color-stop(100%,#003084)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #275EBE 0%, #2E6AD5 50%,#174697 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #275EBE 0%, #2E6AD5 50%,#174697 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #275EBE 0%, #2E6AD5 50%,#174697 100%); /* IE10+ */
background: linear-gradient(to bottom, #275EBE 0%, #2E6AD5 50%,#174697 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e50', endColorstr='#003084',GradientType=0 ); /* IE6-8 */
    opacity: 0.9;
}
.moduletable.button:hover{
    opacity: 1;
}
.moduletable.button h3{
    margin: 0;
}
.moduletable.button a{
    color: #fff;
    display: block;
    padding: 20px 0;
}
button.foxbutton{
            background: #001e50; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMWU1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDMwODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #275EBE 0%, #2E6AD5 50%,#174697 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#001e50), color-stop(100%,#003084)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #275EBE 0%, #2E6AD5 50%,#174697 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #275EBE 0%, #2E6AD5 50%,#174697 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #275EBE 0%, #2E6AD5 50%,#174697 100%); /* IE10+ */
background: linear-gradient(to bottom, #275EBE 0%, #2E6AD5 50%,#174697 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e50', endColorstr='#003084',GradientType=0 ); /* IE6-8 */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 5px #777;
    margin: 5px 0 15px 5px;
    padding: 1px 10px 5px;
    padding: 20px 30px;
    border: 0;
    font-size: 18px;
    opacity: 0.9;
}
button.foxbutton:hover{
    opacity: 1;
}
button.foxbutton span{
    color: #fff;
}
.itemNavigation .itemNext{
    float: right;
}
div.itemNavigation{
    background: #fff;
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
}
div.itemNavigation a{
    text-decoration: none;
}
.botcontent ul li{
    list-style: disc inside;
}
div#k2Container.itemView{
    padding: 0;
    margin: 0;
    border: none;
}
.catItemIntroText strong{
    color: #33c;
}
.catItemIntroText p:first-child strong{
    color: inherit;
}
.itemNavigation{
    overflow: hidden;
}
.itemFullText p strong{
    color: #33c;
}

.copyright{
    overflow: hidden;
    margin-top: 30px;
}
.copyright a{
    text-decoration: none;
}
.cpr{
    font-size: 12px;
    float: left;
    margin-top: 8px;
}
.creator{
    float: right;
}
.counter{
    
}

table.tab {
	border: 1px solid #999999; 
	border-collapse: collapse; 
	font-size: 14px; 
	border-spacing: 0px; 
	font-family: Arial, Helvetica, sans-serif; 
	width: 740px;
}

.tab th.head, .tab th.head-sil, .tab th.head-gol, .tab th.head-pla, .tab th.head-dia {
	text-align: center; 
	font-weight: bold; 
	color: #333399;
	font-size: 15px; 
}

.tab th.head {
	font-size: 16px; 
	background: #F3F3F3;
}

.tab th.head-sil {
	background-color: #D9E5E7;
}

.tab th.head-gol {
	background-color: #A6CDE0;
}

.tab th.head-pla {
	background-color: #93BFD5;
}

.tab th.head-dia {
	background-color: #7FB1CA;
}

.tab td.blu {
	background-color: #E1F0F3;;
	text-align:center;
}

.tab td.yel {
	background-color: #BBDEF0;
	text-align:center;
}

.tab td.ora {
	background-color: #ADD4E7;
	text-align:center;
}

.tab td.diam {
	background-color: #97C4DA;
	text-align:center;
}

.tab td.bot, .tab td.bot-sil, .tab td.bot-gol, .tab td.bot-pla, .tab td.bot-dia {
	font-weight: bold; 
	color: #333399; 
	text-align: center; 
}

.tab td.bot {
	font-size: 15px; 
	background: #F3F3F3;
}

.tab td.bot-sil {
	background-color: #D9E5E7; 
}

.tab td.bot-gol {
	background-color:#A6CDE0;
}

.tab td.bot-pla {
	background-color: #93BFD5; 
}

.tab td.bot-dia {
	background-color: #7FB1CA;
}

.tab td a {
	background-color: #d91f26;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	padding: 4px 7px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in 0.2s;
	-moz-transition: all 0.3s ease-in 0.2s;
	-o-transition: all 0.3s ease-in 0.2s;
	-ms-transition: all 0.3s ease-in 0.2s;
	transition: all 0.3s ease-in 0.2s;
}

/*.tab th.bot-sil a {
	background-color: #ADABAB;
}*/

.tab td a:hover {
	background-color: #2A68AD;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

td.bot-sil > div, td.bot-gol > div, td.bot-pla > div, td.bot-dia > div {
	margin-top: 10px;
}

table.tab span {
	background-color: #9D9DA2;
	color: #fff;
	padding: 1px;
	padding-left: 5px;
	padding-right: 3px;
	margin-right: 3px;
}

table.tab span.und {
	background: none;
	color: #333399;
	text-decoration:underline;
	font-weight:bold;
}

table.tab th, table.tab td {
	padding: 10px;
	text-align: left;
	font-weight: normal;
	line-height: 19px;
	background: #fff;
}

table.tab td ul li > span{
	background: none;
	color: #000;
}

div.rokbox-content {
	background-color: #fff;
}


div.foxcontainer_silver h2 {
	color: red;
}
form.foxform{
    margin-bottom: 10px;
}
.moduletable.headcontact{
    padding-top: 5px;
}

.foxcontainer.order-woodhouse{
	max-width: 480px;
	margin: auto;
	font-size: 18px;
}
.foxcontainer.order-woodhouse input,
.foxcontainer.order-woodhouse textarea{
	box-sizing: border-box;
    margin: 0;
	font-size: 18px;
}
.foxcontainer.order-woodhouse input:focus,
.foxcontainer.order-woodhouse textarea:focus{
	outline: none;
}
.foxcontainer.order-woodhouse select{
	font-size: 18px;
}
.foxcontainer.order-woodhouse button.foxbutton{
	margin: auto!important;
    display: block;
    box-sizing: border-box;
    padding: 15px 35px;
    width: 240px;
}
a[href$=orderp]{
	display: block;
	width: 240px;
	margin: auto;
	background-color: blue;
	color: #fff;
	text-decoration: none;
	background: #001e50;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodвЂ¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #275EBE 0%, #2E6AD5 50%,#174697 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#001e50), color-stop(100%,#003084));
    background: -webkit-linear-gradient(top, #275EBE 0%, #2E6AD5 50%,#174697 100%);
    background: -o-linear-gradient(top, #275EBE 0%, #2E6AD5 50%,#174697 100%);
    background: -ms-linear-gradient(top, #275EBE 0%, #2E6AD5 50%,#174697 100%);
    background: linear-gradient(to bottom, #275EBE 0%, #2E6AD5 50%,#174697 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e50', endColorstr='#003084',GradientType=0 );
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 5px #777;
    padding: 20px 30px;
    border: 0;
    font-size: 18px;
    opacity: 0.9;
}
a[href$=orderp]:hover{
	opacity: 1;
}

#butwievbuilding{
    color: #fff;
    font-size: 15px;
    overflow: hidden;
    font-weight: normal;
    padding: 8px 0;
    cursor: pointer;
}
#butwievbuilding img{
    float: right;
}
/**** С„РѕСЂРјС‹ РІРѕ РІРїР»С‹РІР°СЋС‰РµРј РѕРєРЅРµ ***/
#overlay{
    background: rgba(0,0,0,0.3);
    width: 100%;
    position: fixed;
    transition: 0.5s;
    height: 0px;
    bottom: 0;
    z-index: 9999;
}
#overlay.over{
    height: 100%;
}
#overform{
    position: fixed;
    z-index: 10000;
    top: -1500px;
    transition: 0.5s;
    width: 350px;
    margin-left: -210px;
    left: 50%;
    height: 270px;
    border-radius: 10px;
    background: rgba(255,255,255,0.95);
    padding: 0 30px;
}
#overform.over{
    top: 50%;
    margin-top: -135px;
}
#overform form{
    display: block;
    position: relative;
    z-index: 10;
    margin-top: 10px;
}
#overform form{
    margin: 0 auto;
    background: url(../img/logo.png) no-repeat center 30px;
    padding-top: 40px;
}
#overform form#chronoform-callback-form-ru{
    padding-top: 140px;
}
#fin-theme{
    overflow: hidden;
}
#overform form input, #chronoform-contact-form input{
    width: 208px;
    margin: 0px auto !important;
    display: block;
    padding: 5px;
    font-size: 18px;
    border-radius: 5px;
    
    
}
#overform form input#info{
    font-size: 14px;
}
#overform form textarea{
    width: 210px;
    margin: 20px auto;
    display: block;
    padding: 5px;
    font-size: 18px;
    border-radius: 5px;
    border: solid 2px #e9ddd5;
    background: #f0e7e0;
    font-family: inherit;
}
#overform form input:hover, #overform form textarea:hover{
    
}
#overform form input:focus, #chronoform-contact-form input:focus, #chronoform-contact-form textarea:focus, #overform form textarea:focus{
    background: #fff;
    outline: none;
}
#overform form input[type="submit"], #chronoform-contact-form input[type="submit"]{
    background: #00bcfb;
    border: none;
    color: #fff;
    padding: 10px 0;
    cursor: pointer;
}
#overform form input[type="submit"]:hover, #chronoform-contact-form input[type="submit"]:hover{
    text-shadow: 1px 1px 3px #555;
    font-size: 22px;
    width: 254px;
    transition: 0.1s;
}
#overform .gbs3{
    padding: 100px 32px;
    font-size: 18px;
    position: absolute;
    top: 0;
}
#overform .gbs3 strong{
    color: #00bcfb;
    font-size: 20px;
}
#overform form.over+div.gbs{
    display: none;
}
#overform.hidden .gbs3{
    display: none;
}
.over .closebut{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 24px;
}
#chronoform-contact-form textarea{
    display: block;
    padding: 5px;
    font-size: 18px;
    border-radius: 5px;
    border: solid 2px #e9ddd5;
    background: #f0e7e0;
    font-family: inherit;
    width: 96%;
}
#overform button.foxbutton{
    margin: auto !important;
    width: 310px;
    display: block;
    padding: 10px 10px !important;
}
#overform .asterisk{
    display: none;
}
#overform ul.fox_messages{
    margin: 5px 0 0 !important;
    padding: 3px 10px !important;
    background: 0 !important;
    color: red;
}
/**** С„РѕСЂРјС‹ РІРѕ РІРїР»С‹РІР°СЋС‰РµРј РѕРєРЅРµ С„РёРЅРёС€ ***/
.formtable{
    border: solid 1px #999;
    background: #eee;
    padding: 20px 10px 5px;
}
.formtable .foxform div[style="clear:both;"]:first-child{
    float: left;
}
.formtable .foxform div[style="clear:both;"]:nth-child(2){
    float: left;
    clear: none !important;
}
.formtable .foxform .foxbutton{
    width: 94%;
    padding: 5px 0;
    margin-bottom: 0;
}
.formtable td p, .formtable td p strong{
    line-height: 26px;
    font-size: 18px !important;
}
.kakiedoma td{
    padding: 4px;
}
#clbh_phone_div{
    bottom: 35px;
    top: auto !important;
}
.botcontent{
    /*border-top: solid 1px #ccc;*/
    margin-top: 50px;
    font-size: 14px;
}
.botcontent ul li{
    display: inline-block;
    list-style: none;
}
.botcontent ul li a{
    display: block;
    padding: 10px 20px;
    font-size: 14px;
}
.item-page .backButton{
    display: none;
}
.item-page div.igallery_clear{
    display: none;
}
.mobtop .button{
    
    box-shadow: 0 1px 5px #777;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    background: transparent;
    
}
.mobtop .button a{
    text-decoration: none;
    font-size: 54px;
    border: solid 10px #002565;
    border-radius: 30px;
    color: #000;
    padding: 20px 35px;
    background: yellow;
}
.mobtop{
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999999;
    
    
}
.magnif{
	display: inline-block;
}
#k2Container .itemBody .dop_info_item .magnif{
	display: block;
	margin: auto;
	text-align: center;
}
@media (max-device-width : 1024px) and (orientation :portrait) {
    .mobtop{
        display: block;
    }
    div#jivo-iframe-container.jivo-iframe-container-bottom{
        display: none !important;
    }
}
.customshare{
    position: fixed;
    top: 60px;
    margin-left: -108px;
    text-align: center;
    color: #0054E2;
    transform: rotate(350deg);
}
.customshare p{
    font-size: 14px;
}
.moduletable.filter{
    overflow: hidden;
}
.moduletable.filter form{
    padding-top: 15px;
}
#k2Container.itemListView .componentheading{
    color: #039;
    font-size: 20px;
    padding: 8px;
}
#k2Container.itemView .itemFullText h3{
	font-size: 28px;
	color: #424242;
}
#k2Container.itemListView.wood_houses .itemContainer{
    width: 30%!important;
	margin-right: 5%;
	margin-bottom: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
}
#k2Container.itemListView.wood_houses .itemContainer:nth-child(4n - 1){
	margin-right: 0;
}
#k2Container.itemListView.wood_houses .itemContainer img{
	max-width: 100%!important;
	height: auto;
	padding: 0;
}
#k2Container.itemListView.wood_houses .itemContainer .catItemView{
	margin-bottom: 0;
}

.filterreset{
    padding-left: 10px;
}
.filterreset:hover{
    text-decoration: underline;
}
div ul.ja-k2filter li{
    margin-bottom: 10px;
}
.ja-k2filter label.group-label{
    font-size: 16px;
}
body>.highslide-container>div>.highslide-controls{display: none;}

.breadcrumbs {
    font-size: 14px;
    margin-left: 5px;
}

.banneritem{
	margin: 5px 5px;
}
.moduletable.za500m{
    position: relative;
    
}

@-webkit-keyframes puls{
        0% {transform: scale(1); }
        60% {transform: scale(1); }
        80% {transform: scale(1.1); }
        100% {transform: scale(1); }
}
@-keyframes puls{
        0% {transform: scale(1);}
        60% {transform: scale(1);}
        80% {transform: scale(1.1);}
        100% {transform: scale(1);}
    }
.moduletable.za500m>h3{
    position: absolute;
    font-size: 26px;
    left: 26px;
    top: 0px;
    color: #000;
    animation: puls 3s infinite ease-in-out;
    text-shadow: 0 0 20px #fff;
    z-index: 10;
}

.moduletable.za500m>h3:after{
    content: "2";
    font-size: 75%;
    vertical-align: super;
}