/*--A Design by W3layouts 
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/






@font-face {
	font-family: 'Conv_Raleway-Medium';
	src: url('fonts/Raleway-Medium.eot');
	src: local('☺'), url('fonts/Raleway-Medium.woff') format('woff'), url('fonts/Raleway-Medium.ttf') format('truetype'), url('fonts/Raleway-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}





/*
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes&subset=latin-ext');

@font-face {
    font-family: Helvetica-bold, Arial, sans-serif;
    src: url(fonts/helvetica-bold.ttf);
    font-weight: 900;
}

@font-face {
    font-family: Helvetica-normal, Arial, sans-serif;
    src: url(fonts/helvetica-normal.ttf);
    font-weight: 400;
}
*/



/*---------------- 1.2 Global properties (body, common classes, structure etc) Starts ----------------------*/
body {
    font-family:'Conv_Raleway-Medium',Sans-Serif;
    font-weight: normal;
    background-color: #ffffff;
    color: #525252;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: visible !important;
    overflow-x: hidden;
	
}

body a{
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
html, body{
    font-size: 100%;
	font-family:'Conv_Raleway-Medium',Sans-Serif;
}



.light-font {
    font-weight: 300;
}


strong {
    font-weight: 900;
}




/*-- header --*/
.header {
    margin: 2em 0 0 0;
}

.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
    box-shadow: none;
}
.navbar-default .navbar-brand {
    color: #525252;
}
.navbar-nav {
    float: right;
    margin: 0;
	border: solid 0px #00f0f0;

	 -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -o-transition: 0.1s all;
    -ms-transition: 0.1s all;
    transition: 0.1s all;

}
.navbar-default .navbar-nav > li > a {
    font-family:'Conv_Raleway-Medium',Sans-Serif;
    font-size: 0.9em;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 1px;
    color: #525252;
    border: solid 2px rgba(255, 255, 255, 0);
    border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #00e8e8;
    border: solid 2px #00f0f0;
    background: none;
    border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #525252;
}
.navbar-nav > li > a {
	font-size: 1em;
    padding: .5em 1em;
    margin-right: 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #00f0f0;
    border: solid 2px #00f0f0;
    background: none;
    border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}
/*-- //header --*/










/*-- contact --*/
.contact{
	padding:4em 0;
	background:#FFFFFF;
}
.agile-contact-grids {
    margin: 4em 0 0 0;
}
.address-grid h4,.contact-form h4,.agileits-map h4{
    color: #525252;
    margin: 0;
	border-bottom: 1px solid #027E7E;
	font-family:'Conv_Raleway-Medium',Sans-Serif;
    font-size: 1.5em;
    text-transform: none;
    font-weight: 900;
    letter-spacing: 3px;
}
.address-grid ul{
    padding: 0;
    margin: 2em 0 0 0;
}
.address-grid ul li{
    display: block;
    color: #525252;
    margin-bottom: 1.5em;
}
.address-grid ul li a{
	color:#027E7E;	
	text-decoration:none;
}
.address-grid ul li a:hover{
	color:#027E7E;
	 text-decoration: underline; 
}
.contact-form{
	margin:2em 0 0 0;
}
.contact-form h4{
	margin-bottom:2em;
}
.styled-input.agile-styled-input-top {
    margin-top: 0;
} 
.contact input[type="text"],.contact input[type="email"],.contact textarea{
    color: #525252;
    padding: 0.5em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
    -webkit-appearance: none;
	outline: none;
}
.contact textarea { 
	min-height: 13em;
    resize: none;
} 
/*-- input-effect --*/
.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    
    color: #027E7E;
    top: -1.3em;
    -webkit-transition: all 0.125s;
	-moz-transition: all 0.125s; 
	-o-transition: all 0.125s;
	-ms-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input {
	width:100%;
	margin: 2em 0 1em;
	position: relative;
}
.styled-input label {
	color: #525252;
    padding: 0.5em .9em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    
    display: block;
    line-height: 1em;
}
.styled-input input ~ span,.styled-input textarea ~ span {
	display: block;
    width: 0;
    height: 2px;
    background: #212121;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input textarea ~ span { 
    bottom: 5px; 
}
.styled-input input:focus.styled-input textarea:focus { 
	outline: 0; 
} 
.styled-input input:focus ~ span,.styled-input textarea:focus ~ span {
	width: 100%;
	-webkit-transition: all 0.075s;
	-moz-transition: all 0.075s;  
	transition: all 0.075s; 
} 












/*-- //input-effect --*/
.contact input[type="submit"] {
    outline: none; 
	line-height: 30px;
     border: 2px solid #027E7E;
    color: #ffffff;
  font-size: 17px;
  background: #027E7E;
  padding: 13px 30%  13px 30%;

  text-decoration: none;
     border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
    transition: all 0.5s;
}
.contact input[type="submit"]:hover {
background: #ffffff;
  border: solid #027E7E 2px;
	color: #525252;
	text-decoration: none;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
    transition: all 0.5s;

	-webkit-box-shadow: 0px 0px 39px -9px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 39px -9px rgba(0,0,0,0.52);
	box-shadow: 0px 0px 39px -9px rgba(0,0,0,0.52);

}
.map-grid{
	margin:2em 0 0 0;
}
.map-grid iframe{
    width: 100%;
    height: 600px;
    border: 0;
}
/*-- //contact --*/













/*-- footer --*/
.footer {
    padding: 2em 0;
    background: #3b3b3b;
}
.copyright {
    text-align: center;
}
.copyright p {
    color: #FFFFFF;
    font-size: .9em;
    margin: 0;
}
.copyright p a {
    color: #027E7E;
    text-decoration: none;
}
.copyright p a:hover {
    color: #FFFFFF;
}
/*-- //footer --*/























/*-- // ORJİNAL CSS SONU --*/
/*-- // ORJİNAL CSS SONU --*/
/*-- // ORJİNAL CSS SONU --*/
/*-- // ORJİNAL CSS SONU --*/
/*-- // ORJİNAL CSS SONU --*/
/*-- // ORJİNAL CSS SONU --*/
/*-- // ORJİNAL CSS SONU --*/
/*-- // ORJİNAL CSS SONU --*/
/*-- // ORJİNAL CSS SONU --*/
/*-- // ORJİNAL CSS SONU --*/
/*-- // ORJİNAL CSS SONU --*/






/*---------------- 1.1 Preloader Starts ------------------*/
.loader {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    left: 0px;
    top: 0px;
    z-index: 10000;
    background: url('images/6.png') 50% 50% no-repeat rgb(249,249,249);
    opacity: 1;
}

.loader2 {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: 10%;
    transform: translate3d(-50%, -50%, 0);

}

.loader2 .dot {
    width: 24px;
    height: 24px;
    background: #79d1d6;
    border-radius: 100%;
    display: inline-block;
    animation: slide 1s infinite;
}

.loader2 .dot:nth-child(1) {
    animation-delay: 0.1s;
    background: #79d1d6;
}

.loader2 .dot:nth-child(2) {
    animation-delay: 0.2s;
    background: #5ec6ce;
}

.loader2 .dot:nth-child(3) {
    animation-delay: 0.3s;
    background: #90d3a6;
}

.loader2 .dot:nth-child(4) {
    animation-delay: 0.4s;
    background: #b8c800;
}

.loader2 .dot:nth-child(5) {
    animation-delay: 0.5s;
    background: #027E7E;
}

@-moz-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

@-o-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

/*---------------- 1.1 Preloader Ends ------------------*/





#yukari {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  border: none;
  outline: none;
  background: url(../images/yukari.png) no-repeat 0px 0px;
	width:40px;
	height:40px;
  color: white;
  cursor: pointer;
  padding: 15px;


    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#yukari:hover {
	background: url(../images/yukari.png) no-repeat 0px 0px;
	opacity:0.5;


    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}













div.slide-up p{
text-align:right;float:right;margin-right:39px;font-size:1.5em;
}


div.slide-up {
  overflow:hidden;
  animation: 3s slide-up;
  margin-top:0%;

  text-align:right;
  margin-right:0px;
  
border:0px solid red;
}

@keyframes slide-up {

  0% {
    margin-top: -100%;
    opacity: 0;
    top: 0%;
  }
  60% {
    opacity: 0;
  }
  100% {
    margin-top: 0%;
    opacity: 1;
  }
}




div.slide-up2 {
  overflow:hidden;
  animation: 3s slide-up2;
  margin-top:0%;
}

@keyframes slide-up2 {
  0% {
    margin-top: -200%;
    opacity: 0;
    top: 0%;
  }
  60% {
    opacity: 0;
  }
  100% {
    margin-top: 0%;
    opacity: 1;
  }
}




div.slide-up3 {
  overflow:hidden;
  animation: 3s slide-up3;
  margin-bottom:300%;
}

@keyframes slide-up3 {

  0% {
    margin-bottom: 300%;
    opacity: 0;
    top: 0%;
  }
  80% {
    opacity: 0;
  }
  100% {
    margin-bottom: 0%;
    opacity: 1;
  }
}
















@keyframes kartanesi_1 {
  0% {
    margin-left: 35%;
    opacity: 0;
    top: 0%;
  }

  10% {
    opacity: 1;
  }


  50% {
    top: 5%;
  }

  80% {
    margin-left: 68%;
    opacity: 1;
    top: 0%;
  }

  100% {
    margin-left: 70%;
    opacity: 0;
    top: 0%;
  }
}


.kartanesi_1x {
  margin-top: 13%;
  border: 0px solid red;
  display: block;
  z-index:99;
  -webkit-animation: kartanesi_1 5s infinite;
  animation: kartanesi_1 5s infinite;
  position: absolute;
    width:40px;
  height:40px;
}





@keyframes kartanesi_2 {
  0% {
    margin-left: 30%;
    opacity: 0;
    top: 0%;
  }

  10% {
    opacity: 1;
  }

  50% {
    top: 8%;
  }

  80% {
    margin-left: 65%;
    opacity: 1;
    top: 0%;
  }

  100% {
    margin-left: 70%;
    opacity: 0;
    top: 0%;
  }
}


.kartanesi_2x {
  margin-top: 15%;
  border: 0px solid red;
  display: block;
  z-index:99;
  -webkit-animation: kartanesi_2 5s infinite;
  animation: kartanesi_2 5s infinite;
  position: absolute;
}










@keyframes slidy {
0% { left: 0%;  opacity:1;}
20% { left: 0%; opacity:1; }
22% { left: 0%; opacity:0; }
23% { left: -100%;  opacity:0;}
25% { left: -100%; opacity:1; }
45% { left: -100%; opacity:1; }
47% { left: -100%; opacity:0; }
48% { left: -200%;  opacity:0;}
50% { left: -200%; opacity:1; }
70% { left: -200%; opacity:1; }
72% { left: -200%; opacity:0; }
73% { left: -300%;  opacity:0;}
75% { left: -300%; opacity:1; }
95% { left: -300%; opacity:1; }
97% { left: -300%; opacity:0; }
98% { left: -400%;  opacity:0;}
100% { left: -400%; opacity:1; }
}

div#slider {
overflow: hidden; 
border: solid 0px #ff0099;
margin-top:5%;
}
div#slider figure img { 
width: 20%; 
float: left;
border: solid 0px #00ff99;
    }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 20s slidy infinite; 
}




.slide-text{
	text-align:center;
	position:absolute;
	border: solid 0px #00ff99;
	margin-left:2em;

}
.slide-text img{
	 margin-top:15%;

}
.slide-text h4 span{
	border-bottom: solid 4px #027E7E;
}
.slide-text h2{

    margin: 1em 0 0 0;
    font-family:'Conv_Raleway-Medium',Sans-Serif;
    color: #5a5a5a;
	line-height: 1.5;
    font-size: 17px;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 1px;

	text-shadow: 0px 0px 0px rgba(150, 150, 150, 1);
}
.slide-text h2 span{
	font-weight: 600;

}
.slide-text p{
    color: #5a5a5a;
	font-size: 17px;
    letter-spacing: 3px;
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin: 1em auto 1em;
    width: 50%;
}

.slide-text p.diger{
    color: #5a5a5a;
	font-size: 13px;
    letter-spacing: 3px;
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin: 1em auto 1em;
    width: 100%;
}






 .orta {
	height: 100%;
	width: 100%;
	border: solid 0px #00ff66; 
	margin-bottom:30px;
	margin-top:30px;
	color: #525252;

}

.orta-1 {
	float: left;
	text-align:right;
	width: 45%;
	margin: 0px;
	border: solid 0px #ff33cc; 
}

.orta-2 {
	float: left;
	padding-left:5%;
	padding-top:20px;
	border: solid 0px #00ff00; 
	text-align:center;
	width:9%;
}
.orta-3 {
	float: right;
	width: 45%;
	margin: 0px;
	border: solid 0px #ffcc33; 
	text-align:left;
}


.orta-ic {
	width: 80%;
	height:30%;
	float: left;
	margin: 10px auto;
	margin-right:20px;
	margin-left:20px;
	border: solid 0px #ffff33; 

}

.orta-ic h3{
    font-family:'Conv_Raleway-Medium',Sans-Serif;
    font-size: 1em;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 3px;
    bottom: 0em ;
	margin:10px auto;
}

.orta-ic2 {

	float: left;
	margin: 30px 0 0 0;
	border: solid 1px #c8c8c8; 
	position:relative;
    background-color: #ffffff;
    border-radius: 10px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
	z-index:104;


}


.orta-ic3 {

	float: left;
	margin: -60px 0 0 0;
	border: solid 1px #c8c8c8; 
    background-color: #ffffff;
    border-radius: 10px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    display: block;
    position: relative;
	z-index:103;

    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)

    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

}

.orta-ic3-2 {

	float: left;
	margin: 30px 0 0 -60px;
	border: solid 1px #c8c8c8; 
    background-color: #ffffff;
    border-radius: 10px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    display: block;
    position: relative;
	z-index:103;

    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)

    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

}

.orta-img {

    border-radius: 10px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
	z-index:999;
	position: relative;
	display: inline-block;

}

    .orta-img .img-top {
    display: none;

    }

    .orta-ic-x:hover  .img-top {
        display: inline;
    }

    .orta-ic-x:hover  .img-top1 {
        display: none;

    }





.orta-ic-x{

    display: block;
 -webkit-transition: all 0.5s;
 -moz-transition: all 0.5s;
 transition: all 0.5s;

}

.orta-ic-x:hover  .orta-ic3 {
	background-color: #ffffff;
	border: solid 1px #525252; 

	-moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)

	-moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

}


.orta-ic-x:hover  .orta-ic3-2 {
	background-color: #ffffff;
	border: solid 1px #525252; 

	-moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)

	-moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.orta-ic-x:hover  h3 {
	color:#00f0f0;
	 -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


.dik-cizgi {

  border : 0;
  height : 300px; /*your own value to suit your content*/
  width : 1px;
  background-image: -webkit-linear-gradient(top, #f7f6f2, #c8c8c8, #f7f6f2);
  background-image: -moz-linear-gradient(top, #f7f6f2, #c8c8c8, #f7f6f2);
  background-image: -ms-linear-gradient(top, #f7f6f2, #c8c8c8, #f7f6f2);
  background-image: -o-linear-gradient(top, #f7f6f2, #c8c8c8, #f7f6f2);
  background-image: linear-gradient(top, #f7f6f2, #c8c8c8, #f7f6f2);

}








.ust_dalgali
{
	border: solid 0px #ff33cc; 
	background: url(../images/dalga-beyaz.png) no-repeat 0px 0px;
    background-size: cover;
	position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
	height:72px;
	margin-top:-10%;

}
.ust_dalgali_krem
{
	border: solid 0px #ff33cc; 
	background: url(../images/dalga-krem.png) no-repeat 0px 0px;
    background-size: cover;
	position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
	height:72px;
	margin-top:0%;
}

.ust_dalgali_mavi
{
	border: solid 1px #ff33cc; 
	position: relative;
	height:350px;
	margin-bottom:0%;
	z-index:0;
	padding-bottom:0%;
	background: #00ffff;
}






.mavidiv{
	height: 230px;
    display:inline-block;
	width:100%;
	margin:0 auto 0px auto;

}
.mavidiv-ic{
	width:33.33%;
	height:100%;
	float:left;
	background:#00ffff;
    margin-left:0%;
	padding:0 auto;
	position: relative;


}

.mavidiv-ic p {
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-45%, -50%);
    transform: translate(-45%, -50%);
	text-align:center;

	color:#ffffff;
	text-shadow:0px 0px 0px #333333;
	font-family:'Conv_Raleway-Medium',Sans-Serif;
    font-size: 0.9em;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 1px;
}

.mavidiv-ic:hover img{
	margin-top:-5%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}






#hakkimizda {
margin-top:0%;
padding-top:2%;
padding-bottom:10%;
background: #f7f6f2;
border: solid 0px #ff33cc; 
}

#urunler {
margin-top:0%;
padding-top:2%;
background: #ffffff;
border: solid 0px #ff33cc; 
}
#services {
margin-top:0%;
padding-top:2%;
padding-bottom:15%;
background: #f7f6f2;
border: solid 0px #ff33cc; 
}
.services2 {
margin-top:0%;
padding-top:2%;
padding-bottom:5%;
background: #ffffff;
border: solid 0px #00ff00; 
}
#iletisim {
margin-top:0%;
padding-top:2%;
padding-bottom:5%;
background: #ffffff;
border: solid 0px #ff33cc; 
}


.dil {
	padding:0px;
	text-align:right;
	margin-right:0px;
	margin-top:-15px;
	border:0px solid red;
	position: relative;
	z-index:999; 
	float: right;	
	display: block;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-family:'Conv_Raleway-Medium',Sans-Serif;
    font-size: 0.7em;
    text-transform: none;
    font-weight: 600;
	color:#f40b11;
}

.dil:hover{
	color:#000000;
	opacity:.5;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}













button.accordion {
    background-color: #ffffff;
    color: #525252;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ffffff;
	color:#00ffff;
}


button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	font-size: 15px;
}

.half {
  float: left;
  width: 50%;
  padding: 0 1em;
}

.orta-bezelye{
margin-top:0%;
padding-top:0%;
border: solid 0px #ff33cc; 
position: relative;
float:right;
}
.arkaresim-1{
	background: url(../images/logo-1.png) no-repeat 0px 0px;
	background-size: 555px 217px;
	border: solid 0px #ff33cc; 
	position: relative;
	width:555px;
	height:217px;
	float:right;
	right: 0px;
	margin:auto;
	margin-top:-13%;
	
}









.downArrow{
	position: relative;
	margin-top:10%;
	

}
.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}










/*
* Navigation
*/








@keyframes slidy2 {
0% { padding-bottom: 0%;  background-color: rgba(255, 255, 255, 1);}
10% { padding-bottom: 3%; background-color: rgba(255, 255, 255, 0.9); }
20% { padding-bottom: 1%; background-color: rgba(255, 255, 255, 0.9); }
100% { padding-bottom: 1%; background-color: rgba(255, 255, 255, 1); }
}



.nav-container /*en üstteyken oluşan div*/
{ 
	z-index: 9999; 
	position: fixed; 
	top: 15px; 
	width: 100%;
	padding:10px;
	left:0px;

    -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -o-transition: 0.1s all;
    -ms-transition: 0.1s all;
    transition: 0.1s all;

}


.f-nav /* aşağı inince oluşan div*/
{ 

  animation: 1s slidy2; 

	z-index: 9999; 
	position: fixed; 
	top: 0px; 
	width: 100%;
	padding:10px;
	left:0px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0 0 30px 0 rgba(0, 0, 0, 0.25);
	box-shadow:         0 0 30px 0 rgba(0, 0, 0, 0.25);


    -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -o-transition: 0.1s all;
    -ms-transition: 0.1s all;
    transition: 0.1s all;
} /* this make our menu float top */
	




.agileits-logo h1{
	top:0px;
	border: 0px solid red;
	width:400px;
	height:50px;
	margin-top:0px;
	padding-bottom:6px;
	margin-left:30px;

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}




.f-nav .agileits-logo h1{
	visibility: hidden;
	opacity: 0;
	top:0px;
	padding-bottom:6px;
	margin-left:30px;

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.f-nav .agileits-logo {
	background: url(../images/logo-mini.png) no-repeat 0px 0px;
    background-size: 400px 50px;
	border: solid 0px #ff33cc; 
	z-index:9999;
	top:0px;
	padding-bottom:6px;
	margin-left:30px;

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;

}


.f-nav .navbar-nav {
    border: solid 0px #00f0f0;
	padding-top:15px;

	 -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -o-transition: 0.1s all;
    -ms-transition: 0.1s all;
    transition: 0.1s all;

}


.f-nav .dil{

top:17px;

}






h6 {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 20px 0 40px 0;
    padding: 0;
	color:#525252;
	text-shadow:0px 0px 1px #333333;
	font-family:'Conv_Raleway-Medium',Sans-Serif;
    font-size: 1.5em;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 5px;

}


 h6 span { 

        background: #ffffff; 
        padding: 15px 25px 15px 25px; 
        border: solid 1px #c8c8c8;
     border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
    }

h6:after {
    display: inline-block;
    margin: 0px;
	margin-bottom:10px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #c8c8c8;
    width: 20%;
}
h6:before {
    display: inline-block;
    margin: 0px;
	margin-bottom:10px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #c8c8c8;
    width: 20%;
}






h5 {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 20px 0 40px 0;
    padding: 0;
	color:#525252;
	text-shadow:0px 0px 1px #333333;
	font-family:'Conv_Raleway-Medium',Sans-Serif;
    font-size: 1.5em;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 5px;

}


 h5 span { 

        background: #f7f6f2; 
        padding: 15px 25px 15px 25px; 
        border: solid 1px #c8c8c8;
     border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
    }

h5:after {
    display: inline-block;
    margin: 0px;
	margin-bottom:10px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #c8c8c8;
    width: 20%;
}
h5:before {
    display: inline-block;
    margin: 0px;
	margin-bottom:10px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #c8c8c8;
    width: 20%;
}











#container2 {
  margin: auto;
border: 0px solid #3366ff;
}


.urunler-buton {
	margin-top: 80px;
	margin-bottom:40px; 
	border: 0px solid #ffff33;
}
.urunler-buton li {
	position: relative;
	display: inline;
	margin: 10px;
 
}





.urunler-buton a {
 line-height: 30px;
     border: 2px solid #d8d8d7;
    color: #525252;
  font-size: 15px;
  background: #ffffff;
  padding: 13px 24px 13px 24px;
  border: solid #d8d8d7 2px;
  text-decoration: none;
     border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
    transition: all 0.5s;

}


.urunler-buton a:hover {
	background: #027E7E;
  border: solid #027E7E 2px;
	color: #ffffff;
	text-decoration: none;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
    transition: all 0.5s;

	-webkit-box-shadow: 0px 0px 39px -9px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 39px -9px rgba(0,0,0,0.52);
	box-shadow: 0px 0px 39px -9px rgba(0,0,0,0.52);

}


.urunler-buton a:focus{
	background: #027E7E;
  border: solid #027E7E 2px;
	color: #ffffff;
	text-decoration: none;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
    transition: all 0.5s;
}



.urunler-buton a:focus:active{
	background: #027E7E;
	color: #ffffff;
	text-decoration: none;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
    transition: all 0.5s;
}



.urunadi{
	z-index:999;
	position:absolute;
	color:#6b6b6b;
	font-family:'Conv_Raleway-Medium',Sans-Serif;
    font-size: 1em;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 3px;
	display: block;
	bottom:0px;
	padding:5px;
	text-align: center;
	border: solid #ababab 0px;
	width:100%;

}

.grid-item {
	 display: inline-block;
	 overflow: hidden;
	 z-index:900;
	 height: 350px;
	 width: 200px;
	 margin: 12px;

	 text-align: center;

     border: solid 1px #dfdfdf;
     border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
    transition: all 0.5s;

}

.grid-item:hover {

	-webkit-box-shadow: 0px 0px 39px -9px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 39px -9px rgba(0,0,0,0.52);
	box-shadow: 0px 0px 39px -9px rgba(0,0,0,0.52);

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
    transition: all 0.5s;

}



 
.grid-item  img {


	  	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
    transition: all 0.5s;
    }
 
.grid-item:hover  img {
      -webkit-filter: blur(5px);
      filter: blur(5px);

	  	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
    transition: all 0.5s;
    }



.grid-item:hover .urunadi {
color:#027E7E;
}

.grid-item:hover hr.urun-hr {
border-top: 3px solid #027E7E;

transform: translate(0px, 0px);
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);


	-webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

hr.urun-hr{
	border-top: 3px solid #ffffff;
	width:50%;
	bottom:0;
	margin-top:5px;
	margin-bottom:0px;
	text-align:center;

transform: translate(0px, 100px);
-webkit-transform: translate(0px, 100px);
-moz-transform: translate(0px, 100px);
-o-transform: translate(0px, 100px);
-ms-transform: translate(0px, 100px);

	-webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;

}





.grid-item:hover .urun-logo {
	border-top: 3px solid #027E7E;

	transform: translate(0px, -200px);
	-webkit-transform: translate(0px, -200px);
	-moz-transform: translate(0px, -200px);
	-o-transform: translate(0px, -200px);
	-ms-transform: translate(0px, -200px);

	-webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.urun-logo{

	background: url(../images/urun-logo.png) no-repeat 0px 0px;
    background-size: cover;
	position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
	height:100px;
	margin-top:8%;
	border-top: 0px solid #ffffff;
	top:0;
	text-align:center;
	z-index:999;

	transform: translate(0px, -300px);
	-webkit-transform: translate(0px, -300px);
	-moz-transform: translate(0px, -300px);
	-o-transform: translate(0px, -300px);
	-ms-transform: translate(0px, -300px);

	-webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;

}






.isotope-pager .pager {
	display: inline-block;
	margin:8px;
  color: #757375;
  font-size: 15px;
    font-weight: 600;
  background: #ffffff;
  padding: 8px 24px 8px 24px;
  border: solid #ababab 2px;
  text-decoration: none;
     border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
    transition: all 0.5s;
}

.isotope-pager .pager:hover {
	background: #027E7E;
	  border: solid #027E7E 2px;
	color: #ffffff;
	text-decoration: none;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
    transition: all 0.5s;
}




.isotope-pager .pager:focus{
	background: #027E7E;
	color: #ffffff;
	text-decoration: none;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
    transition: all 0.5s;
}



.isotope-pager .pager:focus:active{
	background: #027E7E;
	color: #ffffff;
	text-decoration: none;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
    transition: all 0.5s;
}






/* Opacity #1 */
.servis-resim img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.servis-resim:hover img {
	opacity: .5;
}




.servis-resim {
	 display: inline-block;
	 overflow: hidden;
	 z-index:900;
	 height: 200px;
	 width: 300px;
	 margin: auto 2% auto 2%;

	 text-align: center;

     border: solid 2px #027E7E;
     border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
    transition: all 0.5s;

}

.servis-resim:hover {

	-webkit-box-shadow: 0px 0px 39px -9px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 39px -9px rgba(0,0,0,0.52);
	box-shadow: 0px 0px 39px -9px rgba(0,0,0,0.52);

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
    transition: all 0.5s;

}







#myImg {
    border-radius: 10px;
	 border: solid 2px #c8c8c8;
	 cursor:pointer;

		-webkit-box-shadow: 0px 0px 39px -9px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 39px -9px rgba(0,0,0,0.52);
	box-shadow: 0px 0px 39px -9px rgba(0,0,0,0.52)
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 900px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #ffffff;
    font-size: 70px;
    font-weight: bold;
    transition: 0.3s;
	opacity:1;

}

.close:hover,
.close:focus {
    color: #eeeeee;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}














@media only screen and (max-width: 1080px){
    
.nav-container { /* üst menü iptal*/
display:none2;
}
.ust_dalgali
{
display:none;
}
.ust_dalgali_krem
{
display:none;
}
.ust_dalgali_mavi
{
display:none;
}
.mavidiv{
display:none;
}
div#slider {
display:none2;
margin-bottom:20%;
margin-top:20%;
}
.slide-text img{
width:60%;
margin-left:-60%;
margin-top:0px;
}
div.slide-up p{
margin-right:54%;
font-size:0.8em;
}
.kartanesi_1x {
  margin-top: 25%;
}
.kartanesi_1x img{
  width:15px;
  height:15px;
}
.dil{
display:none;
}
.f-nav .agileits-logo {
	background: url(../images/logo-mini_mobil.png) no-repeat 0px 0px;
	padding-bottom:0px;
	margin-left:30px;
}
h6 {
    padding: 5px;
    margin:20px 0px 0px 0px;
    font-size: 0.9em;
}
 h6 span { 
     padding: 5px; 
    }
h6:after {
    width: 0%;
}
h6:before {
    width: 0%;
}
h5 {
    padding: 5px;
    margin:20px 0px 0px 0px;
	font-size: 0.9em;
}
 h5 span { 
    padding: 5px 15px 5px 15px; 
    }
h5:after {
    width: 0%;
}
h5:before {
    width: 0%;
}
.navbar-collapse {
	text-align: center;
	position: absolute;
	width: 100%;
	background: #ffffff;
	border: none;
	box-shadow: none;	
	}
.navbar-nav {
	float: none;
}
.navbar-toggle {
	margin-right: 0;
}
.arkaresim-1 {
	background-size: 250px 98px;
	width:250px;
	height:98px;
	margin:30px;
	padding:-100px 10px 100px 10px;
	border:0px solid red;
	position: static;

}
.contact-form{
	margin:2em 0 2em 0;
}
.orta-ic2{
display:none;
}
.orta-ic3{
display:none;
}
.orta-ic3-2{
display:none;
}
.orta-2{
display:none;
}
.orta-ic {
	width: 100%;
	float: left;
	margin: 0px;
	border: solid 0px #ffff33; 
}
.orta-ic h3{
    font-family:'Conv_Raleway-Medium',Sans-Serif;
    font-size: 0.8em;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 3px;
    bottom: 0em ;
	margin:10px auto;
}
.orta-ic p{
    font-family:'Conv_Raleway-Medium',Sans-Serif;
    font-size: 0.8em;
    text-transform: none;
    letter-spacing: 1px;
}
.orta-1 {
	float: left;
	text-align:right;
	width: 100%;
	margin: 0px;
	border: solid 0px #ff33cc; 
}
.orta-2 {
	float: left;
	padding-left:5%;
	padding-top:20px;
	border: solid 0px #00ff00; 
	text-align:center;
	width:9%;
}
.orta-3 {
	float: right;
	width: 100%;
	margin: 0px;
	border: solid 0px #ffcc33; 
	text-align:left;
}
 .orta {
	height: 100%;
	width: 100%;
	border: solid 0px #00ff66; 
	margin-bottom:30px;
	margin-top:30px;
	color: #525252;
}
.half {
  float: center;
  width: 100%;
  padding: 5%;
}
div#half2 {
display:none;
}
.urunler-buton {
	margin-top: 50px;
	margin-bottom:40px; 
	border: 0px solid #ffff33;
}
.urunler-buton li {
	margin-top: 40px;
}
.urunler-buton a {
 line-height: 50px;
  margin-top:30px;
}
.grid-item {
	 height: 250px;
	 width: 143px;
	 margin: 12px;
}

.grid-item  img {
	 height: 250px;
	 width: 143px;
}

.grid-item:hover .urun-logo {
	border-top: 0px solid #027E7E;
}

.urun-logo{
    background-position: 50%;
	height:80px;
	margin-top:0%;
	border-top: 0px solid #ffffff;
	top:100px;
}




}/* mobil sonu --------------------*/










/*--

@media(max-width:1080px){
	.icon-right {
		width: 65%;
	}
	.callbacks_tabs {
		left: 445px;
	}
}
@media(max-width:991px){
	.w3layouts-banner-text h4 {
		font-size: 3.2em;
	}
	.w3layouts-banner-text h2 {
		font-size: 3em;
	}
	.agileits_welcome_grid_right {
		margin: 2em 0 0 0;
	}
	.w3ls-markets-grid{
		margin: 2em 0 0 0 !important;
	}
	.w3ls-markets-grid:nth-child(1){
	    margin: 0 !important;
	}
	.gallery-grid {
		float: left;
		width: 50%;
	}
	.wthree-team-grid {
		float: left;
		width: 50%;
	}
	.wthree-team-grid:nth-child(3),.wthree-team-grid:nth-child(4){
		margin:2em 0 0 0;
	}
	.testimonial-top p {
		width: 100%;
	}
	.callbacks_tabs {
		left: 332px;
		top: 270px;
	}
	.subscribe-grid input[type="email"] {
		width: 65%;
	}
	.agile-contact-right {
		margin: 2em 0 0 0;
	}
}
@media(max-width:768px){
	.w3layouts-banner-info {
		margin: 2em 0;
	}
}
@media(max-width:736px){
	.agileits-logo {
		width: 18%;
	}
	.navbar-collapse {
		text-align: center;
		position: absolute;
		width: 100%;
		background: #027E7E;
		border: none;
		box-shadow: none;	
	}
	.navbar-nav {
		float: none;
	}
	.navbar-toggle {
		margin-right: 0;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #027E7E;
	}
	.callbacks_tabs {
		left: 290px;
	}
}
@media(max-width:667px){
	.agileits-logo {
		width: 20%;
	}
}
@media(max-width:600px){
	.callbacks_tabs {
		left: 255px;
		top: 305px;
	}
	.w3-button {
		margin: 3em 0 0 0;
	}
	.agileits-logo {
		width: 23%;
	}
}
@media(max-width:568px){
	.callbacks_tabs {
		left: 235px;
	}
	.w3layouts-banner-text p {
		width: 70%;
	}
}
@media(max-width:480px){
	.agileits-logo {
		width: 29%;
	}
	.header {
		margin: 0em 0 0 0;
	}
	.w3layouts-banner-text h2 {
		font-size: 2em;
	}
	.w3layouts-banner-text p {
		width: 90%;
	}
	.welcome, .markets, .gallery, .team, .testimonial, .subscribe, .contact {
		padding: 2em 0;
	}
	.markets-grids, .gallery-grids, .agileinfo-team-grids,.agile-contact-grids {
		margin: 2em 0 0 0;
	}
	i.fa.fa-quote-right {
		font-size: 2em;
	}
	.testimonial-top p {
		width: 97%;
	}
	.callbacks_tabs {
		left: 200px;
		top: 328px;
	}
	.subscribe-grid input[type="email"] {
		width: 75%;
	}
	.map-grid iframe {
		height: 300px;
	}
	.agileits_welcome_grid_left h3, .wthree-heading h3 {
		font-size: 2em;
	}
}
@media(max-width:414px){
	.callbacks_tabs {
		left: 165px;
		top: 360px;
	}
	.agileits-logo {
		width: 34%;
	}
}
@media(max-width:384px){
	.agileits-logo h1 a span {
		letter-spacing: 28px;
	}
	.agileits-logo h1 a {
		font-size: 1em;
	}
	.w3layouts-banner-text h4 {
		font-size: 2.2em;
	}
	.w3layouts-banner-text h2 {
		font-size: 1.5em;
	}
	.w3layouts-banner-text p {
		width: 100%;
	}
	.agileits_welcome_grid_left h3, .wthree-heading h3 {
		font-size: 1.5em;
	}
	.team-social-grids ul li {
		margin: 0;
	}
	.callbacks_tabs {
		left: 144px;
		top: 385px;
	}
	.subscribe-grid {
		width: 100%;
	}
	.subscribe-grid input[type="email"] {
		width: 80%;
	}
	.contact input[type="submit"] {
		padding: .8em 3em;
	}
	.map-grid iframe {
		height: 200px;
	}
	.modal-header h4 {
		font-size: 1.5em;
	}
}
@media(max-width:375px){
	.wthree-team-grid-info {
		padding: .5em;
	}
	.contact textarea {
		min-height: 8em;
	}
}
@media(max-width:320px){
	.agileits-logo h1 a {
		font-size: .9em;
	}
	.agileits-logo h1 a span {
		letter-spacing: 23px;
	}
	.w3layouts-banner-text h4 {
		font-size: 2em;
	}
	.w3-button ul li a.button1, .w3-button ul li a.button2 {
		padding: .3em 1em;
	}
	.w3-button {
		margin: 1em 0 0 0;
	}
	.agileits_welcome_grid_left h5 {
		font-size: .9em;
	}
	.icon-left i.fa.fa-cutlery, .icon-left i.fa.fa-glass, .icon-left i.fa.fa-truck, .icon-left i.fa.fa-user, .icon-left i.fa.fa-cog, .icon-left i.fa.fa-coffee {
		font-size: 1.2em;
	}
	.icon-left {
		width: 50px;
		height: 50px;
	}
	.gallery-grid {
		float: none;
		width: 100%;
	}
	.wthree-team-grid {
		float: none;
		width: 100%;
	}
	.wthree-team-grid-info {
		padding: 1em;
	}
	.wthree-team-grid:nth-child(2),.wthree-team-grid:nth-child(3), .wthree-team-grid:nth-child(4) {
		margin: 1em 0 0 0;
	}
	.callbacks_tabs {
		left: 108px;
		top: 442px;
	}
	.subscribe-grid input[type="email"] {
		width: 75%;
		padding: .5em;
	}
	.subscribe-grid button.btn1 {
		width: 40px;
		padding: .5em;
	}
}
/*-- //responsive --*/



--*/


