/*+clearfix {*/
H1:after, #wrapper:after, #top > .body:after, #content:after, .share-box:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
H1, #wrapper, #top > .body, #content, .share-box
{
	display: block;
	*height: 1px;
}
/*+}*/
BODY
{
	color: #414141;
	line-height: 1.5em;
	font-family: sans-serif, arial;
	font-size: 15.2px;
	font-weight: 400;
}
HTML
{
	background-color: #003858;
}
A:link, A:visited
{
	color: #0075B5;
	text-decoration: none;
}
A:hover
{
	color: #6300BA;
	text-decoration: none;
}
H1, H2, H3, H4, H5, H6
{
	margin: 0;
	padding: 0;
	color: #040404;
	font-weight: 500;
	text-align: left;
}
H1 A:link, H2 A:link, H3 A:link, H4 A:link, H5 A:link, H6 A:link
{
	color: #000000;
}
H1 A:visited, H2 A:visited, H3 A:visited, H4 A:visited, H5 A:visited, H6 A:visited
{
	color: #000000;
}
/*[clearfix]*/
H1
{
	font-size: 2em;
	margin: 1.2em 0 0.5em;
	color: #000000;
	font-weight: 300;
}
H2
{
	margin: 1.2em 0 0.4em;
	font-size: 1.5em;
}
H3
{
	margin: 1em 0 0.3em;
	font-size: 1.34em;
	font-weight: 400;
}
H4
{
	margin: 1em 0 0.3em;
	font-size: 1.3em;
	font-weight: 500;
}
H5
{
	margin: 1em 0 0.3em;
	font-size: 1.15em;
	font-weight: normal;
}
H6
{
	margin: 1em 0 0.3em;
	font-size: 1.1em;
	font-weight: 600;
	color: #3E3E3E;
}
P
{
	margin: 0.3em 0 1em;
}
STRONG
{
	font-weight: 600;
}
.page-title
{
	margin: 0;
	padding: 15px 0;
	background-color: #00B4E7;
	font-weight: 200;
	font-size: 2.1em;
}
.page-title > DIV
{
	margin: auto;
	max-width: 1140px;
	color: #FFFFFF;
}
.layout-B .page-title, .layout-D .page-title
{
	/*display: none;*/
}
BLOCKQUOTE
{
	font-size: 1.3856em;
	font-weight: lighter;
}
INPUT:focus
{
	outline: none;
	box-shadow: none;
}
/*Layout
-- stages-------*/
#wrapper, #wrapper-content
{
}
/*[clearfix]*/
#wrapper
{
	height: 100%;
}
#wrapper-content
{
	position: relative;
	background-color: #E4E4E4;
	background-repeat: repeat;
}
#pbody
{
	position: relative;
	margin: 0 auto;
	height: 100%;
	background-color: #FFFFFF;
}
.pre-top
{
	font-size: 0.85em;
	position: relative;
	transition: all 0.3s ease-out;
	left: 0;
	right: 0;
	top: 0;
	color: #777777;
	max-width: 1140px;
	margin: auto;
}
.pre-top > .wrap
{
	position: relative;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #A6C2DD;
	margin: 0 0 0 220px;
	height: 84px;
	top: 0;
	transition: all 0.3s ease;
}
.pre-top > .wrap > .body
{
	width: 97%;
	margin: 0 2% 0 0;
}
.pre-top P
{
	margin: 0px;
}
.pre-top A
{
	color: #5F5F5F;
}
.pre-top .columns
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.logo-overlay
{
	max-width: 470px;
	position: absolute;
	left: 0;
	top: 44px;
	line-height: 83px;
	height: 83px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
	transition: all 0.3s ease-out;
}
.logo-overlay IMG
{
	max-width: 100%;
	max-height: 100%;
	position: relative;
	z-index: 8001;
}
#top
{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	margin: 0;
	width: auto;
	-moz-box-shadow: 0 0 12px -5px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 12px -5px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.553);
	background-color: #FFFFFF;
	z-index: 100;
	transition: all 0.3s ease-out;

}
/*[clearfix]*/
#top > .body
{
	max-width: 1140px;
	margin: 0 auto;
	transition: all 0.3s ease-out;
}
#top.fixed
{
}
#top.fixed > .body
{
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}
#top.fixed .pre-top > .wrap
{
	top: -40px;
	height: 0;
}
#top.fixed .logo-overlay
{
	height: 50px;
	line-height: 50px;
	top: 9px;
}
.site-title, .pre-top .box_login_s
{
	display: none;
}
/*langs*/
.lang-box
{
	position: relative;
}
.lang-box > I
{
	text-align: right;
	transition: all 0.3s ease;
	cursor: pointer;
	display: block;
	background-image: url(imgeler/langs.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 29px;
	height: 29px;
	padding: 10px 0;
}
.lang-box:hover, .lang-box:focus
{
	outline: none;
}
.lang-box .pane
{
	width: 143px;
	opacity: 0;
	visibility: hidden;
	margin-top: -20px;
	position: absolute;
	z-index: 100;
	background-color: #FFFFFF;
	right: 0;
	top: 50px;
	box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.555);
	transition: all 0.3s ease;
	transition-delay: 200ms;
}
.lang-box:hover .pane
{
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}
.lang-box UL, .lang-box UL LI
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 400;
	text-align: right;
}
.lang-box UL LI
{
	border-bottom: 1px solid #D4D4D4;
}
.lang-box UL LI A
{
	display: block;
	padding: 5px 10px;
}
.lang-box UL LI A:hover
{
	background-color: #F3F3F3;
	color: #000000;
}
.lang-box UL LI:last-child
{
	border: none;
}
.lang-box UL LI IMG
{
	padding: 3px;
	display: none;
	float: right;
	background-color: #FFFFFF;
	border: 1px solid #DEDEDE;
	margin: 2px 0 0 10px;
}
/*search*/
.site-search-wrap
{
	width: 50px;
}
.mainsearch.box
{
	position: fixed;
	z-index: 10000;
	background-color: rgba(7, 43, 78, 0.919);
	padding: 0;
	text-align: center;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	top: 0;
	bottom: 100vh;
	overflow: hidden;
	left: 0;
	right: 0;
	width: auto;
	border-left: 1px solid rgba(255, 255, 255, 0.228);
}
.mainsearch.box.open
{
	opacity: 1;
	bottom: 0;
}
.mainsearch.box .ara
{
	color: #13304C;
	background-color: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 0.553);
	border-radius: 0 3px 3px 0;
	height: 55px;
	vertical-align: middle;
	margin: 0 0 0 -1px;
	padding: 10px 20px;
	font-size: 1.5em;
}
.mainsearch.box .text, .mainsearch.box .text:focus
{
	background-color: rgba(0, 0, 0, 0);
	color: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 0.553);
	font-size: 1.5em;
	border-radius: 5px 0 0 5px;
	vertical-align: middle;
	width: 350px;
	box-shadow: none;
	margin: 0;
	padding: 10px 20px;
	height: 55px;
}
.mainsearch.box .search
{
	margin-top: 40vh;
}
.mainsearch .close
{
	margin: 10px 0 0;
	display: block;
	clear: both;
	font-size: 0.85em;
	color: rgba(255, 255, 255, 0.919);
}
.search-handle
{
	color: #000000;
	cursor: pointer;
	height: 29px;
	background-image: url(imgeler/search.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.box_login_s
{
	color: #8F8F8F;
	font-size: 0.9em;
	text-align: right;
	left: 0;
	float: right;
}
.box_login_s.online
{
	display: block;
}
.box_login_s .user-acts
{
	border-left: 1px solid #CFCFCF;
	display: inline-block;
	margin-left: 10px;
	padding-left: 26px;
	background-image: url(imgeler/info.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
}
.box_login_s .logout
{
	display: inline-block;
	padding-left: 14px;
	background-image: url(imgeler/error_s.png);
	background-repeat: no-repeat;
	background-position: -1px 3px;
}
/*[clearfix]*/
#content
{
	margin: 0;
	height: 100%;
	padding-top: 160px;
}
/*FullWidth: 1140px
MainWidth: 818px
PartWidth: 290px*/
.stage, .stage-body
{
	margin: 0;
	height: 100%;
	width: 100%;
}
.stage
{
	margin: auto;
	padding-bottom: 0;
}
.stage .body SECTION, .stage .body DIV.res-slider-wrap, .stage .body DIV.share-box
{
	max-width: 10000px;
}
.stage-0
{
	min-height: 150px;
}
.stage-0 .body SECTION > .columns, .stage-0 .body > * ,.stage-0 .node-content > *
{
	max-width: 1140px;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box;
}
.stage-0 P
{
	text-align: justify;
}
.layout-B
{
}
.layout-B .stage-0, .layout-B .stage-1
{
	width: 100%;
}
.layout-B .stage-0 > .body
{
	width: 100%;
	margin: 0 0px;
	padding: 0;
}
.layout-B .stage-1 > .body
{
	width: 100%;
	margin: 0 0px;
}
.layout-B .stage-sep
{
	height: 0;
}
.stage.layout-C
{
	max-width: 1140px;
}
.layout-C .stage-body, .layout-D .stage-body
{
	padding-bottom: 0;
}
.layout-C .stage-0, .layout-D .stage-0
{
	float: left;
	width: 73%;
	padding: 0px 0 20px 0px;
	margin: 0;
	border-right: 1px solid #CDCDCD;
}
.layout-C .stage-0 > .body, .layout-D .stage-0 > .body
{
	margin-right: 15px;
	position: relative;
}
.layout-C .stage-1, .layout-D .stage-1
{
	width: 27%;
	float: right;
	margin: 0 -1px;
	height: 100%;
	border-left: 1px solid #CDCDCD;
}
.layout-C .stage-1 .body, .layout-D .stage-1 .body
{
	margin: 15px 0 0 15px;
}
.stage.layout-D .stage-group
{
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.stage-1 P
{
	text-align: left;
}
/*[clearfix]*/
.share-box
{
	position: static;
	width: 100%;
	border-left: none;
	border-right: none;
	margin-top: 0;
	border-bottom: 1px solid #2A4E6F;
	background-color: #00314D;
}
.share-box .tools-A A
{
	color: #96A4B1;
}
.share-box .tools-A A:hover
{
	color: #CDD9E4;
}
.share-box > .body
{
	margin: auto;
	max-width: 1140px;
}
#footer
{
	line-height: 1.2em;
	font-size: 0.9em;
	/*background-color: #6A6A6A;*/
	width: 100%;
	margin: auto;
	clear: both;
	padding: 15px 0px;
	box-shadow: inset 0px 2px 5px -5px #000000;
}
#footer .body
{
	margin: auto;
	color: rgba(255, 255, 255, 0.712);
	max-width: 1140px;
}
#footer A:link, #footer A:visited
{
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
	font-weight: 300;
}
#footer A:hover
{
	color: #FFFFFF;
}
#footer .filweb, #footer .filweb A
{
	text-align: right;
	font-size: 0.9em;
	color: #CDCDCD;
}
#footer STRONG
{
	font-weight: 600;
}
#footer H2, #footer H3, #footer H4, #footer H5, #footer H6
{
	color: rgba(255, 255, 255, 0.644);
}
P._headline, P.headline
{
	font-size: 1.25em;
}
A._button
{
}
.button, A.button:link, A.button:visited
{
	font-size: 1em;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 0;
	font-weight: normal;
	color: #FFF;
	border: none;
	background: #245481;
	border-radius: 90px;
	margin: 0.3em 0.2em;
}
.button:hover, .button:focus
{
	background: #002A54 !important;
}
.button-small
{
	padding: 1px 8px !important;
	font-size: 0.9em !important;
}
.button-gray
{
	background-color: #CACACA !important;
	border: none !important;
	color: #060606 !important;
}
IMG._resim-cerceve, .resim-cerceve
{
	padding: 10px;
	background: #FFF;
	max-width: 100%;
	box-sizing: border-box;
	box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
}
.ikon-daire
{
	border: 4px solid #99CED0;
	padding: 0.4em;
	border-radius: 100px;
	display: inline-block;
	background-color: #007BAC;
	color: #FFF;
	cursor: default;
	transition: all 0.3s ease-out;
}
A:hover .ikon-daire, A .ikon-daire.hover
{
	background-color: #09836D;
	color: #FFFFFF;
	border-color: #0D5746;
	transform: scale(1.05);
	cursor: pointer;
}
A:hover .ikon-daire:after, A .ikon-daire.hover:after
{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 1;
}
/*base override*/
/*project*/
.stage-0 IMG, .mce-content-body IMG
{
	max-width: 100%;
}
.img-banner
{
	height: 250px;
	background-color: #E9E9E9;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	/*+box-shadow: inset 0px -5px 10px -5px rgba(0, 0, 0, 0.4);*/
	-moz-box-shadow: inset 0px -5px 10px -5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0px -5px 10px -5px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px -5px 10px -5px rgba(0, 0, 0, 0.4);
	padding: 1px 0 0;
}
.img-banner-large
{
	height: 420px;
}
.img-banner-small, .img-banner.sml
{
	height: 180px;
}
SECTION.band-gray, SECTION._band-gray
{
	background-color: #F0F0F0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 2em 0px;
	box-shadow: inset 0px 0px 15px -5px #AAAAAA;
}
UL.sub-page-list > LI.box .ico, UL.sub-page-list > LI.box .ico I, UL.sub-page-list > LI.box I:not([class*="icon-"])
{
	color: #323232;
}
BODY UL.sub-page-list > LI.box .ico SVG *
{
	fill:#323232 !important;
}
/*haber liste*/
.rss-link
{
	display: none;
}
.haber-grup .box01e
{
	max-width: 990px !important;
}
.link-galeri-view
{
	display: none;
}
.box-album-pic .thumb_holder
{
	border: 1px solid #CDCDCD;
	border-radius: 0 !important;
}
.box-album-pic .thumb_holder IMG
{
	background: #FFF;
	border-radius: 0 !important;
}
/*duyuru box*/
/*blog*/
.blog-guncel-box .blog-guncel-item
{
	width: 48.5%;
	float: left;
	margin: 0 3% 0 0;
	position: relative;
	max-height: 400px;
	overflow: hidden;
}
.blog-guncel-item:nth-child(2n)
{
	margin-right: 0;
}
.blog-guncel-item IMG
{
	max-width: 100%;
}
.blog-guncel-item .thumb
{
	overflow: hidden;
	position: relative;
}
.blog-guncel-item .thumb IMG
{
	position: absolute;
	top: -50%;
	bottom: -50%;
	margin: auto;
	width: 100%;
	height: auto;
}
.blog-guncel-item H5
{
	font-weight: 300;
	font-size: 1.18em;
	margin-top: 0.5em;
}
.blog-guncel-item .date
{
	display: block !important;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
.blog-guncel-item P
{
	font-size: 0.9em;
	text-align: justify;
}
.blog-guncel-item:after
{
	content: "";
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	height: 40px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
/*slider*/
.sGear .item .box01, .sGear-mce .box01
{
	width: 500px;
	background-color: rgba(9, 168, 226, 0.862);
	padding: 30px;
	box-sizing: border-box;
	/*border: 1px solid #0099DB;*/
	font-size: 1em;
}
.sGear .item .box01 > *, .sGear-mce .box01 > *
{
	color: #FFF;
	margin: 0 0 10px 0;
	font-weight: 300;
}
.sGear .item .box01 H1, .sGear-mce .box01 H1
{
	font-size: 1.65em;
	font-weight: 500;
}
.sGear .item .box01 A.button, .sGear-mce .box01 A.button
{
	background: transparent;
	border: 1px solid #FFFFFF;
	border-radius: 0;
	font-weight: 300;
}
.sGear .item .box01 A.button:hover
{
	background-color: rgba(255, 255, 255, 0.1) !important;
}
/*ydo*/
.ydobuts
{
	max-width: 1060px !important;
	margin: 4em auto !important;
}
.ydobuts IMG
{
	height: 82px;
	width: auto !important;
	margin: auto;
	display: block;
	transition: all 0.6s ease-out;
}
.ydobuts A.button
{
	background-color: #1D4771;
	/*+border-radius: 20px;*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	width: 90%;
	max-width: 190px;
	box-sizing: border-box;
	font-size: 1.25em;
	font-weight: 400;
	padding: 3px;
}
.ydobuts .col4:nth-child(2) A.button
{
	background-color: #49873A;
}
.ydobuts .col4:nth-child(3) A.button
{
	background-color: #009FE2;
}
.ydobuts .col4:hover IMG
{
	transform: rotateY(360deg) scale(1.4);
}
.ydobuts A.button:hover
{
	background-color: #00345C !important;
}
.ydobuts .col4 P:last-of-type
{
	margin: 0 5%;
	color: #000000;
}
/*haber slider*/
/**/
BODY .duyuru-item
{
	margin: 0 0 0.85em 0;
	padding: 0;
	border-bottom: none;
}
BODY .duyuru-item H5
{
	font-weight: 500;
	font-size: 0.98em;
	margin-bottom: -2px;
}
BODY .duyuru-item .date
{
	font-size: 0.80em;
	color: #696969;
	font-weight: 500;
}
SECTION.hm-haber > DIV.body
{
	max-width: none;
}
.hm-haber
{
	margin: 1.2em 0;
}
#content .hm-haber .duyuru-box
{
	/*width: 195%;*/
	width: 3130px;
	display: flex;
}
.hm-haber H1
{
	margin: 0 0 0.5em 0;
}
.hm-haber .t-more
{
	font-size: 0.85em;
	margin-top: 1em;
}
.hm-haber .t-more A:before
{
	content: "\e73c";
	vertical-align: bottom;
	font-family: 'icomoon';
	font-size: 20px;
	margin: 0 5px 0 0;
}
.hm-haber .body
{
	max-width: 1140px;
	margin: auto;
}
.hm-haber .plg
{
	max-width: 1140px;
	overflow: hidden;
	width: 100%;
	margin: auto;
	padding: 5px 0;
	box-sizing: border-box;
}
SECTION.hm-haber .sld, SECTION.hm-haber .plg
{
	max-width: none;
}
.hm-haber .duyuru-item .t
{
	margin: 3% 3% 3% 5%;
}
.hm-haber .duyuru-box .duyuru-item
{
	width: 15.77%;
	max-width: 360px;
	position: relative;
	margin: 0 1.07% 0 0;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 15px -5px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.hm-haber .duyuru-box .duyuru-item:last-of-type
{
	margin-right: 0;
}
.hm-haber .duyuru-item H5
{
	font-weight: 500;
	margin-bottom: 25px;
	line-height: 180%;
}
.hm-haber .duyuru-item .thumb
{
	padding-bottom: 44.4%;
	position: relative;
	height: 0;
	display: block;
	overflow: hidden;
}
.hm-haber .duyuru-item IMG
{
	position: absolute;
	top: -50%;
	bottom: -50%;
	margin: auto;
	width: 100%;
	height: auto;
}
.hm-haber .duyuru-item .date
{
	position: absolute;
	display: block;
	bottom: 3px;
	right: 5px;
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: 400;
	text-align: right;
	line-height: 150%;
	text-transform: uppercase;
	z-index: 2;
}
.hm-haber .duyuru-item:after
{
	background-color: #009EE0;
	content: " ";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: -50px;
	right: -50px;
	z-index: 0;
	transform: rotate(45deg);
}
.hm-haber .duyuru-item .date EM
{
	font-style: normal;
	font-size: 18px;
	font-weight: 600;
	display: block;
}
.hm-haber .plg, .hm-haber .sld
{
	position: relative;
}
.hm-haber .nav
{
	display: block;
	width: 50px;
	height: 50px;
	background-color: #FFFFFF;
	/*+border-radius: 30px;*/
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;
	position: absolute;
	z-index: 20;
	top: 24%;
	cursor: pointer;
	margin: 0 0 0 10px;
	box-shadow: 0 0 15px -5px #000000;
}
.hm-haber .nav:after
{
	content: "\e759";
	font-family: 'icomoon';
	display: block;
	font-size: 40px;
	color: #019FE3;
	line-height: 0;
	margin: 25px 0 0 3px;
}
.hm-haber .nav.n
{
	right: 0;
	transform: rotate(180deg);
	margin: 0 10px 0 0;
}
/*home hizmet özet*/
.hizmet-ozet H5
{
	font-weight: 400;
	font-size: 1.1em;
	margin-top: 0;
}
.hizmet-ozet IMG
{
	max-width: 55% !important;
	position: relative;
}
.hizmet-ozet P.img
{
	background: rgba(245, 245, 245, 0.724);
	cursor: pointer;
	display: flex;
	justify-content: center;
	border-radius: 100px;
	width: 150px;
	height: 150px;
	text-align: left;
	margin: 0.5em auto;
	border: 3px solid #DBDBDB;
	transition: all 0.5s ease-out;
}
.hizmet-ozet P.img:hover
{
	transform: scale(1.05);
	border-color: #71D4FF;
	background: #D9F4FF;
}
/***/
.ref-grid
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 2em 0;
}
.ref-grid > *
{
	width: 10%;
	min-width: 120px;
	display: flex;
	align-items: center;
	padding: 10px;
	box-shadow: 0px 1px 12px -3px rgba(0, 0, 0, 0.593);
	border-radius: 10px;
	margin: 12px 1%;
	height: 105px;
}
.ref-grid IMG
{
	height: auto !important;
	max-height: 100%;
	margin: auto;
	display: inline-block;
}
/* -- gauges */
.mce-content-body .gauges CANVAS
{
	border: 3px solid #CCC;
}
.gauges .cinfg
{
	position: relative;
	background-color: #FFFFFF;
	padding: 20px;
	box-shadow: 0px 2px 15px -6px #000000;
}
.gauges .cinfg CANVAS
{
	margin: auto;
	display: block;
}
.gauges .cinfg IMG
{
	width: 140px;
}
.stage .gauges .cinfg IMG
{
	position: absolute;
	top: 51px;
	width: 140px;
	left: calc(50% - 70px);
}
.gauges .cinfg P
{
	color: #000000;
	font-size: 1.05em;
	font-weight: 500;
}
.gauges .cinfg .t
{
	font-size: 3em;
	color: #072B4E;
	font-weight: 600;
	margin: -9px 0 21px;
	text-align: center;
}
.cinfg .t DIV
{
	font-size: 0.4em;
	margin-top: 15px;
}
/*irtibat kişi*/
.cnt-users
{
	position: fixed;
	z-index: 1050;
	bottom: 0;
	right: 0;
	margin-bottom: 40px;
}
.cnt-users .cnt-pics
{
	display: flex;
	margin-bottom: -40px;
	margin-right: 0;
	min-width: 300px;
	box-sizing: border-box;
	justify-content: center;
}
.cnt-users .cnt-pics > A
{
	display: block;
	margin: 10px;
	position: relative;
	z-index: 0;
	transition: all 0.3s ease-out;
	z-index: 10;
}
.cnt-users .cnt-pics > A IMG
{
	max-width: 80px !important;
	height: auto !important;
	border-radius: 150px;
	padding: 5px;
	box-shadow: 0px 1px 15px -3px #000000;
	background-color: #FFFFFF;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.cnt-users.open .cnt-pics > A
{
	opacity: 0.8;
}
.cnt-users .cnt-pics > A.active
{
	z-index: 15;
	bottom: 0;
	opacity: 1;
	margin-top: -10px;
}
.cnt-users .cnt-pics > A.active IMG
{
	max-width: 100px !important;
}
.cnt-users .cnt-data
{
	background-color: #FFFFFF;
	padding: 0 20px;
	box-shadow: 0px 0px 20px -5px #000000;
	margin: 0 20px 0 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 0.9em;
	box-sizing: border-box;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.3s ease-out;
	z-index: 10;
	position: relative;
}
.cnt-users.open .cnt-data
{
	height: 165px;
	opacity: 1;
	padding: 40px 30px 20px;
	margin-bottom: -40px;
}
.cnt-users .cnt-data P
{
	margin: 2px 0;
	color: #000000;
	text-align: center;
}
.cnt-data .user-name
{
	margin: 0;
	font-size: 1.2em;
	text-align: center;
}
.cnt-data P.user-title
{
	font-size: 0.8em;
	color: #686868;
	margin-top: -3px;
}
.cnt-data P.user-info
{
	font-size: 0.95em;
	font-weight: 500;
}
.cnt-data P.user-tel
{
	font-size: 1.4em;
	font-weight: 300;
}


.home-buts
{
	margin: 1em 0;
}
.home-buts > .body
{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	max-width: 1140px;
	margin: auto;
}
.home-buts .body a
{
	width: 31.5%;
	background-color: #FFFFFF;
	/*+border-radius: 100px;*/
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	box-shadow: 0px 2px 15px -5px rgba(0, 0, 0, 0.3);
	margin: 10px 0.5%;
	padding: 12px;
	box-sizing: border-box;
	display: flex;
	text-align: left;
	transition: all 0.1s ease;
}
.home-buts .body a > div
{
	width: 30%;
	text-align: center;
	margin-right: 5%;
	margin-left: 3%;
}
.home-buts .body a img
{
	max-height: 45px !important;
	max-width: 55px !important;
}
.home-buts .body a em
{
	font-style: normal;
	align-self: center;
	font-weight: 600;
	color: #003873;
	font-size: 0.81em;
	line-height: 155%;
	letter-spacing: -0.2px;
}
.home-buts .body a:hover em
{
	color: #000000;
}
.home-buts .body a:hover
{
	box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 0.5);
	transform: scale(1.03);
}

/* -- */
/*efekt animasyonlar*/
.initanim-scale
{
	transform: scale(0);
}
.anim-scale
{
	animation-name: bounceIn;
	animation-duration: 550ms;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}
.initanim-slide-left
{
	opacity: 0;
	position: relative;
}
.anim-slide-left
{
	animation-name: slideLeft;
	animation-duration: 550ms;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}
@keyframes bounceIn
{
	0%
	{
		opacity: 0;
		transform: scale(0.3);
	}
	50%
	{
		opacity: 0.9;
		transform: scale(1.15);
	}
	80%
	{
		opacity: 1;
		transform: scale(0.69);
	}
	100%
	{
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes slideLeft
{
	0%
	{
		opacity: 0;
		left: -150px;
	}
	50%
	{
		opacity: 0.9;
		left: 50px;
	}
	80%
	{
		opacity: 1;
		left: -50px;
	}
	100%
	{
		opacity: 1;
		left: 0;
	}
}
