@charset "utf-8";
/* CSS Document */
/*reset*/
@font-face {
    font-family: 'mk_text_cond_proregular';
    src: url('font/mk_text_cond_pro-regular.eot');
    src: url('font/mk_text_cond_pro-regular.eot?#iefix') format('embedded-opentype'),
         url('font/mk_text_cond_pro-regular.woff') format('woff'),
         url('font/mk_text_cond_pro-regular.ttf') format('truetype'),
         url('font/mk_text_cond_pro-regular.svg#mk_text_cond_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Calibri';
  	src: 	url('Calibri/Calibri.eot?#iefix') format('embedded-opentype'),
  			url('Calibri/Calibri.woff') format('woff'),
			url('Calibri/Calibri.ttf')  format('truetype'),
			url('Calibri/Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body, div, span, object, h1, h2, h3, h4, h5, h6, a, em, ins, small, strong, b, ul, i, dl, dt, dd, form, label, table, tbody, tfoot, thead, tr, th, td, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	vertical-align: baseline;
}
input, select {
    vertical-align: middle;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
img {
	margin:0;
	padding:0;
	border: 0;
	outline: 0;
	background: transparent;
	vertical-align:bottom;
}
.highlight {
	background-color: #8888FF;
	color: #FF0;
}
/*reset end*/


li{
	list-style-image: none;
	list-style-type: none;
}
a:link, a:visited{
	color: #066DBF;
	text-decoration: underline;
}
a:hover{
	color: #FF0000;
}

a, img { outline: none; }

h1, h2, h3, h4, h5, h6{
	font-family: mk_text_cond_proregular;
	font-style: normal;
	color: #000;
	font-weight: normal;
}

h2{
	font-size: 24px;

}
h3{
	font-size: 20px;
}
h4, h5, h6{
	font-size: 16px;
}

body a, body a:link, body a:visited{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: 'Calibri';
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	color: #000;
	position: relative;
	background-color: #FFF;
	background-image: url(../images/body-bg.png);
	background-repeat: repeat;
}
#wrapper{
	width: 100%;
	position: relative;
}
.maxw{
	max-width: 1100px;
	min-width: 320px;
	margin-right: auto;
	margin-left: auto;
}
.maxw-padding{
	padding-right: 10px;
	padding-left: 10px;
}
.header{
	width: 100%;
	position: relative;	
}
.header-top-bg{
	width: 100%;
	border-bottom:2px solid #045A97;
}
.header-top-body{
	position: relative;
}
.header-top-box{
	position: relative;
	height: 120px;
	box-sizing:border-box;
}


.header-menu-box{
	min-width: 500px;
	position: absolute;
	right: 0px;
	bottom: 5px;
}

/*MIDDLE*/
.middle-body{
	position: relative;
	margin-bottom:20px;
	padding-top:30px;
	box-sizing:border-box;
}
.middle{
	width: 100%;
	position: relative;
	display: block;
	margin-bottom:20px;
}
.middle-left {
	width: 100%;
	float: left;
	overflow: hidden;
}
.middle-left-box{
	padding: 0 350px 0 0;
	min-height: 450px;
	margin:0;
}
.middle-right{
	float: left;
	width: 300px;
	margin-left: -300px;
	right:0;
	position: relative;	
	min-height: 360px;
	box-sizing:border-box;
    background-color: #F3F3F3;   
}

/*MIDDLE*/

.logo{	
	width: 317px;
	position: absolute;
	left: 0px;
	top: 7px;
}
div.logo img{
	width: 100%;
}

.lang-box{
	position: absolute;
	right: 0px;
	height: 27px;
	top:15px;
    color: #CCCCCC;
    z-index: 100;
}
div.lang-box > a{
	color: ##4D4D4D;
	text-decoration: none;
	padding: 0 3px;
}
div.lang-box > a:hover{
	color: #FF0000;
}

.lang-box  ul{
	font-size: 15px;
	margin-right: auto;
	margin-left: auto;
	display: table;
}
.lang-box  ul li{
	float: left;
}
.lang-box  ul > li a{
	color: #000;
	text-decoration: none;
	font-family: 'mk_text_cond_proregular';
}
.lang-box  ul > li a.current{
	color: #045A97;
}
.lang-box  ul > li a.az{
	background-image: url(../images/az.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.lang-box  ul > li a.ru{
	background-image: url(../images/ru.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.lang-box  ul > li a.en{
	background-image: url(../images/en.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.lang-box  ul > li a:hover{
	color: #045A97;
	text-decoration: none;
}

.lang-box  ul li.separator{
	margin-right: 5px;
	margin-left: 5px;
	color: #4D4D4D;
}
.top-info{
	position: absolute;
	top: 5px;
	right: 90px;
	border-right:1px dotted #666;
	padding-right:15px;
}
.top-info p{
	font-family: 'mk_text_cond_proregular';
	font-size: 17px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 1.2em;
	color: #4D4D4D;
	text-align: right;
}
.top-info a{
	color: #4d4d4d;
	text-decoration: none;
}
.top-info a:hover{
	color: #045A97;	
}
/*search*/
.search-box{
	height: 26px;
	width: 159px;
	position: absolute;
	top: 55px;
	right: 0px;
    z-index: 100;
}
.search{
	height: 26px;
	width: 159px;
	background-image: url(../images/search_box.png);
	position: relative;
	z-index: 100;
}
.s-button{
	height: 24px;
	width: 25px;
	position: absolute;
	top: 1px;
	right: 4px;
	border-style: none;
	background-image: url(../images/search-button.png);
	border:medium;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-position: center center;
}
.s-button:hover{
	cursor: pointer;
	outline: none;

}
input.s-inputbox{
	height: 24px;
	width: 115px;
	position: absolute;
	font-size: 15px;
	padding-left: 10px;
	background-color: transparent;
	border-style: none;
	outline:none;
	color: #333;
	margin-top: 0px;
	border:medium;
	left: 0px;
}

/*search end*/
.button-back{
	height: 24px;
    width: 30px;
	top: 11px;
	right: 0px;
	position: absolute;
    z-index: 100;
}
.button-back a{
    font-size: 0px;
    display: block;
    width: 30px;
    height: 24px;
   	background-image: url(../images/button-back.png);
	background-repeat: no-repeat;
}
.top-menu-flag-box{
	height: 82px;
	width: 55px;
	position: absolute;
	top: -11px;
	right: 0px;
	z-index: 100;
	background-image: url(../images/menu-flag.png);
	background-repeat: no-repeat;
}
div.top-menu-flag-box a{
	display: block;
	height: 32px;
	width: 32px;
	position: absolute;
	top: 22px;
	font-size: 0px;
	right: 7px;
	background-image: url(../images/home-icon.png);
	background-repeat: no-repeat;
}
/*sosial-network*/
.sosial{
	position: absolute;
	top: 10px;
	right: 400px;
}
.sosial > ul{
	display:table;
	margin-right: auto;
	margin-left: auto;
}
.sosial > ul > li{
	margin-right:10px;
	float:left;
}
.sosial > ul > li:last-child{
	margin-right:0;
}
div.sosial a{
	display: block;
	height: 25px;
	width: 25px;
	text-indent:9999px;
	overflow:hidden;
}
div.sosial a.facebook{
	background-image: url(../images/social-networks.png);
	background-repeat: no-repeat;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
div.sosial a.facebook:hover{
	background-image: url(../images/social-networks.png);
	background-repeat: no-repeat;
	background-position: left -34px;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
div.sosial a.twitter{
	background-image: url(../images/social-networks.png);
	background-repeat: no-repeat;
	background-position: -33px top;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
div.sosial a.twitter:hover{
	background-image: url(../images/social-networks.png);
	background-repeat: no-repeat;
	background-position: -33px -34px;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
div.sosial a.printrest{
	background-image: url(../images/social-networks.png);
	background-repeat: no-repeat;
	background-position: -66px top;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
div.sosial a.printrest:hover{
	background-image: url(../images/social-networks.png);
	background-repeat: no-repeat;
	background-position: -66px -34px;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
div.sosial a.youtube{
	background-image: url(../images/social-networks.png);
	background-repeat: no-repeat;
	background-position: -95px top;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
div.sosial a.youtube:hover{
	background-image: url(../images/social-networks.png);
	background-repeat: no-repeat;
	background-position: -95px -34px;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
/*sosial-network*/

.topmenu-bg{
	background-color: #7D0000;
}

.topmenu-box{
	height: 42px;
	position: relative;
	z-index: 99;
}


/*top menu*/
#menu_top{	
	font-family: mk_text_cond_proregular;	
}
#menu_top > li.menu-separat{
	height: 42px;
	width: 1px;
	border-right:1px dotted #797979;
}
#menu_top li {
	float: left;
	position: relative;
	display: block;
}
#menu_top a {
	color: #4D4D4D;
	text-decoration: none;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	height: 42px;
	padding-right: 16px;
	padding-left: 16px;
	font-size: 17px;
}
#menu_top li:last-child a{
	padding-right: 1px;
}
ul#menu_top > li, ul#menu_top > li > a{
	background-color: transparent;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}

ul#menu_top > li{
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}

#menu_top ul {
	margin: 0;
	display:none;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-top:8px;
	background-color: transparent !important;
	font-size: 14px;
}
#menu_top li:hover > ul {
	margin: 0;
}
#menu_top li {
	background-color: #333;
}

#menu_top li {
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 2px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.5);
}

#menu_top > li:hover > a {
	color: #FF0000;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}

#menu_top > li > a.current {
	color: #FF0000;
}

#menu_top ul li:last-child {   
	border-bottom:none;
	border-radius:0 0 4px 4px;
}

#menu_top ul li:first-child {   
	border-radius:4px 4px 0 0;
}

#menu_top ul a {
	padding: 2px 10px;
	width: 180px;
	_height: 10px; /*IE6 only*/
	display: block;
	float: none;
	text-transform: none;
	text-align: left;
	height: auto;
	color:#FFF;
	font-size:15px;
}
#menu_top ul a:hover {
	background-color: #666;
}

#menu_top ul li:first-child > a {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

#menu_top ul li:last-child  a:hover {
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}

#menu_top ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #333;
}
#menu_top ul li:first-child a:hover:after {
		border-bottom-color: #666; 
}

#menu_top ul li {
	float: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}

/*top menu end*/

/*Slaydshow*/
.slideshow-bg{
	margin-top:10px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom: 2px solid #045A97;
}
.slideshow-body{
	position: relative;
	margin-left:10px;
	margin-right:10px;
}

/*Slaydshow*/

/*CONTENT BLOCK*/
.content-top-header{
	background-image: url(../images/content-top-header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom:20px;
}
.welcome-header{
	text-align:center;
	padding-bottom:1px;
}
h2.welcome-header{
	color: #045A97;
}
h3.welcome-header2{
	color: #4D4D4D;
	text-align: center;
	padding-bottom:20px;
}
.content-header{
	background-image: url(../images/news-header-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:5px 0 8px 0;
}

.content-header h2{
	line-height: 1.3em;
	color: #0D2537;
	padding-top:0px;
	padding-bottom:2px;
	font-size: 22px;
}
.content{
	position: relative;
}

.content-text{
	font-size: 17px;
	overflow: hidden;
	box-sizing:border-box;
	text-align: justify;
	padding-top:5px;
	margin-bottom:20px;
	position: relative;
	min-height:500px;
}

.content-text p{
	margin-top: 15px;
	margin-bottom: 15px;
}
.content-text ul{
	margin-left: 20px;
	padding:0;
	margin-bottom:20px;
}
.content-text ol{
	margin-left: 37px;
	padding:0;
	margin-bottom:20px;
}
.content-text ul > li{
	background-image: url(../images/content-li.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
	margin-top:5px;
	margin-bottom:5px;
}
.content-text ol{
	list-style-type: decimal;
}
.content-text ol > li{
	list-style-type: decimal;
	padding-left: 5px;
	margin-top:5px;
	margin-bottom:5px;
}
.content-text > h2, .content-text > h3, .content-text > h4{
	font-family: Calibri;
	color: #000;
	margin-bottom:10px;
	font-weight: bold;
}
.content-text > h2{
	margin-bottom:10px;
	font-size: 21px;
}
.content-text > h3{
	font-size: 19px;
}
.content-text > h4{
	font-size: 17px;
}
.content-text blockquote{
	border-left: 3px solid #045A97;
	color:#045A97;
	margin-left:30px;
	margin-top:-5px;
	margin-bottom:25px;
	padding-left:10px;
}

.news-block{
	width: 100%;
	margin-bottom:10px;
}
.top-news h2{
	text-align: center;
}
.news-block-header{
	background-image: url(../images/news-header-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.news-block h3{
	font-size: 22px;
	padding:5px 0 12px 2px;
	position: relative;	
	line-height: 1.1em;
}
.news-block h3 > a{
	color: #045A97;
	text-decoration: none;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
.news-block h3 a:hover{
	color: #FF0000;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
.news-block-meta{
	height: 28px;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

.news-block-meta > span{
	font-size: 13px;
	color: #666;
	margin-top: 0px;
	line-height: 2.0em;
	padding-left: 2px;
}
.news-box{
	width: 100%;
	display: table;
	table-layout:auto;
}
.news-img-box{
	float: left;
	width: 180px;
}
.news-img-box img{margin-top:10px; width: 100%;}
.news-text-box{
	margin-left: 190px;	
}
.news-box img{
	width: 100%;
}
div.news-box p{
	margin-top: 5px;
	margin-bottom:5px;
	line-height: 1.2em;
}
.news-box-text{
	width: 100%;
}
.read-more-box{
	text-align: right;
	margin-bottom:30px;
}
div.read-more-box > a{
	text-decoration: none;
	background-image: url(../images/mehsul-li.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left:10px;
}


.news-box-text > a{
	text-decoration: none;
}
div.news-box  p.readmore > a{
	font-size: 14px;
	font-style: italic;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}

div.news-box  p.readmore > a:hover{
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
div.news-box-img{
	background-color: #CCC;
	padding: 5px;
	width: 140px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
div.news-box-img > img{	
	margin:0;
	padding:0;
	width: 100%;
}
/*div.news-box img{
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}*/
.news-separator{
	height: 20px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
	background-image: url(../images/content-modul-header.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size:110%;
}
div.davam-button{
	float: right;
}
div.davam-button a {
	-moz-box-shadow:inset 0px 1px 0px 0px #63a0d3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #63a0d3;
	box-shadow:inset 0px 1px 0px 0px #63a0d3;
	background: #0d1c2a;
	background-image: -webkit-linear-gradient(top, #0d1c2a, #265c89);
	background-image: -moz-linear-gradient(top, #0d1c2a, #265c89);
	background-image: -ms-linear-gradient(top, #0d1c2a, #265c89);
	background-image: -o-linear-gradient(top, #0d1c2a, #265c89);
	background-image: linear-gradient(to bottom, #0d1c2a, #265c89);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#265c89', endColorstr='#265c89',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #265c89;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	padding:0px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000;
}
div.davam-button a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #265c89), color-stop(1, #0d1c2a));
	background:-moz-linear-gradient(top, #265c89 5%, #0d1c2a 100%);
	background:-webkit-linear-gradient(top, #265c89 5%, #0d1c2a 100%);
	background:-o-linear-gradient(top, #265c89 5%, #0d1c2a 100%);
	background:-ms-linear-gradient(top, #265c89 5%, #0d1c2a 100%);
	background:linear-gradient(to bottom, #265c89 5%, #0d1c2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#265c89', endColorstr='#0d1c2a',GradientType=0);
	background-color:#c62d1f;
}
div.davam-button a:active {
	position:relative;
	top:1px;
}
a.news-readmore{
	padding:0 10px;
	text-decoration: none;
	border-left: 3px solid #F00;
}

img.imageleft30, img.imageleft40, img.imageleft50, img.imageleft60, img.imageleft70, img.imageleft80, img.imageleft90{float: left; margin: 7px 10px 10px 0}
img.imageright30, img.imageright40, img.imageright50, img.imageright60, img.imageright70, img.imageright80, img.imageright90{float: right; margin:7px 0 10px 10px}


img.imageleft30, img.imageright30{width: 30%;}
img.imageleft40, img.imageright40{width: 40%;}
img.imageleft50, img.imageright50{width: 50%;}
img.imageleft60, img.imageright60{width: 60%;}
img.imageleft70, img.imageright70{width: 70%;}
img.imageleft80, img.imageright80{width: 80%;}
img.imageleft90, img.imageright90{width: 90%;}

img.image100{
	float:none;
    width: 100%;
	display:block;
	margin:0 auto 20px auto;	
}

div.youtube{
	height: 0px;
	padding-top: 25px;
	padding-bottom: 56.25%;
	position: relative;
	margin-bottom:20px;
}
div.youtube iframe{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
/*CONTENT BLOCK*/

/*FEATURES*/

.features-box{
	display: block;
	margin-bottom:40px;
}
.features-box-item{
	float: left;
	width: 25%;	
}
.features-item-box{
	padding: 10px 15px;
}
.features-item-header h3{
	color: #000;
	font-size: 20px;
	text-align: center;
}
.features-item-separator{
	background-image: url(../images/content-top-header.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 17px;
	margin:5px 0 5px 0;
	font-size: 0px;
}
.features-item-content p{
	color: #4D4D4D;
	text-align: center;
	font-size: 17px;
	margin:0;
}
/*FEATURES*/

/*404 ERROR*/
.error404{
	padding-top: 40px;
	min-height: 500px;
}
div.error404 img{
	float:none;
	display: block;
	margin:0 auto;	
}
div.error404 p{
	text-align: center;
}
div.error404 ul{
	margin: 0 auto;
	display: table;	
}

/*404 ERROR*/

/*CONTENT BOTTOM*/
.section-header{
	background-image: url(../images/section-header-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.section-header h3{
	color:#045A97;
	padding: 10px 0 11px 10px;
	font-size: 22px;
}
.content-bottom{
	box-sizing:border-box;
	overflow: hidden;
	position: relative;
	padding-top: 30px;
    margin-bottom: 20px;
}
.content-bottom-header{
	margin-bottom:20px;
}

.content-bottom-header h2{
	height: 60px;
	font-size: 22px;
	line-height: 1.4em;
	background-image: url(../images/content-modul-header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left:10px;
	color: #4D4D4D;
	text-align: center;
}

/*CONTENT BOTTOM*/



/*RIGHT BLOCK*/
.middle-right-box{
	overflow: hidden;
	padding:10px 0;
}

.right-column-modul{
	box-sizing:border-box;
	margin-bottom:40px;
}
.right-column-header{
	margin-bottom:10px;
	text-align:left;
	background-image: url(../images/right-modul-header.png);
	background-repeat: no-repeat;
	height: 35px;
	padding-bottom:1px;
	background-position: left bottom;
}
.right-column-header h3{
	font-family: mk_text_cond_proregular;
	font-size: 22px;
	font-weight: normal;
	color: #045A97;
	margin:0;
	margin-left:10px;
}
.right-column-content{
	
}
.right-column-content img{
	width:100%;
	margin-bottom:10px;
}
#menu_right{
	font-family: 'Calibri';
	display: table;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
#menu_right li {
	position: relative;
	display: block;
	width: 100%;
}
#menu_right li > a{
	color:#000;
	text-decoration: none;
	display: block;
	padding:5px 10px 0 12px;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
	font-size: 17px;
	background-image: url(../images/mehsul-li.png);
	background-repeat: no-repeat;
	background-position: left 12px;
    line-height: 1.3em;
}
#menu_right li > a:hover{
	color: #045A97;
	padding-left:17px;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
#menu_right > li.menu-separat{
	height: 1px;
	width: 100%;
	border-top: 1px dashed #819EBC;
	margin-top:4px;
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }

.right-latestnews-data{
	font-size: 14px;
	color: #999;
	text-align: left;
}
.right-latestnews-img{
	float: left;
	width: 38%;
	margin-right:6px;
}
.right-latestnews-img img{
	margin:3px 0 0 0;
	width: 100%;
}
.right-latestnews-content p{
	font-size: 14px;
	line-height: 1.1em;
	margin: 0px;
	padding: 0px;
	color: #666;
}
div.right-latestnews-content > a{
	font-family: 'mk_text_cond_proregular';
	color: #256D1B;
	display: block;
	line-height: 1.1em;
	text-decoration: none;
	font-size: 16px;
	margin-bottom:5px;
}
div.right-latestnews-content > a:hover{
	color: #F00;
}
.right-latestnews-separat{
	height: 12px;
	width: 100%;
	margin:10px 0;
	background-image: url(../images/right-latestnews-separat.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.right-sitat{
	padding:10px 5px;
	background-color:#E6E6E6;
	color:#045A97;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	border-radius:10px;
	line-height:2.0em;
}
/*RIGHT BLOCK*/


/*Contact*/
.bottom-modul-separator{
	background-image: url(../images/content-top-header.png);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom:40px;
	background-position: center center;
}
.contact-box{
	width: 100%;
}
.form-content{
	display: table;
	table-layout:fixed;
	width: 100%;
	margin-bottom:20px;
}
.form-content-row{
	display: table-row;
}
.form-content-cell{
	display: table-cell;	
	vertical-align: top;
}
.form-content-form{
	width: 495px;
	padding-left:20px;
}
.form-content-text{padding-right:20px;}
.contact-form-left{
	margin-right: 40px;
	float: left;
}
.contact-result{
	color: #F00;
	display: none;
}



div.contact-form{	
	float: left;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.contact-input-box{
	position: relative;
}
#name_mess, #email_mess, #phone_mess, #ismaric_mess{
	color: #F00;
	font-size: 11px;
	font-style: italic;
	position: absolute;
	left: 2px;
	bottom: -2px;
}
#test-summa{
	font-size: 12px;
	color: #F00;
	position: absolute;
	left: 105px;
	bottom: 8px;
}
div.contact-form p {
	color: #000;
	font-size: 14px;
	margin-bottom:0px;
}
.contact-input{
	padding: 2px;
	border: 1px solid #999;
	border-radius:4px;
	margin-bottom: 10px;
	position: relative;
	height: 25px;
	font-size: 15px;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
}
.contact-message{
	padding: 2px;
	border: 1px solid #999;
	border-radius:4px;
	margin-bottom: 10px;
	font-size: 15px;
	width: 485px;
	font-family: Arial, Helvetica, sans-serif;
	height: 70px;
}
.contact-input-empty{
	padding: 2px;
	border: 1px solid #FF0000;
	border-radius:4px;
	margin-bottom: 18px;
	height: 25px;
	width: 300px;
	font-size: 15px;
}
.ismaric-empty{
	padding: 2px;
	border: 1px solid #F00;
	border-radius:4px;
	margin-bottom: 18px;
	font-size: 15px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
}
#loader{
	display: none;
	opacity:0;
}
.newbutton{
    text-decoration:none; text-align:center; 
    padding:3px 15px 3px 15px; 
    border:solid 1px #004F72; 
    -webkit-border-radius:4px;
    -moz-border-radius:4px; 
    border-radius: 4px; 
    font-size:15px; 
    color:#e5ffff; 
    background-color:#3ba4c7; 
    background-image: -moz-linear-gradient(top, #3ba4c7 0%, #1982a5 100%); 
    background-image: -webkit-linear-gradient(top, #3ba4c7 0%, #1982a5 100%); 
    background-image: -o-linear-gradient(top, #3ba4c7 0%, #1982a5 100%); 
    background-image: -ms-linear-gradient(top, #3ba4c7 0% ,#1982a5 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982a5', endColorstr='#1982a5',GradientType=0 ); 
    background-image: linear-gradient(top, #3ba4c7 0% ,#1982a5 100%);   
    -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
    -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
    box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
    
    -webkit-transition: all 0.15s linear;
    -moz-transition:  all 0.15s linear;
    -o-transition:  all 0.15s linear;
    transition:  all 0.15s linear;
 }
 
.newbutton:hover{
    border:solid 1px #004F72; 
    -webkit-border-radius:4px;
    -moz-border-radius:4px; 
    border-radius: 4px; 
    color:#f7f7f7; 
    background-color:#1982a5; 
    background-image: -moz-linear-gradient(top, #1982a5 0%, #3ba4c7 100%); 
    background-image: -webkit-linear-gradient(top, #1982a5 0%, #3ba4c7 100%); 
    background-image: -o-linear-gradient(top, #1982a5 0%, #3ba4c7 100%); 
    background-image: -ms-linear-gradient(top, #1982a5 0% ,#3ba4c7 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ba4c7', endColorstr='#3ba4c7',GradientType=0 ); 
    background-image: linear-gradient(top, #1982a5 0% ,#3ba4c7 100%);   
    -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
    -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
    box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
    cursor:pointer;  
 }
.newbutton:active{ 
    border:solid 1px #004F72; 
    -webkit-border-radius:4px;
    -moz-border-radius:4px; 
    border-radius: 4px; 
    color:#e5ffff; 
    background-color:#3ba4c7; 
    background-image: -moz-linear-gradient(top, #3ba4c7 0%, #1982a5 100%); 
    background-image: -webkit-linear-gradient(top, #3ba4c7 0%, #1982a5 100%); 
    background-image: -o-linear-gradient(top, #3ba4c7 0%, #1982a5 100%); 
    background-image: -ms-linear-gradient(top, #3ba4c7 0% ,#1982a5 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982a5', endColorstr='#1982a5',GradientType=0 ); 
    background-image: linear-gradient(top, #3ba4c7 0% ,#1982a5 100%);   
    -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
    -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
    box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;   
  
 }
.google-maps {
	position: relative;
	padding-bottom: 350px;
	padding-top: 10px;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 350px !important;
	border:medium;
}

.content-text .adress-tab, .content-text .adress-tab td{
	border: none;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.content-text .adress-tab td > p{
	margin: 5px 0;
}
.content-text table td{
	vertical-align: top;
}
table.adress-tab td{
	vertical-align: middle;
}
/*Contact end*/

/*SITEMAP*/

ul#menu_sitemap li{
	background-image: url(../images/mehsul-li.png);
	background-repeat: no-repeat;
	background-position: left 9px;
}
ul#menu_sitemap li ul {
	margin-bottom: 10px;
}
ul#menu_sitemap li ul li {
		background-image: url(../images/menu-li-drop.png);
		background-repeat: no-repeat;
		background-position: left 9px;
}
/*SITEMAP*/

/*paginate*/

.paginate {
    bottom: 5px;
    display: block;
    font-size: 16px;
    left: 0px;
    position: absolute;
    right: 0px;
    text-align: center;
}
.pstrnav{
	border-top: solid 1px #666;
}
div.pstrnav > span{
	padding-right: 8px;
	padding-left: 8px;
	border: 1px solid #999;
	border-radius:3px;
	margin-right: 4px;
	margin-left: 4px;
	line-height: 1.4em;
}
.paginate a:link, .paginate a:visited{
	display: inline-block;
	line-height: 1.4em;
	color: #333;
	text-decoration: none;
	margin-top: 10px;
	padding-right: 8px;
	padding-left: 8px;
	border: 1px solid #999;
	border-radius:3px;
	margin-right: 4px;
	margin-left: 4px;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
.paginate a:hover{
	color: #FF0000;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
.paginate span{
	color: #FF0000;
	display: inline-block;
}
/*paginate end*/

/*Photo Category*/
.photo-category{
	width: 100%;
	margin-bottom: 40px;
}
div.photo-category > ul{
	margin-left: auto;
	margin-top: 30px;
	margin-right: auto;
	width: 100%;
	font-size: 0px;
}
div.photo-category > ul > li{
	background-image: none;
	padding: 0px;
	border: 1px solid #CCC;
	border-radius:3px;
	margin-top: 0;
	margin-bottom: 20px;
	float:left;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	box-sizing:border-box;
}

div.photo-category > ul > li:hover{
-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
span.photo-category-img{
	display: block;
	padding: 5px;
}
span.photo-category-img img{
	margin: 0px;
	padding: 0px;
	border:medium;
	width: 100%;
	height:175px;
}
span.photo-category-head{
	height: 50px;
	vertical-align: middle;
	text-align: center;
	width: 260px;
	display: table-cell;
	padding-left: 5px;
}

div.photo-category a{
	font-size: 14px;
	text-align: center;
	display: block;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2em;
	width: 270px;
}
/*Photo Category*/

/*Fotogallery Item*/
.photo-item-body{
	margin-bottom: 50px;
}
div.photo-item-body ul{
	padding: 0px;
	display: table;
	margin: 0px auto;
	text-align: left;
	position: relative;
	width: 100%;
}
div.photo-item-body ul li{
	box-sizing: border-box;
	display: inline-block;
	width: 179px;
	margin: 0 0 5px;
	padding:0;
	position:relative;		
	background-image: none;
}
div.right-column-modul_photo div.photo-item-body ul li{
	width: 148px;
}
div.photo-item{
	padding: 7px;
}
div.photo-item-box{
	border: 1px solid #999;
	position:relative;
	overflow: hidden;
}
div.photo-item-box img{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
span#photogallery-item-hover{
	opacity:0;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/fotogallery-item-hover.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
span#photogallery-item-hover:hover{
	opacity:1;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}




/*Fotogallery Item*/

/*Polls*/
.modul-poll h4{
	font-size: 15px;
	margin: 0px;
	font-weight: bold;
	font-family: Calibri;
	line-height: 1.3em;
}
.modul-poll label{
	display: block;
	font-size: 14px;
	padding: 0;
}
.modul-poll input{
	margin-right: 5px;
	margin-top: -3px;
	vertical-align: middle;
}
.poll-button{
	margin-top: 10px;
	margin-right: 10px;
	border:1px solid #999;
	border-radius:5px;
	padding:1px 8px 3px 8px;
	cursor:pointer;
	background: rgb(148,146,146); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk0OTI5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjM2MzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(148,146,146,1) 0%, rgba(54,54,54,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(148,146,146,1)), color-stop(100%,rgba(54,54,54,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(148,146,146,1) 0%,rgba(54,54,54,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(148,146,146,1) 0%,rgba(54,54,54,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(148,146,146,1) 0%,rgba(54,54,54,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(148,146,146,1) 0%,rgba(54,54,54,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949292', endColorstr='#363636',GradientType=0 ); /* IE6-8 */
	color: #FFF;
}
.poll-button:hover{
	color: #6ff;
}
.polls-message{
	font-size: 13px;
	color: #F00;
	margin-top: 5px;
	display: none;
	line-height: 1.2em;
}
#polls-processing{
	font-size: 13px;
	color: #F00;
	position: relative;
	margin-top: 5px;
}
#polls-processing span{
	top: -5px;
	position: absolute;
	left: 25px;
}
#polls-processing{
	display: none;
	opacity:0;
}
.view-polls-result{
	min-height: 300px;
	margin-top: 25px;
}
.view-polls-result p{
	margin-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
}
.view-polls-result table{
	margin-bottom:20px;
	border-collapse: collapse;
	table-layout:fixed;
	width: 100%;
}
.view-polls-result table td{
	height: 8px;
	padding:0;
}
/*Polls*/
/*Search result*/
.search-result{
	width: 100%;
}
.search-result h3{
	font-size: 17px;
	text-align: left;
	border:none;
	padding-left:5px;
	padding-top:3px;
	position: relative;
	padding-bottom: 2px;
}
.search-result h3 > a{
	color: #054381;
	text-decoration: none;
}
.search-result h3 a:hover{
	color: #FF0000;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
div.search-text{
	margin-top: 10px;
	margin-bottom: 30px;
	border: 1px solid #CCC;
	padding: 5px;
}
div.search-text p{
	margin-top: 2px;
	margin-bottom:0;
	line-height: 1.3em;
}
div.search-text  p.readmore > a{
	font-size: 14px;
	font-style: italic;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
div.search-text  p.readmore > a:hover{
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
/*search result*/

/*Footer*/
.footer{
	width: 100%;
	background-color: #045A97;
}
.footer-box{
	padding: 5px 0;
	position: relative;
	font-size: 15px;
	min-height:35px;
}
.footer-copyright{
	text-align: left;
	position: absolute;
	left: 0px;
	top: 5px;
}
.footer-copyright p{
	line-height: 1.4em;
	font-size: 13px;
	color: #FFF;
}
div.footer-copyright p > a{
	color: #E1E1E1;
}
div.footer-copyright p > a:hover{
	color: #FFF;
}
.saygac-box{
	position: absolute;
	top: 5px;
	right: 0px;
}
.saygac{
	padding: 3px 0;
}
.bottom-info{
	
}
.bottom-info-cell p{
	line-height: 1.2em;
	margin: 0px;
	color: #d6e9d3;
}
.bottom-info-address{
	float: left;
	width: 200px;
	margin-right: 20px;
}
.bottom-info-phone a{color: #d6e9d3; text-decoration: none;}
.bottom-info-phone a:hover{color: #FFF;}
/*Footer*/

/*Footer Menu*/
.bottommenu-box{
	margin-top: 5px;
	margin-bottom: 10px;
}
#menu_bottom li{
	display: block;
	float: left;
	position: relative;
}
#menu_bottom li a{
	color: #d6e9d3;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
#menu_bottom li a:after{
	content: '/';
	margin: 0 7px;
}
#menu_bottom li:last-child a:after{
	content: '';	
}
#menu_bottom li a:hover{
	color: #FFF;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}

/*Footer Menu*/

/*SHARE AND PRINT*/
.content-share-print-box{
	margin-bottom: 20px;
}
.content-share-button{
	float:left;
}

.print-mail-box{
	position: relative;
	float: right;
	width: 60px;
}
div.print-mail-box ul{
	margin:0;
	padding:0;
}
div.print-mail-box ul li{
	float: right;
	background-image: none;
	margin:0;
	padding:0;
}
div.print-mail-box a{
	font-size: 0px;
	display: block;
	height: 20px;
	width: 20px;	
}
.send-mail{
	background-image: url(../images/mail-icon.png);
	background-repeat: no-repeat;
}
.print-content{
	background-image: url(../images/print-icon.png);
	background-repeat: no-repeat;
}

.cancel-button{
	background-image: url(../images/close-icon.png);
	background-repeat: no-repeat;
}

.print-button-box{
	margin-bottom: 10px;
	text-align: right;
}
div.print-button-box a{
	font-size: 0px;
	display: block;
	float: right;
	height: 20px;
	width: 20px;
	margin-right:20px;
}

#send-mail-wrapper{
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 999;
	background: rgba(110,115,123,0.65);
	display:none;
}
.send-mail-body{
	background-color: #FFF;
	height: 450px;
	width: 550px;
	position: absolute;
	left: 50%;
	top: 70px;
	margin-left:-250px;	
	border: 1px solid #E1E1E1;
	box-sizing:border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	border-radius:5px;
	
}
.send-mail-header{
	background-color: #f1f1f1;
	border-bottom:1px solid #CCC;
	padding: 5px;
	height: 24px;
	font-size: 18px;
	position: relative;
}
#send-mail-close{
	background-color: #f1f1f1;
	height: 34px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 34px;
	cursor:pointer;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height:30px;
	border-radius:0 5px 0 0;
	color: #333;
}
#send-mail-close:hover{
	background-color: #CCC;
	color: #000;
}
.send-mail-box{
	padding: 5px;
}
.send-mail-row{
	position: relative;
	height: 50px;
	border-bottom:1px solid #C4C4C4;
	padding:0;
	margin:0;
	line-height:50px;
	overflow:hidden;
	color:#666;
}
.send-mail-row label{
	width: 80px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 15px;
	color: #666;
}
.send-mail-row label span{
	color: #F00;
}
.send-mail-row div{
	position: absolute;
	left: 80px;
	top: 0px;
}
.send-mail-input{
	display: block;
	height: 20px;
	width: 444px;
	margin:12px 0 0 0;
	border:1px solid #E1E1E1;
	border-radius:5px;
	padding:2px 4px;
	font-size: 14px;
}
#send-mail-summa{
	height: 20px;
	width: 25px;
	margin:0;
	border:1px solid #E1E1E1;
	border-radius:5px;
	padding:2px 4px;
	font-size: 13px;
	text-align:center;
}
.send-mail-vacib{
	font-size: 13px;
	color: #666;
}
.send-mail-button-box{
	position: relative;
}
.send-mail-button-box{
	position: relative;
}
#send-mail-loader{
	display: none;
	position: absolute;
	left: 150px;
	top: 13px;
}
#send-mail-result-message{
	color: #09F;
	position: absolute;
	top: 13px;
	right: 10px;
	display: block;
	font-size: 16px;
	display:none;
}
#yanlish{
	color: #FF0000;
	font-size: 16px;
}
#send-mail-button{
	background-color: #C99;
	padding:4px 15px;
	border-radius:5px;
	margin-top:15px;
	background-color:#0295ff;
	border:medium;
	color: #FFF;
	cursor:pointer;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
#send-mail-button:hover{
	background-color:#0075CC;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}

/*SHARE AND PRINT*/

.menu_top_device-menu{
	background-color:#D8D8D8;
	width: 240px;
	border-radius:9px;
	position: absolute;
	right: 0px;
	top: 12px;
	color: #000;
	display: none;
	border: 1px solid #999;
}
.device-menu-open{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(../images/device-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #045A97;	
}
.device-menu-open:hover{
	color: #045A97;
	cursor:pointer;	
}
.device-menu-box{
	display: none;
	padding-right: 10px;
	padding-left: 15px;
}
div#menu_top_device a{
	color: #000;
	text-decoration: none;	
	font-size: 14px;
}
div#menu_top_device a:hover{color:#045A97;}
div#menu_top_device .menu-separat{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}

div#menu_top_device ul ul{
	margin-left: 15px;
}

#owl-demo .item{
	margin: 3px;
}
#owl-demo .item img, #owl-demo2 .item img{
	display: block;
	width: 90%;
	height: auto;
	margin-left:auto;
	margin-right:auto;	
}

#owl-demo2 .item img{
	display: block;
	width: 100%;
	height: auto;
	margin-left:auto;
	margin-right:auto;	
}

/*VACANCY*/

/*VACANCY*/
.vacancy-item-box{
	margin-bottom: 10px;
	padding-bottom:8px;
	border-bottom: 1px dashed #CCC;
}
.vacancy-item-desc{
	font-size: 17px;
	float: left;
	width: 330px;
}
.vacancy-item-desc span{
	color: #F00;
}
.vakansiya-inpute{
	height:22px;
}
.vakansiya-input, .vakansiya-message{
	width: 280px;
	border: 1px solid #CCC;
	padding:2px 5px;
	border-radius:4px;
	position:relative;
	font-size:15px;
	font-family: 'Calibri';
	color: #333;
}
.vakansiya-input-empty, .vakansiya-textarea-empty{
	width: 280px;
	border: 1px solid #FF0000;
	padding:2px 5px;
	border-radius:4px;
	position:relative;
	font-size:15px;
	font-family: 'Calibri';
	color: #333;
}
#empty-message{
	color: #F00;
	margin-bottom: 10px;
}
#good-message{
	color: #FF0000;
	font-size: 17px;
	margin-bottom:10px;
	position: relative;
	padding-left: 20px;
}
#good-message img{
	position: absolute;
	top: 3px;
	left: 0px;
}

#vak-filesmessage, #vak-filetypeerror, #vak-filesizeerror, #vak-error{
	display: none;
}

#back-top{
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: none;
}
#back-top a{
	background-image: url(../images/goto-top.png);
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 0px;
	display: block;
	height: 36px;
	width: 36px;
	border-radius:100px;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
#back-top a:hover{
	background-color:#333;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}

.more-videos a{
	display: block;
	border: 1px solid #999;
	font-size: 15px;
	color: #666;
	text-decoration: none;
	border-radius:5px;
	text-align: center;
}
.more-videos a:hover{
	color: #045A97;
}

/*Media Query*/

@media only screen
and (max-width : 1024px) {
	div.photo-item-body ul li{
		width: 32%;
	}
	div.right-column-modul_photo div.photo-item-body ul li{width: 33%;}
	.logo{	
		width: 295px;
	}
}

@media only screen
and (max-width : 980px) {
	#menu_top{
		display:none;
	}
	.menu_top_device-menu{
		display:block;
	}
	
	.middle-left-box{
		padding: 0 320px 0 0;
	}
	.middle-right{
		width: 290px;
		margin-left: -290px;
	}
	.products-list > ul{
		text-align: center;
	}
    div.photo-item{
    	padding: 10px;
    }
	.top-menu-flag-box{display:none;}

}

@media only screen
and (max-width : 900px) {
	
	.middle-left-box{
		padding: 0 310px 0 0;
	}
	.middle-right{
		width: 280px;
		margin-left: -280px;
	}
	#menu_top{
		font-size: 16px;
	}
	img.image40, img.image50, img.image60, img.image70, img.image80, img.image90{
		display:block;
		margin-left:auto;
		margin-right:auto;
		float: none;
		width: 80%;
	}
	.features-box-item{
		float: none;
		width: 94%;
		margin:0 auto 30px auto;		
	}
	.footer-copyright, .saygac-box{
		position:static;
		margin-top:15px;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}
	
}
@media only screen
and (max-width : 830px) {
	
	.form-content-cell{
		display: block;			
	}
	.form-content-form{
		width: 100%;
		padding-left:0;
	}
	.form-content-text{padding-right:0;}
	.sosial{right:250px; top:86px;}
}

@media only screen
and (max-width : 770px) {
	.middle-left-box{
		padding: 0 290px 0 0;
	}
	.middle-right{
		width: 260px;
		margin-left: -260px;
	}
	.welcome-header{
		width: 100%;
	}
	img.image40, img.image50, img.image60, img.image70, img.image80, img.image90{
		float: none;
		width: 80%;
	}
	.content-text-table{
		display: table;
		table-layout:fixed;
		width: 100%;
	}
	.content-text-row{
		display: block;
	}
	.content-text-cell{
		display: block;			
	}
	.content-text-right {
		width: auto;
	}
	div.contact-form {
		float: left;
		padding: 10px 0;
	}
    .paginate {
        left: 15px;
        right: 15px;
    }
    #map-canvas {
    	width:100%;
    	height: 400px;
    }
    .middle-left-box{
    	min-height: 250px;    	
    }
    .middle-right{
    	min-height: 160px;   
    }
	#back-top a{
		height: 30px;
		width: 30px;
	}	
	.news-img-box{
		float: none;
		width: 100%;
	}
	.news-img-box img{float:none; margin:0 auto 15px auto; width: 70%; display:block;;}
	.news-text-box{margin-left: 0;}
	

}

@media only screen
and (max-width : 640px) {

	.header-top-box{
		height: 300px;
		padding-top:5px;
	}
	.logo, .top-info, .sosial, .lang-box, .search-box{
		position:static;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
	}
	.logo{width:317px; border-bottom:1px solid #CCC; padding:10px;}
	.top-info{border-right:medium; padding-right:0;}
	.top-info p{
		text-align:center;
	}
	.footer-copyright{
		text-align: center;
		float: none;
		margin-bottom:10px;
		
	}
	.saygac-box{		
		float:none;		
	}
	.saygac{		
		margin:0 auto;
	}
	.middle-left-box{
		padding:0;
	}
	.middle-right{
		margin: 0 auto;
        float: none;
        clear: both;
        right: 0;
		width: 70%;
	}
	.send-mail-body{
		width: 480px;
		margin-left:-240px;
	}
	.send-mail-input{
		width: 375px;
	}
	.features-box-item{		
		width: 100%;		
	}
    div.pstrnav > span{
    	padding-right: 2px;
    	padding-left: 2px;
        border: medium;
    }
    .paginate a:link, .paginate a:visited{
    	padding-right: 2px;
    	padding-left: 2px;
        border: medium;
    }
    	
	.contact-form-left{
		margin-right: 0;
		float: none;
	}
	.contact-message{width:99%;}
	.header-menu-box{position:static; min-width:100%;}
	.menu_top_device-menu{position:static; margin:0 auto;}
    

}


@media only screen
and (max-width : 479px) {
	.menu_top_device-menu{
		width: 240px;		
	}
	.middle-right{
		width: 100%;
	}
	div.photo-item-body ul{
		text-align: center;
	}
	div.photo-item-body ul li{
		width: 49%;
	}
    div.photo-item{
    	padding: 10px;
    }
	div.error404 img{
		width:300px;
	}
	.send-mail-body{
		width: 320px;
		margin-left:-160px;
	}
	.send-mail-input{
		width: 215px;
	}

	.bottom-info-address, .bottom-info-phone{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		float:none;
		text-align:center;
	}
	.products-list > ul > li{
		width: 100%;
		float: none;
	}
	.products-list > ul > li:first-child{
		margin-right:0;
	}
    .middle-left-box{
    	min-height: 150px;    	
    }
    #owl-demo > div.owl-controls > div.owl-pagination > div.owl-page > span{width: 8px; height: 8px; margin: 5px 5px;}
	   
	img.imageleft30, img.imageleft40, img.imageleft50, img.imageleft60, img.imageleft70, img.imageleft80, img.imageleft90{display:block; float: none; margin: 0 auto 10px auto}
	img.imageright30, img.imageright40, img.imageright50, img.imageright60, img.imageright70, img.imageright80, img.imageright90{display:block; float: none; margin:0 auto 10px auto}
	img.imageleft30, img.imageright30{width: 70%;}
	img.imageleft40, img.imageright40{width: 70%;}
	img.imageleft50, img.imageright50{width: 100%;}
	img.imageleft60, img.imageright60{width: 100%;}
	img.imageleft70, img.imageright70{width: 100%;}
	img.imageleft80, img.imageright80{width: 100%;}
	img.imageleft90, img.imageright90{width: 100%;}

}

@media only screen
and (max-width : 400px) {

	.news-img-box img{width: 90%;}

}

@media only screen
and (max-width : 350px) {

	img.imageleft30, img.imageright30{width: 98%;}
	img.imageleft40, img.imageright40{width: 98%;}
	.logo{width:300px; padding:10px 0;}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#menu_top_device-open {
		padding-top:3px;
		padding-bottom:2px;
        line-height: 1.3em;
	}

/*Media Query*/