
/*///////////////////////////////////////////////////////////*/

.container-kurumsal{
	width: 70%;
	height: auto;
	background-color: hsla(0,0%,100%,1.00);
    position: relative;
    margin: auto;
}
.corporate-menu-ana-baslik {
    width: 99%;
	height: 50px;
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	clear: both;
    text-align: center;
    font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-size: 24px;
    font-weight:bold;
	transition: 0.4s;
    background-color:hsla(359,100%,31%,1.00);
    color: hsla(0,0%,100%,1.00);
    transform: skewX(-20deg);
    border-radius: 5px;
}
.container-kurumsal-hakkimizda {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.container-kurumsal-hakkimizda-ic-baslik {
    width: 33.333%;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-bottom: 20px;
    position: relative;
    transform: skewX(-20deg);
    color: hsla(0,0%,100%,1.00);
    background-color:hsla(185,100%,30%,1.00);
}
.sol {
    animation: sol 3s 1;
}
@keyframes sol { 
    0% {left:-2000px; opacity: 0; }
    100% {left:0; opacity: 1; }  
}
.sag {
    animation: sag 3s 1;
}
@keyframes sag { 
    0% {right:-2000px; opacity: 0;}
    100% {right:0; opacity: 1;}  
}
.container-kurumsal-hakkimizda-ic-baslik-orta {
    width: 33.333%;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-bottom: 20px;
    font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-size: 20px;
    text-align: center;
    font-weight:bolder;
    position: relative;
    transform: skewX(-20deg);
    color: hsla(0,0%,100%,1.00);
    background-color:hsla(359,100%,31%,1.00);
    animation: container-kurumsal-hakkimizda-ic-baslik-orta 6s 1;
}
@keyframes container-kurumsal-hakkimizda-ic-baslik-orta { 
    0% {opacity: 0;}
    100% {opacity: 1;}  
}
.container-kurumsal-hakkimizda-ic-yazi {
    width: 100%;
    height:auto;
    float: left;
    padding: 20px;
    margin-bottom: 20px;
    font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-size: 16px;
    text-align: justify;
    font-weight:bold;
    position: relative;
    color: hsla(0,0%,100%,1.00);
    background-color:hsla(185,100%,30%,1.00);
    border-radius: 10px;
    animation: container-kurumsal-hakkimizda-ic-yazi 3s 1;
}
@keyframes container-kurumsal-hakkimizda-ic-yazi { 
    0% {left: -2000px; opacity: 0;}
    100% {left: 0px; opacity: 1;}  
}
.container-kurumsal-icerik{
	position: relative;
    width: 100%;
    height: auto;
    float: left;
}
.slayt , .slayt1 {
    display: none;
}
.slayt-numarasi {
    color: #f2f2f2;
    font-size: 12px;
    position: absolute;
    top: 0;
}
.slayt-resim , .slayt-resim1 {
    vertical-align: middle;
    width: 100%;
    height: 500px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.item-kapsul-kurumsal{ 
	width: 100%;
	height: 180px;
	background-color: hsla(0,0%,0%,1.00);
	opacity: 0.7;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.item-kapsul-kurumsal:hover{
	opacity: 1;
}
.item-kapsul-kurumsal-baslik{
	width: 100%;
	height: 30px;
    line-height: 30px;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-left: 1%;
    float: left;
    color:hsla(359,100%,41%,1.00);
	font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
}
.item-kapsul-kurumsal-alt-baslik{
	width: 100%;
	height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 1%;
    float: left;
    color:hsla(359,100%,41%,1.00);
	font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
}
.item-kapsul-kurumsal-yazi{
	width: 95%;
	height: 100px;
    margin-left: 2.5%;
    float: left;
	color:hsla(0,0%,100%,1.00);
	font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}
.prev {
    left: 0;
    cursor: pointer;
    position: absolute;
    width: auto;
    top: 30%; 
    padding: 10px;
    background-color:hsla(0,0%,20%,1.00);
    color:hsla(0,0%,100%,1.00);
    font-weight: bold;
    font-size: 20px;
    border-radius:5px;
    user-select: none;
    -webkit-user-select: none;
}
.next {
    right: 0;
    cursor: pointer;
    position: absolute;
    width: auto;
    top: 30%; 
    padding: 10px;
    background-color:hsla(0,0%,20%,1.00);
    color:hsla(0,0%,100%,1.00);
    font-weight: bold;
    font-size: 20px;
    border-radius:5px;
    user-select: none;
    -webkit-user-select: none;
}
.prev:hover, .next:hover {
    color:hsla(0,0%,100%,1.00);
    background-color:hsla(360,100%,25%,1.00);
    text-decoration: none;
}
.sira {
    width: 100%;
    height: auto;
}
.sutun {
    float: left;
    cursor: pointer;
    width: 33.333%;
    margin-top: 10px;
    margin-bottom: 50px;
}
.sutun1 {
    float: left;
    cursor: pointer;
    width: 16.666%;
    margin-top: 10px;
    margin-bottom: 30px;
}
.slayt-resim-alt , .slayt-resim-alt1 {
    width: 100%;
    opacity: 0.6;
}
.active, .slayt-resim-alt:hover {
    opacity: 1;
}
.active, .slayt-resim-alt1:hover {
    opacity: 1;
}
.item-kapsul-kurumsal-baslik-buyuk{
	width: 100%;
	height: 50px;
    line-height: 50px;
    float: left;
    color:hsla(0,0%,100%,1.00);
	font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    background-color:hsla(185,100%,30%,1.00);
    opacity: 0.7;
}
.item-kapsul-kurumsal-baslik-buyuk-orta{
	width: 100%;
	height: 50px;
    line-height: 50px;
    float: left;
    color:hsla(0,0%,100%,1.00);
	font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    background-color:hsla(170,100%,41%,1.00);
    opacity: 0.7;
}
.sutun:hover .item-kapsul-kurumsal-baslik-buyuk ,
.sutun:hover .item-kapsul-kurumsal-baslik-buyuk-orta {
    opacity: 1;
    background-color:hsla(359,100%,32%,1.00);
    color:hsla(0,0%,100%,1.00);
}
.item-kapsul-kurumsal-baslik-kucuk{
	width: 100%;
	height: 30px;
    line-height: 30px;
    float: left;
    color:hsla(0,0%,100%,1.00);
	font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    background-color:hsla(185,100%,30%,1.00);
    opacity: 0.7;
}
.item-kapsul-kurumsal-baslik-kucuk-orta{
	width: 100%;
	height: 30px;
    line-height: 30px;
    float: left;
    color:hsla(0,0%,100%,1.00);
	font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    background-color:hsla(170,100%,41%,1.00);
    opacity: 0.7;
}
.sutun1:hover .item-kapsul-kurumsal-baslik-kucuk , 
.sutun1:hover .item-kapsul-kurumsal-baslik-kucuk-orta {
    opacity: 1;
    background-color:hsla(359,100%,32%,1.00);
    color:hsla(0,0%,100%,1.00);
}

/*///////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////*/

@media screen and (max-width: 850px) {

.container-kurumsal{
	width: 80%;
	height: auto;
	background-color: hsla(0,0%,100%,1.00);
    position: relative;
    margin: auto;
}
.corporate-menu-ana-baslik {
    width: 99%;
	height: 40px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	clear: both;
    text-align: center;
    font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-size: 20px;
    font-weight:bold;
	transition: 0.4s;
    background-color:hsla(359,100%,31%,1.00);
    color: hsla(0,0%,100%,1.00);
    transform: skewX(-20deg);
    border-radius: 5px;
}
.container-kurumsal-icerik{
	position: relative;
    width: 100%;
    height: auto;
    float: left;
}
.container-kurumsal-hakkimizda {
    width: 100%;
    height: auto;
    float: left;
    left: 0;
    position: relative;
}
.container-kurumsal-hakkimizda-ic-baslik {
    width: 33.333%;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-bottom: 10px;
    position: relative;
    transform: skewX(-20deg);
    color: hsla(0,0%,100%,1.00);
    background-color:hsla(185,100%,30%,1.00);
}
.container-kurumsal-hakkimizda-ic-baslik-orta {
    width: 33.333%;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-bottom: 10px;
    font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-size: 16px;
    text-align: center;
    font-weight:bolder;
    position: relative;
    transform: skewX(-20deg);
    color: hsla(0,0%,100%,1.00);
    background-color:hsla(359,100%,31%,1.00);
    animation: container-kurumsal-hakkimizda-ic-baslik-orta 6s 1;
}
.container-kurumsal-hakkimizda-ic-yazi {
    width: 100%;
    height:auto;
    float: left;
    padding: 20px;
    margin-bottom: 10px;
    font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-size: 14px;
    text-align: justify;
    font-weight:bold;
    position: relative;
    color: hsla(0,0%,100%,1.00);
    background-color:hsla(185,100%,30%,1.00);
    border-radius: 10px;
    animation: container-kurumsal-hakkimizda-ic-yazi 3s 1;
}
.slayt , .slayt1 {
    display: none;
}
.slayt-numarasi {
    color: #f2f2f2;
    font-size: 12px;
    position: absolute;
    top: 0;
}
.slayt-resim , .slayt-resim1 {
    vertical-align: middle;
    width: 100%;
    height: 220px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.item-kapsul-kurumsal{ 
	width: 100%;
    height: auto;
    float: left;
	background-color: hsla(0,0%,0%,1.00);
	opacity: 0.7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 10px;
}
.item-kapsul-kurumsal:hover{
	opacity: 1;
}
.item-kapsul-kurumsal-baslik{
	width: 100%;
	height: 30px;
    line-height: 30px;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-left: 1%;
    float: left;
    color:hsla(359,100%,41%,1.00);
	font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
}
.item-kapsul-kurumsal-alt-baslik{
	width: 100%;
	height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    padding-left: 1%;
    float: left;
    color:hsla(359,100%,41%,1.00);
	font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}
.item-kapsul-kurumsal-yazi{
	width: 100%;
	height: auto;
    padding: 0 10px 10px 10px;
    margin-left: 0%;
    float: left;
	color:hsla(0,0%,100%,1.00);
	font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-weight: bold;
    text-decoration: none;
    text-align: justify;
    font-size: 14px;
}
.prev {
    left: 0;
    cursor: pointer;
    position: absolute;
    top: 25%;
    width: auto;
    padding: 6px;
    background-color:hsla(0,0%,20%,1.00);
    color:hsla(0,0%,100%,1.00);
    font-weight: bold;
    font-size: 16px;
    border-radius:3px;
    user-select: none;
    -webkit-user-select: none;
}
.next {
    right: 0;
    cursor: pointer;
    position: absolute;
    top: 25%;
    width: auto;
    padding: 6px;
    background-color:hsla(0,0%,20%,1.00);
    color:hsla(0,0%,100%,1.00);
    font-weight: bold;
    font-size: 16px;
    border-radius:3px;
    user-select: none;
    -webkit-user-select: none;
}
.prev:hover, .next:hover {
    color:hsla(0,0%,100%,1.00);
    background-color:hsla(360,100%,25%,1.00);
    text-decoration: none;
}
.sira {
    width: 100%;
    height: auto;
    display: none;
}
.sutun {
    float: left;
    cursor: pointer;
    width: 60%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sutun1 {
    float: left;
    cursor: pointer;
    width: 16.666%;
    margin-top: 10px;
    margin-bottom: 30px;
}
.slayt-resim-alt , .slayt-resim-alt1 {
    width: 100%;
    opacity: 0.6;
}
.active, .slayt-resim-alt:hover {
    opacity: 1;
}
.active, .slayt-resim-alt1:hover {
    opacity: 1;
}
.item-kapsul-kurumsal-baslik-buyuk{
	width: 100%;
	height: 30px;
    line-height: 30px;
    float: left;
    color:hsla(0,0%,100%,1.00);
	font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    background-color:hsla(185,100%,30%,1.00);
    opacity: 0.7;
}
.item-kapsul-kurumsal-baslik-buyuk-orta{
	width: 100%;
	height: 30px;
    line-height: 30px;
    float: left;
    color:hsla(0,0%,100%,1.00);
	font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    background-color:hsla(170,100%,41%,1.00);
    opacity: 0.7;
}
.sutun:hover .item-kapsul-kurumsal-baslik-buyuk ,
.sutun:hover .item-kapsul-kurumsal-baslik-buyuk-orta {
    opacity: 1;
    background-color:hsla(359,100%,32%,1.00);
    color:hsla(0,0%,100%,1.00);
}
.item-kapsul-kurumsal-baslik-kucuk{
	width: 100%;
	height: 30px;
    line-height: 30px;
    float: left;
    color:hsla(0,0%,100%,1.00);
	font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    background-color:hsla(185,100%,30%,1.00);
    opacity: 0.7;
}
.item-kapsul-kurumsal-baslik-kucuk-orta{
	width: 100%;
	height: 30px;
    line-height: 30px;
    float: left;
    color:hsla(0,0%,100%,1.00);
	font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    background-color:hsla(170,100%,41%,1.00);
    opacity: 0.7;
}
.sutun1:hover .item-kapsul-kurumsal-baslik-kucuk , 
.sutun1:hover .item-kapsul-kurumsal-baslik-kucuk-orta {
    opacity: 1;
    background-color:hsla(359,100%,32%,1.00);
    color:hsla(0,0%,100%,1.00);
}


	
}
