@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-1.eot') 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') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Calibri';
  	src: 	url('fonts/Calibri.eot') format('embedded-opentype'),
  			url('fonts/Calibri.woff') format('woff'),
			url('fonts/Calibri.ttf')  format('truetype'),
			url('fonts/Calibri.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'JISAZNBold';
	src: 	url('jisazn/jaznb.eot');
	src: 	url('jisazn/jaznb-1.eot') format('embedded-opentype'),
			url('jisazn/jaznb.woff') format('woff'),
			url('jisazn/jaznb.ttf') format('truetype'),
			url('jisazn/jaznb.svg') 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*/
.azad{
	vertical-align:bottom;
    font-size:45px;
    color:white}

li{
	list-style-image: none;
	list-style-type: none;
}
a{
	color:#71170F;
	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:#000;
	line-height:1.5em;
	font-weight: normal;
}

h1{
	font-size:48px;
}

h2{
	font-size:26px;
}

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);}
video {
  width: 100%    !important;
  height: auto   !important;
}
body{
	font-family: Calibri;
	font-size: 19px;
	margin: 0px;
	padding: 0px;
	line-height: 1.0em;
	position: relative;
	color:#000;
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: center center;
	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%;
	height:100px;
	position: relative;
	z-index: 99;
	top: 0px;
	background-color: #052a8d;
}
.header-social-body{
	position: absolute;
	top: 10px;
	right: 120px;
	z-index: 6;
}

#topsocial-icons li{
	float:left;
	margin-right:7px;
	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);}

#topsocial-icons li:hover a{
    background-color:#71170F;

}
ul#topsocial-icons li:hover > a > i{
	color: #FFF;
}
li.topsocial-whatsapp,
li.topsocial-phone{display:none;}

/*Language Box*/
.lang-body{
	position: absolute;
	top: 12px;
	right: 10px;
}
#lang-menu li{
	float:left;
	border-right: 1px solid #AFA9A8;
	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: #AFA9A8; margin:0 6px;}
#lang-menu li:last-child a{margin-right:0; margin-left:4px;}
#lang-menu li a:hover{color: #FF6600;}

/*Language Box*/


.logo{position:relative; margin: 30px 5px 10px 0;}
.logo img{width:290px;}

.logo-alternative-box{position:absolute; top:3px; left:10px; width:150px; height:44px; overflow: hidden;}
.logo-alternative{position:absolute; top:0; left:-150px; width:100%;}
.logo-alternative img{width:80%;}

/*Header Info Box*/
.header-info-box{position: absolute; top: 5px;}
.headerinfobox-table{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.headerinfobox-cell-icon img{width:36px; margin-right:6px; margin-top:3px;}
.headerinfobox-cell-text p{
	font-size: 16px;
	line-height: 1.0em;
	margin: 0px;
	padding: 1px 0;
}
.headerinfobox-cell-text a{color:#000;}
.headerinfobox-cell-text a:hover{color:#F00;}
.headerinfobox-forphone{left: 375px;}
.headerinfobox-formail{left: 600px;}

/*Header Info Box*/

.topmenu-backgraund{
	height: 44px;
	width: 100%;
	z-index:99;
	position: absolute;
	top:56px;
	background-color: rgba(255,255,255,0);
	box-shadow:1px 5px 5px rgba(0,0,0,0.15);
}
.topmenu-backgraund.is_stuck{background-color: #052a8d;}

.header-menu-body{
	position: absolute;
	top: 10px;
	right: 10px;
}
#menu-header li{float:left;}
#menu-header li a{
	font-family: mk_text_cond_proregular;
	font-size: 14px;
	color: #E6E6E6;
	line-height: 17px;
	display: block;
}
#menu-header li a:hover{color:#DD9A22;}
#menu-header li.menu-separat{
	width:8px;
	height:16px;
	margin:0 5px;
	background-image: url(../images/header-menu-separat.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/*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;}
.search-input-cell > input.words{
	border: none;
	padding:5px;
	width:200px;
	background-color: transparent;
	color: #333;
	height:24px;
	line-height:24px;
	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: 5px;
	right: 0px;
}
.home-box{position:absolute; top:3px; left:-55px;}
div.home-box a{
	color:#FFF;
	font-size: 17px;
	padding-right:13px;
	line-height:1.6em;
}
div.home-box a:hover{color:#FF6600;}
.home-box:after{
	content:'';
	position:absolute;
	top:0px;
	height: 24px;
	width: 1px;
	box-sizing:border-box;
	background-color: #FFF;
    transform: rotate(26deg);
	
}
#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: 24px;
	width: 1px;
	margin:4px 17px 0 17px;
	box-sizing:border-box;
	background-color: #FFF;
    transform: rotate(26deg);
}

#menu-top > li > a{
	font-size:16px;
	color:#FFF;		
	padding: 0;
	display:block;
	line-height:32px;
	-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:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -1px;
  background: #FF6600;
  height: 1px;
  -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 {
  left: 0;
  right: 0;
}

#menu-top > li:hover{
	background-color:transparent;
}
#menu-top > li > a:hover, #menu-top > li > a.current{
	color:#FF6600;
	
}
#menu-top ul{
	padding-top:6px;
	background-color: transparent;
	position: absolute;
	left: 0px;
	top: 30px;	
	width: 250px;
	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;
	padding-bottom:10px;	
}

#menu-top ul a {
	padding: 7px 0;
	width: 220px;
	display: block;
	float: none;
	text-transform: none;
	text-align: left;
	height: auto;
	color:#FFF;
	font-size:16px;
	line-height: 1.1em;
	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: #333;
	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: 6px;
}
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:#b3cde5;}

/*top menu end*/

/*START LEFTFIXMENU*/
#leftfixmenu-open{
	padding:1px 12px;
	background-color:#21242C;
	border-radius:5px;
	position: absolute;
	left: 40px;
	top: 5px;
	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: 28px;
}
#leftfixmenu-open:hover{cursor:pointer; color:#FF6600;}
.leftfixmenu-body {
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 100;
	width: 300px;
	height: 100%;	
	background-color: #21242C;
}
.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 rgba(255,255,255,0.3);		
	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 rgba(255,255,255,0.3);
	height: 26px;
	font-size: 19px;
	line-height:1.5em;
}

.leftfixmenu ul li ul li:first-child a{border-top:none;}
.leftfixmenu ul li ul li a{border:none; font-size: 17px;}
.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 rgba(255,255,255,0.3);
}

.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 rgba(255,255,255,0.3);
	border-bottom:1px solid rgba(255,255,255,0.3);
	background-color:#71170F;
	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*/
.slideshow-alternative{
	width: 100%;
	height:100vh;
	position: relative;
	margin-bottom:-100px;
}
.slaydshow-backgraund{
	padding:0;
	width:100%;
	height:100vh;
	position: absolute;
	top: 0px;
}

.ya-slideshow-box{
	padding-top:100px;
	position: absolute;
	width: 100%;
	top: 0px;
	bottom: 0px;
}

/*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 {
	font-family: 'Roboto Condensed', sans-serif;
	position: absolute;
	right: auto;
	left: 280px;
	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: 790px;
	width: 100%;
	padding: 20px 25px;
	text-align:left;
	border-radius:5px;
}
.slider-title h3{
	font-size: 54px;
	color:#71170F;
	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: 26px;
	font-weight: bold;
	color:#000;
	line-height:1.1em;
	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);
}
.slider-title p{
	font-size: 40px;
	color:#000;
	line-height:1.3em;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 3px rgba(255,255,255,0.5),
				1px -1px 0 #FFF, -1px 1px 3px rgba(255,255,255,0.5);
}

div.slider-title a{
	display: inline-block;
	color: #FFF;
	background-color: #333;
	padding:4px 30px;
	border-radius:3px;
	font-size: 19px;
	margin-top: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.slider-title a:hover{background-color: #F00; color: #FFF;}

.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*/
.section.about-background{
	background-color: rgba(0, 0, 0, 0.75);
	padding-bottom:10px;
}
.section.about-background .content-modul-header h2{color:#FFF;}
.section.about-background .content-modul-header::after{background-color:#71170F;}
div.section.about-background div.textmodul-content{color:#E6E6E6;}
.aboutus-table{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:40px;
}
.aboutus-table-content{width:60%;}
.aboutus-table-images{width:40%;}
.aboutus-images-row{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding-left:30px;
}

.aboutus-images-left, .aboutus-images-right{width:50%; position:relative; overflow:hidden;}
div.aboutus-images-left a:after:hover, div.aboutus-images-right a:after:hover{opacity: 1;}
.aboutus-images-left{padding-right:10px;}
.aboutus-images-right{padding-left:10px;}
.aboutus-images-left p, .aboutus-images-right p{margin:0; position:relative;}
.aboutus-images-left img,
.aboutus-images-right img{float:none; position:relative; width:100%; padding:0; margin:0; border:1px solid #E1E1E1; box-sizing:border-box;}

div.aboutus-images-left a, div.aboutus-images-right a{display:block; position:relative; margin-bottom:20px;}
div.aboutus-images-left a:after,
div.aboutus-images-right a:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
div.aboutus-images-left a:before,
div.aboutus-images-right a:before{
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin:-15px 0 0 -8px;
	background-image: url(../images/photogallery-item-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index:1;
	opacity: 0;
}
div.aboutus-images-left a:hover:after,
div.aboutus-images-right a:hover:after,
div.aboutus-images-left a:hover:before,
div.aboutus-images-right a:hover:before{
	opacity: 1;
}
.about-advantage-header{position:relative; margin-bottom:30px;}
.about-advantage-header h3{
	text-align: center;
	font-size:22px;
	color:#000;
	font-weight:bold;
}
.about-advantage-header:after{
	content:'';
	width:100px;
	height:3px;
	position:absolute;
	left:50%;
	bottom:-3px;
	margin-left:-50px;
	background-color:#F00;
}
.about-advantage{position:relative; margin:0 -25px;}
.about-advantage-cell{
	float: left;
	width: 25%;
	padding:10px 25px;
	box-sizing:border-box;
	border-right:1px solid #4E5F73;
}
.about-advantage-cell:nth-child(4){border-right: none;}

div.about-advantage-icon img{display:block; height:120px; margin:0 auto 20px auto;}
div.about-advantage-desc{
	display:table;
	width:100%;
	height:86px;
}
div.about-advantage-desc p{
	font-size:18px;
	color:#333;
	line-height:1.1em;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
/*End About*/

.content-modul-header{
	margin-bottom:35px;
	position: relative;
}
.content-modul-header:after{
	content:'';
	width:60px;
	height:3px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-30px;
	background-color: #666666;
}

.content-modul-header h2{color:#71170F;}
.content-modul-header h2{
	padding-bottom:5px;
	margin-bottom:20px;
	font-family: Calibri;
	font-size:25px;
	text-align: center;
	font-weight: bold;
	line-height:1.2em;
}
.content-modul-header h2 strong{
	font-weight: bold;
}

.content-modul-header.header-welcome{padding-bottom:15px;}
.content-modul-header.header-welcome h2{margin-bottom:0; padding-bottom:3px;}
.content-modul-header.header-welcome p{
	font-size:21px;
	line-height: 1.0em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.textmodul-content{
	overflow: hidden;
	text-align: justify;
	padding:10px 0;
}
.textmodul-content p{line-height: 1.6em; font-size:19px;}

div.textmodul-readmore > a{
	font-size:17px;
	margin-top:15px;
	color: #FFF;
	text-align: center;
	padding: 4px 40px;
	display: inline-block;
	border-radius:50px;
	-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: #0f2571;
	line-height: 28px;
}
div.textmodul-readmore > a:hover{	
	background-color: #6392bf;
}

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: #1f28e5;
}
.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*/

/*Top Services*/
.section.top-services-background{padding-top:0; padding-bottom:0;}
.top-services{position:relative; margin:0 -25px;}
.top-services-cell{
	float: left;
	width: 25%;
	box-sizing:border-box;
	margin-bottom:50px;
	padding:0 25px;
}
.top-services-item{
	padding:25px 15px;
	background-color: #E6E6E6;
	-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;
}
.top-services-item-icon img{
	display:block;
	width:83px;
	margin:0 auto 20px auto;
	border-radius:100px;
	-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.top-services-item-desc{
	text-align: center;
	font-size:19px;
	line-height:1.1em;
	width:100%;
	height:40px;
	display: table;
}
div.top-services-item-desc a{
	color:#21242C;
	-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;
	vertical-align: middle;
	display: table-cell;
}
div.top-services-item-desc a:hover{color:#F00;}
div.top-services-item:hover .top-services-item-icon img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}
div.top-services-item:hover{
	background-color: #F3F3F3;
}
/*Top Services*/

/*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 Team Sliders*/
.swiper-container-team {
	width: 100%;
	height: auto;
	padding-bottom:45px;
	margin-top:10px;
}

.swiper-container-team .swiper-slide {
	text-align: center;
	font-size: 18px;
}
.swiper-container-team .swiper-button-next,
.swiper-container-team .swiper-button-prev{
	width: 15px;
	height: 15px;
	top:38px;
	background-size: 17px 34px;
	margin-top:0;    
}
.swiper-container-team .swiper-button-prev{left:auto; right: 60px;}
.swiper-container-team .swiper-pagination{bottom:0px;}

.swiper-container-team .swiper-pagination-bullet-active{background-color: #C5151B;}

/*
.team-slider-img{border:1px solid #CCC; box-sizing: border-box;}
*/
.team-slider-img img{display:block; width: 100%; 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 Team 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-box{position: relative;}
.services-left{
	color: #FFF;
	background-color: #F00;
	height: 300px;
	width: 250px;
	position: absolute;
	top: 0px;
}
.services-namebox{padding:40px 60px 0 15px;}
div.services-namebox p{font-size:19px; line-height:1.1em; margin:0; text-align:left;}
.services-namebox h2{
	font-size:25px;
	line-height:1.1em;
	margin:15px 0 0 0;
	text-align:left;
	color:#FFF;
	font-weight: bold;
}

.services-right{
	position: relative;
	padding:30px 12px 0 200px;
}
.services-itembox{
	padding:20px 15px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.4); 
	box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.4);
}

.med-services{position:relative; margin:0 -30px;}
.med-services-cell{	
	float: left;
	width: 33.3333%;
	padding:0 30px;
	box-sizing:border-box;
	margin-bottom:50px;
	border-right:1px solid #CCC;
}
.med-services-cell:nth-child(3),
.med-services-cell:nth-child(6),
.med-services-cell:nth-child(9),
.med-services-cell:nth-child(12){
	border-right: none;
}

.med-services-item{padding:15px 0;}
.med-services-icon{margin-bottom:20px;}
.med-services-icon img{
	width:100px;
	display:block;
	margin:0 auto;
	border-radius:100px;
	-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;
}
.med-services-desc{
	text-align: center;
	font-size:18px;
	line-height:1.1em;
	width:100%;
	height:50px;
	display: table;
}
div.med-services-desc a{
	color:#21242C;
	-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;
	vertical-align: middle;
	display: table-cell;
}

div.med-services-item:hover .med-services-icon img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}
div.med-services-desc a:hover{
	color:#F00;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/*END SERVICES*/

/*Start Partners Page*/
.partners-page{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.partners-page-content {
	-webkit-box-flex:1;
	    -ms-flex-positive:1;
	        flex-grow:1;
	-ms-flex-preferred-size:0;
	    flex-basis:0;
	overflow: hidden;
}
.partners-page-imagebox{width:26%;}
div.partners-page-imagebox img{width:100%; margin:10px 0 0 0; padding:0;}
.partners-page-content{padding-left:25px;}
/*End Partners Page*/

/*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: #F2F2F2;
}

/*MIDDLE*/

/*START CONTENT*/
.content-body{padding-top:20px;}
div.article-top-body{padding-top:0px;}
div.article-top-body img{margin-bottom:0;}
.content-header{
	text-align: left;
	margin-bottom: 25px;
	position: relative;
}

.content-header h2{
	line-height: 1.05em;
	padding:0 0 8px 0;
	margin-bottom:0;
	font-size: 27px;
	font-weight: normal;
	color: #71170F;
	border-bottom:3px solid #504647;
}
.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;
	line-height: 1.5em;
}
.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{
	margin-left: 20px;
	padding:0;
	margin-bottom:20px;
}
.content-text ol{
	margin-left: 37px;
	padding:0;
	margin-bottom:20px;
}
.content-text ul > li{
	background-image: url(../images/content-li.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	line-height:1.4em;
	padding-left: 15px;
	margin-top:5px;
	margin-bottom:5px;
}
.content-text ol{
	list-style-type: decimal;
}
.content-text ol > li{
	list-style-type: decimal;
	padding-left: 5px;
}

.content-text blockquote{
	border-left: 5px solid #F00;
	padding:3px 7px;
	margin:8px 0 30px 0;
	font-style: italic;
	background-color: #EFEFEF;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
}
.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: #F00;
	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(0, 0, 0, 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:19px;}
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*/

/*Start News List*/
.news-list-header{
	margin-bottom:30px;
	position: relative;
}
.news-list-header:after{
	content:'';
	width:200px;
	height:3px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-100px;
	background-color: #71170f;
}

.news-list-header h2{
	padding-bottom:10px;
	margin-bottom:20px;
	font-family: Calibri;
	font-size:26px;
	color:#21242C;
	text-align: center;
	font-weight: bold;
	line-height:1.0em;
	border-bottom:none;
}

.newsrow-2, .newsrow-3{position: relative;}
.newsrow-3{margin: 0 -20px;}

.news-list-cell{
	float: left;
	position: relative;
	box-sizing:border-box;
	margin-bottom:40px;
	background-color: #FFF;
}
.newscell-3{width:33.3333%; padding:0 20px;}
.news-item{border:1px solid #CCC;}
.newsitem-img{
	height: 230px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: relative;
	background-color: #CCC;
	border-bottom:3px solid #F1F1F1;
}
div.newsitem-img a{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0);
	-webkit-transition:All 0.2s linear;
	-moz-transition:All 0.2s linear;
	-o-transition:All 0.2s linear;
	transition: All 0.2s linear;
}
.newsitem-date{
	height:24px;
	position: absolute;
	left: 20px;
	bottom: -7px;
	background-color: #71170f;
	font-size: 15px;
	line-height:24px;
	font-style: italic;
	color: #FFF;
	padding:0 15px 0 12px;
}
.newsitem-title{
	display: table;
	width:100%;
	height:68px;
	padding-top:5px;
	overflow:hidden;
}
div.newsitem-title a{
	padding: 3px 15px;
	display: table-cell;
	line-height:1.1em;
	text-align:center;
	vertical-align: middle;
	font-size: 18px;
	color: #333;
	-webkit-transition:All 0.2s linear;
	-moz-transition:All 0.2s linear;
	-o-transition:All 0.2s linear;
	transition: All 0.2s linear;
}
div.newsitem-title a:hover{color:#71170F;}

.newsitem-meta{
	height: 30px;
	position: relative;
	color: #999;
}
.newsitem-eye{
	padding-left:12px;
	font-size: 15px;
}
.newsitem-readmore{
	position: absolute;
	top: 0px;
	right: 15px;
}
div.newsitem-readmore a{
	font-size: 15px;
	color: #666;
	-webkit-transition:All 0.2s linear;
	-moz-transition:All 0.2s linear;
	-o-transition:All 0.2s linear;
	transition: All 0.2s linear;
}
div.newsitem-readmore a > i{font-size: 13px;}
.newsitem-readmore a:hover{color:#FF6600;}

.news-item:hover div.newsitem-img a{background-color: rgba(0,0,0,0.2);}

.daha-chox{
	text-align: center;
	margin-top:30px;
	margin-bottom:30px;
}
.daha-chox-button{
	background-color: #21242C;
	border:none;
	border-radius:50px;
	font-size: 14px;
	padding:9px 30px 9px 30px;
	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: #71170f;
	cursor:pointer;
	color: #FFF;
}
#daha-chox-img{
	z-index: 2;
	display: none;
	margin:2px 0;
}
/*End News List*/

/*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 -25px;}
.videolist-cell{float:left; box-sizing:border-box;}
.videomodul-3 .videolist-cell{width:33.3333%; padding:0 25px; margin-bottom:50px;}
.videomodul-3 .videolist-item{background-color: #EFF2F4;}
.videolist-img{
	width:100%;
	height:190px;
	background-position: center center;
	background-size:cover;
	position: relative;
}
.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: #71170f;
	color:#FFF;
	position: absolute;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	padding:2px 10px;
	right: 0px;
	bottom: 0px;
}
.videolist-desc {
	display: table;
	height: 84px;
	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:#71170f;}

.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: rgba(255,21,0,0.7);
	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 #F90, 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 #F90, 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 #F00, 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 #F00, 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 #F00, 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 #F00, 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;
}
/*Start Video 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 Yaradiciliq List*/
.creation-box{
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.creation-box-right {
	-webkit-box-flex:1;
	    -ms-flex-positive:1;
	        flex-grow:1;
	-ms-flex-preferred-size:0;
	    flex-basis:0;
	overflow: hidden;
}

.creation-box-right{
	padding: 7px 0 0 30px;
	min-height: 1px;
	margin:0;	
}

.creation-box-left{
	width: 260px;
	position: relative;
	min-height: 200px;
	box-sizing:border-box;
	background-color: rgba(80,70,71, 0.2);
	padding:15px 15px;
}

.creation-menu-header h3{
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 21px;
	font-weight: bold;
	color: #000;
	border-bottom: 3px solid #71170f;
	line-height: 1.1em;
}

ul#menu_left li{
	margin-bottom:15px;
}
ul#menu_left li a{
	font-size: 20px;
	display: block;
	padding:7px 0;
	position: relative;
	color: #000;
}

ul#menu_left > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 85%;
  bottom: -5px;
  background: #000;
  height: 2px;
  -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;
}

ul#menu_left li > a:hover:before,
ul#menu_left > li > a:focus:before,
ul#menu_left > li > a:active:before,
ul#menu_left > li > a.current:before {right: 70%; background: #71170F;}

ul#menu_left li > a:hover, ul#menu_left li > a.current{
	color: #71170F;
}

.creation-cell {
	margin: 0 0 15px;
	border-radius: 8px;
	font-size: 18px;
	overflow: hidden;
	position:relative;
	display:table;
	table-layout:fixed;
	background-color: rgba(80,70,71,0.1);
	color: #000;
	padding: 20px 0;
	width:100%;
	-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;
}
.creation-cell a{display:block; position:absolute; z-index:2; top:0; left:0; right:0; bottom:0;}

.creation-cell-date, .creation-cell-title, .creation-cell-readmore{display:table-cell; vertical-align:middle; height:100%;}
.creation-cell-date{
	width:120px;
	font-size: 20px;
	text-align:center;
}
.creation-cell-title{width:100%; padding:0 20px; position:relative;}
.creation-cell-title:before{
	content:'';
	width:1px;
	background-color:#504647;
	position:absolute;
	top:-8px;
	bottom:-8px;
	left:0;
}
.creation-cell-readmore{width:30px;}
.creation-cell-title h3{
	margin:0;
	padding:0;
	line-height:1.0em;
	font-size: 20px;
	font-weight: bold;
	-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.creation-cell-readmore span,
div.creation-cell-readmore .fa {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

div.creation-cell-readmore span{
	font-size: 11px;
	color:#71170F;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	opacity:0;
	-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.creation-cell-readmore .fa {
	right: 17px;
	font-size: 18px;
	-webkit-transition: right 450ms ease;
	-o-transition: right 450ms ease;
	transition: right 450ms ease;
}

.creation-cell:hover .creation-cell-readmore .fa {
	right: 10px;
	color:#71170F;
}

.creation-cell:hover div.creation-cell-readmore span {
	opacity:1;
}

.creation-cell:hover .creation-cell-title h3{color:#71170F;}

.creation-text{padding-left:30px;}

/*Start Yaradiciliq 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:40%; padding-top:50px;}
.contact-cell-form{width:60%; padding-left:80px;}
.contact-form{margin-right:3px;}

.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: #21242C;
	padding: 8px 35px;
    margin-bottom: 10px;
	border:1px solid #666;
	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: #FFF;
	background-color: #71170F;
}
/*==============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{font-size: 14px; color:#333; text-decoration:underline;}
.cat-name a:hover{color:#F00; 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: 6px 0; margin-bottom:2px; color: #FFF; box-sizing:border-box;}
li.content-news-data{background-color: #21242C; line-height:1.2em; padding:8px 5px;}
.content-news-meta div{
	text-align: center;	
	
}
li.content-news-time{padding: 4px 2px; background-color: #71170F;}
.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-top:8px;
	margin-bottom:20px;
	padding-bottom:5px;
	font-size: 24px;
	font-weight: normal;
	color: #21242C;
	border-bottom:1px solid #666;
	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: #666;
}
.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 #999;
	box-sizing:border-box;
}
div.right-latestnews-content a{
	line-height: 1em;
	display: block;
	color:#21242C;
	font-size: 16px;
}
div.right-latestnews-content a:hover{color:#F00;}

.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%;
	margin-bottom:12px;
}
#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:2px 0;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
	font-size: 17px;
	line-height: 1.0em;
	position: relative;
}
#menu_right > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 85%;
  bottom: -5px;
  background: #F00;
  height: 2px;
  -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_right li > a:hover:before,
#menu_right > li > a:focus:before,
#menu_right > li > a:active:before,
#menu_right > li > a.current:before {right: 70%; background: #21242C;}

#menu_right li > ul a{
	color:#e1e1e1;
	font-size: 16px;
	line-height: 1.2em;
}
#menu_right li > ul a.current{
	color:#F00;
}

#menu_right li > a:hover{
	color: #F00;
}

ul#menu_right > li > a.current{
	color: #F00;
}
ul#menu_right ul li{
	background-image: url(../images/right-drop-li.png);
	background-repeat: no-repeat;
	background-position: left 14px;
}
ul#menu_right .menu-separat{
	background-image: none;
	border:none;
}


/*END RIGHD MENU*/

/*Start Left Sidebar*/
.left-column-modul{margin:20px 0;}
.left-column-content img{width:100%; margin:0;}
/*End Left Sidebar*/

/*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:#E1E1E1;
	background-color: #052a8d;
}
.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;
}
.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;
}
.footer-copyright-body{
	font-size:15px;	
	text-align: center;
	padding:10px 0;
}
.copyright p{
	line-height: 1.2em;
}
.footer-adress-table .generate-email a{color:#CCC;}
.footer-adress-table .generate-email a:hover{color:#F00;}
div.copyright a{color:#CCC;}
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: #C5151B;
}
.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*/

/*Social Media Page*/
table.social-media a img{width:70%;}
/*Social Media Page*/

/*Sechilmish Eserler*/
.sechilmisheserler-modul-row{position:relative; margin:0 -20px;}
.sechilmisheserler-modul-cell{
	float:left;
	width:33.3333%;
	padding:0 20px;
	box-sizing:border-box;
	margin-bottom:50px;
}

.sechilmisheserler-modul-item{position:relative; background-color:#E1E1E1;}
.sechilmisheserler-item-box{
	display:flex;
	align-items:center;
}
.sechilmisheserler-item-img img{margin:0 15px 0 0; padding:0;}
div.sechilmisheserler-item-desc a{
	font-size: 20px;
	color: #71170F;
	line-height: 1.1em;
	-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.sechilmisheserler-item-desc a:hover{color: #FF6600;}
div.sechilmisheserler-item-desc p{
	font-size: 18px;
	line-height:1.2em;
	font-style: italic;
	color: #666666;
	margin:0;
	padding:0;
}

/*Sechilmish Eserler*/

/*Kitablar*/
.kitablar-row{position:relative; margin:0 -30px 0 -60px;}
.kitablar-cell{
	float: left;
	width: 33.3333%;
	padding:0 30px;
	box-sizing: border-box; 
	margin-bottom:50px;
}
.kitablar-item{
	background-color: #FFF;
	border:1px solid #E1E1E1;
	width: 100%;
	box-sizing: border-box;
}
.kitablar-img img{display:block; margin:0 auto; float:none; width:98%;}
.kitablar-desc{
	padding: 15px;
	text-align:center;
	height: 80px;
	text-align:center;
}
.kitablar-desc h4{
	font-size: 18px;
	font-weight: bold;
	color: #71170F;
	line-height:1.1em;
	margin:0 0 10px 0;
}
.kitablar-desc p{
	font-size: 17px;
	line-height: 1.1em;
	margin:0;
}
/*Kitablar*/

audio::-webkit-media-controls-panel {
    background-color: #CCC;
}

@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 : 1440px) {
	
	/*START SLIDESHOW*/
	.slider-title{right: 100px;}
	/*END SLIDESHOW*/

}

@media only screen
and (max-width : 1366px) {
	
	/*START SLIDESHOW*/
	..slider-title{left: 80px;}
	.slider-title h3{font-size: 36px;font-family:'Bahnschrift Condensed';}
	.slider-title h4{font-size: 34px;font-family:'AllegroScript';color:red;}
	.slider-title p{font-size: 30px; font-family:'Bahnschrift Condensed';}
	
	/*END SLIDESHOW*/
	
	/*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) {
	
	/*START SLIDESHOW*/
	.slider-title{left: 80px;}
	.slider-title h3{font-size: 26px;}
	.slider-title h4{font-size: 24px;font-family:'AllegroScript';color:red;}
	.slider-title p{font-size: 20px; font-family:'Bahnschrift Condensed';}
	
	/*END SLIDESHOW*/

}

@media only screen
and (max-width : 1024px) {
	
	div.content-links-text a{font-size: 18px;}
	.content-links-text p{margin:5px 0 0 0;line-height: 1.1em;}
	
	.logo{margin-top:-1px;}
	.logo img{width:360px;}
	
	/*START SLIDESHOW*/
	.slider-title{left: 80px;}
	.slider-title h3{font-size: 26px;}
	.slider-title h4{font-size: 24px;font-family:'AllegroScript';color:red;}
	.slider-title p{font-size: 20px; font-family:'Bahnschrift Condensed';}
	
	/*END SLIDESHOW*/
		
	/*START PARALLAX*/
	#p-services{background-size: auto 100%;	}
	/*END PARALLAX*/
	
	/*START SERVICES*/
	.services-namebox h2{font-size:26px;}
	.med-services-desc{font-size:17px;}
	/*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 News List*/
	.newsrow-3{margin: 0 -20px;}
	.newscell-3{padding:0 20px;}
	.newscell-3 .newsitem-img{height: 220px;}
	/*End News List*/
	
	/*Start Video List*/
	.videolist-box.videomodul-3{margin:0 -20px;}
	.videomodul-3 .videolist-cell{padding:0 20px; margin-bottom:40px;}
	.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*/
	
	/*Start About*/
	div.about-advantage-desc{height:110px;}
	/*End About*/

}

@media only screen
and (max-width : 980px) {
	
	.news-item-img{height: 180px;}	
	.middle-left-box{padding-right: 20px;}	
	.content-news-left{width: 60px;}
	.content-news-right{padding-left:20px;}	
	
	.logo{margin-top:8px;}
	.logo img{width:340px;}
	
	/*Header Info Box*/
	.headerinfobox-forphone{left: 300px;}
	.headerinfobox-formail{left: 550px;}
	/*Header Info Box*/	
	
	#menu-top > li > a{font-size:15px;}
	
	.textmodul-content p{font-size:18px; line-height:1.5em;}	
	
	/*Start News List*/
	.newsrow-3{margin: 0 -16px;}
	.newscell-3{padding:0 16px;}
	.newscell-3 .newsitem-img{height: 210px;}
	/*End News List*/
	
	/*Start Video List*/
	.videolist-box.videomodul-3{margin:0 -15px;}
	.videomodul-3 .videolist-cell{padding:0 15px; margin-bottom:30px;}
	.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*/
	
	/*Top Services*/
	.top-services{margin:0 -20px;}
	.four-block-cell{padding:0 20px;}
	div.top-services-item-desc{font-size:18px;}	
	/*Top Services*/
	
	/*START USTUNLUK*/
	.ustunluk-desc p{font-size: 18px;}
	.ustunluk-item:before{
		width:70px;
		height:70px;
		position:absolute;
		top:20px;
		left:50%;
		margin-left:-35px;
	}
	/*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*/
	
	/*Start Yaradiciliq List*/
	.creation-cell{padding: 18px 0;}
	.creation-cell-date{font-size: 19px;}
	.creation-cell-title h3{font-size: 20px;}	
	/*End Yaradiciliq List*/
	
	/*Kitablar*/
	.kitablar-row{position:relative; margin:0 -10px 0 -30px;}
	.kitablar-cell{padding:0 10px;}
    .kitablar-desc h4{font-size: 17px;}
    .kitablar-desc p{font-size: 16px;}
	/*Kitablar*/
	

}

@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; padding-top:0;}
	.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) {
	
	.header-body{height:85px;}
	
	#menu-top{
		display:none;
	}
	#leftfixmenu-open{left:auto; right:0; display:block;}
	.top-menu-homebox{left: 0;}
	
	.logo{margin-top:12px;}
	.logo img{width:215px;}
	
	.language-popup ul{margin-top:30px;}
	.language-popup ul li a{font-size:14px; line-height:14px;}
	
	.logo-alternative-box{top:4px;}
	
	.logo-alternative img {width: 65%;}
	
	.content-modul-header h2, .news-list-header h2{font-size:24px;}
	
	.content-body{padding-top:10px;}
	
	.topmenu-backgraund{top:45px; height:40px;}
	
	/*For 100% height Slideshow*/
	.ya-slideshow-box{padding-top:85px;}
	.slideshow-alternative{margin-bottom:-85px;}
	/*For 100% height Slideshow*/
	
	.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*/
	
	/*Start News List*/
	.newsrow-3 .news-list-cell {margin-bottom:30px;}
	.newsrow-3{margin: 0 -12px;}
	.newscell-3{padding:0 12px;}
	.newscell-3 .newsitem-img{height: 200px;}
	div.newsitem-title a{font-size:17px;}
	/*End News List*/
	
	/*Start Video List*/
	.videolist-box.videomodul-3{margin:0 -12px;}
	.videomodul-3 .videolist-cell{padding:0 12px; margin-bottom:24px;}
	.videolist-img{height:140px;}
	.videolist-duration{height: 22px; font-size: 15px; line-height: 22px; padding:1px 8px;}
	div.videolist-desc a{font-size: 16px; padding:5px;}
	.videolist-button{margin:-20px 0 0 -20px;}
	.videolist-button a{width: 40px; height: 40px; line-height: 40px;}
	.videolist-button a i{padding-left:1px;}	
	/*End Video List*/
	
	/*Top Services*/
	.top-services{margin:0 -15px;}
	.top-services-cell{padding:0 15px;}
	div.top-services-item-desc{font-size:17px;}	
	/*Top Services*/
	
	/*START SERVICES*/
	.services-right{padding:30px 12px 0 100px;}
	.services-namebox{
		position:absolute;
		width:280px;
		height:100px;
		bottom:105px;
		left:-82px;
		padding:0;
		margin:0;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		
	}
	.services-namebox h2{font-size:25px; margin-top:10px;}
	
	.services-itembox{padding-left:20px; padding-right:20px;}
	.med-services{ margin:0 -20px;}
	.med-services-cell{padding:0 20px;}
	.med-services-desc{font-size:16px;}
	/*END SERVICES*/
	
	/*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*/
	.slider-title{left: 40px;}
	.slider-title h3{font-size: 38px;}
	.slider-title h4{font-size: 22px;}
	.slider-title p{font-size: 20px; font-family:"Bahnschrift Condensed";}
	/*END SLIDESHOW*/
	
	/*Start About*/
	.aboutus-table-content, .aboutus-table-images{width:50%;}	
	div.aboutus-images-left a, div.aboutus-images-right a{margin-bottom:18px;}
	/*Start About*/
	
	/*Start Footer*/
	.footer-textmodul-separator{width:30px;}
	.footer-textmodul-icon img{margin-right:10px;}
	/*End Footer*/
	
	/*Sechilmish Eserler*/
	.sechilmisheserler-modul-row{position:relative; margin:0 -10px;}
	.sechilmisheserler-modul-cell{padding:0 10px; margin-bottom:30px;}
	/*Sechilmish Eserler*/
	
	/*Kitablar*/
	.kitablar-row{position:relative; margin:0 -20px 0 -50px;}
	.kitablar-cell{width: 50%; padding:0 20px;}
	/*Kitablar*/
	
}

@media only screen
and (max-width : 768px) {
	
	#topsocial-icons li a, .language-toggler i{width:27px; height:24px; font-size:16px;}
	#topsocial-icons li a i{line-height:24px;}
	
	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 News List*/
	.newsrow-3 .news-list-cell {margin-bottom:40px;}
	.newsrow-3{margin: 0 -25px;}
	.newscell-3{width:50%; padding:0 25px;}
	.newscell-3 .newsitem-img{height: 240px;}
	div.newsitem-title a{font-size:18px;}
	/*End News List*/
	
	/*Start Video List*/
	.videolist-box.videomodul-3{margin:0 -25px;}
	.videomodul-3 .videolist-cell{width:50%; padding:0 25px; margin-bottom:50px;}
	.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*/
	
	/*START SERVICES*/
	.services-itembox{padding-left:40px; padding-right:40px;}
	.med-services{ margin:0 -40px;}
	.med-services-cell{width: 50%; padding:0 40px;}
	.med-services-cell:nth-child(3),
	.med-services-cell:nth-child(6),
	.med-services-cell:nth-child(9),
	.med-services-cell:nth-child(12){
		border-right: 1px solid #CCC;
	}
	.med-services-cell:nth-child(2n){border-right:none;}
	.med-services-desc{font-size:16px;}
	/*END SERVICES*/
	
	/*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 About*/	
	div.aboutus-images-left a, div.aboutus-images-right a{margin-bottom:16px;}
	/*Start About*/
	
	/*START PORTFOLIO*/
	.item-desc{padding-top:30px;}
	/*END PORTFOLIO*/
	
	/*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*/
	
	/*Sechilmish Eserler*/
	div.sechilmisheserler-item-desc a{font-size: 18px;}
	/*Sechilmish Eserler*/
	
	/*START SLIDESHOW*/
	.slider-title{left: 35px;}
	.slider-title h3{font-size: 36px;}
	.slider-title h4{font-size: 22px;}
	.slider-title p{font-size: 28px;}
	/*END SLIDESHOW*/
	
}

@media only screen
and (max-width : 720px) {
	
	.content-modul-header h2, .news-list-header h2{font-size:23px;}	
	.content-modul-header.header-welcome p{font-size:19px;}
	
	/*Start News List*/
	.newsrow-3 .news-list-cell {margin-bottom:30px;}
	.newsrow-3{margin: 0 -15px;}
	.newscell-3{padding:0 15px;}
	.newscell-3 .newsitem-img{height: 210px;}
	/*End News List*/
	
	/*Start Video List*/
	.videolist-box.videomodul-3{margin:0 -20px;}
	.videomodul-3 .videolist-cell{width:50%; padding:0 20px; margin-bottom:40px;}
	.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*/
	
	/*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*/
	
	/*Top Services*/
	.top-services{margin:0 -10px;}
	.top-services-cell{padding:0 10px;}
	div.top-services-item-desc{font-size:16px;}	
	/*Top Services*/
	
	/*Start Yaradiciliq List*/
	.creation-box{display:block;}
	
	.creation-box-left{width:100%; min-height:auto; margin-bottom:20px;}
	.creation-menu-header h3{
		margin-bottom: 5px;
		padding-bottom: 3px;
		font-size: 18px;
		text-align:center;
		border-bottom: 1px solid #504647;
	}
	
	ul#menu_left{display:table; margin:0 auto;}
	ul#menu_left li{float:none; display:inline-block; margin-bottom:0;}
	
	ul#menu_left li a{
		font-size: 18px;
		display: block;
		padding:3px 8px;
		text-decoration:underline;
	}
	
	ul#menu_left > li > a:before{display:none;}
	
	.creation-box-right{padding-left:0;}
	
	.creation-cell{padding: 18px 0;}
	.creation-cell-date{font-size: 19px;}
	.creation-cell-title h3{font-size: 20px;}	
	/*End Yaradiciliq List*/
	
	/*Kitablar*/
	.kitablar-row{position:relative; margin:0 -20px 0 -50px;}
	.kitablar-cell{width: 50%; padding:0 20px;}
	/*Kitablar*/

}


@media only screen
and (max-width : 640px) {
	
	.logo{margin-top:15px;}
	.logo img{width:200px;}
	
	/*Header Info Box*/
	.header-info-box{top: 34px;}
	.headerinfobox-cell-icon img{width:32px;}
	.headerinfobox-cell-text p{font-size:15px;}
	.headerinfobox-forphone{left: 140px;}
	.headerinfobox-formail{left: 350px;}
	/*Header Info Box*/
	
	
	.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 News List*/
	.newsrow-3 .news-list-cell {margin-bottom:20px;}
	.newsrow-3{margin: 0 -10px;}
	.newscell-3{padding:0 10px;}
	.newscell-3 .newsitem-img{height: 210px;}
	div.newsitem-title a{font-size:18px;}
	/*End News List*/
	
	/*Start Video List*/
	.videolist-box.videomodul-3{margin:0 -15px;}
	.videomodul-3 .videolist-cell{padding:0 15px; margin-bottom:30px;}
	.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*/
    
   	/*vakansiyalar*/
	.vak-style, .vakansiya-message{width:100%;}
	.vacancy-item-fields select{width:100%;}
	/*vakansiyalar*/
	
	.content-links-cell{height: 180px;}
	
	/*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*/
	
	/*Top Services*/
	.top-services{margin:0 -8px;}
	.top-services-cell{padding:0 8px;}
	div.top-services-item-desc{font-size:15px;}	
	/*Top Services*/
	
	/*START SERVICES*/
	.services-itembox{padding-left:20px; padding-right:20px;}
	.med-services{ margin:0 -20px;}
	.med-services-cell{padding:0 20px;}
	/*END SERVICES*/
	
	/*START PARTNERS*/
	.partners-row{
		margin-left:-20px;
		margin-right:-20px;
	}
	.partners-cell{
		padding-left:20px;
		padding-right:20px;
	}
	/*END PARTNERS*/
	
	/*Start About*/
	.aboutus-table{display:block;}
	.aboutus-table-content, .aboutus-table-images{width:100%;}
	.aboutus-table-content{ margin-bottom:30px;}	
	.aboutus-images-row{padding-left:0;}
	.aboutus-images-left{padding-right:20px;}
	.aboutus-images-right{padding-left:20px;}
	div.aboutus-images-left a, div.aboutus-images-right a{margin-bottom:32px;}	
	/*Start About*/
	
	/*Sechilmish Eserler*/
	.sechilmisheserler-modul-row{position:relative; margin:0 -20px;}
	.sechilmisheserler-modul-cell{width:50%; padding:0 20px;}
	/*Sechilmish Eserler*/
	
	/*START SLIDESHOW*/
	.slider-title{left: 30px;}
	.slider-title h3{font-size: 34px;}
	.slider-title h4{font-size: 22px;}
	.slider-title p{font-size: 26px;}
	/*END SLIDESHOW*/

}


@media only screen
and (max-width : 481px) {
	
	.logo{margin-top:17px;}
	.logo img{width:170px;}
	
	/*Header Info Box*/
	.header-info-box{top: 57px;}
	.headerinfobox-forphone{left: 10px;}
	.headerinfobox-formail{left: 220px; }
	/*Header Info Box*/
	
	.content-modul-header h2, .news-list-header h2{font-size:22px;}	
	.content-modul-header.header-welcome p{font-size:18px;}
	.content-modul-header:after, .news-list-header:after{width:300px; margin-left:-150px;}

	.section-title h2{font-size: 40px;}
	.content-text{font-size: 18px;}
	table.table-no-borders{font-size:17px;}
    
    .content-modul-header h2{font-size:22px;}
	
	/*---------------------------------*/
	.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*/
	
	/*Start News List*/
	.newsrow-3 .news-list-cell {margin-bottom:20px;}
	.newsrow-3{margin: 0 -5px;}
	.newscell-3{padding:0 5px;}
	.newscell-3 .newsitem-img{height: 170px;}
	div.newsitem-title a{font-size:16px; padding:5px 5px;}
	
	.daha-chox-button{font-size: 12px; padding:8px 25px ;}
	/*End News List*/
	
	/*Start Video List*/
	.videolist-box.videomodul-3{margin:0 -5px;}
	.videomodul-3 .videolist-cell{padding:0 5px; margin-bottom:15px;}
	.videolist-img{height:160px;}
	.videolist-desc{height:80px;}
	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*/
	
	/*Top Services*/
	.top-services{margin:0 -15px;}
	.top-services-cell{width: 50%; padding:0 15px; margin-bottom:30px;}
	div.top-services-item-desc{font-size:16px;}	
	/*Top Services*/
	
	/*START SERVICES*/
	.services-itembox{padding-left:20px; padding-right:20px;}
	.med-services{margin:0;}
	.med-services-cell{
		width:100%;
		float:none;
		padding:0;
		border-right:none;
		border-bottom:1px solid #CCC;
	}
		.med-services-cell:nth-child(3),
		.med-services-cell:nth-child(6),
		.med-services-cell:nth-child(9),
		.med-services-cell:nth-child(12){
			border-right: none;
		}
	/*END SERVICES*/
	
	/*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*/
	.slider-title{max-width:100%; width:auto; right:20px; left:35px; bottom:7%; padding:5px 0; background-color:transparent;}
	.slider-title h3{font-size:24px;}
	.slider-title h4{font-size:17px; margin-bottom:10px;}
	.slider-title p{font-size:20px; margin:0 0 2px 0;}
	div.slider-title a{font-size: 13px; line-height:1.3em; padding:1px 12px; margin-top:5px;}
	div.swiper-container .swiper-pagination{bottom:2px;}
	div.swiper-container .swiper-button-next,
	div.swiper-container .swiper-button-prev{width:20px; height:36px; background-size:20px 36px; margin-top:-18px;}
	/*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 About*/
	.aboutus-images-left{padding-right:10px;}
	.aboutus-images-right{padding-left:10px;}
	div.aboutus-images-left a, div.aboutus-images-right a{margin-bottom:23px;}
	/*Start About*/
	
	/*Start Footer*/
	.footer-textmodul-table{display:block; text-align:center;}
	.footer-textmodul-text{margin-bottom:20px;}
	.footer-textmodul-separator{display:none;}
	.footer-textmodul-icon img{margin:0; height:35px;}
	.footer-textmodul-table-cell p{margin:1px 0; line-height:1.2em; font-size:17px;}
	/*End Footer*/
	
	/*Sechilmish Eserler*/
	.sechilmisheserler-modul-row{position:relative; margin:0 -10px;}
	.sechilmisheserler-modul-cell{width:50%; padding:0 10px;}
	div.sechilmisheserler-item-desc a{font-size:17px;}
	/*Sechilmish Eserler*/
	
	/*Start Yaradiciliq List*/
	ul#menu_left{text-align:center;}
	ul#menu_left li{float:none; display:inline-block;}
	
	ul#menu_left li a{font-size: 17px;}
	
	.creation-cell-date{width:110px; font-size:17px;}
	.creation-cell-title h3{font-size:18px;}
	
	.creation-cell-readmore{width:90px;}
	div.creation-cell-readmore .fa{font-size:17px;}
	div.creation-cell-readmore span{font-size:13px;}
	/*End Yaradiciliq List*/

}

@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{margin-top:25px;}
	.logo img{width:135px;}
	
	/*Header Info Box*/
	.headerinfobox-formail{display:none;}
	/*Header Info Box*/
	
	.lang-body{top:7px;}
	.header-social-body{top:5px; right:100px;}
	#topsocial-icons li{margin-right:5px;}
	#topsocial-icons li a, .language-toggler i{width:22px; height:22px; font-size:15px;}
	#topsocial-icons li a i{line-height:22px;}
	
	.contact-info-email{margin-bottom:10px;}	
	.phonenumbers{text-align:center;}
	.phonenumbers, .infoemail{padding-left:0;}
	.contact-info-tablecell.iconbox{display:none;}
	
	.content-text table{font-size:14px;}
	
	.content-modul-header h2{font-size:21px;}	
	.content-modul-header.header-welcome p{font-size:17px;}
	
	/*Start News List*/
	.newsrow-3 .news-list-cell {margin-bottom:30px;}
	.newsrow-3{margin: 0;}
	.newscell-3{width:100%; float:none; padding:0;}
	.newscell-3 .newsitem-img{height: 240px;}
	div.newsitem-title a{font-size:17px; padding:5px 10px;}
	/*End News List*/
	
	/*Start Video List*/
	.videolist-box.videomodul-3{margin:0;}
	.videomodul-3 .videolist-cell{width:100%; float:none; padding:0; margin-bottom:30px;}
	.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*/
	
	.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*/
	
	/*START SERVICES*/
	.services-right{padding:30px 12px 0 70px;}
	div.services-namebox p{font-size:16px;}
	div.services-namebox h2{font-size:21px; margin-top:5px;}
	/*END SERVICES*/
	
	/*Portfolio*/
	.filtr-container{margin:0;}
	.filtr-item{width: 100%; padding:0;}
	.item-desc{padding-top:60px;}
	/*Portfolio*/
	
	/*START SLIDESHOW*/
	.slide-img {background-position: 70% center;}
	/*END SLIDESHOW*/
	
	/*Sechilmish Eserler*/
	.sechilmisheserler-modul-row{position:relative; margin:0;}
	.sechilmisheserler-modul-cell{width:100%; float:none; padding:0;}
	div.sechilmisheserler-item-desc a{font-size:17px;}
	/*Sechilmish Eserler*/
	
	div.aboutus-images-left a, div.aboutus-images-right a{margin-bottom:18px;}
	
	/*Start Yaradiciliq List*/
	.creation-cell-date{width:100px;}	
	.creation-cell-title{padding:0 13px;}
	.creation-text{padding-left:0;}
	.creation-cell-readmore{width:20px;}
	div.creation-cell-readmore .fa{font-size:16px; right:10px;}
	.creation-cell:hover .creation-cell-readmore .fa{right:6px;}
	div.creation-cell-readmore span{display:none;}
	/*End Yaradiciliq List*/
	
	/*Kitablar*/
	.kitablar-row{ margin:0;}
	.kitablar-cell{float:none; width: 80%; padding:0; margin:0 auto 30px auto;}
	/*Kitablar*/

}

@media only screen
and (max-width : 360px) {
	
	.logo{margin-top:42px;}
	.logo img{width:125px;}
	
	.header-social-body{left:10px; right:auto;}
	
	/*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*/
	.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*/
		
	/*START USTUNLUK*/
	.ustunluk-cell{
		float:none;
		width: 100%;
		padding-left:0;
		padding-right:0;
		margin:0 auto 30px auto;
	}
	.ustunluk-item-img img{width:65%;}
	/*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*/
	
	/*Start About*/
	.aboutus-images-left{padding-right:5px;}
	.aboutus-images-right{padding-left:5px;}
	div.aboutus-images-left a, div.aboutus-images-right a{margin-bottom:17px;}
	/*Start About*/

}

@media only screen
and (max-width : 320px) {
	
	.logo{margin-top:45px;}
	.logo img{width:110px;}

	#topsocial-icons li{margin-right:3px;}
	#topsocial-icons li a i{line-height:22px;}
	
	/*Start News List*/
	.newscell-3 .newsitem-img{height: 200px;}
	/*End News List*/
	
	/*Start Video List*/
	.videolist-img{height:165px;}	
	/*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*/
	
	/*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*/
	
	/*Top Services*/
	.top-services{margin:0;}
	.top-services-cell{width: 100%; float: none; padding:0; margin-bottom:30px;}	
	/*Top Services*/
	
	/*START PARTNERS*/
	.partners-cell{width: 70%; margin:0 auto 30px auto;}
	/*END PARTNERS*/
	
	/*Portfolio*/
	.item-desc{padding-top:50px;}
	/*Portfolio*/
	
	div.aboutus-images-left a, div.aboutus-images-right a{margin-bottom:15px;}
	
	/*Kitablar*/
	.kitablar-cell{width: 100%;}
	/*Kitablar*/

}

@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*/