@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'mk_text_cond_proregular';
    src: url('fonts/mk_text_cond_pro-regular.eot');
    src: url('fonts/mk_text_cond_pro-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/mk_text_cond_pro-regular.woff') format('woff'),
         url('fonts/mk_text_cond_pro-regular.ttf') format('truetype'),
         url('fonts/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('fonts/Calibri.eot?#iefix') format('embedded-opentype'),
  			url('fonts/Calibri.woff') format('woff'),
			url('fonts/Calibri.ttf')  format('truetype'),
			url('fonts/Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'JISAZNBold';
	src: 	url('jisazn/jaznb.eot');
	src: 	url('jisazn/jaznb.eot?#iefix') format('embedded-opentype'),
			url('jisazn/jaznb.woff') format('woff'),
			url('jisazn/jaznb.ttf') format('truetype'),
			url('jisazn/jaznb.svg#jaznb') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*reset*/
html, body {
	min-height: 100%;
}

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, button {
    vertical-align: middle;
	font-family: sans-serif, Arial, Helvetica;
}
.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{
	color:#FFD106;
	text-decoration:none;
	cursor: pointer;
	-webkit-transition: color 0.1s linear 0s;
	-moz-transition: color 0.1s linear 0s;
	-o-transition: color 0.1s linear 0s;
	transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color:#FF6600;
	text-decoration:none;
}

a img {
	border: none;
}
a > img {
	vertical-align: bottom;	
}
input:focus, textarea:focus, button:focus{
   outline:none;
}
input::-moz-focus-inner,
textarea::-moz-focus-inner,
button::-moz-focus-inner{border:0}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 20px 0;
	color:#0C5587;
	line-height:1.5em;
	font-weight: normal;
}

h1{
	font-size:48px;
}

h2{
	font-size:24px;
}

h3{
	font-size:23px;
}

h4{
	font-size:20px;
}

h5{
	font-size:18px;
}

h6{
	font-size:16px;
}

h3.spec {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 30px;
    text-transform: uppercase;
}
p{margin: 10px 0;}

.ya-vertical-center {	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

body a, body a:link, body a:visited{
	margin: 0px;
	padding: 0px;
}
table{border-collapse:collapse;border-spacing:0; border:1px solid #666; font-size: 17px;}
table thead{
	background-color: #ffd900;
	font-size: 18px;
	font-weight: bold;	
}
table thead td{padding-top:3px;}
table td {padding:2px 5px; border:1px solid #666;}
table tr:nth-child(2n){background-color: rgba(0,60,160,0.2);}

body{
	font-family: Calibri;
	font-size: 19px;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	position: relative;
	color: #CCC;
	background-color: #FFF;
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#wrapper{
	width: 100%;
	position: relative;
}
.ya-row::before, .ya-row::after {
    content: "";
    display: table;
    line-height: 0;
}
.ya-row::after {
    clear: both;
}

.ya-width{
	max-width:1140px;
	min-width:320px;
	margin:0 auto;
	padding:0 10px;
	box-sizing:border-box;
	position: relative;
}
.section{
	width:100%;
	padding:30px 0;
	overflow: hidden;	
}
/*START HEADER*/
.header-body{
	width: 100%;
	position: relative;
	z-index: 5;
	top: 0px;
	border-top:5px solid #172745;
	background:rgba(255,255,255,0.5);
}
.lang-body{
	display:none;
	position: absolute;
	top: 10px;
	left: 10px;
}
#lang-menu li{
	float:left;
	border-right: 1px solid #666;
	text-align: center;
	box-sizing:border-box;
	font-size: 16px;
	line-height:20px;
}
#lang-menu li:last-child{border-right: none;}
#lang-menu li a{color: #4D4D4D; margin:0 6px;}
#lang-menu li:last-child a{margin-right:0; margin-left:4px;}
#lang-menu li a:hover{color: #D19C2C;}

#lang-menu li a.az{
	background-image: url(../images/az.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#lang-menu li a.ru{
	background-image: url(../images/ru.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#lang-menu li a.en{
	background-image: url(../images/en.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.header-social-body{
	position: absolute;
	top: 6px;
	right: 150px;
}

#topsocial-icons li{
	float:left;
	margin-right:5px;
	text-align: center;	
	border:1px solid #E1E1E1;
	box-sizing:border-box;
	overflow: hidden;	
	border-radius:4px;
}

#topsocial-icons li a{
	width:28px;
	height:26px;
	display: block;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	background-color:rgba(255,255,255, 1);
	font-size: 16px;
}
#topsocial-icons li a i{
	line-height:26px;
	display: block;	
}

ul#topsocial-icons > li > a > i.fa-facebook{color: rgb(62,91,152);}
ul#topsocial-icons > li > a > i.fa-twitter{color: rgb(77,167,222);}
ul#topsocial-icons > li > a > i.fa-instagram{color: rgb(156,124,110);}
ul#topsocial-icons > li > a > i.fa-youtube{color: rgb(224,42,32);}
ul#topsocial-icons > li > a > i.fa-whatsapp{color: rgb(32,176,56);}
ul#topsocial-icons > li > a > i.fa-phone-squared{color: rgb(32,176,56);}
ul#topsocial-icons > li > a > i.fa-gplus{color: rgb(221,75,57);}
ul#topsocial-icons > li > a > i.fa-search{color: rgb(33,36,44);}

#topsocial-icons li:hover a{
    background-color:rgb(209,156,44);

}
ul#topsocial-icons li:hover > a > i{
	color: #FFF;
}
li.topsocial-whatsapp,
li.topsocial-phone{display:none;}

.logo{
	width:280px;
	margin: 5px 0 8px 0;
}
.logo img{width:100%;}

.topmenu-backgraund{
	height: 44px;
	width: 100%;
	z-index:99;
	position: relative;
	background-color: #172745;
}
.topmenu-backgraund:after{
	content:'';
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	bottom:-5px;
	background-color: #999;	
}

.header-menu-body{
	position: absolute;
	top: 10px;
	right: 10px;
}
#menu-header li{float:left;}
#menu-header li a{
	font-size: 16px;
	color: #21242C;
	line-height: 17px;
	display: block;
}
#menu-header li a:hover, #menu-header li a.current{color:#FFD106;}
#menu-header li.menu-separat{
	width:1px;
	height:18px;
	height:16px;
	margin:1px 7px 0 7px;
	background-color:#666;
	-webkit-transform: rotate(24deg);
	-ms-transform: rotate(24deg);
		transform: rotate(24deg);
}

/*Info Table*/
.info-table{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.0em;
	margin: 5px 0;
	color: #000000;
}
.info-table .fa{
	margin-right: 6px;
	color: #FFD106;
}
.info-table .fa-phone::before{
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
			padding-top:2px;
}
/*Info Table*/

/*Header Info Box*/
.header-phone-box{
	position: absolute;
	right: 300px;
	top: 45px;
	font-size:17px;
}
/*Header Info Box*/

/*Header Info Box*/
.header-adress-box{
	position: absolute;
	right: 10px;
	top: 45px;
	font-size:17px;
}
.header-adress-box div.generate-email > a{color:#000;}
.header-adress-box div.generate-email > a:hover{color:#D19C2C;}
/*Header Info Box*/

/*Search Block*/
a#call-search-box:focus{
	outline: 0;
	color:#095DAA;
	text-decoration:none;
}
.modal-search-box{padding:10px 1px;}
.search-input-table{display:table; border: 1px solid #CCC;}
.search-input-row{display:table-row;}
.search-input-cell{display:table-cell; vertical-align:top; padding:0; margin:0; height:34px;}
input.words{
	border: none;
	padding:5px;
	width:200px;
	background-color: transparent;
	color: #333;
	line-height:17px;
	font-size: 15px;
}
.search-button-box{
	position: relative;
	width:34px;
	background-color: #C5151B;
}
.search-button{
	width:100%;
	height:100%;
	border:none;
	display:table;
	background-color: transparent;
	padding:1px 0 0 0;
	position: relative;
}
.search-button i{
	font-size:18px;
	display:table-cell;
	color:#FFF;
	text-align: center;
	vertical-align: middle;
	padding-left:5px;
}
.search-button:hover{cursor:pointer;}
#search-preloader{
	position: absolute;
	left: 3px;
	top: 4px;
	opacity:0;
	display:none;
}

/*Search Block*/
/*END HEADER*/

/*START TOPMENU*/

.topmenu-body{
	position:relative;
	z-index:99;
	height: auto;
	width: 100%;	
}
/*top menu*/
#menu-top{
	font-family: 'Calibri';
	position: absolute;
	top: 0px;
	right: 0px;
}

#menu-top li {
	float: left;
	position: relative;
	display: block;	
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}
#menu-top > li.menu-separat{
	height: 44px;
	width: 1px;
	margin:0;
	border-right:1px solid rgba(255,255,255,0.2);
	box-sizing:border-box;
}

#menu-top > li > a{
	font-size:16px;
	color:#FFF;		
	padding: 0 12px;
	display:block;
	line-height:44px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;	
	box-sizing:border-box;
	position: relative;	 
	 -webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
  	box-shadow: 0 0 1px transparent;
	
}

#menu-top > li > a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
 background-color: rgba(255,209,6,1);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#menu-top > li > a:hover:after, #menu-top > li > a:focus:after, #menu-top > li > a:active:after, #menu-top > li > a.current:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

#menu-top > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -5px;
  background: #FF6600;
  height: 5px;
  opacity:0;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#menu-top > li > a:hover:before, #menu-top > li > a:focus:before, #menu-top > li > a:active:before, #menu-top > li > a.current:before {
	opacity:1;
	left: 0;
	right: 0;
}

#menu-top > li:hover{
	background-color:transparent;
}
#menu-top > li > a.current, #menu-top > li > a:hover{
	color:#172745;
	
}
#menu-top ul{
	padding-top:6px;
	background-color: transparent;
	position: absolute;
	left: 0px;
	top: 48px;	
	width: 210px;
	display:none;
	z-index: 1;
}
.submenu-icon{
	font-size: 10px;
	padding-left:10px;
	position: absolute;
	top: 50%;
	margin-top:-8px;
	right: 10px;
	font-weight: normal;
	-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 ul > li > ul {
	margin: 0;
	display:none;
	position: absolute;
	top: -8px;
	left: 240px;
	z-index: 1;
	padding-top:8px;	
}
#menu-top ul > li > ul a {
	font-size:15px;
}
#menu-top li:hover > ul {
	margin: 0;
}



#menu-top ul li:last-child {   
	border-bottom:none;	
}

#menu-top ul a {
	padding: 7px 0;
	width: 180px;
	display: block;
	float: none;
	text-transform: none;
	text-align: left;
	height: auto;
	color:#FFF;
	font-size:16px;
	line-height: 1.2em;
	border-bottom:1px solid rgba(255,255,255,0.5);
	box-sizing:border-box;
}
#menu-top ul li:last-child > a{border:none;}

#menu-top ul a:hover {	
	text-decoration: underline;
}
#menu-top ul a:hover .submenu-icon{
	right: 0px;
}

ul#menu-top > li > 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 > ul > li:first-child > a::after {
    border-color: transparent #fff;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    content: "";
    left: -6px;
    position: absolute;
    top: 9px;
}


#menu-top ul li {
	background-color: #21242C;
	float: none;
	display: block;
	box-sizing:border-box;
	padding: 0 15px;
}
#menu-top ul li ul li {
	background-color: #484848;
}

.top-menu-homebox{
	position: absolute;
	left: 0;
	top: 7px;
}
div.top-menu-homebox a{
	display: block;
	font-size: 21px;
	line-height:29px;	
	color: #FFF;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius:4px;
}
div.top-menu-homebox a:hover{color:#FFD106;}

/*top menu end*/

/*START LEFTFIXMENU*/
#leftfixmenu-open{
	padding:1px 12px;
	border: 1px solid rgba(255,255,255,0.3);
	background-color:rgba(0,0,0,0.3);
	border-radius:5px;
	position: absolute;
	left: 40px;
	top: 7px;
	font-size: 19px;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
	color: #FFF;
	display:none;
	line-height: 29px;
}
#leftfixmenu-open:hover{cursor:pointer; color:#D6B05E;}
.leftfixmenu-body {
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 100;
	width: 300px;
	height: 100%;	
	background-color: #172745;
}
.leftfixmenu {height: 100%; overflow-y: scroll;}

.leftfixmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.leftfixmenu ul li{position:relative;}

div.leftfixmenu-body > h3 {
	margin: 0;
	padding: 8px 15px;
	background-color:rgba(0,0,0,0.1);
	border-bottom:2px solid #666;		
	font-weight: 300;
	font-size: 24px;
	color: #FFF;
}

.leftfixmenu ul > li > a {
	display: block;
	padding: 6px 15px;
	color: #FFF;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
	border-bottom:1px solid #666;
	height: 26px;
	font-size: 19px;
}

.leftfixmenu ul li ul li:first-child a{border-top:none;}
.leftfixmenu ul li ul li a{border:none; font-size: 18px;}
.leftfixmenu ul li ul a{padding:5px 5px 5px 35px; height:auto; line-height: 1.1em;}
.leftfixmenu ul li ul li{
	background-image: url(../images/fixmenu-li-icon.png);
	background-repeat: no-repeat;
	background-position: 25px center;
	border-bottom:1px solid #666;
}

.leftfixmenu ul li a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #fff;
}
#lfm-close{
	display: block;
	position: absolute;
	top: 12px;
	right: 5px;
	font-size: 0px;
	font-weight: bold;
	height: 24px;
	width: 24px;
	background-image: url(../images/fixmenu-close.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
	background-color: rgba(0,0,0,0,1);
}
#lfm-close:hover{
	cursor:pointer;
	background-color: rgba(0,0,0,0.2);
}

.leftfixmenu-switch{
	height: 39px;
	width: 39px;
	top: 0px;
	right: 0px;
	position: absolute;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	background-color:#172745;
	background-image: url(../images/sub-leftfixmenu.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	box-sizing:border-box;
}
.leftfixmenu-switch:hover{
	cursor:pointer;	
}
.leftfixmenu-switch.active{
	background-position: -21px center;
}
.leftfixmenu ul li ul{display:none;}
ul#menu ul.tt{display:block;}
/*END LEFTFIXMENU*/


.randevu-menu{
	position: absolute;
	top: 68px;
	right: 10px;
}
div.randevu-menu a{
	font-family: Calibri;
	background-color: #B32ABD;
	display: block;
	padding:0 10px;
	color: #FFF;
	line-height: 27px;
	height: 28px;
	border-radius:4px;
	font-size: 16px;
	-webkit-transition: all 200ms ease-out 0s;
	-moz-transition: all 200ms ease-out 0s;
	-o-transition: all 200ms ease-out 0s;
	transition: all 200ms ease-out 0s;
}
div.randevu-menu a:hover{
	background-color: #007FDA;
}
/*END TOPMENU*/


/*START SLIDESHOW*/
.slaydshow-backgraund{
	padding:20px 0 15px 0;
	width:100%;
	position: relative;
}

.ya-slideshow-box{
	position: relative;
	width: 100%;
	height:500px;
	background-color:#000;
}

/*Swiper Slider*/

.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	width: 100%;
	height: 100%;
}
.slide-img {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	background-position: center center;
}
.slider-title {
	position: absolute;
	left: 70px;
	right: auto;
	bottom: 20%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(255, 255, 255, 0.7);
	line-height: 130%;
	letter-spacing: -0.02em;
	max-width: 400px;
	width: 100%;
	padding: 20px 25px;
	text-align:left;
	border-radius:5px;
}
.slider-title h3{
	font-size: 38px;
	color:#172745;
	line-height:1.1em;
	margin:0 0 5px 0;
	padding:0;
	position: relative;
	z-index: 5;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 rgba(255,255,255,0.5),
				1px -1px 0 #FFF, -1px 1px 0 rgba(255,255,255,0.5);
	font-weight: bold;
}
.slider-title h4{
	font-size: 28px;
	font-weight: bold;
	color:#FFF;
	line-height:1.1em;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 rgba(0,0,0,0.5),
				1px -1px 0 #000, -1px 1px 0 rgba(0,0,0,0.5);
}
.slider-title p{
	font-size: 26px;
	color:#FFF;
	line-height:1.2em;
	text-shadow: 1px 1px 0 #000, -1px -1px 3px rgba(0,0,0,0.5),
				1px -1px 0 #000, -1px 1px 3px rgba(0,0,0,0.5);
}

div.slider-title a{
	display: inline-block;
	color: #FFF;
	background-color: #172745;
	padding:6px 30px;
	border-radius:50px;
	font-size: 19px;
	margin-top:20px;
	border:1px solid #FFD106;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}
div.slider-title a:hover{background-color: #FFD106; color: #172745; border:1px solid #000;}

.swiper-dots span {
  display: block;
  margin: 10px 0;
  width: 15px;
  height: 15px;
  background-color: rgba(242, 240, 238, 0.5);
  cursor: pointer;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*Swiper Slider*/
/*END SLIDESHOW*/

/*START TOPMODUL*/
.topmodul-body, .bottommodul-body{
	box-sizing:border-box;
	margin:20px 0;
	overflow:hidden;	
}

/*Start About*/
.about-background{
	padding:20px 0;
	background-image: url(../images/about-backgraund.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: auto;
	width: 100%;
	background-size:cover;
	position: relative;
}

.aboutus-left{width:37%; float:left; padding-right:20px;}
.aboutus-left img{width:100%; margin:15px 0 0 0;}

/*End About*/

.content-modul-header{
	margin-bottom:35px;
	position: relative;
	text-align:center;
}

.content-modul-header h2{color:#FFF;}
.content-modul-header h2{
	padding-bottom:0;
	margin-bottom:0;
	font-family: Calibri;
	font-size:26px;
	text-align: center;
	font-weight: bold;
	line-height:1.1em;
	text-shadow: 0px 0px 8px #000000;
}
.content-modul-header h2 strong{
	font-weight: bold;
}
div.content-modul-header p{font-size:18px; margin:0; line-height:1.0em;}

.content-modul-header:after{
	content:'';
	position:absolute;
	bottom:-13px;
	left:50%;
	margin-left:-210px;
	width:420px;
	height:4px;
	background-image: url(../images/content-modul-header-black.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.textmodul-content{
	overflow: hidden;
	text-align: justify;
	padding:10px 0;
}
.textmodul-content p{line-height: 1.7em; font-size:19px;}

div.textmodul-readmore > a{
	font-size:16px;
	margin-top:15px;
	color: #FFF;
	text-align: center;
	padding: 2px 20px;
	border: 1px solid #B5BFBC;
	display: inline-block;
	border-radius:7px;
	-webkit-transition: all 200ms ease-out 0s;
	-moz-transition: all 200ms ease-out 0s;
	-o-transition: all 200ms ease-out 0s;
	transition: all 200ms ease-out 0s;
	background-color: #D6A429;
	line-height: 28px;
}
div.textmodul-readmore > a:hover{	
	background-color: #0C5587;
}

ul.textmodul-list{
	margin-left:10px;
	font-size: 19px;
}
ul.textmodul-list li{
	background-image: url(../images/about-li.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 30px;
	margin-bottom:7px;
}

.aboutus-box{display:flex;}


/*END TOPMODUL*/

/*START CONTENT LINKS*/
.content-links-cell{
	float: left;
	height: 180px;
	width: 25%;
	position: relative;
}
.content-links-cell:nth-child(1){
	background-color: rgba(200,14,35,0.7);
}
.content-links-cell:nth-child(2){
	background-color: rgba(34,96,133,0.7);
}
.content-links-cell:nth-child(3){
	background-color: rgba(177,213,1,0.7);
}
.content-links-cell:nth-child(4){
	background-color: rgba(153,0,204,0.7);
}
.content-links-icon{
	height: 100px;
	width: 50px;
}
.content-links-icon img{
	width: 30px;
	margin:20px 0 0 10px;
}
.content-links-text{
	position: absolute;
	left: 55px;
	top: 15px;
	right: 10px;
}
.content-links-text p{
	font-size:16px;
	margin:8px 0 0 0;
	line-height: 1.2em;
	color: #FFF;
}
div.content-links-text a{
	font-size: 21px;
	line-height: 0.9em;
	color: #FFF;	
}
div.content-links-text a:hover{	
	text-decoration: underline;	
}
.content-links-link{
	background-color: #FFF;
	height: 26px;
	width: 26px;
	border-radius:26px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.content-links-link a{
	font-size: 0px;
	background-image: url(../images/content-links-link.png);
	background-repeat: no-repeat;
	background-position: -15px 5px;
	display: block;
	-webkit-transition: all 200ms ease-out 0s;
	-moz-transition: all 200ms ease-out 0s;
	-o-transition: all 200ms ease-out 0s;
	transition: all 200ms ease-out 0s;
}
.content-links-link a:hover{
	background-position: 10px 5px;
}
/*START CONTENT LINKS*/

/*START USTUNLUK*/
.ustunluk-background{
	height: auto;
	width: 100%;
	position: relative;
	background-color:rgba(0,0,0,0.7);
}



.ustunluk-row{
	margin-left:-40px;
	margin-right:-40px;
	overflow:hidden;
}
.ustunluk-cell{
	float: left;
	width: 25%;
	padding-left:40px;
	padding-right:40px;
	box-sizing:border-box;
	margin-bottom:10px;
}
.ustunluk-item{
	position: relative;
	height: 240px;
	background-color: #FFF;
}
.ustunluk-img{
	width:70px;
	height:auto;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-35px;
}
.ustunluk-img p{margin:0; padding:0; line-height:1.0em;}
.ustunluk-img img{width:100%; margin:0; padding:0; text-align:center;}
.ustunluk-desc{
	height: 70px;
	width: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0px;
	right: 0px;
	bottom: 15px;
	color: #172745;
}
.ustunluk-desc p{
	line-height: 1.2em;
	font-size: 20px;
	padding:5px 15px;
	text-align:center;
}
.ustunluk-item:after{
	content:'';
	width:80%;
	height:10px;
	position:absolute;
	bottom:-10px;
	left:50%;
	background-color:#D19C2C;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
}

#p-ustunluk{
	position: relative;
	padding: 20px 0;
	background-attachment: fixed;
	background-image: url(../images/p-ustunluk.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100% auto;
	background-color: #E8EDF3;
}

/*END USTUNLUK*/

/*START PARTNERS*/
.partners-row{
	margin-left:-40px;
	margin-right:-40px;
	overflow:hidden;
}
.partners-cell{
	float: left;
	width: 25%;
	padding-left:40px;
	padding-right:40px;
	box-sizing:border-box;
}
.partners-item img{width:100%; margin:0; padding:0;}
/*END PARTNERS*/

/*Start Partners Sliders*/
.swiper-container-team {
	width: 100%;
	height: auto;
	padding-bottom:30px;
	margin-top:20px;
}

.swiper-container-team .swiper-slide {
	text-align: center;
	font-size: 18px;
}
.swiper-container-team .swiper-button-next,
.swiper-container-team .swiper-button-prev{
	width: 17px;
	height: 34px;
	top:48px;
	background-size: 17px 34px;
	margin-top:0;    
}
.swiper-container-team .swiper-button-prev{left:auto; right: 60px;}
div.swiper-container-team .swiper-pagination{bottom:0px;}

.swiper-container-team .swiper-pagination-bullet-active{background-color: #D19C2C;}

.team-slider-img img{display:block; width: 90%; margin: 0 auto;}
div.team-slider-desc{text-align: center;}
.team-slider-desc a{font-size: 20px; line-height: 1.1em;}
.team-slider-desc p{font-size: 16px; margin: 0; line-height: 1.1em; color: #666;}
/*End Partners Sliders*/

/*START PORTFOLIO*/
ul.simplefilter{
	font-family:Calibri;
	display: table;
	margin:0 auto 30px auto;
	font-size: 15px;
}
ul.simplefilter li{
	display: block;
	float: left;
	margin:0 5px;
	padding:1px 8px 0 8px;
	cursor:pointer;
	color: #003DA1;
	line-height:25px;
	border-radius:3px;
	-webkit-transition: all 200ms ease-out 0s;
	-moz-transition: all 200ms ease-out 0s;
	-o-transition: all 200ms ease-out 0s;
	transition: all 200ms ease-out 0s;
	font-size: 16px;
}
ul.simplefilter li.active, ul.simplefilter li:hover{
	color: #FFF;
	background-color: #349301;
}

.filtr-container{
	margin-right: -1.5%;
	margin-left: -1.5%;	
	overflow: hidden;
}

.filtr-item{
	float: left;
	min-height: 1px;
	width: 30.3%;
	padding-left:1.5%;
	padding-right:1.5%;	
	position: relative;
}
.filtr-item-container{
	position: relative;	
	overflow: hidden;
	margin-bottom:40px;
}
.filtr-item-container img{
	display: block;
	height: auto;

	width: 100%;
	-webkit-transition: all 200ms ease-out 0s;
	-moz-transition: all 200ms ease-out 0s;
	-o-transition: all 200ms ease-out 0s;
	transition: all 200ms ease-out 0s;
}
.item-desc{
	text-align: center;
	opacity:0;
	background-color: rgba(0,0,0,0.3);
	top:15px;
	left:15px;
	position: absolute;
	z-index: 2;
	right: 15px;
	bottom: 15px;
	padding-top:60px;
	border:1px solid #999;
	box-sizing:border-box;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}
.item-desc h4{
	text-align: center;
	color: #FFF;
}
div.item-desc a{
	color: #FFF;
	text-align: center;
	padding:2px 8px;
	border: 1px solid #FFF;
	font-size: 16px;
}
.filtr-item-container:hover .item-desc{opacity:1;}
.filtr-item-container:hover img{
	-moz-transform: scale(1.2, 1.2);

}

/*START PORTFOLIO*/

/*START PARALLAX*/
#p-services{
	position: relative;
	padding:20px 0;
	background-attachment: fixed;
	background-image: url(../images/services-background.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;	/*box-shadow: 0 0 50px rgba(0,0,0,0.8);*/
	background-size: 100% auto;	
}


#p-ustunluk{
	position: relative;
	padding:20px 0;
	background-attachment: fixed;
	background-image: url(../images/p-ustunluk.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;	/*box-shadow: 0 0 50px rgba(0,0,0,0.8);*/
	background-size: 100% auto;	
}
/*END PARALLAX*/

/*START SERVICES*/
.services-backgraund{
	background-color:rgba(0,61,161,0.03);
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:cover;
}
.services-tikinti-banner{display:block; margin-bottom:40px;}
.services-second{display:none;}
.services-container-row{
	margin-left:-22px;
	margin-right:-22px;
	overflow: hidden;
}
.services-item-cell{
	width: 33.333%;
	float:left;
	padding:0 22px;
	margin-bottom:40px;
	box-sizing:border-box;
}
.services-item{
	box-sizing:border-box;
	position: relative;
	border-radius:5px;
	overflow: hidden;
}

.services-item-img{position:relative; overflow:hidden; height:290px;}
 
.services-item-img img{
	display:block;
	width: 100%;
	height:100%;
	margin:0;
}
.services-item-desc{
	background-color: rgba(33,36,44,0.8);
	height: 100px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: -37px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}
.services-item-desc:before{
	content:"";
	position: absolute;
	height: 33px;
	width: 50px;
	left: 50%;
	top: -17px;
	margin-left:-25px;
	background-image: url(../images/services-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
}

div.services-item:hover .services-item-desc{
	bottom:0;

}
.services-item-desc-title{
	height: 40px;
	width: 100%;
	margin:15px 0 8px 0;
}
.services-item-desc-title{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.services-item-desc-title h3{
	font-size: 20px;
	padding:0 10px;
	text-align: center;
	line-height: 1.1em;
	color: #D19C2C;
	margin:0;
	-ms-flex-preferred-size:100%;
	    flex-basis:100%;
}
.services-item-desc-title p{
	font-size: 19px;
	line-height: 1.0em;
	color: #FFF;
	text-align: center;
	margin:0;
	-ms-flex-preferred-size:100%;
	    flex-basis:100%;
}
div.services-item-desc-readmore{text-align:center;}
div.services-item-desc-readmore a{
	background-color: #595959;
	padding:4px 15px;
	border-radius:3px;
	display:inline-block;
	text-align:center;
	font-size: 15px;
	color: #FFF;
	line-height: 1.0em;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}
div.services-item-desc-readmore a:hover{
	background-color: #D19C2C;
	color: #000;
}
.services-item-button{
	position: absolute;
	height: 29px;
	width: 29px;
	right: 15px;
	bottom: -11px;
	background-image: url(../images/services-button.png);
	background-repeat: no-repeat;
}
.services-item-button a{
	font-size: 0px;
	display: block;
}
/*START SERVICES*/


/*For Article*/
.services-table{display:table;}
.services-table-row{display:table-row;}
.services-table-cell{display:table-cell; vertical-align:middle;}
div.services-table-left{width:150px;}
div.services-table-left img{width:100%; margin:0 10px 20px 0; border-radius:7px;}
.services-table-right{padding-left:15px;}
.services-table-right p{text-align: left;}
/*For Article*/

/*END SERVICES*/



/*START BOTTOM-MODUL*/
.bottommodul-latestnews-row{
	margin:0;
}
.bottommodul-latestnews-cell{
	background-color: #FFF;
	float: left;
	min-height: 200px;
	margin:0 10px;
	position: relative;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.bottommodul-latestnews-cell a{
	font-size: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
}
.news-item-img{
	height: 165px;
	width: 100%;
}
.news-item-img img{
	height: 100%;
	width: 100%;
}
.news-item-content{
	padding: 10px;
	height: 95px;
}
.news-item-content h3{
	font-size: 16px;
	line-height: 1.1em;
	font-weight: 600;
	margin-bottom:5px;
	color: #0AAA90;
}
.bottommodul-latestnews-cell:hover .news-item-content h3{color: #b32abd;}
.news-item-content p{
	margin: 0px;
	line-height: 1.1em;
	font-size: 15px;
}
.news-item-meta{
	font-size: 15px;
	background-color: #0AAA90;
	height: 24px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #FFF;
	position: relative;
	line-height: 24px;
}
.news-radmore-icon {
    position: absolute;
    top: 2px;
    right: 10px;
}

/*END BOTTOM-MODUL*/

/*MIDDLE*/
.middle-body{
	position: relative;
	overflow:hidden;
}
.middle{
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
}
.middle-left {
	-webkit-box-flex:1;
	    -ms-flex-positive:1;
	        flex-grow:1;
	-ms-flex-preferred-size:0;
	    flex-basis:0;
	overflow: hidden;
}
.middle-left-box{
	padding: 0 30px 0 0;
	min-height: 1px;
	margin:0;	
}
.middle-right{
	width: 300px;
	position: relative;	
	min-height: 200px;
	box-sizing:border-box;
    background-color: rgba(33,36,44,0.1);   
}

/*MIDDLE*/

/*START CONTENT*/
div.article-top-body{padding-top:0px;}
div.article-top-body img{margin-bottom:0;}
.content-header{
	text-align: left;
	margin-bottom: 25px;
	padding-bottom:0;
	position: relative;
	border-bottom:1px solid #FFF;
}

.content-header h2{
	line-height: 1.05em;
	padding-top:15px;
	padding-bottom:5px;
	margin-bottom:0;
	font-size: 26px;
	font-weight: normal;
	color: #FFF;
}
.content{
	position: relative;
	margin-bottom:30px;
}
.newsarticle-meta{
	margin-bottom:15px;
	font-size: 16px;
}
.newsarticle-meta div{display:inline-block;}
.newsarticle-meta div i{font-size:14px;}
.content-text{
	font-size: 19px;
	overflow: hidden;
	box-sizing:border-box;
	text-align: justify;	
	margin-bottom:20px;
	position: relative;
	min-height:150px;
}
.content-text a{
	text-decoration: underline;
}
.content-text h3, .content-text h4{
	margin-bottom:10px;
	font-weight: normal;
}
.content-text img{
	margin-bottom: 10px;
	margin-right: 15px;
	float:left;
}
.content-text p{
	margin-top: 15px;
	margin-bottom: 15px;
}
.content-text ul, .textmodul-content ul{
	margin-left: 20px;
	padding:0;
	margin-bottom:20px;
}
.content-text ol{
	margin-left: 37px;
	padding:0;
	margin-bottom:20px;
}
.content-text ul > li, .textmodul-content ul > li{
	background-image: url(../images/content-li.png);
	background-repeat: no-repeat;
	background-position: left 11px;
	line-height:1.4em;
	padding-left: 17px;
	margin-top:5px;
	margin-bottom:5px;
}
.content-text ol{
	list-style-type: decimal;
}
.content-text ol > li{
	list-style-type: decimal;
	padding-left: 5px;
}

.content-text blockquote{
	border-left: 4px solid #0AAA90;
	padding:1px 7px;
	margin:8px 0 30px 0;
	font-style: italic;
	background-color: #EFEFEF;
}
.content-text blockquote p{margin:3px 0;}

div.section-products-item-content{padding-bottom:15px;}
div.section-products-item-content{margin-bottom:25px;}

.content-text table{font-size:19px;}
.content-text table > thead{
	background-color: #C5151B;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
.content-text table > thead th{padding:12px 0;}
.content-text table > thead th:first-child{border-right:1px solid #FFF;}
.content-text table tr:nth-child(2n){background-color: rgba(42, 169, 224, 0.1);}
.content-text table p{margin:0; line-height:1.3em;}
.content-text table{
    border:1px solid #999;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}
.content-text table td, .content-text table th{
	border:1px solid #999;
	padding:6px 7px;
	vertical-align: middle;
	text-align: left;
	line-height:1.3em;
}
.content-text table th{
	font-weight: bold;
}
table.table-no-borders{font-size:17px;}
table.table-no-borders, table.table-no-borders td{border:none;}
table.table-no-borders tr, table.table-no-borders tr:nth-child(2n){background-color:transparent; }
table.table-no-borders td{vertical-align:top; padding-left:0; text-align:left;}
table.responsive-table{margin-bottom: 30px; border-collapse:collapse;}
table.responsive-table p{margin-top: 10px; margin-bottom:10px; line-height:1.4em;}
table.responsive-table, table.responsive-table td{border:none; vertical-align: middle; text-align: justify; padding:0;}
table.responsive-table .responsive-table-img{width: 235px;}
table.responsive-table img{margin:0 15px 0 0; width: 150px; float:none;}

a#service, a#mehsullar{padding-top:70px;display:block;}

.content-text img{padding:0;}
img.imageleft20, img.imageleft30, img.imageleft40, img.imageleft50, img.imageleft60, img.imageleft70, img.imageleft80, img.imageleft90{float: left; margin: 5px 10px 10px 0}
img.imageright20, img.imageright30, img.imageright40, img.imageright50, img.imageright60, img.imageright70, img.imageright80, img.imageright90{float: right; margin:0 0 10px 10px}

img.image-inline{margin:10px 0; float: none; width: 49%;}
img.image-inline:first-child{margin-right: 2%;}

img.imageleft20, img.imageright20{width: 20%;}
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;	
}
img.imagecenter20,
img.imagecenter30,
img.imagecenter40,
img.imagecenter50,
img.imagecenter60,
img.imagecenter70,
img.imagecenter80{float:none; display:block; margin-left:auto; margin-right:auto;}

img.imagecenter20{width:20%;}
img.imagecenter30{width:30%;}
img.imagecenter40{width:40%;}
img.imagecenter50{width:50%;}
img.imagecenter60{width:60%;}
img.imagecenter70{width:70%;}
img.imagecenter80{width:80%;}
img.image-auto-left{
	float: left;
	max-width:100%;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.image-auto-right{
	float: right;
	max-width:100%;
	width: auto;
	margin-left: 10px;
	margin-bottom: 10px;
}

/*Videowrapper______________________________*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*Videowrapper______________________________*/

.google-maps {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border:medium;
}

/*END CONTENT*/

/*START CONTENT LATESTNEWS*/
.content-latestnews-row{
	margin: 0 -1.85% 20px -1.85%;	
}

.content-latestnews-cell{
	float: left;
	width:21.3%;
	padding:0 1.85%;	
}
.content-latestnews-item{
	background-color: rgba(42,169,224,0.5);
	border:2px solid #666;
	border-radius:30px 0 30px 0;
	box-sizing:border-box;
}
.content-latestnews-img img{
	margin: 0px;
	padding: 0px;
	height: 155px;
	width: 100%;
	border-radius:30px 0 0 0;
}
.content-latestnews-title{
	height: 42px;
	padding:5px 10px;
	font-size: 17px;
}
div.content-latestnews-title a{
	line-height: 1.2em;
	text-align: center;
	display: block;
	color: #CCC;
}
div.content-latestnews-title a:hover{
	color: #FFF;
}
div.content-latestnews-readmore{
	text-align: center;
}
div.content-latestnews-readmore > a{
	margin:5px 0 10px 0;	
	color: #FFF;
	font-size:14px;
	text-align: center;
	padding: 1px 18px;	
	display: inline-block;
	background-color: #2aa9e0;
	border-radius:4px;
	-webkit-transition: all 200ms ease-out 0s;
	-moz-transition: all 200ms ease-out 0s;
	-o-transition: all 200ms ease-out 0s;
	transition: all 200ms ease-out 0s;
}
div.content-latestnews-readmore > a:hover{	
	background-color: #2287b3;
}

/*END CONTENT LATESTNEWS*/

/*Photogallery Item*/
.photo-item-body{
	margin-bottom: 20px;
}
div.photo-item-body ul{
	padding: 0px;
	position: relative;	
}

span.gall-image{
	display:block;
	width: 100%;
	background-color: #666;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

div.photo-item-body.gall-landscape-2 ul{margin: 0px -20px;}
div.photo-item-body.gall-landscape-3 ul{margin: 0px -18px;}
div.photo-item-body.gall-landscape-4 ul{margin: 0px -15px;}

div.photo-item-body.gall-landscape-2 ul li{width: 50%; padding: 0 20px; margin-bottom:35px;}
div.photo-item-body.gall-landscape-3 ul li{width: 33.3333%; padding: 0 18px; margin-bottom:30px;}
div.photo-item-body.gall-landscape-4 ul li{width: 25%; padding: 0 15px; margin-bottom:25px;}

div.photo-item-body.gall-portret-3 ul{margin: 0px -18px;}
div.photo-item-body.gall-portret-4 ul{margin: 0px -15px;}

div.photo-item-body.gall-portret-3 ul li{width: 33.3333%; padding: 0 18px; margin-bottom:30px;}
div.photo-item-body.gall-portret-4 ul li{width: 25%; padding: 0 15px; margin-bottom:25px;}

.gall-landscape-2 ul li a > span.gall-image{height: 276px;}
.gall-landscape-3 ul li a > span.gall-image{height: 260px;}

.gall-portret-3 ul li a > span.gall-image{height: 320px;}
.gall-portret-4 ul li a > span.gall-image{height: 340px;}

div.photo-item-body ul li{
	box-sizing: border-box;
	float:left;
	padding:0;	
	background-image: none;	
}
div.photo-item{
	padding: 0;
	margin:0;
}
div.photo-item-box{
	border: 1px solid #999;
	position:relative;
	box-sizing: border-box;
	overflow: hidden;
}
div.photo-item-box a{
	position: relative;
	display: block;
}
div.photo-item-box a:before{
	content:'';
	background-color: #000;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity:0;
	-webkit-transition:All 0.2s linear;
	-moz-transition:All 0.2s linear;
	-o-transition:All 0.2s linear;
	transition: All 0.2s linear;
}
div.photo-item-box a:after{
	content:'';
	position: absolute;
	height: 52px;
	width: 52px;
	top: 50%;
	left: 50%;
	margin-left:-20px;
	margin-top:-20px;
	background-image: url(../images/photogallery-item-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity:0;
	-webkit-transition:All 0.2s linear;
	-moz-transition:All 0.2s linear;
	-o-transition:All 0.2s linear;
	transition: All 0.2s linear;
}
div.photo-item-box a:hover:after{opacity:1;}
div.photo-item-box a:hover:before{opacity:0.3;}

span#photogallery-item-id{
	background-color: rgba(0,0,0,0.5);
	padding:0 7px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 12px;
	color: #FFF;
	line-height: 1.6em;
}
.result-photos{font-size:14px; text-align:right; color:#666;}

/*Photogallery Item*/

/*Photogallery Modul*/
ul#photogallery-modul-list{
	padding: 0px;
	position: relative;	
	margin: 0px 0;
}
ul#photogallery-modul-list li{
	float:left;
	width: 33.3333%;
	padding: 0 0;
	margin-bottom:0;
	box-sizing: border-box;
}
div.photogallery-modul-item{
	padding: 0;
	margin:0;
}
div.photogallery-modul-box{
	border: 2px solid #FFF;
	position:relative;
	box-sizing: border-box;
	overflow: hidden;
}
div.photogallery-modul-box a{
	position: relative;
	display: block;
}
div.photogallery-modul-box a:before{
	content:'';
	background-color: #000;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity:0;
	-webkit-transition:All 0.2s linear;
	-moz-transition:All 0.2s linear;
	-o-transition:All 0.2s linear;
	transition: All 0.2s linear;
}
div.photogallery-modul-box a:after{
	content:'';
	position: absolute;
	height: 52px;
	width: 52px;
	top: 50%;
	left: 50%;
	margin-left:-20px;
	margin-top:-20px;
	background-image: url(../images/photogallery-item-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity:0;
	-webkit-transition:All 0.2s linear;
	-moz-transition:All 0.2s linear;
	-o-transition:All 0.2s linear;
	transition: All 0.2s linear;
}

span.photogallery-modul-img{
	display:block;
	width: 100%;
	height: 260px;
	background-color: #666;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

div.photogallery-modul-box a:hover:after{opacity:1;}
div.photogallery-modul-box a:hover:before{opacity:0.3;}

span#photogallery-modul-id{
	background-color: rgba(0,0,0,0.5);
	padding:0 7px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 12px;
	color: #FFF;
	line-height: 1.6em;
}

.dahachox-photo{
	text-align: center;
	margin-top:30px;
	margin-bottom:30px;
}
.dahachox-photo-button{
	background-color: #172745;
	border:1px solid #FFD106;
	border-radius:50px;
	font-size: 13px;
	padding:9px 20px 8px 20px;
	position: relative;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
	color: #FFF;
}
.dahachox-photo-button:hover{
	background-color: #FFD106;
	border:1px solid #172745;
	cursor:pointer;
	color: #172745;
}
#dahachox-img{
	z-index: 2;
	display: none;
	margin:2px 0;
}

/*Photogallery Modul*/

/*START CONTENT NEWS LIST*/
.news-list{
	position: relative;
}
.news-list.row-4{
	margin-left:-1.5%;
	margin-right:-1.5%;
}
.news-list-cell{
	float: left;
	position: relative;
}
.news-list-cell.cell-4{
	width: 23%;
	padding:0 1.0%;
}

.news-list-cell.cell-3, .news-list-cell.cell-4{
	margin-bottom:30px;
}

.news-list-cell.cell-3{
	width: 30.3%;
	padding:0 1.5%;
}

.news-list-cell.cell-2{
	width: 47%;
	padding:0 1.5%;
}

.news-list-cell.cell-2{
	margin-bottom:30px;
}

.newslist-cell-box{
	padding: 10px 10px 5px 10px;
	position: relative;
	min-height: 100px;
	background-color: #F0F3F2;
	box-sizing:border-box;
}
.newslist-cell-img{
	background-image: url(../images/img-loader.gif);
	background-repeat: no-repeat;
	background-position: center 40%;
	margin-bottom:2px;
	width: 100%;
	position: relative;
}
.newslist-cell-img img{width:100%; margin:0;}

.newslist-cell-content{padding:0 5px 10px 5px;}

.news-list-cell.cell-4 .newslist-cell-img img{height: 170px;}
.news-list-cell.cell-3 .newslist-cell-img img{height: 220px;}
.news-list-cell.cell-2 .newslist-cell-img img{height: 240px;}

.newslist-cell-title{	
	width:100%;
	display:table;
	height: 85px;
	border-bottom: 1px solid #B3B3B3;
	margin-bottom:15px;
	box-sizing:border-box;
}
div.newslist-cell-title a{
	position:static;
	padding:2px 0 7px 0;
	line-height: 1.2em;
	color: #0C5587;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
	-webkit-transition: all 200ms ease-out 0s;
	-moz-transition: all 200ms ease-out 0s;
	-o-transition: all 200ms ease-out 0s;
	transition: all 200ms ease-out 0s;
	font-size: 18px;
}
div.newslist-cell-title a:hover{color:#C5151B;}
.newslist-cell-meta{
	font-size: 15px;
	color: #666;
	line-height: 1.0em;
}
.meta-readmore{
	position: absolute;
	height: 15px;
	width: 15px;
	right: 0px;
	bottom: 5px;
}
div.meta-readmore a{
	font-size: 14px;
	color: #999999;
	position: absolute;
	right: 10px;
	bottom: 2px;
	-webkit-transition: all 200ms ease-out 0s;
	-moz-transition: all 200ms ease-out 0s;
	-o-transition: all 200ms ease-out 0s;
	transition: all 200ms ease-out 0s;	
}
div.meta-readmore a:hover{color: #0C5587;}


.news-list-header{
	background-image: none;
	margin:20px 0 40px 0;
	border:none;
	position: relative;
}
.news-list-header:after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -210px;
    width: 420px;
    height: 4px;
    background-image: url(../images/content-modul-header-black.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.news-list-header h2{
	text-align: center;
	padding-bottom:1px;
	font-size: 24px;
}

.daha-chox{
	text-align: center;
	margin-top:30px;
	margin-bottom:30px;
}
.daha-chox-button{
	background-color: #172745;
	border:1px solid #FFD106;
	border-radius:50px;
	font-size: 13px;
	padding:9px 20px 8px 20px;
	position: relative;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
	color: #FFF;
}
.daha-chox-button:hover{
	background-color: #FFD106;
	border:1px solid #172745;
	cursor:pointer;
	color: #172745;
}
#daha-chox-img{
	z-index: 2;
	display: none;
	margin:2px 0;
}


.newslist-cell-box a.various{
	position: absolute;
	height: 38px;
	width: 54px;
	left: 50%;
	top: 50%;
	font-size: 38px;
	margin-left:-26px;
	margin-top:-19px;
	color: #FFF;
}
div.newslist-cell-box a.various > i{
	-webkit-transition: all 200ms ease-out 0s;
	-moz-transition: all 200ms ease-out 0s;
	-o-transition: all 200ms ease-out 0s;
	transition: all 200ms ease-out 0s;
}
div.newslist-cell-box a.various > i{opacity:0.8;}
div.newslist-cell-box a.various:hover > i{opacity:1.0; color:#F00;}

.videolist-cell-title{	
	width:100%;
	display:table;
	height: 60px;
	border-bottom: 1px solid #B3B3B3;
	margin-bottom:15px;
	box-sizing:border-box;
}

div.videolist-cell-title a{
	position:static;
	padding:2px 0 7px 0;
	line-height: 1.2em;
	color: #0C5587;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
	-webkit-transition: all 200ms ease-out 0s;
	-moz-transition: all 200ms ease-out 0s;
	-o-transition: all 200ms ease-out 0s;
	transition: all 200ms ease-out 0s;
	font-size: 18px;
}
div.videolist-cell-title a:hover{color:#D6A429;}
/*END CONTENT NEWS LIST*/

/*Start News List Formate*/
.newslist-formate-cell {
	margin: 0 0 10px;
	border-radius: 8px;
	font-size: 18px;
	line-height: 21px;
	overflow: hidden;
	position:relative;
}
div.newslist-formate-cell a {
	display: block;
	position: relative;
	background-color: #e8f2f9;
	color: #095daa;
	padding: 15px 10px 15px 20px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}
div.newslist-formate-cell a:hover {
	background-color: #095daa;
	color: #fff;
}
div.newslist-formate-cell a strong {
    display: block;
    font-weight: 300;
    padding-right: 125px;
}
div.newslist-formate-cell span,
div.newslist-formate-cell .fa {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

div.newslist-formate-cell span {
	color: #e8f2f9;
	right: 35px;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	-webkit-transition: all 450ms ease;
	-o-transition: all 450ms ease;
	transition: all 450ms ease;
}

div.newslist-formate-cell .fa {
	right: 15px;
	font-size: 16px;
	-webkit-transition: right 450ms ease;
	-o-transition: right 450ms ease;
	transition: right 450ms ease;
}

div.newslist-formate-cell a:hover span {
	color: #fff;
}
div.newslist-formate-cell a:hover .fa {
	right: 10px;
}

/*End News List Formate*/

/*Start Video List*/
.section.videomodul-background{background-color: #EFF2F4;}
.section.videomodul-background .videolist-item{background-color: #FFF;}

.videolist-box{position:relative;}
.videolist-box.videomodul-3{margin:0;}
.videolist-cell{float:left; box-sizing:border-box;}
.videomodul-3 .videolist-cell{width:33.3333%; padding:0 0; margin-bottom:0; border:2px solid #FFF;}
.videomodul-3 .videolist-item{background-color: #b8c9d8;}

.videolist-box.videolist-3{margin:0 -20px;}
.videolist-3 .videolist-cell{width:33.3333%; padding:0 20px; margin-bottom:35px;}
.videolist-3 .videolist-item{background-color: #b8c9d8;}

.videolist-img{
	width:100%;
	height:190px;
	background-position: center center;
	background-size:cover;
	position: relative;
}
div.videomodul-3 div.videolist-img{height:230px; background-color: #EFF2F4;}

div.videolist-3 div.videolist-img{height:190px; background-color: #EFF2F4;}

.videolist-hits{
	background-color: rgba(0,0,0,0.8);
	color:#FFF;
	position: absolute;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	padding:0 10px 0 5px;
	left: 0px;
	top: 0px;
}
.videolist-duration{
	background-color: #D19C2C;
	color:#FFF;
	position: absolute;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	padding:2px 10px;
	right: 0px;
	bottom: 0px;
}
.videolist-desc {
	display: table;
	height: 74px;
	width: 100%;
}
div.videolist-desc a{
	padding:10px 10px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	line-height:1.1em;
	font-size: 18px;
	color: #000;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
.videolist-desc a:hover{color:#336699;}

.videolist-button{
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-23px 0 0 -23px;
	
}
.videolist-button a{
	display: table;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	background-color: #336699;
	color: #ffffff;
	text-align: center;
}
.videolist-button a:after{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 2px #1583e9;
	opacity: 0;

}

.videolist-item:hover .videolist-button a:after{
	-webkit-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);
	-webkit-animation: sonarEffect 1s ease-in-out .1s infinite;
	animation: sonarEffect 1s ease-in-out .1s infinite;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFD106, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFD106, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFD106, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFD106, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFD106, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFD106, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.3);
        opacity: 0;
    }
}
.videolist-button a i{
	color:#FFF;
	font-size: 23px;
	padding-left:3px;
	display: table-cell;
	vertical-align: middle;
}

.dahachox-video{
	text-align: center;
	margin-top:30px;
	margin-bottom:30px;
}
/*Start Video List*/

/*==============Contact===============*/
.contact-table{width:100%; display:table; table-layout:fixed;}
.contact-row{display:table-row;}
.contact-cell{display:table-cell; vertical-align:top;}
.contact-cell-content{width:60%;}
.contact-cell-form{width:40%; padding-left:40px;}
div.contact-form{margin-right:3px; padding:15px; background-color:rgba(255,255,255,0.7); color:#000;}

.contact-form .contact-input-box input,
.contact-form .contact-input-box textarea{width:100%;}


.contact-input-box{
	padding: 15px 0 15px 4px;	
}
.contact-input-box input,
.contact-input-box textarea{
	border:1px solid #666;
	background-color:transparent;
	color: #666;
	font-size: 16px;
	padding: 10px 5px;
	border-radius:5px;
	box-sizing:border-box;
}
input#summa{border:1px solid #999; width:44px;}
.contact-input-box input:focus,
.contact-input-box textarea:focus{
	border-color: #e8d8e8;
	-webkit-box-shadow: 0px 0px 7px -2px rgba(94,37,10,1);
	-moz-box-shadow: 0px 0px 7px -2px rgba(94,37,10,1);
	box-shadow: 0px 0px 7px -2px rgba(94,37,10,1);
}
::-webkit-input-placeholder:before{
	font-family: 'fontello';
	font-size:13px;
	margin-right:6px;
	position:relative;
	top:-1px;
}
#name_c::-webkit-input-placeholder:before{content:"\e813";}
#email_c::-webkit-input-placeholder:before{content:"\e800";}
#phone_c::-webkit-input-placeholder:before{content:"\e803";}

.contact-input-box textarea{
	resize:vertical;
	font-family: sans-serif, Arial, Helvetica;
	font-size: 16px;
}
input.contact-input {
	border: 1px solid #393F46;
	width:40px;
	text-align:center;
	padding:2px 0;
	border-radius:5px;
}
span.required{
	color: #de5e60;
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
    line-height: 1.2em;
}
span.required.contact-success{color: #007234;}
span#test-summa{color: #de5e60; font-size: 14px; margin-left:10px;}
#loader{
	display: none;
	opacity:0;
	margin-bottom:10px;
}
.newbutton{
	background-color: #172745;
	padding: 8px 35px;
    margin-bottom: 10px;
	border:1px solid #FFD106;
	font-size:16px;
	cursor:pointer;
	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;
	border-radius:4px;
}
.newbutton:hover{
	color: #000;
	background-color: #FFD106;
	border:1px solid #172745;
}
/*==============Contact===============*/
/*Vakansiya Forum*/
.vacancy-item-box{
	display: table;
	table-layout:fixed;
}
.vacancy-item-row{display:table-row;}
.vacancy-item-cell{display:table-cell; vertical-align:middle; border-bottom: 20px solid transparent;}
.vacancy-item-desc{
	width:300px;
	padding-right:10px;
	text-align: left;
	line-height: 1.2em;
	font-size: 16px;
}
.vacancy-item-desc span{color:#F00;}

.vacancy-item-fields select{width:320px; height: 32px; font-size:16px; box-sizing:border-box;}
.vak-style{
	height:32px;
}
.vak-style, .vakansiya-message{
	width: 320px;
	border: 1px solid #CCC;
	padding:2px 5px;
	border-radius:4px;
	position:relative;
	font-size:15px;
	font-family: 'Calibri';
	color: #333;
	font-size:16px;
	box-sizing:border-box;
	background-color: #CCC;
}
.vakansiya-input-empty, .vakansiya-textarea-empty{
	border: 1px solid #FF0000;
}
#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;
}

/*Vakansiya Forum*/

/*START RANDEVU FORM PAGE*/
.randevu-form .contact-input-box input,
.randevu-form .contact-input-box textarea{width:75%;}
	

.content-randevu-table{display:table;}
.content-randevu-row{display:table-row;}
.content-randevu-cell{display:table-cell; vertical-align:top;}
img.randevu-photo{width:100px; float:left; margin-right:15px;}

/*END RANDEVU FORM PAGE*/

/*START CONTENT NEWS*/
.content-news{display:table; table-layout:fixed; width:100%; padding-top:20px;}
.content-news-row{display:table-row;}
.content-news-cell{display:table-cell; vertical-align:top;}

.content-news-left{
	width: 80px;	
}
.content-news-right{
	padding-left:26px;		
}

.cat-name{
	text-align: right;
	font-size: 15px;
}
.cat-name a{color:#003DA1; text-decoration:underline;}
.cat-name a:hover{color:#D9242B; text-decoration:none;}

.content-news-img img{
	width:99.8%;
	float:none;
	border:5px solid #FFF;
	box-sizing:border-box;
	margin:0;
	-webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);	
}

/*______________*/
.topcontent-news-meta{
	font-size: 15px;
	color: #666;	
	text-align: left;
	display:none;
}
.content-news-meta{
	font-weight: bold;
	font-size: 17px;
}

.content-news-meta li{padding: 5px 0; margin-bottom:2px; color: #FFF; box-sizing:border-box;}
.content-news-data{background-color: #095DAA;}
.content-news-meta div{
	text-align: center;	
	
}
li.content-news-time{padding: 4px 2px; background-color: #C5151B;}
.view-hits{margin-left:1px;}
li.content-news-view, li.content-news-comment{
	background-color: #f2f2f2;
	border: 1px solid #CCC;	
	color: #999;
	margin-bottom:5px;
}
li.content-news-like{padding:0; margin-bottom:5px;}
div.news-like-item {
	margin:2px 0;
	padding:5px 0;
	color: #999;
	border: 1px solid #CCC;
	box-sizing:border-box;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dddddd+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}

li.content-news-like .fa-thumbs-up-alt{color:#090;}
li.content-news-like .fa-thumbs-down-alt{color:#b93763;}

.content-news-like[data-likestatus='on'] .news-like-item{cursor:pointer;}
.content-news-like[data-likestatus='on'] .news-like-item:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,ffffff+100 */
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #dddddd 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.content-newsitem-meta-inline{display:none;}
.content-newsitem-meta-inline .content-newsitem-meta{border-top:none;}
.inline-news-like{
	display:inline-block;
	margin-right:10px;
	padding:0 5px;
	border: 1px solid #CCC;
	box-sizing:border-box;
	border-radius:2px;
	background-color: #FFF;	
}
.content-news-like[data-likestatus='on'] .inline-news-like {cursor:pointer;}
.content-news-like[data-likestatus='on'] .inline-news-like:hover{
	background-color:#E9E9E9;
}


li.content-news-facebook{
	background-color: #3a5898;
	font-size: 20px;	
}
.content-news-meta li a{color: #FFF;}
li.content-news-twitter{
	background-color: #55acef;
	font-size: 20px;	
}
li.content-news-whatsapp{
	background-color: #29d245;
	font-size: 20px;	
}
li.content-news-mail{
	background-color: #666;
	font-size: 20px;
}
li.content-news-print{
	background-color: #666;
	font-size: 22px;
}

.bottom-content-social{
	border-top: 5px solid #CCC;
	padding:5px 0;
}
#content-social-news{display:none;}
.bottom-content-social li{
	width: 45px;
	text-align: center;
	float: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-right:5px;
}
.bottom-content-social li a{color: #FFF; display:block;}
.content-social-facebook{
	background-color: #3a5898;
	font-size: 20px;
}

.content-social-twitter{
	background-color: #55acef;
	font-size: 20px;
}
.content-social-whatsapp{
	background-color: #29d245;
	font-size: 20px;
	display:none;
}
.content-social-mail{
	background-color: #666;
	font-size: 20px;
}
.content-social-print{
	background-color: #666;
	font-size: 20px;
}

/*END CONTENT NEWS*/

/*START RIGHD SIDEBAR*/
.middle-right-body{
	padding: 15px;
	overflow: hidden;
}
.right-column-modul{margin-bottom:30px;}
.right-column-header{margin:0;}
.right-column-header h3{
	text-align: center;
	margin-bottom:20px;
	padding-bottom:5px;
	font-size: 26px;
	font-weight: normal;
	color: #21242C;
	border-bottom:1px solid #000;
	line-height:1.1em;
}
.right-column-header span{
	background-color: #FFF;
	border-radius:4px;
	position: relative;
	top: -16px;
	padding:0 7px;
}
.right-column-latestnews li{
	border-bottom: 1px dotted #999;
	padding-bottom:15px;
	margin-bottom:3px;
}
.right-column-latestnews li:last-child{border-bottom: none;}
.right-latestnews-date{
	font-size: 13px;
	color: #5595FF;
}
.right-latestnews-img{
	float: left;
	width: 36%;
	margin-right:5px;
}
.right-latestnews-img img{
	width:100%;
	margin:3px 0 0 0;
	padding:2px;
	border: 1px solid #0C5587;
	box-sizing:border-box;
}
div.right-latestnews-content a{
	line-height: 1em;
	display: block;
	color:#0C5587;
	font-size: 16px;
}
div.right-latestnews-content a:hover{color:#D6A429;}

.bilirsinizmi{
	padding:8px;
	margin:10px 0;
	line-height: 1.2em;
	color: #B32ABD;
	text-align: center;
	background-color: #FFF;
	border-radius:7px;
}
/*END RIGHD SIDEBAR*/

/*START RIGHD MENU*/
#menu_right{	
	display: table;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
#menu_right li {
	position: relative;
	display: block;
	width: 100%;
}
#menu_right li.menu-separat{display:none;}
#menu_right li ul {
	margin-left:20px;
	display:none;	
}
span.right-menu-sprayt {
	display:block;
	height: 15px;
	width: 26px;
	position: absolute;
	top: 7px;
	right: 0px;
	background-image: url(../images/right-menu-sprayt.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
span.right-menu-sprayt{cursor:pointer;}

#menu_right li > a{
	color:#21242C;
	text-decoration: none;
	display: block;
	margin-right:0;
	padding:4px 20px 4px 2px;
	-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: 18px;
	line-height: 1.3em;	
}
ul#menu_right > li{	
	border-bottom:1px dashed #585858;	
}
#menu_right li > ul a{
	color:#333;
	font-size: 17px;
	line-height: 1.2em;
}
#menu_right li > ul a.current{
	color:#A07721;
}

#menu_right li > a:hover{
	color: #A07721;
}

ul#menu_right > li > a.current{
	color: #3e5b98;
}

/*END RIGHD MENU*/

/*Start Right Catalog Menu*/
table.right-catalog-menu{margin-top:15px; border:none;}
table.right-catalog-menu tr{border:none; background-color:transparent;}
table.right-catalog-menu tr td{vertical-align: middle; padding:5px 0; border:none; background-color:transparent; line-height:1.0em;}
table.right-catalog-menu tr td a{color:#0064CF;}
table.right-catalog-menu tr td a:hover{color:#C5151B;}
table.right-catalog-menu img{width: 40px; margin-right:5px;}

/*End Right Catalog Menu*/

/*START FOOTER*/
.footer{
	color:#FFF;
	background-color: #172745;
}
.footer-body{
	padding:15px 0 5px 0;
	overflow: hidden;
	position: relative;
}
.footer-row{margin:0;}
.footer-cell{
	float: left;
}
.footer-cell-text{width:46%}
.footer-cell-menu{width:22%; margin:0 3%;}
.footer-cell-html{width:26%}
.footer-cell h3 {
	font-family: Calibri;
	font-size: 19px;
	margin-bottom: 15px;
	padding-bottom: 0px;
	text-align: left;
	color: #CCC;
	border-bottom:1px solid #CCC;
}
.footer-cell p{
	line-height: 1.2em;
	margin:0;
}
#menu-bottom li{border-bottom: 1px dotted #FFF; padding:1px 0;}
#menu-bottom li.menu-separat{border:none;}
#menu-bottom a{color: #CCC; font-size: 18px;}
#menu-bottom a:hover{
	color: rgba(255,209,6,1.00);
	font-size: 18px;
}
.footer-adress-table, .footer-adress-table td{border:none;}
table.footer-adress-table tr{background-color: transparent;}
table.footer-adress-table td{padding:5px 7px 5px 0; border:none; vertical-align:middle;}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
.copyright-box{
	font-size:16px;	
	text-align: center;
	padding:3px 0;
	background-color:rgba(255,255,255,0.5);
}
.copyright p{
	line-height: 1.2em;
	margin:1px 0;
	color:#333;
}
.footer-adress-table .generate-email a{color:#CCC;}
.footer-adress-table .generate-email a:hover{color:#F00;}
div.copyright a{color:#666;}
div.copyright a:hover{color:#FF6600;}

.footer-sosial-body{
	margin:0 auto 20px auto;
	position: relative;
}
.footer-sosial{
	position: relative;
	margin:10px 0;
}
.footer-sosial:after{
	content:'';
	width:100%;
	height:1px;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-1px;
	background-color:#CCC;
}
div.footer-sosial ul{
	display:table;
	margin:0 auto;
	position:relative;
	z-index:2;
	background-color: #21242C;
}
#topsocial-icons.bottomsocial-icons li {
    margin:0 3px;
	border:none;
}
#topsocial-icons.bottomsocial-icons li a {
    width:32px;
	height:30px;
}
#topsocial-icons.bottomsocial-icons li a i{line-height:32px;}
.footer-copyright-body p{margin:2px 0;}
#back-top{
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: none;
    z-index: 99999;
}
#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;
}
/*END FOOTER*/

/*Top Dvice Menu*/
.menu_top_device-menu{
	background-color:#becade;
	width: 400px;
	border-radius:3px;
    position: absolute;
    right:0;
	top:8px;
	color: #FFF;
	display: none;
	border: 1px solid #999;
	z-index:9;
}
.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: #000;
}
.device-menu-open:hover{
	color: #FF0000;
	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;
	display: block;
}
div#menu_top_device ul ul a{
	line-height:1.3em;
	margin-bottom:5px;
}
div#menu_top_device a:hover{color:#FF0000;}
div#menu_top_device a.current{color:#FF0000;}
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;
}
/*Top Dvice Menu*/

/*START SEARCH RESULT*/
.search-result-body{
	min-height: 450px;
	padding:15px 0;
	position: relative;
}
.search-result h3{
	font-size: 22px;
	margin-bottom: 5px;
}
div.search-result a:hover{
	color: #D19C2C;
}
.search-content{
	border: 1px solid #CCC;
	box-sizing:border-box;
	margin-bottom:30px;
	padding:5px 10px;
}
/*END SEARCH RESULT*/

/*START PRINT CONTENT*/
.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;
}
div#content-text-print .content-social-list,
div#content-text-print .content-news-left{
	display:none;
}
div#content-text-print .content-news-right{padding-left:0;}
div#content-text-print .content-news-img img{float:none; width:30%;}
div#content-text-print .content-text img{float:none; display:block; width:30%; margin-left:auto; margin-right:auto;}
div#content-text-print .videoWrapper, div#content-text-print .bottom-content-social{display:none;}

/*404 ERROR*/
.error404{
	padding-top: 40px;
	min-height: 500px;
}
div.error404 img{
	float:none;
	display: block;
	margin:0 auto;
	max-width:100%;
	width:auto;
}
div.error404 p{
	text-align: center;
}
div.error404 ul{
	margin: 0 auto;
	display: table;	
}

/*404 ERROR*/

/*PRODUCTS-LIST*/
.product-list{
	position: relative;
}
.product-list.row-4{
	margin-left:-1.5%;
	margin-right:-1.5%;
}
.product-list-cell{
	float: left;
	margin-bottom:40px;
}
.product-list-cell.cell-4{
	width: 22%;
	padding:0 1.5%;
}
.product-list-item{
	background-color: #FFF;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.product-list-item-bottomline{
	background-color: #0064CF;
	height: 5px;
	width: 100%;
	border:1px solid #0064CF;
	box-sizing: border-box;
}

.product-list.row-3{
	margin-left:-1.5%;
	margin-right:-1.5%;
}

.product-list-cell.cell-3{
	width: 30.3%;
	padding:0 1.5%;
}

.product-list-item-numb{
	position: absolute;
	height: 20px;
	width: auto;
	padding:1px 5px;
	top: 0px;
	left: 0px;
	z-index: 2;
	font-size: 14px;
	text-align: right;
	background-color: #ffd900;
	line-height: 19px;
}

.product-list-item-img{
	width: 100%;
	border-bottom:1px solid #0064CF;
	position: relative;
	display: table;
	text-align: center;
}
.product-list-cell.cell-4 .product-list-item-img{
	height: 200px;
}

.product-list-cell.cell-3 .product-list-item-img{
	height: 200px;
}
.product-list-img-contaner{
	display:table-cell;
	vertical-align: middle;
}
.product-list-img-contaner img{
	height: auto;
	width: 90%;
}

.product-list-item-name{
	background-color: #FFF;
	height: 54px;
	width: 100%;
	display: table;
}
div.product-list-item-name > a{
	vertical-align: middle;
	display: table-cell;
	padding:2px 10px;
	line-height: 1.1em;
	font-size: 18px;
	color: #0064CF;
}
div.product-list-item-name > a:hover{color:#F00;}
.product-list-item-bottom{
	height: 34px;
	width: 100%;
	position: relative;
}
.product-list-item-price{
	height: 34px;
	width: 46%;
	left: 0px;
	bottom: 0px;
}
.product-list-item-price{
	font-size: 23px;
	color: #333;
	padding-left:10px;
	padding-top:5px;
}
.icon-azn {
	margin-left:5px;
	font-family: JISAZNBold;
	font-size: 19px;
	font-weight: normal;
}

.product-list-item-readmore{
	position: absolute;
	height: 32px;
	width: 42%;
	right: -1px;
	bottom: 0px;
}
div.product-list-item-readmore a{
	background-color: #FFD900;
	text-align: center;
	display: block;
	line-height: 32px;
	font-size: 18px;
	color: #F00;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
div.product-list-item-readmore a:hover{
	color: #FFF;
	background-color: #0064CF;
}

/*PRODUCTS-LIST*/

/*PRODUCT-ITEM*/
.product-content{position:relative;}
.katalog-name-box{
	text-align: right;
}
.katalog-name-box a{
	text-decoration: underline;
}
.product-content-top{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.product-content-top-left{
	width:60%;
	overflow:hidden;
}
.product-content-oneimage img{width:100%;}
.product-content-top-right{
	padding-left:20px;
	-webkit-box-flex:1;
	   -ms-flex-positive:1;
	       flex-grow:1;
	-ms-flex-preferred-size:0;
	    flex-basis:0;
	overflow: hidden;
}
.product-content-top-right p{margin:5px 0;}
.product-content-a{margin-bottom:20px;}
.product-content-b h3{
	font-size: 19px;
	margin:0 0 8px 0;
}

.product-content-b ul{
	margin: 0px;
	padding: 0px;	
}
.product-content-b ul li{
	line-height: 1.8em;
	padding-left:15px;
	background-image: url(../images/content-li.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.product-content-c{margin-top:20px;}
.price-item{
	font-size: 23px;
	color: #F00;
}
.product-content-bottom{
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top:30px;
}
.product-content-bottom-left {
	-webkit-box-flex:1;
	    -ms-flex-positive:1;
	        flex-grow:1;
	-ms-flex-preferred-size:0;
	    flex-basis:0;
	overflow: hidden;
}
.product-content-bottom-leftbox{
	padding: 0 30px 0 0;
	min-height: 1px;
	margin:0;
}
.product-content-bottom-right{
	width: 300px;
	position: relative;	
	min-height: 200px;
	box-sizing:border-box;
    background-color: rgba(0,61,161,0.1);   
}

.product-bottom-header{border-bottom:1px solid #0064CF;}
h3.product-bottom-header{
	color: #003da1;
	font-size: 22px;
	margin:0 0 20px 0;
}

.related-news-body{margin-top:20px;}

.order-products-box{margin:30px 0 10px 0;}
.order-products{
	border:1px solid #005BF2;
	width:100%;
	padding:7px 10px;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	border-radius:4px;
	cursor:pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

.order-products:hover{
	border:1px solid #FF0000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff5151+0,ff5151+50,ff0000+51,ff0000+71,ff0000+100 */
	background: #ff5151; /* Old browsers */
	background: -moz-linear-gradient(top, #ff5151 0%, #ff5151 50%, #ff0000 51%, #ff0000 71%, #ff0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff5151 0%,#ff5151 50%,#ff0000 51%,#ff0000 71%,#ff0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff5151 0%,#ff5151 50%,#ff0000 51%,#ff0000 71%,#ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5151', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
	color: #FF0;
}

.order-form-body{
	position:relative;
	background-color: #E1E1E1;	
	width: 100%;
}
.order-form-box{
	padding: 10px;
}
#order-form-close{
	position: absolute;
	top: 5px;
	right: 10px;
	cursor:pointer;
}
#order-form-close i:hover{
	color: #F00;
}
.order-form-header h4{
	font-size: 19px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.ord-autor{
	font-size: 16px;
	color: #003da1;
}
.order-form-box div{margin-bottom:10px;}
.order-form-box input, .order-form-box textarea{
	width: 100%;
	padding:5px 5px;
	border:1px solid #999;
	box-sizing:border-box;
	border-radius:3px;
	font-size:15px;
	font-family: 'Calibri';
}
.ord-captcha p{font-size: 16px;}
div.ord-button-box{
	margin-top:20px;
	text-align: center;
}
.ord-button-box button{
	border:1px solid #005BF2;
	padding:4px 16px;
	margin:0 auto;
	text-align: center;
	font-size: 15px;
	color: #FFF;
	border-radius:4px;
	cursor:pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.ord-button-box button:hover{
	border:1px solid #FF0000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff5151+0,ff5151+50,ff0000+51,ff0000+71,ff0000+100 */
	background: #ff5151; /* Old browsers */
	background: -moz-linear-gradient(top, #ff5151 0%, #ff5151 50%, #ff0000 51%, #ff0000 71%, #ff0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff5151 0%,#ff5151 50%,#ff0000 51%,#ff0000 71%,#ff0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff5151 0%,#ff5151 50%,#ff0000 51%,#ff0000 71%,#ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5151', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
	color: #FF0;
}

#ord-required, #ord-required-email{
	display:none;
	font-size: 14px;
	line-height:1.1em;
	color: #F00;
	margin-bottom:5px;
}

#ord-send-loader{display:none; opacity:0;}
#ord-send-loader img{
	display: block;
	margin:0 auto;
}
#ord-send-result{
	display:none;
	opacity:0;
	font-size: 15px;
	color: #060;
	line-height: 1.2em;
}
.ord-captcha span#test-summa{color:#FF0000;}

/*PRODUCT-ITEM*/

/*Telebe Expert Sistemi*/
#call-sms > i{
	color: #F00;
}
#modal-sms div{
	font-size:17px;
	text-align: center;
	margin:10px 0 25px 0;
}
#modal-sms a{
	font-size:17px;
	background-color:#095DAA;
	height:34px;
	vertical-align:middle;
	color:#FFF;
	line-height:0;
	padding: 0 20px;
	border-radius:5px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
#modal-sms a:hover{background-color:#F00;}
/*Telebe Expert Sistemi*/

@media print {
	.middle-left-box{padding:0;}
	.content-news-right{padding:0;}
	.content-header h2{padding-left:0; color:#000;}
	.content-text{color:#000;}
	.content-news-left, .bottom-content-social, #sticky-nav, .header-body, .section, .middle-right, .footer{display:none !important;}
}

/*
@media only screen
and (min-width : 770px) {
    
    #topsocial-icons li:nth-child(2){margin-right:0;}
}
*/


@media only screen
and (max-width : 1366px) {

	
	/*Fotogallery Item*/
	.gall-landscape-2 ul li a > span.gall-image{height: 233px;}
	.gall-landscape-3 ul li a > span.gall-image{height: 220px;}		
	/*Fotogallery Item*/

}

@media only screen
and (max-width : 1280px) {
	

}

@media only screen
and (max-width : 1024px) {
	
	#menu-top > li > a{padding: 0 10px;}	
	
	div.content-links-text a{font-size: 18px;}
	.content-links-text p{margin:5px 0 0 0;line-height: 1.1em;}
	
	/*START SLIDESHOW*/
	.ya-slideshow-box{height: 455px;}
	.slider-title{max-width: 330px; right:40px;}
	.slider-title h2{font-size: 30px;}
	div.slider-title a{font-size: 18px;}
	/*END SLIDESHOW*/
	
	/*START PARALLAX*/
	#p-services{background-size: auto 100%;	}
	/*END PARALLAX*/
	
	/*START SERVICES*/
	.services-container-row{margin:0 -17px 0 -17px;}
	.services-item-cell{padding-left:17px; padding-right:17px;}
	.services-item-img{height:280px;}
	/*END SERVICES*/
	
	/*Fotogallery Item*/
	div.photo-item-body.gall-landscape-3 ul{margin: 0px -10px;}
	div.photo-item-body.gall-landscape-3 ul li{padding: 0 10px; margin-bottom:25px;}
	
	.gall-landscape-2 ul li a > span.gall-image{height: 233px;}
	.gall-landscape-3 ul li a > span.gall-image{height: 180px;}
	
	.gall-portret-3 ul li a > span.gall-image{height: 267px;}
	.gall-portret-4 ul li a > span.gall-image{height: 301px;}
		
	/*Fotogallery Item*/
		
	/*START CONTENT NEWS LIST*/
	.news-list-cell.cell-4 .newslist-cell-img img{height: 180px;}
	.news-list-cell.cell-3 .newslist-cell-img img{height: 200px;}
	.news-list-cell.cell-2 .newslist-cell-img img{height: 210px;}
	/*END CONTENT NEWS LIST*/
	
	
	/*Start Video List*/
	div.videomodul-3 div.videolist-img{height:210px;}
	
	.videolist-box.videolist-3{margin:0 -20px;}
	.videolist-3 .videolist-cell{padding:0 20px; margin-bottom:40px;}
	div.videolist-3 div.videolist-img{height:170px;}	
	/*End Video List*/
	
	/*PRODUCTS-LIST*/
	.product-list-cell.cell-4 .product-list-item-img{height: 182px;}
	
	.product-list-cell.cell-3 .product-list-item-img{height: 173px;}
	
	.product-list-cell.cell-3 .product-list-item-price{font-size: 21px;}
	.product-list-cell.cell-3 .icon-azn{font-size: 18px;}
	/*PRODUCTS-LIST*/
	
	/*Footer*/
	.footer-textmodul-separator{width:25px;}
	.footer-textmodul-icon img{margin-right:10px;}	
	/*Footer*/

}

@media only screen
and (max-width : 980px) {
	
	.contact-info-email{right: 320px;}

	.news-item-img{height: 180px;}	
	.middle-left-box{padding-right: 20px;}	
	.content-news-left{width: 60px;}
	.content-news-right{padding-left:20px;}	
	
	#menu-top > li > a{font-size:15px; padding: 0 10px;}
	
	/*Swiper Slider*/
	.ya-slideshow-box{height: 436px;}
	.slider-title h3{font-size: 34px;}
	.slider-title h4{font-size: 26px;}
	.slider-title p{font-size: 24px;}	
	/*Swiper Slider*/
	
	/*START CONTENT NEWS LIST*/
	.news-list-cell.cell-4 .newslist-cell-img img{height: 170px;}
	.news-list-cell.cell-3 .newslist-cell-img img{height: 190px;}
	.news-list-cell.cell-2 .newslist-cell-img img{height: 200px;}
	div.newslist-cell-title a{font-size: 16px;}
	/*END CONTENT NEWS LIST*/
	
	/*Start Video List*/
	div.videomodul-3 div.videolist-img{height:200px;}
		
	.videolist-box.videolist-3{margin:0 -15px;}
	.videolist-3 .videolist-cell{padding:0 15px; margin-bottom:30px;}
	div.videolist-3 div.videolist-img{height:166px;}
	.videolist-desc{height: 78px;}
	div.videolist-desc a{font-size:17px;}
	.videolist-button a i{font-size: 23px;}	
	/*End Video List*/
	
	/*Fotogallery Item*/
	.gall-landscape-2 ul li a > span.gall-image{height: 220px;}
	.gall-landscape-3 ul li a > span.gall-image{height: 170px;}
	
	.gall-portret-3 ul li a > span.gall-image{height: 252px;}
	.gall-portret-4 ul li a > span.gall-image{height: 286px;}
	/*Fotogallery Item*/
	
	/*Photogallery Modul*/
	span.photogallery-modul-img{height: 240px;}
	/*Photogallery Modul*/
	
	/*START SERVICES*/
	.services-container-row{margin:0 -15px 0 -15px;}
	.services-item-cell{padding-left:15px; padding-right:15px;}
	/*END SERVICES*/
	
	/*START USTUNLUK*/
	.ustunluk-row{margin-left:-30px; margin-right:-30px;}
	.ustunluk-cell{padding-left:30px; padding-right:30px;}
	/*END USTUNLUK*/
	
	/*PRODUCTS-LIST*/
	.product-list-cell.cell-4 .product-list-item-img{height: 176px;}
	.product-list-cell.cell-3 .product-list-item-img{height: 165px;}
	/*PRODUCTS-LIST*/
	
	/*START PORTFOLIO*/
	.item-desc{padding-top:45px;}
	/*END PORTFOLIO*/
	

}

@media only screen
and (max-width : 900px) {
	
	#menu-top > li > a{padding:0 25px;}
	
	.content-news-left{display:none;}
	.content-news-right{padding-left:0;}
	#content-social-news{display:block;}
	.topcontent-news-meta{display:block;}
	
	.contact-row, .contact-cell{display:block;}
	.contact-cell-content{width:100%; margin-bottom:20px;}
	.contact-cell-form{width:100%; padding-left:0;}
	
	.content-links-cell{
		height: 160px;
		width: 50%;		
	}
	div.content-links-text a{font-size: 21px;}
	.content-links-text p{margin:8px 0 0 0; font-size: 17px; line-height: 1.3em;}
	
}

@media only screen
and (max-width : 830px) {
	
	.logo{width:260px;}
	
	#menu-top{
		display:none;
	}
	#leftfixmenu-open{left:auto; right:0; display:block;}
	.top-menu-homebox{left: 0;}
	
	.middle-left-box{padding: 0;}
    .middle-right{margin-left: 0; background-image: none;}
   	.middle{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		        flex-direction:column;
		-ms-flex-direction: column;
	}
	.middle-left{
		-ms-flex-preferred-size:auto;
		    flex-basis:auto;
		-ms-flex-basis:auto;
	}
	.middle-right{width:100%;}

	.middle-right-box, .wrapper-sticky{width:100%}
	.right-column-modul{padding-left: 0;}
	
	/*---------------------------------*/
	.news-item-img{height: 160px;}
	/*---------------------------------*/
	
	.google-maps iframe {
		width: 100% !important;
		height: 100% !important;
	}
	
	#back-top{bottom:50px;}
    .saygac{position: static; margin: 5px auto; text-align: center;}
	
	.small-only{display:block;}
	.medium-up{display: none;}
	.randevu-form .contact-input-box input,
	.randevu-form .contact-input-box textarea{width:100%;}
	
	/*content-latestnews*/
	.content-latestnews-row{margin: 0 -6% 20px -6%;}
	
	.content-latestnews-cell{
		width:38%;
		padding:0 6% 40px 6%;	
	}
	.content-latestnews-img img{height: 190px;}
	/*content-latestnews*/
	
	div.online-sifarish {
		position: static;
		display:block;
		text-align:center;
		margin:0 auto 10px auto;		
	}
	div.online-sifarish > a{display:inline-block;}
	
	/*Fotogallery Item*/
	.gall-landscape-2 ul li a > span.gall-image{height: 283px;}
	.gall-landscape-3 ul li a > span.gall-image{height: 180px;}
	
	.gall-portret-3 ul li a > span.gall-image{height: 328px;}
	.gall-portret-4 ul li a > span.gall-image{height: 236px;}
	/*Fotogallery Item*/
	
	/*Photogallery Modul*/
	span.photogallery-modul-img{height: 210px;}
	/*Photogallery Modul*/
	
	/*Start Video List*/
	div.videomodul-3 div.videolist-img{height:170px;}
		
	.videolist-box.videolist-3{margin:0 -10px;}
	.videolist-3 .videolist-cell{padding:0 10px; margin-bottom:20px;}
	div.videolist-3 div.videolist-img{height:150px;}
	.videolist-desc{height: 60px;}
	div.videolist-desc a{font-size:17px;}
	.videolist-button a i{font-size: 23px;}	
	/*End Video List*/
	
	/*START CONTENT NEWS LIST*/
	.news-list.row-4{
		margin-left:-2%;
		margin-right:-2%;
	}
	
	.news-list-cell.cell-3, .news-list-cell.cell-2, .news-list-cell.cell-4{
		width: 46%;
		padding:0 2%;
	}
	.news-list-cell.cell-3 .newslist-cell-img img, .news-list-cell.cell-4 .newslist-cell-img img{height: 250px;}
	.news-list-cell.cell-2 .newslist-cell-img img{height: 250px;}
	/*END CONTENT NEWS LIST*/
	
	/*START SERVICES*/
	.services-container-row{margin:0 -10px 0 -10px;}
	.services-item-cell{padding-left:10px; padding-right:10px; margin-bottom:20px;}
	.services-item-img{height:240px;}
	/*END SERVICES*/
	
	/*START USTUNLUK*/
	.ustunluk-row{margin-left:-15px; margin-right:-15px;}
	.ustunluk-cell{padding-left:15px; padding-right:15px;}
	/*END USTUNLUK*/
	
	/*START PORTFOLIO*/
	.item-desc{padding-top:35px;}
	/*END PORTFOLIO*/
	
	/*PRODUCTS-LIST*/
	.product-list.row-4{
		margin-left:-2%;
		margin-right:-2%;
	}
	.product-list-cell.cell-4{
		width: 29.3%;
		padding:0 2%;
	}
	.product-list-cell.cell-4 .product-list-item-img{height: 200px;}
	.product-list-cell.cell-3 .product-list-item-img{height: 208px;}
	.product-list-cell.cell-3 .product-list-item-price{font-size: 23px;}
	.product-list-cell.cell-3 .icon-azn{font-size: 19px;}
	/*PRODUCTS-LIST*/

	/*START SLIDESHOW*/
	.ya-slideshow-box{height: 370px;}
	.slider-title{max-width: 280px; left:35px;}
	.slider-title h3{font-size: 30px;}
	.slider-title h4{font-size: 24px;}
	.slider-title p{font-size: 22px;}	
	div.slider-title a{font-size: 17px; padding:4px 28px;}
	/*END SLIDESHOW*/
	
}

@media only screen
and (max-width : 768px) {
	
	.logo{width:240px;}	
	
	li.topsocial-whatsapp,
	li.topsocial-phone{display:block;}
	
	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;
	}

    .paginate {
        left: 15px;
        right: 15px;
    }
    #map-canvas {
    	width:100%;
    	height: 400px;
    }
    .middle-left-box{
    	min-height: 1px;    	
    }
    .middle-right{
    	min-height: 1px;   
    }
	
	
	.news-item-img{height: 200px;}
	
	#thumbs {
		margin: 0 -1.9% 0 -1.9%;
	}
	
	.item-thumbs {		
		width: 29.5%;
		margin-left:1.9%;
		margin-right:1.9%;
	}
	
	.content-social-whatsapp{display:block;}	
	.content-social-print{display:none;}
	.bottom-content-social li{width:25%; margin-right:0; padding:6px 0;}
	
	/*START CONTENT NEWS LIST*/
	.news-list-cell.cell-4 .newslist-cell-img img,
	.news-list-cell.cell-3 .newslist-cell-img img,
	.news-list-cell.cell-2 .newslist-cell-img img{height: 220px;}
	
	/*END CONTENT NEWS LIST*/
	
	/*Start Video List*/
	div.videomodul-3 div.videolist-img{height:160px;}
	
	.videolist-box.videolist-3{margin:0 -25px;}
	.videolist-3 .videolist-cell{width:50%; padding:0 25px; margin-bottom:50px;}
	div.videolist-3 div.videolist-img{height:190px;}
	div.videolist-desc a{font-size: 17px; padding:5px 10px;}	
	/*End Video List*/
	
	/*Fotogallery Item*/
	.gall-landscape-2 ul li a > span.gall-image{height: 260px;}
	.gall-landscape-3 ul li a > span.gall-image{height: 165px;}
	
	.gall-portret-3 ul li a > span.gall-image{height: 300px;}
	.gall-portret-4 ul li a > span.gall-image{height: 216px;}
	/*Fotogallery Item*/
	
	/*Photogallery Modul*/
	span.photogallery-modul-img{height: 180px;}
	/*Photogallery Modul*/
	
	/*vakansiyalar*/
	.vacancy-item-box,
	.vacancy-item-row,
	.vacancy-item-cell{display:block; border-bottom:none;}
	.vacancy-item-desc{margin-bottom:3px; width:100%;}
	.vacancy-item-fields{margin-bottom:20px;}
	/*vakansiyalar*/
	
	/*PRODUCTS-LIST*/
	.product-list-cell.cell-4 .product-list-item-img{height: 188px;}
	.product-list-cell.cell-3 .product-list-item-img{height: 192px;}
	/*PRODUCTS-LIST*/
	
	/*PRODUCT-ITEM*/
	.product-content-top{display:block;}
	.product-content-top-left{width:100%;}
	.product-content-top-right{width:100%; padding-left:0;}
	.product-content-bottom-leftbox{padding-right:0;}
	
	
	.product-content-bottom{display: block;}
	.product-content-bottom-left{margin-bottom:20px;}
	.product-content-bottom-right{width: 100%;}
	/*PRODUCT-ITEM*/
	
	/*START SERVICES*/
	.services-item-img{height:210px;}
	.services-item-desc-title h3{font-size: 19px;}
	.services-item-desc-title p{font-size: 18px;}
	/*END SERVICES*/
	
	/*START USTUNLUK*/
	.ustunluk-desc p{font-size: 18px;}
	/*END USTUNLUK*/
	
	/*START PORTFOLIO*/
	.item-desc{padding-top:30px;}
	/*END PORTFOLIO*/
	
	/*START SLIDESHOW*/
	.ya-slideshow-box{height: 345px;}
	/*END SLIDESHOW*/
	
	/*START FOOTER*/
	.footer-cell{float: none;}
	.footer-cell-text, .footer-cell-menu, .footer-cell-html{width:100%;}
	.footer-cell-menu{margin:20px 0;}
	.footer-cell-html{display:none;}
	.footer-copyright-body p{text-align:center; line-height:1.1em;}
	/*END FOOTER*/
	
}

@media only screen
and (max-width : 720px) {
	
	.logo{width:220px;}	
	.header-phone-box{font-size:16px; top:38px; right:260px;}
	.header-adress-box{top:35px; font-size:16px;}
	
	/*START CONTENT NEWS LIST*/
	.news-list-cell.cell-4 .newslist-cell-img img,
	.news-list-cell.cell-3 .newslist-cell-img img,
	.news-list-cell.cell-2 .newslist-cell-img img{height: 200px;}	
	/*END CONTENT NEWS LIST*/
	
	/*Start Video List*/
	div.videomodul-3 div.videolist-img{height:140px;}
	
	.videolist-box.videolist-3{margin:0 -20px;}
	.videolist-3 .videolist-cell{width:50%; padding:0 20px; margin-bottom:40px;}
	div.videolist-3 div.videolist-img{height:180px;}	
	/*End Video List*/
	
	/*Fotogallery Item*/
	.gall-landscape-2 ul li a > span.gall-image{height: 243px;}
	.gall-landscape-3 ul li a > span.gall-image{height: 153px;}
	
	.gall-portret-3 ul li a > span.gall-image{height: 278px;}
	.gall-portret-4 ul li a > span.gall-image{height: 199px;}

	/*Fotogallery Item*/
	
	/*Photogallery Modul*/
	span.photogallery-modul-img{height: 170px;}
	/*Photogallery Modul*/
	
	/*Portfolio*/
	.filtr-item{width: 47%;}
	.item-desc{padding-top:60px;}
	/*Portfolio*/
	
	.content-links-cell{
		height: 160px;
		width: 50%;		
	}
	div.content-links-text a{font-size: 20px;}
	.content-links-text p{margin:5px 0 0 0; font-size: 17px; line-height: 1.3em;}
	
	/*PRODUCTS-LIST*/
	.product-list-cell.cell-4 .product-list-item-img{height: 170px;}
	.product-list-cell.cell-3 .product-list-item-img{height: 180px;}
	/*PRODUCTS-LIST*/
	
	/*START SERVICES*/
	.services-item-img{height:200px;}
	.services-item-desc-title h3{font-size: 18px;}
	.services-item-desc-title p{font-size: 17px;}
	/*END SERVICES*/
	
	/*START USTUNLUK*/
	.ustunluk-row{margin-left:-10px; margin-right:-10px;}
	.ustunluk-cell{padding-left:10px; padding-right:10px;}
	.ustunluk-desc{height:85px;}
	/*END USTUNLUK*/
	
	/*START SLIDESHOW*/
	.ya-slideshow-box{height: 320px;}
	/*END SLIDESHOW*/
	
	/*Start Footer*/
	.footer-textmodul-separator{width:20px;}
	.footer-textmodul-icon img{margin-right:10px;}
	.footer-textmodul-table-cell p{margin:1px 0; line-height:1.2em; font-size:17px;}
	/*End Footer*/

}


@media only screen
and (max-width : 640px) {
	
	.lang-body{top: 5px; left: 0;}
	#lang-menu li{font-size: 15px;}
	
	.header-phone-box{font-size:15px; top:38px; right:230px;}
	.header-adress-box{top:35px; font-size:15px;}

	
	/*START SLIDESHOW*/
	.ya-slideshow-box{height: 284px;}
	.slider-title{max-width: 240px;}
	.slider-title h3{font-size: 26px;}
	.slider-title h4{font-size: 22px;}
	.slider-title p{font-size: 20px;}	
	div.slider-title a{font-size: 16px; padding:2px 26px;}
	/*END SLIDESHOW*/
	
	.news-item-img{height: 160px;}

	.middle-left-box{
		padding:0;
	}
	.middle-right{
		margin: 0 auto;
        float: none;
        clear: both;
        right: 0;
		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;
    }

	img.imageleft30, img.imageleft40, img.imageleft50, img.imageleft60, img.imageleft70, img.imageleft80, img.imageleft90{display:block; float: none; margin: 0 0 10px 0}
	img.imageright30, img.imageright40, img.imageright50, img.imageright60, img.imageright70, img.imageright80, img.imageright90{display:block; float: none; margin:0 0 10px 0}
	img.imageleft30, img.imageright30,
	img.imageleft40, img.imageright40,
	img.imageleft50, img.imageright50,
	img.imageleft60, img.imageright60,
	img.imageleft70, img.imageright70,
	img.imageleft80, img.imageright80,
	img.imageleft90, img.imageright90{width: 100%;}
	
	img.image-auto-left, img.image-auto-right{float: none; display:block; max-width:100%; width: auto; margin:0 auto 20px auto;}	
	
	img.imagecenter60, img.imagecenter70, img.imagecenter80{width:100%;}
	
	#thumbs {
		margin: 0 -2% 0 -2%;
	}
	
	.item-thumbs {		
		width: 46%;
		margin-left:2%;
		margin-right:2%;
	}	

	
	img.randevu-photo{width:150px; float:none; margin:0 auto 15px auto; display:block;;}
	
	.content-newsitem-content p{line-height:1.3em;} 
	
	table.responsive-table .responsive-table-img{width:auto;}
	table.responsive-table tr, table.responsive-table td{display:block;}
	table.responsive-table img{float: none; width: 60%; margin: 10px auto; display: block;}
	
	/*content-latestnews*/
	.content-latestnews-img img{height: 170px;}
	/*content-latestnews*/
    
   	.topmenu-body{float:none; width:100%;}
	.menu_top_device-menu{width:280px;}
	
	/*START PARALLAX*/
	#p-services{background-size: auto 100%; background-position: center top; background-attachment: fixed;}
	/*END PARALLAX*/
	
	/*START CONTENT NEWS LIST*/
	.news-list-cell.cell-4 .newslist-cell-img img,
	.news-list-cell.cell-3 .newslist-cell-img img,
	.news-list-cell.cell-2 .newslist-cell-img img{height: 180px;}
	
	.newslist-cell-title{height: 70px;}
	div.newslist-cell-title a{font-size: 16px;}	
	/*END CONTENT NEWS LIST*/
	
	/*Start Video List*/
	div.videomodul-3 div.videolist-img{height:150px;}
	
	.videomodul-3 .videolist-cell{width:50%;}
	div.videomodul-3 div.videolist-img{height:180px;}
	
	.videolist-box.videolist-3{margin:0 -15px;}
	.videolist-3 .videolist-cell{padding:0 15px; margin-bottom:30px;}
	.div.videolist-3 div.videolist-img{height:160px;}	
	/*End Video List*/
	
	/*Fotogallery Item*/
	.gall-landscape-2 ul li a > span.gall-image{height: 213px;}
	.gall-landscape-3 ul li a > span.gall-image{height: 133px;}
	
	.gall-portret-3 ul li a > span.gall-image{height: 243px;}
	.gall-portret-4 ul li a > span.gall-image{height: 173px;}
	/*Fotogallery Item*/
	
	/*Photogallery Modul*/
	span.photogallery-modul-img{height: 150px;}
	div.photogallery-modul-box{border: 2px solid #FFF;}
	/*Photogallery Modul*/
    
   	/*vakansiyalar*/
	.vak-style, .vakansiya-message{width:100%;}
	.vacancy-item-fields select{width:100%;}
	/*vakansiyalar*/
	
	.content-links-cell{height: 180px;}
	
	/*START CONTENT NEWS LIST*/
	.newslist-cell-page .newslist-cell-img img{height: 150px;}
	.newslist-cell-page .newslist-cell-title {height: 44px;}
	.newslist-cell-page div.newslist-cell-title a {font-size: 16px;}
	/*END CONTENT NEWS LIST*/
	
	/*PRODUCTS-LIST*/
	.product-list-cell.cell-4 .product-list-item-img{height: 158px;}
	.product-list-cell.cell-4 .product-list-item-price{font-size: 21px;}
	.product-list-cell.cell-4 .icon-azn{font-size: 17px;}
	
	.product-list-cell.cell-3 .product-list-item-img{height: 160px;}
	.product-list-cell.cell-3 .product-list-item-price{font-size: 21px;}
	.product-list-cell.cell-3 .icon-azn{font-size: 17px;}
	/*PRODUCTS-LIST*/
	
	/*START USTUNLUK*/
	.ustunluk-item{height:220px;}
	.ustunluk-desc{height:85px;}
	/*END USTUNLUK*/
	
	/*START SERVICES*/
	.services-container-row{margin-left:-22px; margin-right:-22px;}
	.services-item-cell{width:50%; padding:0 22px; margin-bottom:40px;}	
	.services-item-img{height:250px;}
	/*END SERVICES*/
	
	/*START PARTNERS*/
	.partners-row{
		margin-left:-20px;
		margin-right:-20px;
	}
	.partners-cell{
		padding-left:20px;
		padding-right:20px;
	}
	/*END PARTNERS*/

}


@media only screen
and (max-width : 480px) {
	
	.logo{width:180px;}
	
	.header-menu-body{top:5px;}	
	
	.lang-body{top: 2px; left: auto; right:10px;}
	.header-social-body{top: 40px; right:2px;}
	
	/*Header Info*/
	.header-phone-box, .header-adress-box{display:none;}	
	/*Header Info*/
	
	.news-list-header h2{font-size: 22px;}

	.section-title h2{font-size: 40px;}
    
    .content-modul-header h2{font-size:20px;}
	
	/*---------------------------------*/
	.bottommodul-latestnews-row{margin:0;}
	.bottommodul-latestnews-cell{		
		width: 80%;
		padding:0 auto 50px auto;
		float:none;
	}	
	/*---------------------------------*/
	
	/*Fotogallery Item*/
	div.photo-item-body.gall-landscape-3 ul li{width: 50%; padding: 0 20px; margin-bottom:35px;}
	.gall-landscape-2 ul li a > span.gall-image,
	.gall-landscape-3 ul li a > span.gall-image{
		height: 153px;
	}
	
	div.photo-item-body.gall-portret-3 ul,
	div.photo-item-body.gall-portret-4 ul{margin: 0px -15px;}
	
	div.photo-item-body.gall-portret-3 ul li,
	div.photo-item-body.gall-portret-4 ul li{width: 33.3333%; padding: 0 12px; margin-bottom:20px;}
	
	.gall-portret-3 ul li a > span.gall-image,
	.gall-portret-4 ul li a > span.gall-image{height: 183px;}
	
	div.photo-item-box a:after{
		height: 40px;
		width: 40px;
		margin-left:-13px;
		margin-top:-13px;
	}

	/*Fotogallery Item*/
	
	/*Photogallery Modul*/
	ul#photogallery-modul-list li{width: 50%;}
	span.photogallery-modul-img{height: 170px;}
	/*Photogallery Modul*/
	
	/*START CONTENT NEWS LIST*/
	.news-list.row-4{
		margin-left:-2.5%;
		margin-right:-2.5%;
	}
	.news-list-cell.cell-4, .news-list-cell.cell-3, .news-list-cell.cell-2{
		width: 45%;
		padding:0 2.5%;
	}
	.news-list-cell.cell-4 .newslist-cell-img img,
	.news-list-cell.cell-3 .newslist-cell-img img,
	.news-list-cell.cell-2 .newslist-cell-img img{height: 140px;}
	.newslist-cell-box{padding:5px;}
	.newslist-cell-title{height: 90px;}
	div.videolist-cell-title{min-height: 70px;}
	.newslist-cell-title a, div.videolist-cell-title a{font-size:16px;}
	.newslist-cell-meta{font-size:13px;}
	.meta-readmore{bottom:5px;}	
	/*END CONTENT NEWS LIST*/
	
	/*Start Video List*/
	div.videomodul-3 div.videolist-img{height:140px;}
	
	.videolist-box.videolist-3{margin:0 -5px;}
	.videolist-3 .videolist-cell{padding:0 5px; margin-bottom:15px;}
	div.videolist-3 div.videolist-img{height:150px;}
	div.videolist-desc a{font-size: 16px; padding:5px 5px;}	
	/*End Video List*/
	
	table.responsive-table img{width: 70%;}
	
	div.error404 img{width:100%;}
	
	/*content-latestnews*/
	.content-latestnews-row{margin: 0 0 20px 0;}
	
	.content-latestnews-cell{
		float: none;
		width:85%;
		padding-left:0;
		padding-right:0;
		margin-left:auto;
		margin-right:auto;
	}
	.content-latestnews-img img{height: 220px;}
	/*content-latestnews*/
    
    div.randevu-menu a{padding:0 8px; font-size: 14px;}
	
	
	/*Portfolio*/
	.item-desc{padding-top:20px;}
	/*Portfolio*/
	
	/*Start About*/	
	.aboutus-left{width:100%; float:none; padding-right:0;}
	.aboutus-left img{display:block; width:80%; margin:15px auto 15px auto;}	
	/*End About*/
	
	/*START SERVICES*/
	.services-container-row{margin-left:-12px; margin-right:-12px;}
	.services-item-cell{width:50%; padding:0 12px; margin-bottom:24px;}	
	.services-item-img{height:210px;}
	/*END SERVICES*/
	
	/*START USTUNLUK*/
	.ustunluk-row{margin-left:-20px; margin-right:-20px;}
	.ustunluk-cell{width:50%; padding-left:20px; padding-right:20px; margin-bottom:40px;}
	.section.ustunluk-background .textmodul-box{margin-bottom:-20px;}
	/*END USTUNLUK*/
	
	/*START PARTNERS*/
	.partners-row{
		margin-left:-40px;
		margin-right:-40px;
	}
	.partners-cell{
		width: 50%;
		padding-left:40px;
		padding-right:40px;
		margin-bottom:30px;
	}
	/*END PARTNERS*/
	
	/*START SLIDESHOW*/
	.ya-slideshow-box{height: 213px;}
	.slider-title{left:15px;}
	.slider-title h3{font-size: 20px;}
	div.slider-title a{font-size: 14px; line-height:1.4em; padding:1px 17px; margin-top:5px;}
	/*END SLIDESHOW*/
	
	.content-links-cell{
		height: 140px;
		width: 100%;		
	}
	div.content-links-text a{font-size: 21px;}
	.content-links-text p{margin:8px 0 0 0; font-size: 17px; line-height: 1.3em;}
	
	ul.bottom-contact li:nth-child(1), ul.bottom-contact li:nth-child(2){width:100%}
	ul.bottom-contact{margin:0 auto;}
	ul.bottom-contact li{display:block; padding-left:0; margin-bottom:10px;}
	
	/*PRODUCTS-LIST*/
	.product-list.row-4{
		margin-left:-2.5%;
		margin-right:-2.5%;
	}
	.product-list-cell.cell-4{
		width: 45%;
		padding:0 2.5%;
	}
	.product-list-cell.cell-4 .product-list-item-img{height: 178px;}
	
	.product-list.row-3{
		margin-left:-2.5%;
		margin-right:-2.5%;
	}
	
	.product-list-cell.cell-3{
		width: 45%;
		padding:0 2.5%;
	}
	.product-list-cell.cell-3 .product-list-item-img{height: 178px;}
	/*PRODUCTS-LIST*/
	
	/*Start Partners Sliders*/
	.team-slider-img img{width: 100%;}
	.swiper-container-team .swiper-button-next,
	.swiper-container-team .swiper-button-prev{width: 10px; height: 26px; top:48px; background-size: 10px 26px;}
	/*End Partners Sliders*/

}

@media only screen
and (max-width : 400px) {
	
	/*---------------------------------*/
	.bottommodul-latestnews-cell{		
		width: 100%;
		margin:0 auto 50px auto;		
	}	
	/*---------------------------------*/
	
	/*content-latestnews*/	
	
	.content-latestnews-cell{width:100%;}
	.content-latestnews-img img{height: 200px;}
	/*content-latestnews*/
	
	.leftfixmenu-body {
		left: -100%;
		width: 100%;

}

	.section-products > div, div.news-item-modul-width, div.news-item-width{width: 100%;}
	
	div.news-item-width > a > img{
		height:220px;
	}
	
	#thumbs {
		margin: 0;
	}
	
	.item-thumbs {
		float:none;
		width: 100%;
		margin-left:0;
		margin-right:0;
	}

}

@media only screen
and (max-width : 380px) {
	
	.logo{width:160px;}
	
	#topsocial-icons li{margin-right:2px;}
	#topsocial-icons li a{width:24px; height:24px; font-size: 16px;}
	#topsocial-icons li a i{line-height:24px;}
	
	/*START SLIDESHOW*/
	.ya-slideshow-box{height: 350px;}
	.slide-img{background-position:90% center;}
	.slider-title{max-width:100%; width:100%; right:0; left:0; bottom:10%; padding:5px 0; background-color:transparent; text-align:center;}
	.slider-title div{padding:0 15px;}
	/*END SLIDESHOW*/
	
	.content-text table{font-size:14px;}
	
	.content-modul-header:after{margin-left:-180px; width:360px;}
	
	/*Start About*/	
	.aboutus-left img{width:100%;}	
	/*End About*/
	
	/*START SERVICES*/
	.services-container-row{margin-left:0; margin-right:0;}
	.services-item-cell{float:none; width:100%; padding:0; margin-bottom:20px;}	
	.services-item-img{height:auto;}
	/*END SERVICES*/
	
	/*START CONTENT NEWS LIST*/
	.news-list.row-4{
		margin-left:0;
		margin-right:0;
	}
	.news-list-cell.cell-4, .news-list-cell.cell-3, .news-list-cell.cell-2{
		width: 90%;
		float:none;
		margin-left:auto;
		margin-right:auto;
		padding:0;
	}
	.news-list-cell.cell-4 .newslist-cell-img img,
	.news-list-cell.cell-3 .newslist-cell-img img,
	.news-list-cell.cell-2 .newslist-cell-img img{height: 200px;}
	.newslist-cell-title, div.videolist-cell-title{min-height: 48px; height:auto;}
	div.newslist-cell-title a, div.videolist-cell-title a {font-size: 17px;}
	.newslist-cell-meta{font-size:15px;}
	.meta-readmore{bottom:5px;}	
	.daha-chox{margin-top:10px;}
	/*END CONTENT NEWS LIST*/
	
	/*Start Video List*/
	div.videomodul-3 div.videolist-cell{width:100%; float:none;}
	div.videomodul-3 div.videolist-img{height:210px;}
	
	.videolist-box.videolist-3{margin:0;}
	.videolist-3 .videolist-cell{width:100%; float:none; padding:0; margin-bottom:30px;}
	div.videolist-3 div.videolist-img{height:200px;}
	.videolist-desc{height:74px;}
	div.videolist-desc a{padding:5px 10px;}	
	/*End Video List*/
	
	/*Fotogallery Item*/
	div.photo-item-body.gall-landscape-2 ul,
	div.photo-item-body.gall-landscape-3 ul{margin: 0px -13px;}
	
	div.photo-item-body.gall-landscape-2 ul li,
	div.photo-item-body.gall-landscape-3 ul li{padding: 0 13px; margin-bottom:20px;}
	
	.gall-landscape-2 ul li a > span.gall-image,
	.gall-landscape-3 ul li a > span.gall-image{height: 121px;}
	
	div.photo-item-body.gall-portret-3 ul,
	div.photo-item-body.gall-portret-4 ul{margin: 0px -15px;}
	
	div.photo-item-body.gall-portret-3 ul li,
	div.photo-item-body.gall-portret-4 ul li{width: 50%; padding: 0 15px; margin-bottom:22px;}
	
	.gall-portret-3 ul li a > span.gall-image,
	.gall-portret-4 ul li a > span.gall-image{height: 218px;}
	
	div.photo-item-box a:after{
		height: 52px;
		width: 52px;
		margin-left:-20px;
		margin-top:-20px;
	}
	/*Fotogallery Item*/
	
	/*Photogallery Modul*/
	ul#photogallery-modul-list li{float:none; width: 100%;}
	span.photogallery-modul-img{height: 250px;}
	/*Photogallery Modul*/
	
	.content-links-cell{
		height: 160px;
		width: 100%;		
	}
	.newslist-cell-box{padding:10px;}
	div.content-links-text a{font-size: 18px;}
	.content-links-text p{margin:5px 0 0 0; font-size: 16px; line-height: 1.2em;}
	
	/*PRODUCTS-LIST*/
	.product-list.row-4{
		margin-left:0;
		margin-right:0;
	}
	.product-list-cell.cell-4{
		float:none;
		width: 90%;
		margin-left:auto;
		margin-right:auto;
		padding:0;
	}
	.product-list-cell.cell-4 .product-list-item-img{height: 250px;}
	.product-list-item-price{font-size: 23px;}
	.icon-azn {font-size: 19px;	}
	
	.product-list.row-3{
		margin-left:0;
		margin-right:0;
	}
	.product-list-cell.cell-3{
		float:none;
		width: 90%;
		margin-left:auto;
		margin-right:auto;
		padding:0;
	}
	.product-list-cell.cell-3 .product-list-item-img{height: 250px;}
	.product-list-cell.cell-3 .product-list-item-price{font-size: 23px;}
	.product-list-cell.cell-3 .icon-azn{font-size: 19px;}
	/*PRODUCTS-LIST*/
	
	/*Portfolio*/
	.filtr-container{margin:0;}
	.filtr-item{width: 100%; padding:0;}
	.item-desc{padding-top:60px;}
	/*Portfolio*/
	
	/*START USTUNLUK*/
	.ustunluk-row{margin-left:-10px; margin-right:-10px;}
	.ustunluk-cell{width:50%; padding-left:10px; padding-right:10px; margin-bottom:30px;}
	/*END USTUNLUK*/

}

@media only screen
and (max-width : 360px) {
	
	.content-modul-header:after{margin-left:-170px; width:340px;}
	
	/*Start News List Formate*/
	div.newslist-formate-cell a{padding-left:15px;}
	div.newslist-formate-cell a strong {padding-right: 75px;}
	div.newslist-formate-cell span{right: 30px; font-size: 13px; line-height: 16px;}
	div.newslist-formate-cell .fa{right: 10px; font-size: 15px;}
	div.newslist-formate-cell a:hover .fa {right: 5px;}
	/*End News List Formate*/
	
	/*Start Video List*/
	div.videolist-3 div.videolist-img,
	div.videomodul-3 div.videolist-img{height:185px;}	
	/*End Video List*/
	
	/*Fotogallery Item*/
	div.photo-item-body.gall-landscape-2 ul,
	div.photo-item-body.gall-landscape-3 ul,
	div.photo-item-body.gall-landscape-4 ul{margin: 0;}
	
	div.photo-item-body.gall-landscape-2 ul li,
	div.photo-item-body.gall-landscape-3 ul li,
	div.photo-item-body.gall-landscape-4 ul li{
		float:none;
		width: 100%;
		margin: 0 0 20px 0;
		padding:0;	
	}
	.gall-landscape-2 ul li a > span.gall-image,
	.gall-landscape-3 ul li a > span.gall-image{height: 220px;}
	
	.gall-portret-3 ul li a > span.gall-image,
	.gall-portret-4 ul li a > span.gall-image{height: 178px;}
	/*Fotogallery Item*/
	
	/*Photogallery Modul*/
	span.photogallery-modul-img{height: 240px;}
	/*Photogallery Modul*/
	
	/*START USTUNLUK*/
	.ustunluk-cell{
		float:none;
		width: 100%;
		padding-left:0;
		padding-right:0;
		margin:0 auto 40px auto;
	}
	.ustunluk-desc{height: 75px;}
	/*END USTUNLUK*/
	
	/*START PARTNERS*/
	.partners-row{
		margin-left:0;
		margin-right:0;
	}
	.partners-cell{
		float: none;
		width: 60%;
		padding-left:0;
		padding-right:0;
		margin:0 auto 30px auto;
	}
	/*END PARTNERS*/

}

@media only screen
and (max-width : 320px) {
	
	.logo{width:120px;}
	
	.header-social-body{top: 30px;}
	
	#topsocial-icons li a{width:22px; height:22px; font-size: 15px;}
	#topsocial-icons li a i{line-height:22px;}
	
	.content-modul-header:after{margin-left:-150px; width:300px;}
	
	/*START CONTENT NEWS LIST*/
	.news-list-cell.cell-4, .news-list-cell.cell-3, .news-list-cell.cell-2{width: 100%;}
	.news-list-cell.cell-4 .newslist-cell-img img{height: 200px;}
	.news-list-cell.cell-3 .newslist-cell-img img,
	.news-list-cell.cell-3 .newslist-cell-img img{height: 200px;}	
	/*END CONTENT NEWS LIST*/
	
	/*Fotogallery Item*/
	div.photo-item-body.gall-landscape-2 ul,
	div.photo-item-body.gall-landscape-3 ul,
	div.photo-item-body.gall-landscape-4 ul{margin: 0;}
	
	div.photo-item-body.gall-landscape-2 ul li,
	div.photo-item-body.gall-landscape-3 ul li,
	div.photo-item-body.gall-landscape-4 ul li{
		float:none;
		width: 100%;
		margin: 0 0 20px 0;
		padding:0;	
	}
	.gall-landscape-2 ul li a > span.gall-image,
	.gall-landscape-3 ul li a > span.gall-image{height: 220px;}
	
	.gall-portret-3 ul li a > span.gall-image,
	.gall-portret-4 ul li a > span.gall-image{height: 178px;}
	/*Fotogallery Item*/
	
	/*Start Video List*/
	div.videolist-3 div.videolist-img,
	div.videomodul-3 div.videolist-img{height:165px;}	
	/*End Video List*/
	
	/*Photogallery Modul*/
	span.photogallery-modul-img{height: 220px;}
	/*Photogallery Modul*/
	
	/*PRODUCTS-LIST*/
	.product-list-cell.cell-4{width: 100%;}
	.product-list-cell.cell-4 .product-list-item-img{height: 242px;}
	
	.product-list-cell.cell-3{width: 100%;}
	.product-list-cell.cell-3 .product-list-item-img{height: 242px;}
	/*PRODUCTS-LIST*/
	
	/*START PARTNERS*/
	.partners-cell{width: 70%; margin:0 auto 30px auto;}
	/*END PARTNERS*/
	
	/*Portfolio*/
	.item-desc{padding-top:50px;}
	/*Portfolio*/
	
	/*Start Team Page*/
	div.team-page-imagebox img{ width:90%;}
	/*End Team Page*/
	
	/*START SLIDESHOW*/
	.ya-slideshow-box{height: 320px;}
	.slide-img{background-position:84% center;}
	/*END SLIDESHOW*/

}

@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*/