/* YUI CSS Reset
--------------------------------------------------------------------------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

a:focus, input:focus {outline: none;}

/* Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

html {
	height: 100%;
}

body
{
    height: 100%;
    font-size: 14px;
    color: #65696f;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height: 16px;
}

div
{
    display: block;
}

body a:hover {
	text-decoration: none!important;
}

.wrap{
	background: url(../img/uzor-bg.jpg) repeat-y center;
    /*min-height: 100%;*/
    height: auto;
    margin: 0 auto;
    width: auto;
    z-index: 0;
}

.wrap-content {
    position: relative;
	background: url(../img/pattern.png) repeat ;
	width: 960px;
	margin: 0 auto;
	height:auto;
}

.header
{
    width: 100%;
    height: 240px;
	position: relative;
}

.content {
    margin: 0 auto;
    width: 960px;
	height:auto;
	padding-bottom: 95px;
	line-height: 18px;
	color:#000;
	position:relative;
}
.content-center {
	font-family: Calibri;
}
.content-center .item {
    line-height: 22px;
    min-height: 145px;
    margin-bottom: 10px;
    width: 100%;
}

.content-center .item.article {
    height: 125px !important;
    margin-bottom: 10px;
    padding-top: 20px;
    position: relative;
    min-height: inherit;
}

.content-center .item .wrap-bg:hover{ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,222,254,1)), color-stop(42%,rgba(217,222,254,0.58)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(217,222,254,1) 0%,rgba(217,222,254,0.58) 42%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(217,222,254,1) 0%,rgba(217,222,254,0.58) 42%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9defe', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	display:block;
}
.content-center>#form_register {
	position: relative;
	top: -18px;
}
.footer {
	width: 100%;
    height: 160px;
	background: url(http://od.kz/img/bg.png) repeat-x top left;
	position: absolute;
	margin-top: -160px;
	font-family: Calibri;
}
.footer nav {
	font-size: 15px;
}
.logo {
	background: url(../img/logo.png) no-repeat top left;
	width: 318px;
	height: 145px;
	left: 60px;
	top: 10px;
	position:absolute;
}

.logo a {
	display:block;
	width: 100%;
	height: 100%;
}
 
.search {
	background: url(../img/uzor.png) no-repeat top left;
	width: 424px;
	height: 45px;
	position:absolute;
	right: 14px;
	top: 14px;
	padding-top: 23px;
}

.search label {
    display: none;
}

.search button {
    background: url("../img/search-button.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 27px;
    right: 0;
    padding: 0;
    position: absolute;
    width: 30px;
}

.search input {
    border: 1px solid  #D5D5D5;
    color: #676764;
    display: block;
    height: 27px;
    padding-left: 8px;
    position: absolute;
    right: 5px;
    width: 385px;
}

.only {
	position:absolute;
	left: 395px;
	top: 45px;
}

.only span {
	color: #777;
	display:block;
} 

.only .ads {
	color: #5573ff;
	margin-bottom: 20px;
	font-family: Calibri;
}

.people {
	color: #32cb32;
	font-family: Calibri;
}

.gift-block {
	position: absolute;
	right: 14px;
	top: 75px;
}

.gift-block:hover .wrap-give, .gift-block:hover .wrap-take{
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.gift-block a {
		color: #fff;
	font-size: 23px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #2c42c6;
	text-decoration: none;
	display:block;
	width: 100%;
	height: 100%;
	line-height: 40px;
}

.give {
	float: left;
	width: 200px;
	height: 47px;
	background-color:#fff;
	box-shadow:         0px 1px 10px -5px rgba(50, 50, 50, 0.59);
	padding-top: 4px;
	border-radius: 5px;
}

.take {
	float: left;
	margin-left: 5px;
	height: 47px;
		background-color:#fff;
	box-shadow:         0px 1px 10px -5px rgba(50, 50, 50, 0.59);
	padding-top: 4px;
	border-radius: 5px;
	width: 200px;
}

.wrap-give {
	background: rgb(66,92,251);
	width: 189px;
	height: 42px;
	position:relative;
	padding-top: 1px;
	margin: 0 auto;
}

.wrap-give.active {
    box-shadow: inset 0 2px 8px 1px rgb(0, 0, 0);
}

.wrap-give:hover  {
	opacity: 0.75;
}

.trans-give {
	/*background: rgb(137,153,253); /* Old browsers */
	/*background: -moz-linear-gradient(top,  rgba(137,153,253,1) 0%, rgba(66,92,251,1) 42%, rgba(66,92,251,1) 56%, rgba(182,190,250,1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,153,253,1)), color-stop(42%,rgba(66,92,251,1)), color-stop(56%,rgba(66,92,251,1)), color-stop(100%,rgba(182,190,250,1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(137,153,253,1) 0%,rgba(66,92,251,1) 42%,rgba(66,92,251,1) 56%,rgba(182,190,250,1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(137,153,253,1) 0%,rgba(66,92,251,1) 42%,rgba(66,92,251,1) 56%,rgba(182,190,250,1) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(137,153,253,1) 0%,rgba(66,92,251,1) 42%,rgba(66,92,251,1) 56%,rgba(182,190,250,1) 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  rgba(137,153,253,1) 0%,rgba(66,92,251,1) 42%,rgba(66,92,251,1) 56%,rgba(182,190,250,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8999fd', endColorstr='#b6befa',GradientType=0 ); /* IE6-9 */
	width: 180px;
	height: 40px;
	margin: 0 auto;
	border-radius: 3px;
	text-align:center;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #2c42c6;
}

.type-block-main .wrap-take{
    -webkit-animation-name: animation;
    animation-name: animation;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.type-block-main .wrap-give {
    -webkit-animation-name: animation;
    animation-name: animation;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.wrap-take.active {
    box-shadow: inset 0 2px 8px 1px rgb(0, 0, 0);
}

.wrap-take:hover {
	opacity: 0.75;
}
.wrap-take.inactive, .wrap-give.inactive { /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.41)), color-stop(100%,rgba(0,0,0,0.41))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.41) 99%,rgba(0,0,0,0.41) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.41) 99%,rgba(0,0,0,0.41) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#69000000',GradientType=0 );
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.32);
}
.wrap-take.inactive:hover {
	background: #33cc33;
}
.wrap-give.inactive:hover {
	background: rgb(66,92,251); /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,92,251,1)), color-stop(51%,rgba(66,92,251,1)), color-stop(100%,rgba(200,206,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(66,92,251,1) 0%,rgba(66,92,251,1) 51%,rgba(200,206,251,1) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(66,92,251,1) 0%,rgba(66,92,251,1) 51%,rgba(200,206,251,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#425cfb', endColorstr='#c8cefb',GradientType=0 ); /* IE6-9 */
    
}
.wrap-take {
	background: #33cc33;
	width: 189px;
	height: 42px;
	position:relative;
	padding-top: 1px;
	margin: 0 auto;
}

.trans-take{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#abfdab',GradientType=0 ); /* IE6-9 */
	width: 180px;
	height: 40px;
	margin: 0 auto;
	border-radius: 3px;
	text-align:center;
}

.header-arrow {
	background: url(../img/header-arrow.png) no-repeat top left;
	width: 861px;
	height: 78px;
	right:12px;
	position:absolute;
	top: 126px;
}

.header-arrow .data-give {
	right:310px;
	top:7px;
	position:absolute;
	font-weight:bold;
	color: #8794fb;
	font-size: 16px;
}

.header-arrow .data-take {
	right:104px;
	top:7px;
	position:absolute;
	font-weight:bold;
	color: #32cc32;
	font-size: 16px;
}

.big-search {
	height: 30px;
	width: 100%;
	position:relative;
	bottom:0;
	position:absolute;
	background: rgb(110,136,255); /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,rgba(110,136,255,1)), color-stop(50%,rgba(181,195,255,1)), color-stop(50%,rgba(84,115,255,1)), color-stop(100%,rgba(84,115,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(110,136,255,1) 17%,rgba(181,195,255,1) 50%,rgba(84,115,255,1) 50%,rgba(84,115,255,1) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(110,136,255,1) 17%,rgba(181,195,255,1) 50%,rgba(84,115,255,1) 50%,rgba(84,115,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e88ff', endColorstr='#5473ff',GradientType=0 ); /* IE6-9 */
	padding-top: 6px;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 12px solid #fff;
    border-bottom: 12px solid transparent;
	display:block;	
	float:left;
}

.big-search .var-2 {
	width: 690px;
	position:relative;
}

.big-search .var-2 .sel {
	margin: 0 10px;
}
.big-search .var-2 button {
	right:0;
}



/**/
.sel {
	float:left;
	margin: 0 20px;
	
}
.sel:first-child {
	margin-left: 10px;
}

.cusel, .cuselFrameRight, .jScrollPaneDrag, .jScrollArrowUp, .jScrollArrowDown {
    background: url("../img/selects-2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.cusel {
    background-position: left top;
    cursor: pointer;
    display: inline-block;
    font: 13px Arial;
    height: 23px;
    position: relative;
    z-index: 1;
	border: 1px solid #adadad;
}
.cuselFrameRight {
    background-position: right top;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 2;
}
.cuselText {
    cursor: pointer;
    font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    height: 19px;
    left: 0;
    overflow: hidden;
    padding: 3px 0 0 4px;
    position: absolute;
    top: 0;
    z-index: 1;
	color: #adacac;
}
* html .cuselText {
    height: 22px;
}
.cusel span {
    cursor: pointer;
    display: block;
    padding: 2px 15px 2px 5px;
    white-space: nowrap;
}
.cusel span:hover, .cusel .cuselOptHover {
    background: none repeat scroll 0 0 #999999;
    color: #FFFFFF;
}
.cusel .cuselActive {
    background: none repeat scroll 0 0 #33cc33;
    color: #FFFFFF;
    cursor: default;
}
.cuselOpen {
    z-index: 999;
}
.classDisCusel, .classDisCusel .cuselFrameRight {
    background-image: url("../img/selects-focus.png") !important;
    color: #CCCCCC;
    cursor: default;
}
.classDisCusel .cuselText {
    cursor: default;
}
.cusel .cusel-scroll-wrap {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 103%;
    /*visibility: hidden;*/
    width: auto;
}
.cusel .jScrollPaneContainer {
    border: 1px solid #C3C3C3;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.cusel .jScrollPaneTrack {
    background: none repeat scroll 0 0 #CCCCCC;
    height: 100%;
    position: absolute;
    right: 4px;
    top: 0;
    width: 7px !important;
}
.cusel .jScrollPaneDrag {
    background-position: -41px -33px;
    cursor: pointer;
    height: 27px !important;
    position: absolute;
    right: -3px;
    width: 12px !important;
}
.cusel .jScrollPaneDragTop {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.cusel .jScrollPaneDragBottom {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
}
.cusel .jScrollArrowUp {
    background-position: -2px -33px;
    cursor: pointer;
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 2px;
    top: 0;
    width: 26px;
}
.cusel .jScrollArrowDown {
    background-position: -21px -33px;
    bottom: 0;
    cursor: pointer;
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 3px;
    top: auto;
    width: 25px;
}

.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl {
	width: 960px;
	height: auto;
	overflow:hidden;
	position:relative;

}

.big-search button {
    background: url("../img/search-button-white.png") no-repeat scroll 7px 5px rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 32px;
    padding: 0;
    position: absolute;
    right: 14px;
    width: 32px;
	margin-top: -6px;
}

.big-search button:hover {
	 background: url("../img/search-button-white.png") no-repeat scroll 7px 5px rgba(66, 92, 251, 0.6)
}

#owl-demo {
	width: 900px;
	text-align: center;
}
#owl-demo .item{
  width: 90px;
}

#owl-demo .item img{
  display: block;
  width: 100%;
  height: 90px;
}

.owl-item  {
	float:left;
	display: inline-block;
}
.owl-item:first-child {
	margin-left: 10px;
}
.owl-item:not(:first-child) {
	margin-left: 4px;
}
.owl-item:last-child {
	margin-left: 4px;
}


#owl-demo .item {
	height: 90px!important;
	overflow:hidden;
	border-radius: 5px;
}

.owl-bg {
	margin-top: 14px;
	height: 125px;
	background: rgb(206,212,248); /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,212,248,1)), color-stop(60%,rgba(255,255,255,1)), color-stop(60%,rgba(206,212,248,1)), color-stop(100%,rgba(206,212,248,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(206,212,248,1) 0%,rgba(255,255,255,1) 60%,rgba(206,212,248,1) 60%,rgba(206,212,248,1) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(206,212,248,1) 0%,rgba(255,255,255,1) 60%,rgba(206,212,248,1) 60%,rgba(206,212,248,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ced4f8', endColorstr='#ced4f8',GradientType=0 ); /* IE6-9 */
	padding-top: 5px;
}

.owl-bg .title {
	font-size: 18px;
	color: #000;
	margin: 5px 0 5px 10px;
	width: 400px;
	float:left;
	font-family: Calibri;
	position: relative;
	top: -4px;
}

.uzor-1{
	background: url("../img/uzor-1.png") repeat-x scroll 0 top;
	width: 940px;
	height: 22px;
	margin: 10px auto;
	
}

.sorting-arrow {
	background: url("../img/arrows.png") no-repeat scroll 0 0;
	cursor: pointer;
	width:16px;
	height:11px;
	margin: 5px 2px 0 2px;
	vertical-align: middle;
}

.sorting-arrow:hover, .sorting-arrow.active {
background: url("../img/arrows.png") no-repeat scroll 0 -12px;
}


.sorting-arrow-grey {
	background: url("../img/arrows.png") no-repeat scroll -14px 0;
	cursor: pointer;
	width:16px;
	height:11px;
	margin: 5px 2px 0 2px;	
}


.sorting-arrow-grey:hover, .sorting-arrow-grey.active {
background: url("../img/arrows.png") no-repeat scroll -14px -12px;
}



.sorting {
	font-size: 15px;
	width: 600px;
	height: 25px;
	background: url("../img/sortirovka.png") no-repeat scroll left top;
	padding: 0px 0 15px 81px;
	margin-left: 122px;
	font-weight: bold;
	font-family: Calibri;
}

.uzor-1 .sorting{
    padding: 2px 0 15px 81px;
	margin-left: 112px;
}

.sorting div {
	float:left;
}

.sorting span {
	color: #787878;
	font-weight: normal;
}


.control-block, .i-block, .sub-block {
	background: url("../img/control-bg.png") repeat scroll left top;
	width:177px;
	height: 100%;
	text-transform: uppercase;
	padding:4px;
	font-size: 14px;	
	font-family: Calibri;
}

.control-block a, .i-block-bg a {
	text-decoration: none;
	color: #777779;
	font-weight: bold;
}

.control-block .ico, .i-block-bg .ico {
	background: url("../img/ico.png") no-repeat scroll center top;
	display:block;
	margin: 0 auto;
	margin-bottom: 5px;
}

.control-block .ico.ico-1 {
	width: 40px;
	height: 26px;
} 

.control-block .ico.ico-2 {
	background-position: 0 -28px;;
	width: 40px;
	height: 26px;
}

.control-block .ico.ico-3 {
	background-position: 0 -56px;;
	width: 40px;
	height: 36px;
}

.i-block-bg .ico.ico-4 {
	background-position: 0 -92px;;
	width: 40px;
	height: 30px;
}

.control-block li, .i-block-bg li, .sub-block li {	
	text-align:center;
	margin: 0 auto;
	padding:6px 0;
}



.control-block-bg, .i-block-bg, .sub-block-bg  {

	background: rgb(239,239,239); /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(57%,rgba(239,239,239,1)), color-stop(90%,rgba(202,204,206,1)), color-stop(100%,rgba(182,186,189,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(239,239,239,1) 57%,rgba(202,204,206,1) 90%,rgba(182,186,189,1) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(239,239,239,1) 57%,rgba(202,204,206,1) 90%,rgba(182,186,189,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#b6babd',GradientType=0 ); /* IE6-9 */
	padding: 3px;
}

.control-block-bg ul, .i-block-bg ul, .sub-block ul {
	background: rgb(226,226,227); /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,227,1)), color-stop(38%,rgba(226,230,236,1)), color-stop(67%,rgba(216,223,235,1)), color-stop(84%,rgba(211,220,236,1)), color-stop(100%,rgba(222,234,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,226,227,1) 0%,rgba(226,230,236,1) 38%,rgba(216,223,235,1) 67%,rgba(211,220,236,1) 84%,rgba(222,234,253,1) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(226,226,227,1) 0%,rgba(226,230,236,1) 38%,rgba(216,223,235,1) 67%,rgba(211,220,236,1) 84%,rgba(222,234,253,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e3', endColorstr='#deeafd',GradientType=0 ); /* IE6-9 */

}

.control-block-bg ul {
	padding-top: 5px;
	min-height: 190px;
}

.line {
	background:  url("../img/line-img.png") repeat-x scroll left top;
	width: 158px;
	height: 3px;
}

.control-block {
	margin-bottom: 10px;
}
.i-block {
	margin-bottom: 15px;
}


.control-block-bg li:hover { /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,227,1)), color-stop(30%,rgba(179,187,224,0.7)), color-stop(70%,rgba(179,187,224,0.3)), color-stop(83%,rgba(213,221,236,0.17)), color-stop(91%,rgba(233,235,244,0.09)), color-stop(100%,rgba(210,212,219,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(226,226,227,1) 0%,rgba(179,187,224,0.7) 30%,rgba(179,187,224,0.3) 70%,rgba(213,221,236,0.17) 83%,rgba(233,235,244,0.09) 91%,rgba(210,212,219,0) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
background: linear-gradient(to bottom,  rgba(226,226,227,1) 0%,rgba(179,187,224,0.7) 30%,rgba(179,187,224,0.3) 70%,rgba(213,221,236,0.17) 83%,rgba(233,235,244,0.09) 91%,rgba(210,212,219,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e3', endColorstr='#00d2d4db',GradientType=0 ); /* IE6-9 */
	
}

.control-block-bg li.active{ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,227,1)), color-stop(30%,rgba(179,187,224,0.7)), color-stop(70%,rgba(179,187,224,0.3)), color-stop(83%,rgba(213,221,236,0.17)), color-stop(91%,rgba(233,235,244,0.09)), color-stop(100%,rgba(210,212,219,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,226,227,1) 0%,rgba(179,187,224,0.7) 30%,rgba(179,187,224,0.3) 70%,rgba(213,221,236,0.17) 83%,rgba(233,235,244,0.09) 91%,rgba(210,212,219,0) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(226,226,227,1) 0%,rgba(179,187,224,0.7) 30%,rgba(179,187,224,0.3) 70%,rgba(213,221,236,0.17) 83%,rgba(233,235,244,0.09) 91%,rgba(210,212,219,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e3', endColorstr='#00d2d4db',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0px 0px 10px 1px  #656b8e;
	border-radius: 3px;
	
}

.control-block-bg li.active a, .control-block-bg li:hover a {
	color: #7e8de8;
}


.control-block-bg li.line:hover {
	 background: url("../img/line-img.png") repeat-x scroll left top rgba(0, 0, 0, 0);
}

.control-block-bg li.line {
	padding:0;
}

.sub-block {
	min-height: 127px;
}

.sub-block-bg, .sub-block-bg ul {
	height: 121px;
}

.sub-block-bg {
	color: #777779;
	font-weight: bold;
	margin: 0 auto;
	text-align:center;
	line-height: 18px;
}

.sub-block-wrap {
	background: rgb(226,226,227); /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,227,1)), color-stop(38%,rgba(226,230,236,1)), color-stop(67%,rgba(216,223,235,1)), color-stop(84%,rgba(211,220,236,1)), color-stop(100%,rgba(222,234,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,226,227,1) 0%,rgba(226,230,236,1) 38%,rgba(216,223,235,1) 67%,rgba(211,220,236,1) 84%,rgba(222,234,253,1) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(226,226,227,1) 0%,rgba(226,230,236,1) 38%,rgba(216,223,235,1) 67%,rgba(211,220,236,1) 84%,rgba(222,234,253,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e3', endColorstr='#deeafd',GradientType=0 ); /* IE6-9 */
	min-height: 110px;
	padding-top: 10px;
    position: relative;
}

.sub-block-bg input { 
	border: 1px solid #a8a8a8;
    color: #676764;
    display: block;
    height: 23px;
    padding-left: 8px;
	margin: 0 auto;
	margin-top: 8px;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.help-icon{
    display: block;
    position: relative;
    text-align: center;
}

.help-icon img{
    max-width: 39%;
    max-height: 100%;
    width: auto;
}

.sub-block-wrap button, .comments-podrobno button  {
	margin-top: 8px;
	text-transform:none;
	background: rgb(33,178,33); /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,178,33,1)), color-stop(50%,rgba(98,216,98,1)), color-stop(50%,rgba(51,204,51,1)), color-stop(100%,rgba(33,178,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(33,178,33,1) 0%,rgba(98,216,98,1) 50%,rgba(51,204,51,1) 50%,rgba(33,178,33,1) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(33,178,33,1) 0%,rgba(98,216,98,1) 50%,rgba(51,204,51,1) 50%,rgba(33,178,33,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21b221', endColorstr='#21b221',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	border: 2px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	text-shadow: 2px 2px 2px #226331;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 2px 12px;
	cursor: pointer;
}

.content-left {
	width: 189px;
	float:left;
	margin: 0 0px 0 10px;
}

.content-center {
	width: 464px;
	padding-left: 2px;
	float:left;
	position: relative;
}

.content-center h5 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	display:block;
	font-family: Calibri;
}

.img-wrap {
	float: left;
	margin-right: 10px;
	width: 96px;
	height: 96px;
	border: 1px solid #bcbcbc;
	overflow:hidden;
	position: relative;
	border-radius: 7px;
}

.img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 120%;
    max-height: 120%;
    min-width: 100%;
    height: auto;
}

.state {
	padding-top: 5px;
	font-family: Calibri, sans-serif;
	font-size: 14px;
}

.item .info {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	max-height: 50px;
	overflow:hidden;
	font-family: Calibri;
}

.item a {
	text-decoration:none;
	color: #000;
}

.item .data {
	color: #8c8b8b;	
	font-size: 11px;
	padding-top: 5px;
	font-family: Calibri, sans-serif;
}

.uzor-line {
	border-top: 1px solid #dcdedc;
	background:  url("../img/uzor-line.png") no-repeat scroll right top;
	height: 10px;
	width: 456px;
    position: absolute;
    bottom: 0;
}



.content-right {
	float: right;
	margin: 0 10px 0 0;
	width: 278px;
}

.banner {
	width: 278px;
	height: 145px;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow:hidden;
}

.banner img{
	height: 150px;
}

.uzor-2{
	background: url("../img/uzor-2.png") repeat-x scroll -35px top;
	width: 950px;
	height: 57px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 10px;
	
}

.pagenav {
	background: url("../img/pagenav-bottom.png") no-repeat scroll left top;
	width: 592px;
	height: 64px;
	margin-left: 150px;
	text-align:center;
	padding-top:5px;
	font-family: Calibri;
    font-size: 18px;
}

.pagenav li {
	display: inline-block;
    padding-right: 10px;
}
.pagenav li b:first-child {
	margin-right: 25px;
}
.pagenav a {
	text-decoration: none;
	color: #787878;
}

.pagenav a:hover span {
	border-bottom: 1px solid #5473ff;
	color: #5473ff; 	
}

.pagenav ul.pagenav-number {
	text-align:center;
	margin-left: 70px;
	padding-top: 5px;
}

.pagenav-number li{
	padding: 0 5px;
    font-size: 22px;
}

.pagenav-number li a {
	border-bottom: 1px solid #5473ff;
	color: #5473ff; 
}

.pagenav-number li:hover {
	background-color: #5473ff;
}

.pagenav-number li:hover a {
	color: #fff;
}

.footer {
	background: #d4d9ff url("../img/footer-bg.png") repeat-x scroll left top;
	width: 960px;
	height: 95px;	
	margin: 0 auto;
	position: relative;
	margin-top: -95px;
	font-size: 13px;
}

.copyright {
	color: #4a4a4a;
	float: left;
	margin: 15px 0 0 10px;
}

nav {
	float: left;
	margin: 12px 0 0 70px;	
}

nav li {
	padding: 3px;
}

nav a {
	color: #010101;
}

.counters {
	float: right;
	margin: 15px 10px 0 0;
	color: #4a4a4a; 
}

.counters div {
	margin-top: 5px;	
}

.owl-bg .social {
	float:left;
	margin-top: -4px;
	height: 24px;
}

.number-search {
	float:right;
	position:relative;
	width: 255px;
	 color: #adacac;
}

.number-search input {
	width: 180px;
	border: 1px solid #ADADAD;
    color: #676764;
    display: block;
    height: 22px;
    padding-left: 8px;
    position: absolute;
	margin-left: 20px;
	font: 13px "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #adacac;
}

.number-search button {
	top: 0;
}

.number-search label {
	display: none;
}

.number-search span {
	border-left: 1px solid #fff;
	height: 25px;
	float:left;
}

.breadcrumbs {
	margin: 0 0 5px 10px;
	color: #787878;
}

.breadcrumbs li {
	display: inline-block;
	margin: 0 2px;
}

.breadcrumbs a{
	color: #787878;
	font-size: 12px;
}

.content-center .title {
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	width: 320px;
	float:left;
}

.content-center .title.color-give em {
	color: #425cfb;
	font-weight:bold;
}

.content-center .title.color-take em {
	color: #33cc33;
	font-weight:bold;
}

.content-center .item .social {
	right:0;
	position:absolute;
    bottom: 10px;
} 

.title-number {
	float: right;
	font-size: 20px;
	font-weight: bold;
	right:0;
}

.info-block {
	line-height: 24px;
	margin-top: 10px;
}

.info-block span {
	font-weight: bold;
	padding-right: 5px;
}

.detail {
	margin: 10px 0;	
}

.detail-info {
	margin: 10px 0;	
	position:relative;
	height:auto;
}

.detail-info li {
	font-size: 12px;
	float:left;	
	color: #787878;
}

.detail-info li.first, .detail-info li.last  {
	width: 25%;
}

.detail-info li.second {
	width: 50%;
}

.detail-info li:last-child {
	float:right;
	text-align:right;
}

.registration-block {
	position: absolute;
    right: 14px;
    top: 182px;
    color:#5573ff;
}

.registration-block a {
    color:#5573ff;
    text-decoration: none;
}

.registration-block li {
	display:inline-block;
}

.ico-account {
    background: url("../img/ico-2.png") no-repeat scroll left 4px;
    width: 10px;
    height: 10px;
    padding-left: 15px;
}

.content-center h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.left_image {
    border: 1px solid #B0B0B0;
    float: left;
    margin: 0 10px 10px 0;
}

.left_image img {
    display: block;
}

.back {
	background: url("../img/arrrow-back.png") no-repeat scroll left 4px;
    width: 7px;
    height: 16px;
    padding-left: 15px;
	margin:10px 0;
}

.back a {
	color: #425cfb;
	font-size: 12px;
	text-transform: uppercase;
}

.content-info {
	margin-top: 25px;
}

.content-info .data {
	color: #8c8b8b;
	float:left;
	left: 230px;
	position: absolute;
}

.content-info .social {
	float:right;
	right: 0px;
}

.content-info .back {
	margin:0;
	float:left;
}

.about {
	margin-top: 30px;
}

.about a, .comments-block a{
	font-size: 15px;
	color: #787878;
}

.about-text label {
	padding: 5px 0;
	display: block;
}

.about-text label.short {
	display: inline-block;
}

.about-text textarea{
	border: 1px solid #b9b9b9;
    color: #787878;
    float: right;
    font-size: 14px;
    line-height: 14px;
    margin: 10px;
    padding: 3px 9px;
    text-align: left;
	min-width:250px;
    max-width: 250px;
	min-height: 19px;
	max-height: 115px;
	background-color: #fff;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.comments-block {
	margin: 20px 0;
}

.comments-block-wrap {
	padding-top:10px;
}

.comments-block h4 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}

.comments-block-img {
	float:left;
	width: 85px;
	text-align:center;
	overflow:hidden;
} 

.comments-block-img .img-bg{
	border: 1px solid #b9b9b9;
	width: 80px;
	height: 80px;
	overflow: hidden;
	position:relative;
	/*display: table-cell;*/
	vertical-align:bottom;
}

.comments-block-img .img-bg img {
	display:block;
	bottom:0;
	margin: 0 auto;
	min-width:80px;
	min-height:80px;
}

.comments-block-img p {
	width:80px;
	font-size: 12px;
}

.comments-block-text {
	float:right;
	width: 379px;
	position:relative;
}

.about-text .comments-block-text .text-box {
	width: 354px;
	border: 1px solid #a8a8a8;
	left:13px;
	position:relative;
	background-color: #fff;
	color: #787878; 
	padding: 5px;
} 

.angle {
	background: url("../img/angle.png") no-repeat scroll left 0;
    width: 14px;
    height: 10px;
	display:block;
	position:absolute;
	top:0;
}

.comments-block-wrap .uzor-line {
	margin: 5px 0;
	width: 466px;
}

.comments-block-wrap .data {
	right:14px;;
	text-align:right;
	color: #787878;
	font-size: 12px;
}   

.time {
	color: #acabab;
}

.comment h4 {
	font-size: 18px;
	line-height: 20px;
	text-align:center;
	font-weight:bold;
	margin-bottom: 10px;
}

.comment form {
	width: 380px;
	margin: 0 auto;
}

.comment input {
    border: 1px solid #B5B5B5;
    color: #666666;
    float: right;
    font-size: 14px;
    height: 19px;
    line-height: 14px;
    margin: 5px 0 0;
    padding: 3px 9px;
    text-align: left;
    width: 200px;
}

.comment textarea {
    border: 1px solid #B5B5B5;
    color: #666666;
    float: right;
    font-size: 14px;
    line-height: 14px;
    margin: 5px 0;
    max-height: 115px;
    max-width: 200px;
    min-height: 19px;
    min-width: 200px;
    padding: 3px 9px;
    text-align: left;
}

.comment label {
    color: #5D5D5D;
    float: left;
    padding-top: 9px;
	display:block;
	text-align:right;
	width: 150px;
}

.comment label em {
	color: #5f7cff;
	font-weight:bold;
}

.comment button {
	display:block;
	margin-top: 8px;
	text-transform:none;
	background: rgb(33,178,33); /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,178,33,1)), color-stop(50%,rgba(98,216,98,1)), color-stop(50%,rgba(51,204,51,1)), color-stop(100%,rgba(33,178,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(33,178,33,1) 0%,rgba(98,216,98,1) 50%,rgba(51,204,51,1) 50%,rgba(33,178,33,1) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(33,178,33,1) 0%,rgba(98,216,98,1) 50%,rgba(51,204,51,1) 50%,rgba(33,178,33,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21b221', endColorstr='#21b221',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	border: 2px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	text-shadow: 2px 2px 2px #226331;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 3px 25px;
	cursor: pointer;		
	margin: 20px auto;
	width: 130px;
	margin-left: 158px;
}

.style_button {
	display:block;
	margin-top: 8px;
	text-transform:none;
	background: rgb(33,178,33); /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,178,33,1)), color-stop(50%,rgba(98,216,98,1)), color-stop(50%,rgba(51,204,51,1)), color-stop(100%,rgba(33,178,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(33,178,33,1) 0%,rgba(98,216,98,1) 50%,rgba(51,204,51,1) 50%,rgba(33,178,33,1) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(33,178,33,1) 0%,rgba(98,216,98,1) 50%,rgba(51,204,51,1) 50%,rgba(33,178,33,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21b221', endColorstr='#21b221',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	border: 2px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	text-shadow: 2px 2px 2px #226331;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 3px 25px;
	cursor: pointer;		
	margin: 20px auto;
	width: 130px;
}

.item.article {
	margin-bottom: 10px;
    position: relative;
}

.item.article .more a {
	color: #787878;
	font-size:12px;
	display: inline-block;
	text-decoration:underline;
}

.item.article .more a:hover {
	text-decoration:none;
	background:none;
}

.item.article .social {
}


.item.article .img-wrap {
    height: 100px;
	width: 114px;
    position: relative;
    overflow: hidden;
}

.item.article .img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 120%;
    max-height: 120%;
    width: auto;
}

.item.article  .text-wrap {
    float: left;
    overflow: hidden;
    width: calc(100% - 126px);
}

.item.article .text-wrap span {
    position: absolute;
    top: 0;
    left: 5px;
	font-size: 12px;
	line-height: 18px;
}

.item.article .text-wrap a.title {
	font-size: 16px;
	float:left;
	width:auto;
	display: inline-block;
	line-height:18px;
	text-decoration: underline;
}

.item.article .text-wrap a.title:hover {
	text-decoration: none;
	background:none;
}

.item.article .info {
	margin:8px 0 8px;
	line-height: 16px;
}

.sorting-give, .sorting-take {
	color: #fff;
	border:none;
	margin: 0 5px;
	font-weight: bold;
	font-family: Calibri;
	font-weight: bold;
	cursor: pointer;
	padding: 2px 15px;
}

.sorting-give { /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.41)), color-stop(100%,rgba(0,0,0,0.41))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.41) 99%,rgba(0,0,0,0.41) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.41) 99%,rgba(0,0,0,0.41) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#69000000',GradientType=0 ); /* IE6-9 *//
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height:18px;
	box-shadow: 0px -4px 1px 0px  rgba(128,128,128,0.4);
	color:#535252;
	border:none;
	margin-left: 5px;
	font-weight: bold;
	cursor: pointer;
}

.sorting-give:hover {
	background: rgb(95,133,251); /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(95,133,251,1)), color-stop(100%,rgba(45,69,205,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(95,133,251,1) 0%,rgba(45,69,205,1) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(95,133,251,1) 0%,rgba(45,69,205,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f85fb', endColorstr='#2d45cd',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
	line-height:18px;
	color: #fff;
}

.sorting-give.active {
	background: rgb(95,133,251); /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(95,133,251,1)), color-stop(100%,rgba(45,69,205,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(95,133,251,1) 0%,rgba(45,69,205,1) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(95,133,251,1) 0%,rgba(45,69,205,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f85fb', endColorstr='#2d45cd',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
	line-height:18px;
	color: #fff;
}

.sorting-take { /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.41)), color-stop(100%,rgba(0,0,0,0.41))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.41) 99%,rgba(0,0,0,0.41) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.41) 99%,rgba(0,0,0,0.41) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#69000000',GradientType=0 ); /* IE6-9 *//
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height:18px;
	box-shadow: 0px -4px 1px 0px  rgba(128,128,128,0.4);
	color:#535252;
	border:none;
	margin: 0 5px;
	font-weight: bold;
	cursor: pointer;
}

.sorting-take:hover {
	background: rgb(73,226,73); /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,226,73,1)), color-stop(100%,rgba(0,120,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(73,226,73,1) 0%,rgba(0,120,0,1) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(73,226,73,1) 0%,rgba(0,120,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49e249', endColorstr='#007800',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
	line-height:18px;
	color: #fff;
}

.sorting-take.active {
	background: rgb(73,226,73); /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,226,73,1)), color-stop(100%,rgba(0,120,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(73,226,73,1) 0%,rgba(0,120,0,1) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(73,226,73,1) 0%,rgba(0,120,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49e249', endColorstr='#007800',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
	line-height:18px;
	color: #fff;
}

.sorting-none { /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.41)), color-stop(100%,rgba(0,0,0,0.41))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.41) 99%,rgba(0,0,0,0.41) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.41) 99%,rgba(0,0,0,0.41) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#69000000',GradientType=0 ); /* IE6-9 *//
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height:18px;
	box-shadow: 0px 0px 3px 0px  #333;
	color:#535252;
	border:none;
	margin: 0 5px;
	font-weight: bold;
	cursor: pointer;
}

.angle-foto {
	background: url("../img/angle-foto.png") no-repeat scroll 0 0;
	background-position: right;
    padding-top: 15px;
	height: 20px;
	width: 50px;
	padding-right: 3px;
	position:absolute;
	bottom:0px;
	right:0px;
	text-align:right;
	color: #fff;
	font-weight:bold;
    z-index: 10;
}




/**/

#wrapper div.tabs {
    display:none;
}

#wrapper a.tabs {
    display: block;
    float: left;
    padding: 8px 8px 4px 8px;
    height: 21px;
    line-height: 14px;
    color: #5473ff;
    text-decoration: none;
    font-weight: bold;
	background-color: #d0d6ff;
	border: 3px solid #d0d6ff;
	border-bottom: none;
	width:28%;
	text-align:center;
	font-size: 16px;
}

#wrapper a.tabs span {
    border-bottom: 1px solid #5473ff;
    padding: 0;
	
}

#wrapper a.tabs.active {
    color: #000;
    cursor: default;    
    background: none;
	
}

#wrapper a.tabs.active span {
    border-bottom: 0 none;
}

#wrapper div.tabborder {
    display: block;
    float: left;
    height: 34px;
    width: 4px;
	border-bottom: 2px solid #d0d6ff;
}

#wrapper div.tabs.active {
    display:block;
    clear: both;
    width:100%;
	padding-top: 10px;
}

ul.option, ul.comments {
	margin-bottom:10px;
}

ul.option li, ul.comments li {
	display:inline-block;
}

ul.option li a,  ul.comments li a {
	color: #959595;
	text-decoration:none;
	font-weight:bold;
}

ul.option a.active, ul.comments li a.active{
	color: #000;
}

.item.ads {
	margin-bottom: 5px;
}

.item.ads .title {
	font-size: 16px;	
}

.item.ads .text-wrap  {
	float:right;
	right:0;
	width: 353px;
}

.item.ads .text-wrap a.title {
	float:left;
    font-size: 16px;
    line-height: 18px;
    width: 235px;
}

.item.ads .text-wrap span {
    float: right;
    font-size: 12px;
    line-height: 18px;
}

.ads-control {
	margin: 20px 0;
	position:relative;
}

#con_tab3 .ads-control {
	width: 469px;
}

.ads-control a:hover, .item.comments a:hover.delete {
	color: #425cfb;
}

ul.ads-control li {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 16px;
	width:33%;
}

.ads-control li a {
	background: url("../img/ico-control.png") no-repeat scroll 0 0;
	display:block;
	color: #787878;
}

.ads-control li.edit a {
	background-position: 0 0;
	padding-left: 20px;
	height: 16px;	
}

.ads-control li.see a  {
	background-position: 13px -22px;
	padding-left: 20px;	
	text-align:center;
}

.ads-control li.delete a {
	background-position: 30px -40px;
	padding-left: 15px;	
	text-align:center;
}

.ads-control li.password a {
	background-position: 20px -62px;
	padding-left: 20px;
	text-align:center;
}

.ads-control li.exit a {
	background-position: 0 -84px;
	padding-left: 20px;
	text-align:right;
}

ul.ads-control li.exit a {
	float: right;
}

.ads-control li a:hover {
	background: url("../img/ico-control-hover.png") no-repeat scroll 0 0;
	display:block;
}

.ads-control li.edit a:hover  {
	background-position: 0 0;
	padding-left: 20px;
	height: 16px;	
}

.ads-control li.see a:hover   {
	background-position: 13px -22px;
	padding-left: 20px;	
	text-align:center;
}

.ads-control li.delete a:hover {
	background-position: 30px -40px;
	padding-left: 15px;	
	text-align:center;
}

.ads-control li.password a:hover  {
	background-position: 20px -62px;
	padding-left: 20px;
	text-align:center;
}

.ads-control li.exit a:hover {
	background-position: 0 -84px;
	padding-left: 20px;
	text-align:right;
}

.views {
	font-size: 12px;
	color: #787878;
	padding-top:5px;
}

.item.comments .text-wrap, .item.comments-podrobno .text-wrap{
	width: 370px;
	float: right;
}

.item.comments  .text-wrap span, .item.comments-podrobno .text-wrap span{
    float: right;
    font-size: 12px;
    line-height: 18px;
}

.item.comments .info {
	margin:5px 0;
	height: 48px;
	line-height: 16px;
	color:#787878;
}

.item.comments span {
	display:inline-block;
}

.item.comments a.delete {
	background: url("../img/ico-control.png") no-repeat scroll 0 -38px;
	width: 5px;
	height: 15px;
	display:block;
	padding-left: 16px;
	display:block;
	color: #787878;
	font-size: 12px;
}

.item.comments a:hover.delete {
	background: url("../img/ico-control-hover.png") no-repeat scroll 0 -38px;
}

.item.comments ul li {
	display: inline-block;
}

.item.comments ul li:first-child {
	margin-right: 50px;
}

.hat {
	margin-bottom: 10px
}

.hat li{
	display: inline-block;
	font-size: 12px;
	color: #787878;
}

.hat li:first-child {
	margin-right: 15px;
}

.img-profile{
	border: 1px solid #B9B9B9;
    /*display: table-cell;*/
    height: 124px;
    overflow: hidden;
    position: relative;
    vertical-align: bottom;
    width: 107px;
}

.img-profile img {
    bottom: 0;
    display: block;
    margin: 0 auto;
	max-width:107px;
	min-height:124px;
}

.profile-wrap span{
	font-weight: bold;
}

.profile-wrap a {
	color: #4687ca;
	text-decoration: underline;
}

.img-profile-wrap {
	float: left;
	margin-right: 10px;
}

/*box*/
 .box {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.box a {
	color: #fff;
	text-decoration:underline;
}

 .box img {
    -webkit-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

 .box .caption {
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    left: 0;
    position: absolute;
    -webkit-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    z-index: 100;
}

 .box .simple-caption {
    bottom: -36px;
    display: block;
    height: 36px;
    line-height: 25pt;
    text-align: left;
    width: 107px;
	padding-left: 5px;
}

 .box:hover .simple-caption {
     -moz-transform: translateY(-100%);
     -o-transform: translateY(-100%);
     -webkit-transform: translateY(-100%);
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.item.comments .info a{
	color: #787878;
	text-decoration:underline;
}

.item.comments-podrobno .info{
	color: #787878;
    line-height: 16px;
    margin: 5px 0;
	height: auto;
}

.item.comments-podrobno .text-wrap a.title {
    float: left;
    font-size: 16px;
    line-height: 18px;
    width: 185px;
	padding-right: 10px;
}

.item.comments-podrobno .text-wrap em {
	 float: left;
	 font-size: 16px;
	 color: #acabab;
	 line-height: 18px;
	 font-weight: bold;
}

.item.comments-podrobno .opacity-wrap label {
	text-align:right;
	width: 100px;
	position:absolute;
	color: #777779;
	font-weight:bold;
}

.opacity-block {
	background: url("../img/control-bg.png") repeat scroll left top;
	height: 100%;
	padding:4px;
}

.comments-podrobno .opacity-block {	
	margin: 20px 0;
}

.opacity-block-bg {

	background: rgb(239,239,239); /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(57%,rgba(239,239,239,1)), color-stop(90%,rgba(202,204,206,1)), color-stop(100%,rgba(182,186,189,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(239,239,239,1) 57%,rgba(202,204,206,1) 90%,rgba(182,186,189,1) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(239,239,239,1) 57%,rgba(202,204,206,1) 90%,rgba(182,186,189,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#b6babd',GradientType=0 ); /* IE6-9 */
	padding: 3px;
}

.opacity-block .opacity-wrap {
	background: rgb(226,226,227); /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,227,1)), color-stop(38%,rgba(226,230,236,1)), color-stop(67%,rgba(216,223,235,1)), color-stop(84%,rgba(211,220,236,1)), color-stop(100%,rgba(222,234,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,226,227,1) 0%,rgba(226,230,236,1) 38%,rgba(216,223,235,1) 67%,rgba(211,220,236,1) 84%,rgba(222,234,253,1) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(226,226,227,1) 0%,rgba(226,230,236,1) 38%,rgba(216,223,235,1) 67%,rgba(211,220,236,1) 84%,rgba(222,234,253,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e3', endColorstr='#deeafd',GradientType=0 ); /* IE6-9 */
	padding: 20px 0;
	position: relative;
}


.opacity-wrap.ad  label {
	text-align:right;
	width: 100px;
	display:block;
	color: #777779;
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
	float:left;
}

.opacity-wrap textarea {
	background-color: #FFFFFF;
    border: 1px solid #B9B9B9;
    color: #787878;
    float: right;
    font-size: 14px;
    line-height: 14px;
    margin: 0 10px;
    height: 125px;
    width: 212px;
    padding: 3px 9px;
    text-align: left;
	resize: none;
}

.comments-podrobno button {
	margin: 0 auto;
	display:block;
	margin-top: 18px;
	padding: 3px 25px;
}

.opacity-block .opacity-wrap label em {
	float:none!important;
	color: #5473ff!important;
	font-weight: bold;
}

.comments-podrobno .content-center h2 {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
}

.content-center h3 {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}
	
.content-center  h4 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

.content-center  h6 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

.content-center p {
	padding-bottom: 15px
}

.content-center ol {
    counter-reset: list 0;
    margin: 10px 0;
}

.content-center ol {
    counter-reset: list 0;
    margin: 10px 0;
	list-style: none outside none;
}

.content-center ol li:before {
    color: #425cfb;
    content: counter(list, decimal) ". ";
    counter-increment: list;
}

.list-style li {
    list-style-type: none;
}

.list-style li:before {
    color: #465ffb;
    content: "▶";
    padding-right: 10px;
}

.selected-text {
	margin: 20px 0;
	position:relative;
}

.selected-text .uzor-line.top {
	background:none;
	top:0;
}

.selected-text p {
	background-color:#e1e5f8;
	padding: 15px 10px;
}

.selected-text .uzor-line {
	width: 400px;
	right:0;
	position:absolute;
	margin: 0 ;
}

.left_image {
    border: 1px solid #B0B0B0;
    float: left;
    margin: 0 20px 20px 0;
	border-radius: 5px;
	overflow:hidden;
}

.right_image {
    border: 1px solid #B0B0B0;
    float: right;
    margin: 0 0 20px 20px;
	border-radius: 5px;
	overflow:hidden;
}

.center_image {
    text-align: center;
	overflow:hidden;
}

.image_cover {
    border: 1px solid #B0B0B0;
    display: inline-block;
    vertical-align: top;
	border-radius: 5px;
	overflow:hidden;
}

.content-center img {
	display: block;
}

.content-center .captcha_img {
	display: inline-block;
}

.content-center table {
    margin: 20px 0;
    width: 100%;
	border-radius: 5px;
}

.content-center table td, .content-center table th {
    border: 2px solid #fff;
    font-weight: normal;
    padding: 0px;
    text-align: left;
}

.content-center table th {
    background: none repeat scroll 0 0 #7e8ce8;
    color: #fff;
    font-weight: bold;
	padding-top: 15px;
}

.content-center table th:first-child {
    text-align: center;
}

.content-center table td:first-child {
    text-align: center;
}

.content-center table td {
    background: none repeat scroll 0 0 #c8cff2;
}

.opacity-block.thin {
	width: 422px;
	margin: 0 auto;
}

.opacity-wrap.ad label {
	width: 146px;
	padding-top: 5px;
}

.opacity-wrap.ad input {
    border: 1px solid #B5B5B5;
    color: #666666;
    font-size: 14px;
    height: 19px;
    line-height: 14px;
    margin: 5px 0 0;
    padding: 3px 9px;
    text-align: left;
    width: 200px;
	margin: 0 0 0 18px;
	margin-bottom:10px;
}
.opacity-wrap.ad .dop_photo input {
	font-size: 12px;
	width: auto;
	margin-left: 10px;
}
.opacity-wrap.ad select {
    border: 1px solid #B5B5B5;
    color: #666666;
    font-size: 14px;
    height: 29px;
    line-height: 14px;
    margin: 5px 0 0;
    padding: 3px 9px;
    text-align: left;
    width: 220px;
	margin: 0 0 0 18px;
	margin-bottom:10px;
}

.opacity-wrap.ad textarea {
	margin: 0 0 10px 18px;
	width: 200px;
	height: 120px;
	float: none;
}

.opacity-wrap.ad .gray {
	margin: 0 0 0 18px;
	text-transform:none; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.41)), color-stop(100%,rgba(0,0,0,0.41))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.41) 99%,rgba(0,0,0,0.41) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.41) 99%,rgba(0,0,0,0.41) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#69000000',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	box-shadow:  0px 0px 2px #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 5px;
	cursor: pointer;
	font-size: 12px;
	color:#535252;
	text-shadow: none;
	display:inline-block;
}

.opacity-wrap.ad .line {
	width: 353px;
	margin: 20px auto;
}

.opacity-wrap.ad p {
	margin-left:30px;
}

.opacity-wrap.ad img {
	display:inline-block;
	margin-left: 10px;
	float: left;
}

.text-captcha {
	margin-top: 7px!important;
}

.send{
	display:block;
	margin-top: 8px;
	text-transform:none;
	background: rgb(33,178,33); /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,178,33,1)), color-stop(50%,rgba(98,216,98,1)), color-stop(50%,rgba(51,204,51,1)), color-stop(100%,rgba(33,178,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(33,178,33,1) 0%,rgba(98,216,98,1) 50%,rgba(51,204,51,1) 50%,rgba(33,178,33,1) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(33,178,33,1) 0%,rgba(98,216,98,1) 50%,rgba(51,204,51,1) 50%,rgba(33,178,33,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21b221', endColorstr='#21b221',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	border: 2px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	text-shadow: 2px 2px 2px #226331;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 3px 25px;
	cursor: pointer;		
	margin: 0 auto;
	width: 130px;
}


#my_checkbox {
	width:auto;
	height: auto;
	margin: 0 10px 0 0;
	clear:both;
}

.title-uzor {
	background: url("../img/sortirovka.png") no-repeat scroll center top;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
	text-align:center;
	font-size: 18px;
	width: 890px;
}

.head {
	background: url("../img/control-bg.png") repeat scroll center top;
    min-height: 100%;
	width: 100%;
	z-index: 1000;
	top:0;
	position:absolute;
}

.head .opacity-block {	
	margin: 200px auto;
	width: 500px;
	min-height: 430px;
	height:auto;
	position:relative;
} 

.head .opacity-block .opacity-wrap {
	padding: 20px;
	color: #000;
	min-height:384px;
	height:auto;
	position:relative;
}

.item {
	float:left;
	position:relative;
}

.item.first {
	width: 260px;
	position:relative;
	
	overflow:hidden;
}

.item.first label, .item.second label {
	margin-left: 10px;	
}

.head .opacity-block p {
	margin-bottom: 20px;
}


.item.first ul {
	width: 230px;
}

.item.first li {
	padding: 7px 2px 7px 12px;
	margin-bottom:5px;
	display: block;
}

.item.first li.arrow_box:hover {
	padding: 5px 0 5px 10px;
	margin-bottom:5px;
	display: block;
}

li.arrow_box:hover {
	position: relative;
	background: #88b7d5;
	border: 2px solid #fff;
	background: rgb(216,225,240); /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,225,240,1)), color-stop(28%,rgba(216,225,240,1)), color-stop(60%,rgba(216,225,240,1)), color-stop(100%,rgba(226,230,236,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(216,225,240,1) 0%,rgba(216,225,240,1) 28%,rgba(216,225,240,1) 60%,rgba(226,230,236,1) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(216,225,240,1) 0%,rgba(216,225,240,1) 28%,rgba(216,225,240,1) 60%,rgba(226,230,236,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e1f0', endColorstr='#e2e6ec',GradientType=0 ); /* IE6-9 */
}

li.arrow_box:after, li.arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

li.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #D8E1F0;
	border-width: 13px;
	margin-top: -13px;
}

li.arrow_box:before {
	border-left-color: #fff;
	border-width: 16px;
	margin-top: -16px;
}


/* For modern browsers */
.clear:before,
.clear:after {
   content: "";
   display: table;
}
.clear:after {
   clear: both;
}

/* для IE6-7 */
.clear {
   zoom: 1;
}


.item.first li.arrow_box.active {
	padding: 5px 0 5px 10px;
	margin-bottom:5px;
	display: block;
}

li.arrow_box.active {
	position: relative;
	background: #88b7d5;
	border: 2px solid #fff;
	background: rgb(216,225,240); /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,225,240,1)), color-stop(28%,rgba(216,225,240,1)), color-stop(60%,rgba(216,225,240,1)), color-stop(100%,rgba(226,230,236,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(216,225,240,1) 0%,rgba(216,225,240,1) 28%,rgba(216,225,240,1) 60%,rgba(226,230,236,1) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(216,225,240,1) 0%,rgba(216,225,240,1) 28%,rgba(216,225,240,1) 60%,rgba(226,230,236,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e1f0', endColorstr='#e2e6ec',GradientType=0 ); /* IE6-9 */
}

.item.second {
	width: 194px;
}

.item.second li {
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
}

.cross {
	background: url("../img/cross.png") repeat right top;
	width: 33px;
	height: 33px;
	padding:0;
	margin:-10px -10px 0 0;
	border:0;
	position:absolute;
	right: 0;
	z-index:1000;
	cursor:pointer;
}

.head.sub .opacity-block {
	width: 185px;
	min-height: 20px;
}

.head.sub .opacity-block .opacity-wrap {
	min-height:20px;
}
/*
.head.sub p{
	text-transform: uppercase;
	text-align:center;
	margin:0;
	color: #777778;
	font-weight:bold;
	line-height: 18px;
}
*/
.menu_body {
    display: none;
    margin-left: -25px;
    width: 229px;
}
.menu_body li {
    background: none repeat scroll 0 0 #493E3B;
}
.menu_body li.alt {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: -35px;
}
.menu_body li a {
    color: #FFFFFF;
    display: block;
    margin-left: 25px !important;
    margin-right: 25px !important;
    text-decoration: none;
}
.menu_body .menu_head {
    border-bottom: 2px dotted #000;
    color: #000000;
    font-size: 18px !important;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 15px;
    padding-bottom: 6px;
    padding-top: 17px;
    text-decoration: none;
    text-transform: uppercase;
    width: 175px;
}

.alphabetical-list {
	display:block;
	position:absolute;
	z-index:10;
	background-color: #dfe5fe;
	width: 960px;	
	top: 30px;
	box-shadow:         0px 5px 12px 0px rgba(50, 50, 50, 0.6);
}

.search-form {
	min-height: 30px;
	background-color: #d0d6ff;
	border-bottom: 2px solid #fff;
}

.alphabetical-list .list, .alphabetical {
	float:left;
	position:relative;
	width: 233px;
}

.alphabetical-list .list.first{
	width: 704px;
	border-right: 2px solid #fff;
	min-height: 30px;
}

.alphabetical.left  {
	width: 684px;
	border-right: 2px solid #fff;
	display: table;
	padding: 20px 10px;
}

.alphabetical.left .column {
	float: left;
	width:25%;
	display:table;
	
}

.alphabetical.left em {
	font-weight:bold;
	height:100%;
	display:table-cell;
	font-size: 15px;
}

.alphabetical.left ul {	
	display:table-cell;	
	padding-bottom: 10px;
}

.col {
	display: table-row;
}

.alphabetical.left ul li {
	padding-bottom: 2px;
}

.alphabetical.left ul li a {
	color: #0053cb;
	text-decoration:none;
	border-bottom: 1px dotted #0053cb;
	padding: 0 4px;
}

.alphabetical.left ul li a:hover {
	background-color: #425cfb;
	color:#fff;
	padding: 0 4px;
}

.search-form .list.first ul li, .search-form .list.second ul li{
	display:inline-block;
	padding: 5px 15px;
}


.search-form .list.first ul li a, .search-form  .list.second ul li a{
	border-bottom: 1px dashed #0053cb;
	color: #0053cb;
	text-decoration:none;
}

.search-form .list.first ul li a:hover, .search-form  .list.second ul li a:hover{
	border: none;
}

.alphabetical.right {
	padding:10px 10px;
	width: 233px;
}

.alphabetical.right h5 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	display:block;
	color: #000;
	margin: 10px 0;
}

.alphabetical.right input {
	width: 100px;
	 border: 1px solid  #D5D5D5;
    color: #676764;
    height: 27px;
    padding-left: 8px;	
	margin-bottom: 10px;
}

.alphabetical.right input[type="checkbox"] {
	width:auto;
	height:auto;
	margin-bottom: 10px;
}

.alphabetical.right label {
	color: #000; 
}

#show_about {
	width:100%;	
}

.dop_photo {
margin-left:147px;
}

.dop_photo a {
margin-left:20px;
}

#filter_form {
	margin-top: -15px;
}

.content-center .comment h4 {
	margin-left: 45px;
}


.bx-auth-profile input {
width:300px;
}
.big-search .select-region {
	border: 1px solid #adadad;
	display: block;
	margin-left: 10px;
	margin-right: 20px;
	width: 300px;
	height: 23px;
	background-color: white;
	float: left;
	position: relative;
	cursor: pointer;
}
.big-search .var-2 .select-region {
	width: 180px;
}
	.select-region .regions, .level-1-region, .level-2-region {
		position: absolute;
		z-index: 10;
		top: 100%;
		left: -1px;
		background-color: white;
		border: 1px solid #adadad;
		border-top: none;
		cursor: pointer;
	}
	.big-search .var-2 .select-region .regions, .big-search .var-2 .level-1-region, .big-search .var-2 .level-2-region {
		width: 180px;
	}
	.big-search .select-region .regions, .big-search .level-1-region, .big-search .level-2-region {
		width: 300px;
	}
	.level-1-region, .level-2-region {
		border-top: 1px solid #adadad;
	}
	.select-region .regions span.choose-region {
		background: #33cc33;
		color: white;
	}
		.select-region .regions span {
			display: block;
			cursor: pointer;
			font-size: 13px;
			font-family: Arial, Helvetica, sans-serif;
			color: #65696F;
			padding: 2px 15px 2px 5px;
		}
		.select-region .regions span:hover {
			background: #999999;
    		color: #FFFFFF;
		}
		.select-region .regions li {
			position: relative;
		}
		.level-1-region, .level-2-region {
			position: absolute;
			left: 100%;
			top: 0;
		}
.search-page form input[type=text] {
	border: 1px solid #ADADAD;
    height: 29px;
    padding-left: 8px;
	font: 14px "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #adacac;
	border-radius: 3px;
}
	.search-page form input[type=submit] {
	    border: none;
	    border-radius: 3px;
	    cursor: pointer;
	    height: 31px;
	    width: 100px;
	    padding: 0;
	    color: white;
	    background: rgba(66, 92, 251, 0.8);
		padding: 4px;
		-webkit-transition: all 0.35s ease-out;
		transition: all 0.35s ease-out;
	}
	.search-page form input[type=submit]:hover {
		background: rgba(66, 92, 251, 1);
	}
.search-page a {
	color: #5473ff;
	font-size: 16px;
}
.search-page small a {
	font-size: 11px;
}
.search-page font.text a {
	display: inline-block;
	padding: 0 5px;
	color: #5473ff;
	font-size: 14px;
}
	.search-page font.text a:hover {
		background-color: #5473ff;
		color: white;
	}
.search-page font.text b {
	display: inline-block;
	padding: 0 5px;
}

.soc-twitter{
    margin: 12px 0 0 70px;
    float: left;
}

-webkit-@keyframes animation {
    0% {opacity: 1}
    50% {opacity: 0.7;}
    100% {opacity: 1;}
}

@-webkit-keyframes animation {
    0% {opacity: 1}
    50% {opacity: 0.7;}
    100% {opacity: 1;}
}

@keyframes animation {
    0% {opacity: 1}
    50% {opacity: 0.7;}
    100% {opacity: 1;}
}


.message-box{
    position: absolute;
    right: 135px;
    top: 50px;
    height: 24px;
    line-height: 22px;
    background: #FFFFCC;
    padding: 0 5px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 2s ease;
    transition: 2s ease;
}

.message-box__close{
    font-size: 18px;
    padding: 0 5px;
    color: #00004E;
    cursor: pointer;
}

.message-box.active{
    opacity: 1;
    visibility: visible;
}

.add-error{
    position: relative;
    padding: 0 33px;
    box-sizing: border-box;
    width: 84%;
    margin: 0 auto;
    color: #F00;
    margin-bottom: 15px;
    text-align: center;
    border: 1px solid #f00;
}