@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'mk_text_cond_proregular';
    src: url('fonts/mk_text_cond_pro-regular.eot');
    src: url('fonts/mk_text_cond_pro-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/mk_text_cond_pro-regular.woff') format('woff'),
         url('fonts/mk_text_cond_pro-regular.ttf') format('truetype'),
         url('fonts/mk_text_cond_pro-regular.svg#mk_text_cond_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Calibri';
  	src: 	url('fonts/Calibri.eot?#iefix') format('embedded-opentype'),
  			url('fonts/Calibri.woff') format('woff'),
			url('fonts/Calibri.ttf')  format('truetype'),
			url('fonts/Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*reset*/
html, body {
	
}

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 {
	margin:0;
    vertical-align: middle;
	font-family: sans-serif, Arial, Helvetica;
}
input[type=radio]{margin-top:-2px; margin-right:6px;}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
img {
	margin:0;
	padding:0;
	border: 0;
	outline: 0;
	background: transparent;
	vertical-align:bottom;
}
.highlight {
	background-color: #8888FF;
	color: #FF0;
}
/*reset end*/


li{
	list-style-image: none;
	list-style-type: none;
}
a{
	color:#1A2753;
	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:#50B8BB;
	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:#003DA1;
	font-weight:300;	
	line-height:1.2em;
}

h1{
	font-size:48px;
}

h2{
	font-size:26px;
}

h3{
	font-size:22px;
}

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;}

body a, body a:link, body a:visited{
	margin: 0px;
	padding: 0px;
}
table{border-collapse:collapse;border-spacing:0;}

body{
	font-family: Calibri;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	position: relative;
	color:#000;
	background-color: #FFF;
	background-image: url(../images/bg-body.png);
	background-repeat: repeat;
	background-attachment: scroll;	
}
#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:15px 0;
	overflow: hidden;	
}
/*START HEADER*/
.header-body{
	width: 100%;
	position: relative;	
}
.lang-body{
	position: absolute;
	top: 10px;
	right: 10px;
}
#lang-menu li{
	float:left;
	border-right: 1px solid #666;
	text-align: center;
	box-sizing:border-box;
	font-size: 16px;
	line-height:20px;
}
#lang-menu li:last-child{border-right: none;}
#lang-menu li a{color: #003DA1; margin:0 6px;}
#lang-menu li:last-child a{margin-right:0;}
#lang-menu li a:hover{color: #C80E23;}

.header-social-body{
	position: absolute;
	top: 7px;
	right: 120px;
}

#topsocial-icons li{
	float:left;
	margin-right:5px;
	text-align: center;	
	box-sizing:border-box;
	overflow: hidden;	
	border-radius:3px;
}

#topsocial-icons li a{
	width:32px;
	height:28px;
	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: 18px;
}
#topsocial-icons li a i{
	line-height:28px;
	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:rgb(42,169,224);

}
ul#topsocial-icons li:hover > a > i{
	color: #FFF;
}
li.topsocial-whatsapp,
li.topsocial-phone{display:none;}

.logo{
	float: left;
	margin: 5px 5px 5px 0;
}
.logo img{width:360px; padding:10px 0;}
.slogan{
	float: left;
	height: 50px;
	width: 260px;
	margin-top:37px;
}
.slogan > h1{
	font-size:20px;
	font-weight: normal;
	text-align: center;
	line-height: 1em;
	color: #FF6600;
}

.header-contact-info{
	font-family: 'mk_text_cond_proregular';
	font-size: 20px;
	line-height:32px;
	text-align: left;
	position: absolute;
	color: #666;
	top: 55px;
	right: 140px;
}
.infoemail, .phonenumbers{display:inline;}


.contact-info-phone{	
	top:56px;
	right: 10px;	
	text-align: right;
}
.contact-info-table{display:table;}.contact-info-table{display:table;}
.contact-info-tablerow{display:table-row;}
.contact-info-tablecell{display:table-cell; vertical-align:middle;}
.phonenumbers, .infoemail{padding-left:10px;}

.phonenumbers{
	width:320px;
	text-align:left;
}

.infoemail{text-align:left; width:290px;}
.infoemail a{color:#666;}
.infoemail a:hover{color:#50b8bb;}
.contact-info-email{
	top: 80px;
	right: 10px;
}
div.contact-info-email a{color:#003DA1;}
div.contact-info-email a:hover{color:#C80E23;}
div.online-sifarish{
	position: absolute;
	top: 68px;
	right: 10px;
}
div.online-sifarish > a {
	background-color: #003DA1;
	border: medium none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: mk_text_cond_proregular;
	font-size: 14px;
	height: 28px;
	line-height: 29px;
	margin: 0;
	padding: 0 15px;
	transition: all 0.2s ease-out 0s;
	border-radius:5px;
	background-image: url(../images/top-menu-bg.png);
	background-repeat: repeat-x;
	background-position: left center;
}
div.online-sifarish > a:hover {
    background-color: #666;
}
.topmenu-backgraund{
	height: 50px;
	width: 100%;
	z-index:99;
	position: relative;
	background-color: #0095DA;
	background-image: url(../images/bg_topmenu.png);
	background-repeat: repeat-x;
	background-position: left center;
}

.search-body{	
	position: absolute;
	top: 10px;
	right: 330px;
}
.search-input-table{display:table;}
.search-input-row{display:table-row;}
.search-input-cell{display:table-cell; vertical-align:top; padding:0; margin:0; border: 1px solid #666; height:25px;}

input.words{
	border: none;
	padding:0px 5px 3px 5px;
	width:100px;
	background-color: transparent;
	color: #333;
}
.search-button-box{
	position: relative;
	width:26px;
}
.search-button{
	border:none;
	display:block;
	background-color: transparent;
	padding:1px 0 0 0;
}
.search-button img{margin-top:2px; margin-left:2px;}
.search-button:hover{cursor:pointer;}
#search-preloader{
	position: absolute;
	left: 2px;
	top: 3px;
	opacity:0;
	display:none;
}

.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;
}
/*END HEADER*/

/*START TOPMENU*/

.topmenu-body{
	position:relative;
	z-index:99;
	height: auto;
	width: 100%;	
}
/*top menu*/
#menu-top{
	font-family: mk_text_cond_proregular;
	position: absolute;
	top: 0px;
	right: 0px;
}

#menu-top li {
	float: left;
	position: relative;
	display: block;	
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}
#menu-top > li.menu-separat{
	height: 50px;
	width: 1px;
	margin:0;
	border-right:1px solid rgba(255,255,255,0.2);
	box-sizing:border-box;
}

#menu-top > li > a{
	font-size:15px;
	color:#FFF;		
	padding: 0 20px;
	display:block;
	line-height:50px;
	-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;
}

#menu-top > li > a.current:after,
#menu-top > li:hover > a:after
{
	content:'';
	position:absolute;
	width:100%;
	bottom:0px;
	left: 0px;
	background-color: #50B8BB;
	height: 5px;	
	box-sizing:border-box;	
}

#menu-top > li:hover{
	background-color:transparent;
}
#menu-top > li > a.current{
	color:#FFF;
	background-color: rgba(255,255,255,0.2);
	
}
#menu-top ul{
	padding-top:6px;
	background-color: transparent;
	position: absolute;
	left: 0px;
	top: 50px;	
	width: 240px;
	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 > li:hover > a {
	color:#FFF;
	background-color: rgba(255,255,255,0.2);
	-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:last-child {   
	border-bottom:none;	
}

#menu-top ul a {
	padding: 7px 0;
	width: 210px;
	display: block;
	float: none;
	text-transform: none;
	text-align: left;
	height: auto;
	color:#FFF;
	font-size:14px;
	line-height: 1.2em;
	border-bottom:1px solid rgba(255,255,255,0.5);
	box-sizing:border-box;
}
#menu-top ul li:last-child > a{border:none;}

#menu-top ul a:hover {	
	text-decoration: underline;
}
#menu-top ul a:hover .submenu-icon{
	right: 0px;
}

ul#menu-top > li > ul > li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #0077ae;
}


#menu-top ul li {
	background-color: #0077ae;
	float: none;
	display: block;
	box-sizing:border-box;
	padding: 0 15px;
}

.top-menu-homebox{
	position: absolute;
	left: 0;
	top: 9px;
}
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;
	border: 1px solid rgba(255,255,255,0.2);
	background-color:rgba(0,0,0,0.3);
	border-radius:5px;
	position: absolute;
	left: 40px;
	top: 8px;
	font-size: 19px;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
	color: #FFF;
	display:none;
	line-height: 29px;
}
#leftfixmenu-open:hover{cursor:pointer; color:#b3cde5;}
.leftfixmenu-body {
	position: fixed;
	top: 0;
	left: -320px;
	z-index: 101;
	width: 320px;
	height: 100%;	
	background-color: #0077ae;
}
.leftfixmenu {height: 100%; overflow-y: scroll;}

.leftfixmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.leftfixmenu ul li{position:relative; padding:0;}

div.leftfixmenu-body > h3 {
	margin: 0;
	padding: 8px 15px;
	background-color:rgba(0,0,0,0.1);
	border-bottom:2px solid #5d94c7;		
	font-weight: 300;
	font-size: 24px;
	color: #FFF;
}


.leftfixmenu ul > li > a {
	display: block;
	padding: 6px 10px;
	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.2);
	
	position: relative;
}


.leftfixmenu ul li ul li a{border:none; position: relative; padding-left:20px; font-size: 17px;}
.leftfixmenu ul li ul li ul li a{padding-left:30px; line-height:20px;}


.leftfixmenu ul li ul li{
	border-bottom:1px solid rgba(255,255,255,0.2);
	padding-left:0;
}
.leftfixmenu ul li ul li:first-child{border-top:1px solid rgba(255,255,255,0.2);}

.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: 5px;
	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: 20px;
	width: 20px;
	top: 0;
	margin-top:10px;
	right: 8px;
	position: absolute;
	background-color:transparent;
	background-image: url(../images/sub-leftfixmenu.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	box-sizing:border-box;
	z-index: 999;
	display: block;
}
.leftfixmenu-switch:hover{
	cursor:pointer;	
}
.leftfixmenu-switch.active{
	background-position: -32px center;
}
.leftfixmenu ul li ul{display:none;}
ul#menu ul.tt{display:block;}
/*END LEFTFIXMENU*/


.randevu-menu{position: absolute; top: 56px; right: 10px;}
div.randevu-menu a{
	font-family: mk_text_cond_proregular;
	background-color: #FF6600;
	display: block;
	padding:0 12px;
	color: #FFF;
	line-height: 28px;
	height: 28px;
	border-radius:8px 0 8px 0;
	font-size: 16px;
}
div.randevu-menu a:hover{
	background-color: #0095DA; color:#FFF;
	-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;
}
/*END TOPMENU*/

/*START SLIDESHOW*/
.slaydshow-backgraund{	
	background-color: transparent;
}
.slideshow-body{
	box-sizing:border-box;
	padding:0;
}
.slideshow-body img{
	width: 100%;
}
/*END SLIDESHOW*/

/*START TOPMODUL*/
.topmodul-body, .bottommodul-body{
	box-sizing:border-box;
	margin:20px 0;
	overflow:hidden;	
}

.aboutus-backgraund{
	background-image: url(../images/climpek.png);
	background-repeat: repeat;
	background-position: left top;
	color: #000;
}
div.aboutus-backgraund div.content-modul-header h2{color:#000;}

.content-modul-header{
	background-image: url(../images/content-modul-header-black.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom:25px;
}
.content-modul-header h2{color:#003DA1;}

.content-modul-header h2{
	padding-bottom:18px;
	margin-bottom:20px;
	font-family: 'Calibri';
	font-size:26px;
	text-align: center;	
}
.content-modul-header h2 strong{
	font-weight: bold;
}

.aboutus-body{	
	overflow: hidden;
}
.aboutus-body p{line-height: 1.7em; font-size:18px;}

.aboutus-table{display:table; table-layout:fixed;}
.aboutus-row{display:table-row;}
.aboutus-cell{display:table-cell; vertical-align:top;}
.aboutus-left{width:37%;}
.aboutus-right{width:63%; padding-left:20px;}
.aboutus-left img{
	width:100%;
	margin:15px 0 0 0;
}

.aboutus-content-box{
	padding-left:15px;
	color: #772186;
}
.aboutus-right p{
	font-size: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.6em;
	text-align: justify;
}
div.about-readmore > a{
	font-size:17px;
	margin:15px 0;
	color: #FFF;
	text-align: center;
	padding: 0px 18px;
	border: 1px solid #666;
	display: inline-block;
	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;
	background-color: #1A2753;
	line-height: 28px;
}
div.about-readmore > a:hover{	
	background-color: #50B8BB;
}

ul.about-list{
	margin-left:10px;
	font-size: 19px;
}
ul.about-list li{
	background-image: url(../images/about-li.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 30px;
	margin-bottom:7px;
}


/*END TOPMODUL*/

/*START CONTENT LINKS*/
.content-links-cell{
	float: left;
	height: 180px;
	width: 25%;
	position: relative;
}
.content-links-cell:nth-child(1){
	background-color: rgba(200,14,35,0.7);
}
.content-links-cell:nth-child(2){
	background-color: rgba(34,96,133,0.7);
}
.content-links-cell:nth-child(3){
	background-color: rgba(177,213,1,0.7);
}
.content-links-cell:nth-child(4){
	background-color: rgba(153,0,204,0.7);
}
.content-links-icon{
	height: 100px;
	width: 50px;
}
.content-links-icon img{
	width: 30px;
	margin:20px 0 0 10px;
}
.content-links-text{
	position: absolute;
	left: 55px;
	top: 15px;
	right: 10px;
}
.content-links-text p{
	font-size:16px;
	margin:8px 0 0 0;
	line-height: 1.2em;
	color: #FFF;
}
div.content-links-text a{
	font-size: 21px;
	line-height: 0.9em;
	color: #FFF;	
}
div.content-links-text a:hover{	
	text-decoration: underline;	
}
.content-links-link{
	background-color: #FFF;
	height: 26px;
	width: 26px;
	border-radius:26px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.content-links-link a{
	font-size: 0px;
	background-image: url(../images/content-links-link.png);
	background-repeat: no-repeat;
	background-position: -15px 5px;
	display: block;
	-webkit-transition: all 200ms ease-out 0s;
	-moz-transition: all 200ms ease-out 0s;
	-o-transition: all 200ms ease-out 0s;
	transition: all 200ms ease-out 0s;
}
.content-links-link a:hover{
	background-position: 10px 5px;
}
/*START CONTENT LINKS*/

/*START USTUNLUK*/
.ustunluk-row{
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.ustunluk-img{width:50%;}
.ustunluk-img img{width:90%; margin: 0 10% 0 0;}
.ustunlik-text{
	color: #0095DA;
	-ms-flex-preferred-size:0;
	    flex-basis:0;
	-webkit-box-flex:1;
	    -ms-flex-positive:1;
	        flex-grow:1;
}
.ustunlik-text ol{
	counter-reset: myCounter;
	position: relative;
	padding-left:0;
	margin:5px 0;
}
.ustunlik-text li{
	position: relative;
	padding: 10px 0 10px 40px;
	margin-bottom:0;
	line-height: 1.1em;
	font-size: 19px;
}
.ustunlik-text li:before {
	counter-increment: myCounter;
	content:counter(myCounter);
	color: white;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	width: 32px;
	height: 32px;
	position: absolute;
	top:50%;
	left:0px;
	margin-top:-16px;
	font-size: 20px;
	background-image: url(../images/ustunluk-li.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/*END USTUNLUK*/

/*START PORTFOLIO*/
ul.simplefilter{
	font-family:mk_text_cond_proregular;
	display: table;
	margin:0 auto 30px auto;
	font-size: 15px;
}
ul.simplefilter li{
	display: block;
	float: left;
	margin:0 5px;
	padding:1px 10px 0 10px;
	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;
}
ul.simplefilter li.active, ul.simplefilter li:hover{
	color: #FFF;
	background-color: #C80E23;
}

.filtr-container{
	margin-right: -1.65%;
	margin-left: -1.65%;	
	overflow: hidden;
}

.filtr-item{
	float: left;
	min-height: 1px;
	width: 21.7%;
	padding-left:1.65%;
	padding-right:1.65%;	
	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:20px;
	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 SERVICES*/

.services-backgraund{
	background-color:rgba(0,61,161,0.1);
	background-image: url(../images/modul-background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.services-row{padding:0;}
.services-cell{
	float: left;	
	min-height: 100px;
	width: 25%;
	margin:0;
}
.services-cell-item{
	padding: 10px;
	text-align: center;
	margin-bottom:20px;
}
div.services-cell-item > a{
	font-size: 19px;
	font-weight: 400;
	color: #1A2753;
	margin:20px 0;
	display: inline-block;
}
div.services-cell-item > a:hover{color:#50B8BB;}
div.services-cell-item img{
	width:200px;
	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;
}
img.shadow-service{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(80,183,187,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(80,183,187,1);
	box-shadow: 0px 0px 15px 0px rgba(80,183,187,1);
}

.services-cell-item p{
	margin:0;
	line-height: 1.2em;
}

/*END SERVICES*/

/*START HESABLAMA*/
.hesablama-row{
	margin:0 -2.5%;
	margin-bottom:20px;
}

.hesablama-cell{
	float:left;
	width: 20%;	
	padding:0 2.5%;
	position: relative;
}
.hesablama-item img{
	width:100%;
	margin:0;
	padding:0; 
	-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;
}

.hesablama-item a:hover img{opacity:0.7;}

/*Hesab scriptler*/
.hesablama-calculator{display:table;}
.hesablama-calculator-row{display:table-row;}
.hesablama-calculator-cell{display:table-cell; vertical-align:top;}
div.hesablama-calculator-cell p{margin:2px 0;}
input.hesab-input{width:100px; border: 1px solid #6ca2c6; border-radius:3px; padding:3px;}
.hesablama-button{margin:20px 0;}
.hesablamabutton{
	background-color: #1a2753;
	padding: 4px 24px;
	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;
}
.hesablamabutton:hover{
	color: #FFF;
	background-color: #C80E23;
}
.hesabat-vacib{
	display:none;
	font-size: 15px;
	color: #F00;
}
.hesabat-result{
	display:none;
	background-color: rgba(0,61,161,0.1);
	padding: 1px 10px;
}

.sag-hesablamalar div{
	float:left;
	width:50%;
}
.sag-hesablamalar img{
	margin: 0px;
	padding: 0px;
	float: none;
	-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;
	width: 100%;
}

.sag-hesablamalar a:hover img{opacity:0.7;}

/*END HESABLAMA*/

/*START BOTTOM-MODUL*/
.bottommodul-latestnews-row{
	margin:0;
}
.bottommodul-latestnews-cell{
	background-color: #FFF;
	float: left;
	min-height: 200px;
	margin:0 10px;
	position: relative;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.bottommodul-latestnews-cell a{
	font-size: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
}
.news-item-img{
	height: 165px;
	width: 100%;
}
.news-item-img img{
	height: 100%;
	width: 100%;
}
.news-item-content{
	padding: 10px;
	height: 95px;
}
.news-item-content h3{
	font-size: 16px;
	line-height: 1.1em;
	font-weight: 600;
	margin-bottom:5px;
	color: #0AAA90;
}
.bottommodul-latestnews-cell:hover .news-item-content h3{color: #b32abd;}
.news-item-content p{
	margin: 0px;
	line-height: 1.1em;
	font-size: 15px;
}
.news-item-meta{
	font-size: 15px;
	background-color: #0AAA90;
	height: 24px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #FFF;
	position: relative;
	line-height: 24px;
}
.news-radmore-icon {
    position: absolute;
    top: 2px;
    right: 10px;
}

/*END BOTTOM-MODUL*/

/*MIDDLE*/
.middle-body{
	position: relative;
	overflow:hidden;
}
.middle{
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
}
.middle-left {
	-webkit-box-flex:1;
	    -ms-flex-positive:1;
	        flex-grow:1;
	-ms-flex-preferred-size:0;
	    flex-basis:0;
	overflow: hidden;
}
.middle-left-box{
	padding: 0 30px 0 0;
	min-height: 1px;
	margin:0;	
}
.middle-right{
	width: 300px;
	position: relative;	
	min-height: 200px;
	box-sizing:border-box;
    background-color: rgba(0,61,161,0.1);   
}

/*MIDDLE*/

/*START CONTENT*/
div.article-top-body{padding-top:0px;}
div.article-top-body img{margin-bottom:0;}
.content-header{
	text-align: left;
	margin-bottom: 15px;
	padding-bottom:10px;	
	background-image: url(../images/content-header-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.content-header h2{	
	line-height: 1.05em;
	padding-top:15px;
	padding-left:2px;
	padding-bottom:0;
	margin-bottom:5px;
	font-size: 24px;	
}
.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: 17px;
	overflow: hidden;
	box-sizing:border-box;
	text-align: justify;	
	margin-bottom:20px;
	position: relative;
	min-height:150px;
}
.content-text a{
	text-decoration: underline;
}
.content-text h3, .content-text h4{
	margin-bottom:10px;
	font-weight: bold;
}
.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/check-13x13.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	margin-top:5px;
	margin-bottom:5px;
}
.content-text ol{
	list-style-type: decimal;
}
.content-text ol > li{
	list-style-type: decimal;
	padding-left: 5px;
}

.content-text blockquote{
	border-left: 4px solid #FF6600;
	padding:1px 7px;
	margin:8px 0 30px 0;
	font-style: italic;
	background-color: #DDF4FF;
}
.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 > thead{
	background-color: #2aa9e0;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
.content-text table tr:nth-child(2n){background-color: rgba(42, 169, 224, 0.1);}
.content-text table p{margin:0;}
.content-text table{
    border:1px solid #999;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}
.content-text table td{
	border:1px solid #999;
	padding:3px 5px;
	vertical-align: middle;
	text-align: center;
}
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;}

table.uzvulik-table{border:none; width:100%;}
table.uzvulik-table tr{background-color:transparent; border:none;}
table.uzvulik-table td{vertical-align:middle; border:none;}
table.uzvulik-table td img{width:100%; padding:15px; border:none;}

a#service, a#mehsullar{padding-top:70px;display:block;}

.content-text img{box-sizing:border-box;}
img.imageleft30, img.imageleft40, img.imageleft50, img.imageleft60, img.imageleft70, img.imageleft80, img.imageleft90{float: left; margin: 5px 10px 10px 0}
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.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.imagecenter60, img.imagecenter70, img.imagecenter80{float:none; display:block; margin-left:auto; margin-right:auto;}
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*/

/*Full Service Page*/
.full-service{display:table; width:100%;}
.full-service-row{display:table-row;}
.full-service-cell{display:table-cell; width:50%; text-align:left;}
.full-service-cell:nth-child(odd){padding-right:25px;}
/*Full Service Page*/

/*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*/

/*Fotogallery Item*/
.photo-item-body{
	margin-bottom: 20px;
}
div.photo-item-body ul{
	padding: 0px;
	position: relative;
	margin: 0px -2.4%;	
}
div.photo-item-body ul li{
	box-sizing: border-box;
	width: 28.7%;
	float:left;
	padding:0;
	margin: 0 2.3% 35px 2.3%;	
	background-image: none;	
}
div.photo-item{
	padding: 0;
	margin:0;
}
div.photo-item-box{
	border: 2px solid #999;
	position:relative;
	overflow: hidden;
}
div.photo-item-box img{
	margin: 0px;
	padding: 0px;
	width: 100%;
	border:none;
}
span#photogallery-item-hover{
	opacity:0;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/fotogallery-item-hover.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
span#photogallery-item-hover:hover{
	opacity:1;
}
span#photogallery-item-hover:hover{
	opacity:1;
}
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;}


/*Fotogallery Item*/


/*START CONTENT NEWS LIST*/
.news-list-header{
	background-image: url(../images/content-modul-header-black.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin:10px 0 30px 0;
	border:none;
}
.news-list-header h2{
	text-align: center;
	padding-bottom:4px;
}
.newslist-page{margin-left:-2.5%; margin-right:-2.5%;}
.newslist-cell-page{float:left; width:45%; padding:0 2.5%; margin-bottom:18px;}
.newslist-cell-page .content-newsitem-img{border-bottom:2px solid #cdd7de; box-sizing:border-box;}
.newslist-cell-page .content-newsitem-img img{height: 240px;}
.content-newsitem-content{height: 42px; display:table;}
.content-newsitem-content h3{display:table-cell; vertical-align:middle;}


.content-newsitem{
	margin-bottom:20px;
	background-color: #FFF;
	box-sizing:border-box;
	border:1px solid #E1E1E1;
}
.content-newsitem:hover{
	background-color: #F3F7F8;
}
.content-newsitem-img img{width:100%; margin:0; height:205px;}
.content-newsitem-content{padding:8px 5px;}
div.content-newsitem-content h3{font-size:19px; line-height: 1.1em; margin:0;}
div.content-newsitem-content a{color:#003da1;}
div.content-newsitem-content a:hover{color:#50B8BB; text-decoration: underline;}
div.content-newsitem-content p{font-size:16px; line-height: 1.2em; margin:0;}
.content-newsitem-meta{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	font-family: 'mk_text_cond_proregular';
	font-size:16px;
	color:#333;
	border-top:1px solid #999;
	padding-top: 5px;
	margin-bottom:5px;
	position: relative;
}
div.meta-delimer{height:28px; margin:0 7px; border-right:1px solid #999;}
div.like i{color: #090;}
div.dislike i{color: #B93763;}
.content-newsitem-meta-readmore{
	position: absolute;
	top: 7px;
	right: 5px;
}
.content-newsitem-bottomline{
	width:100%;
	height:5px;
	background-color: #50B8BB;
}
.daha-chox{
	text-align: center;
	margin-top:30px;
	margin-bottom:30px;
}
.daha-chox-button{
	background-color:#0095da;
	border:none;
	border-radius:5px;
	font-size: 12px;
	padding:9px 30px 8px 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: #ff6600;
	cursor:pointer;
	color: #FFF;
}
#daha-chox-img{
	z-index: 2;
	display: none;
	margin:2px 0;
}

/*END CONTENT NEWS LIST*/

/*START CONTENT BOTOM LATESTNEWS*/
.content-bottom-latestnews{
	margin-left:-1.5%;
	margin-right:-1.5%;
	position: relative;
}
.content-bottom-latestnews-cell{
	float: left;
	margin-bottom:32px;
	width:22%;
	padding:0 1.5%;
}
.content-bottom-latestnews-box{position: relative;}
.content-bottom-latestnews-img img{width:100%; height: 185px;}
.content-bottom-latestnews-img{
	background-image: url(../images/img-loader.gif);
	background-repeat: no-repeat;
	background-position: center 40%;
}

div.content-bottom-latestnews-box a{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	color: #FFF;
	text-align: center;
	display: block;
	font-size: 22px;
	line-height: 6.5em;
}

div.content-bottom-latestnews-box a > i{
	-webkit-transition: all 200ms ease-out 0s;
	-moz-transition: all 200ms ease-out 0s;
	-o-transition: all 200ms ease-out 0s;
	transition: all 200ms ease-out 0s;
}
div.content-bottom-latestnews-box a > i{opacity:0.6;}
div.content-bottom-latestnews-box a:hover > i{opacity:1.0;}

.content-bottom-latestnews-data{
	font-size: 12px;
	padding:2px 5px;
	line-height: 1.1em;
	color: #FFF;
	background-color: rgba(255,102,0,0.5);
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}
.content-bottom-latestnews-data i{font-size: 12px;}

.content-bottom-latestnews-title{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 149, 218, 0.7);
	-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;	
	width:100%;
	height: 48px;
	display:table;
}
div.content-bottom-latestnews-title a{
	position:static;
	padding:2px 10px;
	line-height: 1.0em;
	color: #FFF;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
	font-size: 18px;
}
.content-bottom-latestnews-box:hover .content-bottom-latestnews-title{background-color: rgba(255,102,0, 0.7);}
/*END CONTENT BOTOM LATESTNEWS*/



/*==============Contact===============*/
.contact-table{width:100%; display:table; table-layout:fixed;}
.contact-row{display:table-row;}
.contact-cell{display:table-cell; vertical-align:top;}
.contact-cell-content{width:60%;}
.contact-cell-form{width:40%; padding-left:40px;}
.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;
}
span#test-summa{color: #de5e60; font-size: 14px; margin-left:10px;}
#loader{
	display: none;
	opacity:0;
	margin-bottom:10px;
}
.newbutton{
	background-color: #1A2753;
	padding: 8px 35px;
	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: #50B8BB;
}
/*==============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;}
.content-randevu-text{width:50%;}
.content-randevu-img{width:45%;padding-left:5%}
.content-randevu-img img{width:100%;margin:20px 0 0 0;}

/*END RANDEVU FORM PAGE*/

/*START CONTENT NEWS*/
.content-news{display:table; table-layout:fixed; width:100%; padding-top:20px;}
.content-news-row{display:table-row;}
.content-news-cell{display:table-cell; vertical-align:top;}

.content-news-left{
	width: 80px;	
}
.content-news-right{
	padding-left:26px;		
}

.cat-name{
	text-align: right;
	font-size: 15px;
}
.cat-name a{color:#003DA1; text-decoration:underline;}
.cat-name a:hover{color:#D9242B; text-decoration:none;}

.content-news-img img{
	width:99.8%;
	float:none;
	border:5px solid #FFF;
	box-sizing:border-box;
	margin:0;
	-webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);	
}

/*______________*/
.topcontent-news-meta{
	font-size: 15px;
	color: #666;	
	text-align: left;
	display:none;
}
.content-news-meta{
	font-weight: bold;
	font-size: 17px;
}

.content-news-meta li{padding: 5px 0; margin-bottom:2px; color: #FFF; box-sizing:border-box;}
.content-news-data{background-color: #003DA1;}
.content-news-meta div{
	text-align: center;	
	
}
li.content-news-time{padding: 4px 2px; background-color: #D9242B;}
.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 0 10px 0;
	background-image: url(../images/right-sidebar-header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.right-column-header h3{
	text-align: center;
	margin-bottom:0;
	padding-bottom:17px;
	font-size: 22px;
}
.right-column-header span{
	background-color: #FFF;
	border-radius:4px;
	position: relative;
	top: -16px;
	padding:0 7px;
}
.right-column-latestnews li{
	border-bottom: 1px dotted #999;
	padding-bottom:15px;
	margin-bottom:3px;
}
.right-column-latestnews li:last-child{border-bottom: none;}
.right-latestnews-date{
	font-size: 13px;
	color: #5595FF;
}
.right-latestnews-img{
	float: left;
	width: 35%;
	margin-right:5px;
}
.right-latestnews-img img{
	width:100%;
	margin:3px 0 0 0;
	padding:2px;
	border: 1px solid #5595FF;
	box-sizing:border-box;
}
div.right-latestnews-content a{
	line-height: 1.0em;
	display: block;
	color:#003DA1;
}
div.right-latestnews-content a:hover{color:#D9242B;}
/*END RIGHD SIDEBAR*/

/*START RIGHD MENU*/
#menu_right{	
	display: table;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
#menu_right li {
	position: relative;
	display: block;
	width: 100%;
}
#menu_right li ul {
	margin-left:15px;
	display:none;	
}
span.right-menu-sprayt {
	display:block;
	height: 15px;
	width: 26px;
	position: absolute;
	top: 9px;
	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:#003DA1;
	text-decoration: none;
	display: block;
	margin-right:0;
	padding:7px 10px 7px 11px;
	-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.1em;	
}
ul#menu_right > li{
	border-bottom:1px dashed #5E250A;
	background-image: url(../images/right-basic-li.png);
	background-repeat: no-repeat;
	background-position: left 13px;
}
#menu_right li > ul a{
	color:#003DA1;
	font-size: 17px;
	line-height: 1.2em;
}
#menu_right li > ul a.current{
	color:#50B8BB;
}

#menu_right li > a:hover{
	color: #50B8BB;
}

ul#menu_right > li > a.current{
	color: #50B8BB;
}
ul#menu_right ul li{
	background-image: url(../images/right-drop-li.png);
	background-repeat: no-repeat;
	background-position: left 16px;
}
ul#menu_right .menu-separat{
	background-image: none;
	border:none;
}


/*END RIGHD MENU*/

/*START FOOTER*/
.footer{
	color:#FFF;
	background-color: #1a2753;	
}
.footer-body{
	padding:15px 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%}
div.footer-cell-content p{
	margin-bottom:15px;
}
div.footer-cell-content a{
	color: #999;
}
div.footer-cell-content a:hover{
	color: #B1D501;
}
div.footer-cell-content span.fa{
	margin-right:12px;
}

p.footer-social-icon > span.fa{
	background-color: #FFF;
	padding:3px 2px 1px 2px;
	margin-right:5px;	
}

div.footer-cell-content span.fa-facebook{color:rgb(62, 91, 152);}
div.footer-cell-content span.fa-instagram{color:rgb(156, 124, 110);}
div.footer-cell-content span.fa-youtube{color:rgb(224, 42, 32);}


.footer-cell h3 {
	font-family: mk_text_cond_proregular;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 0px;
	text-align: left;
	color: #FFF;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.footer-cell p{
	line-height: 1.2em;
}
#menu-bottom li{border-bottom: 1px dotted rgba(255,255,255,0.5); padding:2px 0;}
#menu-bottom li:last-child{border-bottom:none;}
#menu-bottom li.menu-separat{border:none;}
#menu-bottom a{
	color: #FFF;
	font-size: 16px;
}
#menu-bottom a:hover{
	color: #FF6600;
}

em.no-icon-text{white-space:nowrap;font-size: 18px; margin: 0;}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}
#generate-email-bottom > a{color:#FFF;}
#generate-email-bottom > a:hover{color:#dffffd;}
.footer-copyright-body{
	font-size:15px;
	padding-top:2px;
	background-color: rgba(0,0,0,0.1);
	border-top:1px solid #FFF;
	color: #FFF;
}
.footer-cell-content table td{padding:5px 0; vertical-align:middle;}
.footer-cell-content table td:first-child{font-size:20px;}
.footer-cell-content table td p{
	margin:2px 0;
}
.footer-cell-content table td a{
	color: #FFF;
}
.footer-cell-content table td a:hover{
	color: #FF6600;
}
.copyright p{
	margin:2px 0;
	line-height: 1.6em;
}
.copyright a{color:#fff;}
.copyright a:hover{color:#B1D501;}
#back-top{
	position: fixed;
    z-index: 10;
	right: 10px;
	bottom: 10px;
	display: none;
}
#back-top a{
	background-image: url(../images/goto-top.png);
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 0px;
	display: block;
	height: 36px;
	width: 36px;
	border-radius:100px;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
#back-top a:hover{
	background-color:#333;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
.saygac{position: absolute; top: 4px; right: 10px;}
/*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: #333;
}
.search-content{
	border: 1px solid #5E250A;
	box-sizing:border-box;
	margin-bottom:30px;
	padding:5px 0;
}
/*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*/

.products-list-item{
	background-color: rgba(255,255,255,0.7);
	position: relative;
	padding:10px;
	box-sizing:border-box;
	margin-bottom:30px;	
}
.products-list-item:hover{
	background-color: rgba(255,255,255,1.0);
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}

/*For 4-Column*/
.products-list-parent-4{
	margin-left:-1.5%;
	margin-right:-1.5%;
}
.products-list-item-4{
	float: left;
	width:22%;
	padding-left:1.5%;
	padding-right:1.5%;
	display: block;
}
.products-list-item-4 img{height:140px;}
/*For 4-Column*/

/*For 3-Column*/
.products-list-parent-3{
	margin-left:-2.11%;
	margin-right:-2.11%;
}
.products-list-item-3{
	float: left;
	width:29.11%;
	padding-left:2.11%;
	padding-right:2.11%;
	display: block;
}
.products-list-item-3 img{height:150px;}
/*For 3-Column*/

.products-list-item-img{position:relative;}
.products-list-item-img img{width:100%; border:1px solid #E1E1E1; box-sizing:border-box;}
.products-list-title{
	display:table;
	width:100%;
	height:40px;
	padding:3px 0;	
	text-align: center;
}
.products-list-title a{
	display:table-cell;
	vertical-align: middle;
	line-height: 1.1em;
	font-size: 18px;
	color: #C80E23;
}
.products-list-title a:hover{color:#FF6600;}
.products-list-number{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.5);
	padding: 0 3px;
	font-size: 15px;
	color: #FFF;
	line-height: 1.5em;
}
.products-list-olchu{font-family: 'mk_text_cond_proregular'; font-size:17px; text-align:center;}
.products-list-button{width:100%; margin-top:5px;}
.products-list-sifarish{float:left; width:54%;}
.products-list-readmore{float:right; width:46%;}
div.products-list-sifarish a, div.products-list-readmore a{
	display:block;
	color: #FFF;
	text-align: center;
	padding:5px 0;
	line-height:17px;
	font-size: 16px;
	-webkit-transition:All 0.15s linear;
	-moz-transition:All 0.15s linear;
	-o-transition:All 0.15s linear;
	transition: All 0.15s linear;
}
.products-list-sifarish a{background-color: #FF6600;}
.products-list-sifarish a:hover, .products-list-readmore a:hover{background-color: #C80E23;}
.products-list-readmore a{background-color: #5E250A;}


/*PRODUCTS-LIST*/

/*PRODUCT-ITEM*/
.product-body{display:flex;}
.product-left{width:55%; overflow:hidden;}
.product-right{padding-left:20px;}
.product-images-box img{
	width:100%;
	float:none;
	padding: 0px;
	margin:0;
	border:0;
}

.sifarish-forum-header{
	background-image: url(../images/content-modul-header-black.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin:10px 0 30px 0;
	border:none;
}
.sifarish-forum-header h3{
	text-align: center;
	padding-bottom:10px;
}
.sifarish-forum-box{
	width:100%;
	margin:10px auto;
	padding:20px 0;
	border-radius:10px;
	background-color: rgba(255,255,255,0.5);
}
#sifarish-forum-box{padding:0 50px 0 45px;}
.sifarish-forum-box .contact-input-box input, .sifarish-forum-box .contact-input-box textarea {
    width: 100%;
}
/*PRODUCT-ITEM*/

/*PASIYENT REYLERI*/
.pasiyent-body{
	padding:0 100px;
	position: relative;
}
.pasiyent-box:before{
	content:"";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	bottom: 0px;
	background-image: url(../images/pasiyent-left-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.pasiyent-box:after{
	content:"";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 80px;
	bottom: 0px;
	background-image: url(../images/pasiyent-right-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.pasiyent-content-row{	
	display:-webkit-box;	
	display:-ms-flexbox;	
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.pasiyent-content-img img{width:150px; margin-right:20px;}
.pasiyent-content-text{
	-ms-flex-preferred-size:0;
	    flex-basis:0;
	-webkit-box-flex:1;
	    -ms-flex-positive:1;
	        flex-grow:1;
}
.pasiyent-content-text p{margin:0; line-height:1.3em;}
.pasiyent-content-text strong{
	color: #0095DA;
	display: block;
	margin-top: 10px;
}
/*PASIYENT REYLERI*/

@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(3){margin-right:0;}
}

@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;}
	
	/*START CONTENT NEWS LIST*/
	.newslist-cell-page .content-newsitem-img img{height: 210px;}	
	/*END CONTENT NEWS LIST*/
	
	/*START CONTENT BOTOM LATESTNEWS*/
	.content-bottom-latestnews-img img{height: 175px;}
	/*END CONTENT BOTOM LATESTNEWS*/

}

@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;}	
	
	#menu-top > li > a{padding:0 18px;}
	
	/*Header contact Info*/
	.header-contact-info{font-size: 18px; line-height:26px; top: 43px;}
	.infoemail, .phonenumbers{display:block;}
	/*Header contact Info*/
	
	/*START CONTENT NEWS LIST*/
	.newslist-cell-page .content-newsitem-img img{height: 190px;}
	div.content-newsitem-content h3{font-size:18px;}
	/*END CONTENT NEWS LIST*/

	/*content-latestnews*/
	.content-latestnews-img img{height: 130px;}
	/*content-latestnews*/
	
	/*services*/
	.services-item{width: 225px;}
	/*services*/
	
	div.content-links-text a{font-size: 17px;}
	.content-links-text p{margin:5px 0 0 0; font-size: 15px; line-height: 1.1em;}
	
	/*For 3-Column*/
	.products-list-parent-3{
		margin-left:-1.11%;
		margin-right:-1.11%;
	}
	.products-list-item-3{
		width:31.11%;
		padding-left:1.11%;
		padding-right:1.11%;
	}
	.products-list-item-3 img{height:130px;}
	/*For 3-Column*/
	
	/*START CONTENT BOTOM LATESTNEWS*/
	.content-bottom-latestnews-img img{height: 165px;}
	div.content-bottom-latestnews-title{height: 43px;}
	div.content-bottom-latestnews-title a{font-size: 17px;}
	/*END CONTENT BOTOM LATESTNEWS*/
	

}

@media only screen
and (max-width : 900px) {
	
	#menu-top > li > a{padding:0 25px;}
	
	.content-news-left{display:none;}
	.content-news-right{padding-left:0;}
	#content-social-news{display:block;}
	.topcontent-news-meta{display:block;}
	
	.contact-row, .contact-cell{display:block;}
	.contact-cell-content{width:100%; margin-bottom:20px;}
	.contact-cell-form{width:100%; padding-left:0;}
	
	.content-links-cell{
		height: 160px;
		width: 50%;		
	}
	div.content-links-text a{font-size: 21px;}
	.content-links-text p{margin:8px 0 0 0; font-size: 17px; line-height: 1.3em;}
	
}

@media only screen
and (max-width : 830px) {
	
	#menu-top{
		display:none;
	}
	#leftfixmenu-open{left:auto; right:0; display:block;}
	.top-menu-homebox{left: 0;}
	
	.lang-body{left:10px; top:5px;}
	.header-social-body{right:10px; top:1px;}
	.logo{float:none; text-align:center; margin-top:20px;}	
	.slogan{display:none;}	
	
	/*Header contact Info*/
	.header-contact-info{position:static; margin:0 auto; text-align:center;}
	.infoemail, .phonenumbers{display:inline;}
	/*Header contact Info*/
	
	.search-body{position:static; margin:0 auto 10px auto; text-align:center;}
	.search-body form{display:inline-block; margin:0 auto;}	
	
	.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;
	}
	
	/*Footer*/
	.footer-copyright {
		text-align:center;
		float: none;
		width: 100%;
	}
	
	#back-top{bottom:50px;}
    .saygac{position: static; margin: 5px auto; text-align: center;}
	/*Footer*/
	
	.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;}
	
	/*about us*/
	.aboutus-table, .aboutus-row, .aboutus-cell{display:block;}
	.aboutus-left, .aboutus-right{width:100%; padding:0;}
	.aboutus-left img{display:block; width:70%; margin:0 auto 20px auto;}
	/*about us*/
	
	/*START CONTENT NEWS LIST*/
	.newslist-cell-page .content-newsitem-img img{height: 240px;}
	div.content-newsitem-content h3{font-size:19px;}
	/*END CONTENT NEWS LIST*/
	
	/*services*/
	.services-cell{width: 50%; margin:0;}
	/*services*/
	
	/*Ustuluklerimiz*/
	.ustunlik-text li{padding: 7px 0 7px 40px; font-size: 18px;}
	.ustunluk-img img{width:95%; margin: 0 5% 0 0;}
	/*Ustuluklerimiz*/
	
	/*Portfolio*/
	.filtr-item{width: 30%;}
	/*Portfolio*/
	
	/*PRODUCTS-LIST*/
	.products-list-parent-4{margin-left:-2.11%; margin-right:-2.11%;}
	.products-list-item-4{
		width:29.11%;
		padding-left:2.11%;
		padding-right:2.11%;
	}
	.products-list-item-4 img{height:140px;}
	.products-list-olchu{font-size:17px;}
	/*PRODUCTS-LIST*/
	
	/*For 3-Column*/
	.products-list-parent-3{
		margin-left:-2.11%;
		margin-right:-2.11%;
	}
	.products-list-item-3{
		float: left;
		width:29.11%;
		padding-left:2.11%;
		padding-right:2.11%;
		display: block;
	}
	.products-list-item-3 img{height:150px;}
	/*For 3-Column*/
	
	.randevu-menu{top: 207px; right: 10px;}
	
	/*START CONTENT BOTOM LATESTNEWS*/
	.content-bottom-latestnews-img img{height: 150px;}
	div.content-bottom-latestnews-title{height: 38px;}
	div.content-bottom-latestnews-title a{font-size: 16px;}
	/*END CONTENT BOTOM LATESTNEWS*/
	
}

@media only screen
and (max-width : 768px) {	
	
	li.topsocial-whatsapp,
	li.topsocial-phone{display:block;}
	img.image40, img.image50, img.image60, img.image70, img.image80, img.image90{
		float: none;
		width: 80%;
	}
	.content-text-table{
		display: table;
		table-layout:fixed;
		width: 100%;
	}
	.content-text-row{
		display: block;
	}
	.content-text-cell{
		display: block;			
	}
	.content-text-right {
		width: auto;
	}

    .paginate {
        left: 15px;
        right: 15px;
    }
    #map-canvas {
    	width:100%;
    	height: 400px;
    }
    .middle-left-box{
    	min-height: 1px;    	
    }
    .middle-right{
    	min-height: 1px;   
    }
	
	
	.news-item-img{height: 200px;}
	
	#thumbs {
		margin: 0 -1.9% 0 -1.9%;
	}
	
	.item-thumbs {		
		width: 29.5%;
		margin-left:1.9%;
		margin-right:1.9%;
	}
	
	.content-social-whatsapp{display:block;}	
	.content-social-print{display:none;}
	.bottom-content-social li{width:25%; margin-right:0; padding:6px 0;}
	
	/*START CONTENT NEWS LIST*/
	.newslist-cell-page .content-newsitem-img img{height: 210px;}
	div.content-newsitem-content h3{font-size:18px;}
	/*END CONTENT NEWS LIST*/
	
	
	/*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*/
	.products-list-olchu{font-size:16px;}
	/*PRODUCTS-LIST*/
	
	/*Ustuluklerimiz*/
	.ustunlik-text li{padding: 6px 0 6px 40px; font-size: 17px;}	
	/*Ustuluklerimiz*/
	
	/*START CONTENT BOTOM LATESTNEWS*/
	.content-bottom-latestnews-img img{height: 140px;}
	div.content-bottom-latestnews-title{height: 35px;}
	div.content-bottom-latestnews-box > a{font-size: 20px; line-height: 6.0em;}
	div.content-bottom-latestnews-title a{font-size: 15px;}
	.content-bottom-latestnews-data{font-size: 11px;}
	/*END CONTENT BOTOM LATESTNEWS*/
	
	/*Randevu Cell-----------------------*/
	.randevu-row{margin: 0;}
	.randevu-cell{
		float: none;	
		min-height: 100px;
		width: 100%;
		margin:0 0 30px 0;
	}
	.content-randevu-img{display:none;}
	
	/*Randevu Cell-----------------------*/
	
}

@media only screen
and (max-width : 720px) {
	
	/*Footer*/
	.footer-cell-text, .footer-cell-menu, .footer-cell-html{width:100%; margin: 0 0 20px 0;}
	.footer-cell-separator{width:0; display:none;}
	.copyright p{line-height: 1.2em;}
	/*Footer*/

	
	/*START CONTENT NEWS LIST*/
	.newslist-cell-page .content-newsitem-img img{height: 190px;}	
	/*END CONTENT NEWS LIST*/
	
	/*Portfolio*/
	.filtr-item{width: 46.7%;}
	/*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;}
	
	/*For 3-Column*/
	.products-list-item-3 img{height:130px;}
	/*For 3-Column*/
	
	/*START USTUNLUK*/
	.ustunluk-row{width:100%; display:block;}
	.ustunluk-img{width:100%;}
	.ustunluk-img img{display:block; width:70%; margin: 0 auto;}
	.ustunlik-text{display:block;}
	.ustunlik-text li{
		padding: 10px 0 10px 40px;
		font-size: 19px;
	}	
	/*END USTUNLUK*/
	
	/*START CONTENT BOTOM LATESTNEWS*/
	.content-bottom-latestnews{margin-left:-4%;margin-right:-4%;}
	.content-bottom-latestnews-cell{margin-bottom:40px; width:42%; padding:0 4%;}	
	.content-bottom-latestnews-img img{height: 210px;}
	div.content-bottom-latestnews-title{height: 43px;}
	div.content-bottom-latestnews-box > a{font-size: 22px; line-height: 6.5em;}
	div.content-bottom-latestnews-title a{font-size: 16px;}
	.content-bottom-latestnews-data{font-size: 12px;}
	/*END CONTENT BOTOM LATESTNEWS*/

}


@media only screen
and (max-width : 640px) {
	
	.logo{margin-top:40px;}
	
	.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*/
	
	/*about us*/	
	.aboutus-left img{width:90%;}
	/*about us*/
    
   	.topmenu-body{float:none; width:100%;}
	.menu_top_device-menu{width:280px;}
	
	/*START CONTENT NEWS LIST*/
	.newslist-cell-page .content-newsitem-img img{height: 170px;}
	div.content-newsitem-content h3{font-size:17px;}
	/*END CONTENT NEWS LIST*/
    
   	/*vakansiyalar*/
	.vak-style, .vakansiya-message{width:100%;}
	.vacancy-item-fields select{width:100%;}
	/*vakansiyalar*/
	
	.content-links-cell{height: 180px;}
	
	/*START CONTENT NEWS LIST*/
	.newslist-cell-page .newslist-cell-img img{height: 150px;}
	.newslist-cell-page .newslist-cell-title {height: 44px;}
	.newslist-cell-page div.newslist-cell-title a {font-size: 16px;}
	/*END CONTENT NEWS LIST*/
	
	/*PRODUCTS-LIST*/
	.products-list-parent-4{margin-left:-5%; margin-right:-5%;}
	.products-list-item-4{
		width:40%;
		padding-left:5%;
		padding-right:5%;
	}
	.products-list-item-4 img{height:160px;}
	.products-list-olchu{font-size:17px;}
	/*PRODUCTS-LIST*/
	
	/*For 3-Column*/
	.products-list-parent-3{
		margin-left:-2.0%;
		margin-right:-2.0%;
	}
	.products-list-item-3{
		width:46%;
		padding-left:2.0%;
		padding-right:2.0%;
	}
	.products-list-item-3 img{height:170px;}
	/*For 3-Column*/
	
	/*START USTUNLUK*/
	.ustunluk-img img{display:block; width:80%; margin: 0 auto;}
	/*END USTUNLUK*/
	
	/*PASIYENT REYLERI*/
	.pasiyent-body{padding:0;}
	.pasiyent-box:before, .pasiyent-box:after{background-image: none;}
	/*PASIYENT REYLERI*/
	
	.randevu-menu{top: 225px; right: 10px;}
	
	/*START CONTENT BOTOM LATESTNEWS*/	
	.content-bottom-latestnews-img img{height: 190px;}
	/*END CONTENT BOTOM LATESTNEWS*/
	
	/*Full Service Page*/
    .full-service, .full-service-row, .full-service-cell{display:block;}
    .full-service-row{display:table-row;}
    .full-service-cell{width:100%;}
    .full-service-cell:nth-child(odd){padding-right:0; margin-bottom:25px;}
    /*Full Service Page*/

}


@media only screen
and (max-width : 480px) {
	
	.logo img{width:60%; margin-bottom:10px;}

	.section-title h2{font-size: 40px;}
    
    .content-modul-header h2{font-size:22px;}
	
	/*---------------------------------*/
	.bottommodul-latestnews-row{margin:0;}
	.bottommodul-latestnews-cell{		
		width: 80%;
		padding:0 auto 50px auto;
		float:none;
	}	
	/*---------------------------------*/
	
	div.photo-item-body ul{margin: 0px -2.3%;}
    div.photo-item-body ul li{
    	width: 45.33%;
    	margin: 0 2.3% 35px 2.3%;

    }
	/*START CONTENT NEWS LIST*/
	.newslist-page{margin-left:0; margin-right:0;}
	.newslist-cell-page{float:none; width:90%; padding:0; margin: 0 auto 20px auto;}
	.newslist-cell-page .content-newsitem-img img{height: auto;}
	div.content-newsitem-content h3{font-size:18px;}
	/*END CONTENT NEWS 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*/
	
	/*about us*/
	.aboutus-body p{line-height: 1.5em; font-size:17px;}
	.aboutus-left img{width:100%;}
	/*about us*/
    
    div.randevu-menu a{padding:0 8px; font-size: 14px;}
	
	/*Portfolio*/
	.filtr-container{margin:0;}
	.filtr-item{width: 100%; padding:0;}
	/*Portfolio*/
	
	/*services*/
	.services-cell{width: 100%;}
	/*services*/
	
	.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*/
	.products-list-parent-4{margin-left:-2%; margin-right:-2%;}
	.products-list-item-4{
		width:46%;
		padding-left:2%;
		padding-right:2%;
	}
	.products-list-item-4 img{height:150px;}
	.products-list-olchu{font-size:16px;}
	/*PRODUCTS-LIST*/
	
	/*PRODUCT-ITEM*/
	.product-body{display:block;}
	.product-left{width:100%;}
	.product-right{padding-left:0;}
	
	#sifarish-forum-box{padding:0 10px 0 6px;}
	/*PRODUCT-ITEM*/
	
	/*For 3-Column*/
	.products-list-parent-3{
		margin-left:-1.0%;
		margin-right:-1.0%;
	}
	.products-list-item-3{
		width:48%;
		padding-left:1.0%;
		padding-right:1.0%;
	}
	.products-list-item-3 img{height:150px;}
	/*For 3-Column*/
	
	/*START USTUNLUK*/
	.ustunluk-img img{display:block; width:100%; margin: 0 auto;}
	/*END USTUNLUK*/
	
	.randevu-menu{top: 264px; right: 10px;}
	
	/*START CONTENT BOTOM LATESTNEWS*/
	.content-bottom-latestnews{margin-left:0;margin-right:0;}
	.content-bottom-latestnews-cell{float:none;width:90%; padding:0; margin:0 auto 30px auto;}	
	.content-bottom-latestnews-img img{height: auto;}
	div.content-bottom-latestnews-title a{font-size:18px;}
	/*END CONTENT BOTOM LATESTNEWS*/

}

@media only screen
and (max-width : 400px) {
	.logo img{width:70%;}
	
	/*---------------------------------*/
	.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;
	}
	
	#lang-menu li, #topsocial-icons li a{width:33px;}
	
	div.services-item-cell a{font-size: 18px;}
	div.services-item-cell p{font-size: 16px; line-height:1.1em;}
	
	table.uzvulik-table td img{width:100%; padding:2px; border:none;}

}

@media only screen
and (max-width : 360px) {
	
	#lang-menu li, #topsocial-icons li a{width:32px;}
	
	.content-text table{font-size:14px;}
	
	/*services*/
	.services-item{width: 100%;}
	.services-item img{width:80%;}
	/*services*/
	
	/*START CONTENT NEWS LIST*/
	.newslist-cell-page{width:100%;}
	/*END CONTENT NEWS LIST*/
	
	.content-links-cell{
		height: 160px;
		width: 100%;		
	}
	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*/
	.products-list-parent-4{margin-left:0; margin-right:0;}
	.products-list-item-4{
		width:100%;
		padding-left:0;
		padding-right:0;
	}
	.products-list-item-4 img{height:190px;}
	.products-list-olchu{font-size:17px;}
	/*PRODUCTS-LIST*/
	
	/*For 3-Column*/
	.products-list-parent-3{
		margin-left:0;
		margin-right:0;
	}
	.products-list-item-3{
		width:100%;
		padding-left:0;
		padding-right:0;
	}
	.products-list-item-3 img{height:190px;}
	/*For 3-Column*/
	
	/*START USTUNLUK*/
	.ustunlik-text li{font-size: 17px;}
	/*END USTUNLUK*/
	
	/*PASIYENT REYLERI*/
	.pasiyent-content-row{display:block;}
	.pasiyent-content-img img{display:block; margin: 0 auto 5px auto;}
	.pasiyent-content-text p{text-align:center;}
	/*PASIYENT REYLERI*/
	
	.randevu-menu{position:static; width:120px; margin:0 auto 10px auto; text-align:center;}
	
	/*START CONTENT BOTOM LATESTNEWS*/
	.content-bottom-latestnews-cell{width:100%;}
	/*END CONTENT BOTOM LATESTNEWS*/
	
	/*START HESABLAMA*/
	.hesablama-row{margin:0 -2.5%;}
	
	.hesablama-cell{width: 45%;	padding:0 2.5%;}
	/*START HESABLAMA*/

}

@media only screen
and (max-width : 320px) {
	
	/*START CONTENT NEWS LIST*/
	.newslist-cell-page .newslist-cell-img img{height: 220px;}
	
	/*For 4 column*/
	.newslist-cell-modul .newslist-cell-img img{height: 220px;}
	div.newslist-cell-box a.news-link-icon {line-height: 8.5em;}
	/*For 4 column*/
	
	/*END CONTENT NEWS LIST*/
	
	/*START SERVICES*/	
	.services-item-img img{height:210px;}
	.services-item-title{height: 55px; font-size: 18px;}
	/*END SERVICES*/

}

@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*/