


nav a
{
	color :white;

}
nav a:link {
    text-decoration: none;
}

aside
{
	height: 50%;
}


*{
  margin: 0;
	padding: 0;
	outline: none;
	border: none;
	-webkit-box-sizing: border-box;
}
*:before,
*:after{
	-webkit-box-sizing: border-box;
}
.clearfix {
  *zoom: 1;
}
html{
	font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
}
body{
	background: url('../brushed_alu.png');
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.container{
	width: 80%;
	margin: 0 auto;
}
header{
	width: 100%;
	height: auto;
	background: #212121;
}
.header-left,
.header-right{
	position: relative;
	color: white;
	float: left;
}
.header-left{
	width: 30%;
}
.header-right label{
	position: absolute;
	top: -3.7em;
	right: 0;
	cursor: pointer;
}
.header-right span{
	position: relative;
	width: 2em;
	height: 2em;
	background: rgba(255,255,255,.3);
	-webkit-transition: all .3s ease;
}
.header-right span:hover{
	background: rgba(255,255,255,.6);
}
.header-right span:before,
.header-right span:after{
	content: '';
	position: absolute;
	width: 2em;
	height: .5em;
	top: 4px;
	left: 0;
	background: black;
}
.header-right span:after{
	top: 14px;
}
.header-right{
	width: 70%;
	text-align: right;
}
#open{
	display: none;
}
h1{
	font-weight: 300;
	line-height: 40px;
}
a{
	text-decoration: none;
	color: white;
}
nav>a{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 40px;
	padding: 0 2em;
	-webkit-transition: all .3s ease;
}
nav>a:hover{
	background: rgba(255,255,255,.9);
	color: black;
}
.hidden-desktop{
	display: none;
}
section{
	width: 100%;
	height: auto;
	background-image: -webkit-linear-gradient(#80059E 0%, #550486 100%);
}
.section-left,
.section-right{
	float: left;
}
.section-left{
	width: 70%;
	padding: 3em 0;
}
.section-right{
	width: 30%;
}
.section-title,
.section-tagline{
	color: white;
	font-weight: 300;
	margin: 0;
	padding: 0;
	-webkit-transition: all .4s ease;
}
.section-title{
	font-size: 4em;
	margin-bottom: .3em;
	text-shadow: 0 3px 0px black,
				 0 4px 0px rgba(150,150,150,.5);
}
.section-tagline{
	font-size: 1em;
}
.learn-more{
	display: table;
	margin: 3em auto 0;
	padding: 1em 6em;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,.8);
	background: #EAAF00;
	background-image: -webkit-linear-gradient(#EAAF00 0%, #D78100 100%);
	font-size: 1.2em;
}
.learn-more:hover{
	background: #EAAF00;
}
.learn-more:active{
	box-shadow: inset 0 2px 0 rgba(0,0,0,.8);
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.box{
		width: 49%;
		margin-bottom: 5%;
	}

	ul li:nth-child(3) .box{
		clear: both;
	}

	ul li:nth-child(2n) .box{
		margin-right: 0;
		clear: right;
	}
}

/* Small monitor */
@media (max-width: 979px){
	nav>a{
		padding: 0 1.5em;
	}
	.section-left,
	.section-right{
		width: 100%;
	}
	.section-left{
		text-align: center;
	}
	.section-right{
		padding: 0 0 2em;
	}
	.section-title{
		font-size: 4em;
		margin-bottom: .2em;
	}
	.section-tagline{
		font-size: 1.3em;
	}
	.learn-more{
		margin: 0 auto;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.container{
		width: 95%;
	}
	nav>a{
		padding: 0 2em;
	}
	h1{
		padding: .5em 0;
	}
	.header-left,
	.header-right{
		width: 100%;
		text-align: center;
	}
	.section-left,
	.section-right{
		width: 100%;
	}
	.section-left{
		text-align: center;
		padding: 2em 0;
	}
	.section-right{
		padding: 1em 0 2em;
	}
	.section-title{
		font-size: 3em;
		margin-bottom: .2em;
	}
	.section-tagline{
		font-size: 1.3em;
	}
	.learn-more{
		margin: 0 auto;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	body{
		padding: 0 .5em;
	}
	.container{
		width: 90%;
	}
	nav{
		height: 0;
		overflow: hidden;
		-webkit-transition: all .3s ease;
	}
	input[type="checkbox"]:checked + nav{
		height: 205px;
	}
	nav>a{
		padding: 0 1em;
		display: block;
		border-bottom: solid 1px rgba(255,255,255,.1);
	}
	h1{
		padding: .5em 0;
	}
	.header-left,
	.header-right{
		width: 100%;
		text-align: center;
	}
	.section-left,
	.section-right{
		width: 100%;
	}
	.section-left{
		text-align: center;
		padding: 1em 0;
	}
	.section-right{
		text-align: center;
		padding: 1em 0 2em;
	}
	.section-title{
		font-size: 2.4em;
		margin-bottom: 0;
	}
	.section-tagline{
		font-size: 1em;
	}
	.learn-more{
		display: table;
		margin: 0 auto;
	}
	.hidden-desktop{
		display: block;
	}
}


/*carousel start*/


/*carousel end*/

/*aside*/
aside #mainli
{
	width: 210px;
	height: 45px;
	border: 1px solid black;
	margin-left: 2%;
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: #212121;
	margin-top: 10px;
	list-style: none;
}
aside #justli
{
	width: 210px;
	height: 45px;
	border: 1px solid #ccc;
	margin-left: 2%;
	margin-top: 1px;
	text-align: center;
	font-weight: bold;
	list-style: none;

}
/*aside end*/

/*footer start*/
footer div
#topnav 
{
	font-size: 12px; 
	position: relative; 
	border-bottom: 1px  solid #b2b2b2;
	padding-bottom: 10px;
}


#bulka  {height: 12px ; width: 12px; }
#bulka2 {height: 12px ; width: 12px; margin-left: 30px;}
#bulka3 {height: 12px ; width: 12px; margin-left: 30px;}

#topsol 
{
	margin-left: 10%; 
	position:absolute;

}



#yuxarisag 
{
	
	display: flex;
	justify-content: flex-end;
	margin-left: 40%;
	
}

#nav3 
{
	margin-top: 60px; 
	background-color: #00bcd4;
	font-family: 'Roboto', sans-serif;
	height: 45px;



}

#nav3 a {color:black ;}


#mainlogosol 
{
	
	margin-left: 9.5%;
	
	position: absolute;
}

#mainlogodivi 
{
	position: relative;
	display: fixed;
	margin-top: 30px;

}

#mainlogosag 
{
	
	margin-left: 40%;
	
	display: flex;
	justify-content: flex-end;

}


.main-text
{
    position: absolute;
    top: 50px;
    width: 96.66666666666666%;
    color: #FFF;
}
.btn-min-block
{
    min-width: 170px;
    line-height: 26px;
}
.btn-clear
{
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    margin-right: 15px;
}
.btn-clear:hover
{
    color: #000;
    background-color: #FFF;
}

#carouseldensonraki 
{
	height: 400px; 
	
	margin-top: 60px;
	display: flex;
	
	justify-content: center;
	justify-content: space-between;
	
}

#soldiv01,
#ortadiv01,
#sagdiv01 
{
	width: 300px ;
	height :200px;
}

.fa-facebook,
.fa-google-plus,
.fa-instagram,
.fa-twitter,
.fa-youtube-play { color: #b2b2b2 }


.fa-headphones{color: #00bcd4 ; margin-right:  10px;}
.fa-desktop   {color: #00bcd4 ; margin-right:  10px;}
.fa-refresh   {color: #00bcd4 ; margin-right:  10px;}

.fa-shopping-cart,
.fa-search 
{color: #b2b2b2}


#carouseldensonraki a 
{
	color:#00bcd4;
	font-size: 12px;
	font-weight: bold;
}

#phonediv 
{
	background-color: #fafafa;
	display: flex;
	justify-content: center;
	justify-content: space-between;
	width: 100%
	margin-right :0;


}

#phoneleft 
{
	font-size: 12px; 
	width: 360px ; 
	height: 92px;
	font-family: 'Roboto', sans-serif;
	display: flex;
    flex-direction: column;
    text-align: right;

}

#phoneright 
{
	font-size: 12px; 
	width: 360px ; 
	height: 92px;
	font-family: 'Roboto', sans-serif;
	display: flex;
    flex-direction: column;
    text-align: left;

}
#phonemiddle {text-align: center;}

#phonediv ul {list-style-type: none;}

#phonediv ul li {margin-top: 50px;}

#phonediv h4 {font-weight: bold;}


.fa-cog,
.fa-user-o,
.fa-rocket,
.fa-comments,
.fa-refresh,
.fa-sliders
{
	color: #00bcd4;
}

.carouseleqeder {position: ;}


.parallax { 
    /* The image used */
    background-image: url("../Depositphotos_80299672_original.jpg");

    /* Set a specific height */
    height: 650px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    text-align: center;
}

.container {
  padding: 20px 0;
}

.ourprojects 
{
	border: 1px solid;
	height: 360px;
	width: 100%;
	background: #303030;
	text-align: center;
	color: white;
}

.parallax h1 {font-weight: bold; margin-top: 100px; color: white;font-size: 40px; margin-top: 200px;}
.parallax h4 { color: #00bcd4; font-size: 25px;}

.ourprojects h2 {font-weight: bold; margin-top: 100px;}

.ourprojects h5 
{
	
	line-height: 28px;
	font-weight: normal;
	color: #999999;
}

#secondnavv
{
	color: black;
}


#nav33 a
{
color: black;
/*height: 60px;*/
margin:10px 10px 0 10px;
font-size: 12px;
display: flex;
justify-content: center;
margin-left: 100px;
}
#nav33 a:hover {
    color: #00bcd4;
    border-bottom: 2px solid #00bcd4;


}



/*cards*/



// Box shadow helper
@mixin BoxShadowHelper($level: 1){
  @if $level == 1 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  }
  @if $level == 2 {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  }
}
a {transition: .25s all;}
.card {
  overflow: hidden;
  @include BoxShadowHelper(1);
  transition: .25s box-shadow;
  &:focus,
  &:hover {@include BoxShadowHelper(2);}
}
.card-inverse .card-img-overlay {
  background-color: rgba(#333,.85);
  border-color: rgba(#333,.85);
}

#cardback {background-color: }



.left_card 
{
	background-color: #00bcd4;
	height: 310px;
	color: white;
}

.middle_card 
{
	background: url(../original.jpg);
	height: 310px;
	color: white;
}

.right_card 
{
	background-color: #313131;
	height: 310px;
	color: white;
}

.left_card  p 
{
	height: 60px ; 
	width: 357px;
	margin-top: 60px;
	margin-right:  60px;
	margin-left:  60px;
	margin-bottom:  60px;
	align-items: center;
	font-size: 13px;
}

.left_card h3
{
	margin-top: 60px;
	margin-right:  60px;
	margin-left:  60px;
	margin-bottom:  60px;
	font-weight: bold;
}


.middle_card p
{
	align-items: center;
	font-size: 13px;
	height: 60px ; 
	width: 357px;
	margin-top: 60px;
	margin-right:  60px;
	margin-left:  60px;
	margin-bottom:  60px;

}

.middle_card h3
{
	margin-top: 60px;
	margin-right:  60px;
	margin-left:  60px;
	margin-bottom:  60px;
	font-weight: bold;
}


.right_card p
{
	align-items: center;
	font-size: 13px;
	height: 60px ; 
	width: 357px;
	margin-top: 60px;
	margin-right:  60px;
	margin-left:  60px;
	margin-bottom:  60px;

}


.right_card h3
{
	margin-top: 60px;
	margin-right:  60px;
	margin-left:  60px;
	margin-bottom:  60px;
	font-weight: bold;
}



/*ikinci carousel*/

.secondcarousel {background-color: #b2b2b2 ; width: 100% ; height: 440px; border: 1px solid gray; margin-top: 100px;}

/*ikinci parallax */


.parallax2 { 
    /* The image used */
    background-image: url("../parallax2.jpg");

    /* Set a specific height */
    height: 550px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 120px;
    text-align: center;
}

.container {
  padding: 20px 0;
}


.parallax2 h2 {font-weight: bold; margin-top: 100px; color: white;}
.parallax2 h5 {font-weight: bold; color: white;}


.team_members 
{
	height: 200px;
	margin-top: 100px;
	text-align: center;

}

.team_members h2 {font-weight: bold;}
.team_members h4 {color: #999999}


/*cards3x*/

.cards3x 
{
	height: 550px;
	margin-top: 30px;
	display: flex;
	justify-content: space-around;
	padding-left: 8%;
	/*padding-right: 30%;*/

}
/*
width:361px;
height:323px;*/

.cards3x img 
{
	width:361px;
	height:323px;
}

.cards3xfirst div 
{
	width: 340px; 
	height: 90px;
	align-items: center;
	font-size: 12px;
	color: #636363;
	margin-left: 10px;
}

.cards3xsecond div 
{
	width: 340px; 
	height: 90px;
	align-items: center;
	font-size: 12px;
	color: #636363;
	margin-left: 10px;
}

.cards3xthird div 
{
	width: 340px; 
	height: 90px;
	align-items: center;
	font-size: 12px;
	color: #636363;
	margin-left: 10px;
}

.ikonki a:hover 
{
	color: #00bcd4;
}



/*price cards 4x*/

@import url("https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,700italic,700,500&subset=latin,latin-ext");

    	
      
	
	/* COMMON PRICING STYLES */
		.panel.price,
		.panel.price>.panel-heading{
			border-radius:0px;
			 -moz-transition: all .3s ease;
			-o-transition:  all .3s ease;
			-webkit-transition:  all .3s ease;
		}
		.panel.price:hover{
			box-shadow: 0px 0px 30px rgba(0,0,0, .2);
		}
		.panel.price:hover>.panel-heading{
			box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset;
		}
		
				
		.panel.price>.panel-heading{
			/*box-shadow: 0px 5px 0px rgba(50,50,50, .2) inset;*/
		
		}
			
		
		
		.panel.price .list-group-item:last-child {
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
		}
		.panel.price .list-group-item:first-child {
			border-top-right-radius: 0px;
			border-top-left-radius: 0px;
		}
		
		.price .panel-footer {
			color: #fff;
			border-bottom:0px;
			background-color:  #fff;
			box-shadow: 0px 3px 0px #fff;
		}
		
		
		.panel.price .btn{
			box-shadow: 0 -1px 0px rgba(50,50,50, .2) inset;
					}
		
	/* green panel */
	
		
		.price.panel-green>.panel-heading {
			color: #fff;
			background-color: #f23d7a;
			border-color: #f23d7a;
			border-bottom: 1px solid #f23d7a;
		}
		
			
		.price.panel-green>.panel-body {
			color: #fff;
			background-color: #f23d7a;
		}
				
		
		
		}
		
		.price.panel-green .list-group-item {
			color: #333;
			background-color: #fff;
			font-weight:600;
			text-shadow: 0px 1px 0px rgba(250,250,250, .75);
		}
		
		/* blue panel */
	
		
		.price.panel-blue>.panel-heading {
			color: #fff;
			background-color: #00b2c9;
			border-color: #78AEE1;
			border-bottom: 1px solid #00b2c9;
		}
		
			
		.price.panel-blue>.panel-body {
			color: #fff;
			background-color: #00b2c9;
		}
				
		
		
		}
		
		.price.panel-blue .list-group-item {
			color: #333;
			background-color: rgba(50,50,50, .01);
			font-weight:600;
			text-shadow: 0px 1px 0px rgba(250,250,250, .75);
		}
		
		/* red price */
		
	
		.price.panel-red>.panel-heading {
			color: #000;
			background-color: #fff;
			border-color: #e4e4e4;
			border-bottom: 1px solid #e4e4e4;
		}
		
			
		.price.panel-red>.panel-body {
			color: #000;
			background-color: #fff;
		}
		
		
		
		
		
		}
		
		.price.panel-red .list-group-item {
			color: #333;
			background-color: rgba(50,50,50, .01);
			font-weight:600;
			text-shadow: 0px 1px 0px rgba(250,250,250, .75);
		}
		
		/* grey price */
		
	
		.price.panel-grey>.panel-heading {
			color: #000;
			background-color: #fff;
			border-color: #B7B7B7;
			border-bottom: 1px solid #e4e4e4;
		}
		
			
		.price.panel-grey>.panel-body {
			color: #000;
			background-color: #fff;
		}
		

		
		
				
		}
		
		.price.panel-grey .list-group-item {
			color: #333;
			background-color: rgba(50,50,50, .01);
			font-weight:600;
			text-shadow: 0px 1px 0px rgba(250,250,250, .75);
		}
		
		/* white price */
		
	
		.price.panel-white>.panel-heading {
			color: #333;
			background-color: #f9f9f9;
			border-color: #ccc;
			border-bottom: 1px solid #ccc;
			text-shadow: 0px 2px 0px rgba(250,250,250, .7);
		}
		
		.panel.panel-white.price:hover>.panel-heading{
			box-shadow: 0px 0px 30px rgba(0,0,0, .05) inset;
		}
			
		.price.panel-white>.panel-body {
			color: #fff;
			background-color: #dfdfdf;
		}
				
		.price.panel-white>.panel-body .lead{
				text-shadow: 0px 2px 0px rgba(250,250,250, .8);
				color:#666;
		}
		
		.price:hover.panel-white>.panel-body .lead{
				text-shadow: 0px 2px 0px rgba(250,250,250, .9);
				color:#333;
		}
		
		.price.panel-white .list-group-item {
			color: #333;
			background-color: rgba(50,50,50, .01);
			font-weight:600;
			text-shadow: 0px 1px 0px rgba(250,250,250, .75);
		}


/*progressbar nan popular works*/
.textbox {
  height: 700px;
}

.progress {
  margin-bottom: 10px;
}

.progress-bar {
  width: 10px;
}


.progressssss h1 
{
	font-size: 25px;
	
	text-align: left;
}


.progressssss h4
{
font-size: 14px;
color: #b2b2b2;

}
.progressssss p
{
	font-size: 13px;
	color: #626262;
}

.proqresbar h4 
{
	font-size: 13px;
	font-weight: bold;
}


/*#ff4081*/


#a1 {background-color: #00bcd4 ; color: black ; font-weight: bold;}
#a2 {background-color: #00bcd452}

.carouselafterprogress 
{
	/*height: 270px;
	background-color: gray;
	width: 100%;*/

}
.multi-item-carousel{
  .carousel-inner{
    > .item{
      transition: 500ms ease-in-out left;
    }
    .active{
      &.left{
        left:-33%;
      }
      &.right{
        left:33%;
      }
    }
    .next{
      left: 33%;
    }
    .prev{
      left: -33%;
    }
    @media all and (transform-3d), (-webkit-transform-3d) {
      > .item{
        // use your favourite prefixer here
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
      }
    }
  }
  .carouse-control{
    &.left, &.right{
      background-image: none;
    }
  }
}

// non-related styling:
body{
  background: #333;
  color: #ddd;
}
h1{
  color: white;
  font-size: 2.25em;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2em;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
}

.aftercarouseladds
{
	height: 200px;
	width: 100%;
	background-color: #fff;

}
.otzivi
{
	height: 200px;
	width: 100%;
	background-color: gray;

}


.banan h1 {font-size: 130px; }
.banan h2 {font-size: 18px;color: #00bce4 ; font-weight: bold;}
.banan p { margin-bottom: 200px; font-size: 25px;}


.alma h3 { font-size: 80px;  margin-right: 75%;}
.alma p {font-size: 15px;  margin-right: 75%; color: black;}

.armud  { color: black ;}
.apelsin { color: #00bce4 }
.kartof { color: gray }


#ucuncukarusel { margin-left: 50%; }
#ucuncukarusel .pomidor {font-size: 50px;}
#ucuncukarusel .badimcan {font-size: 50px;}
#ucuncukarusel .kelem {font-size: 50px;}


/* vertical progress bar */

.vertical-skills {
    margin-top: 60px;
    text-align: center; }
    .vertical-skills li {
      display: inline-block;
      position: relative;
      width: 200px;
      height: 200px;
      background: #f0f0f0;
      add2w }
      @media (max-width: 400px) {
        .vertical-skills li {
          width: 25px; } }
      .vertical-skills li span.skill {
        position: absolute;
        animation-duration: 3s;
       animation-name: height;
        left: 0;
        right: 0;
        bottom: 0; }
      .vertical-skills li span.title {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        bottom: -20px; }

        /* ANIMATIONS */
@keyframes height {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    height: 0;
  }
  100% {
    max-height: 100%;
  }
}

/*second parallaxin progress bari*/

.bottomdiv 
{
	
	width: 75%;
	height: 280px;
	margin-top: 20px;
}

.mainbottom
{
	background-color: #212121;
	color: #707070;
	width: 100%;
	margin-top: 100px;

}

.mainbottom h5 
{
	
	width: 100%;
	color: white;
	margin-left: 30%;
	margin-bottom: 20px;
}

.bottomdiv li 
{
	list-style: none;
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
	margin-left: 30%;
}
.bottomdiv a
{
	color: #707070;



}

.bottomdiv a:hover
{
	color: white;
	border-style: none;
	bottom-border:none;
}

.blueline 
{
	border-bottom: 2px solid #fff; width: 50px;
	margin-left: 30%;
}

#input1 
{
	margin-top: 10px;
	height: 40px;
	width: 200px;
	background-color: #212121;
	color: #3b3b3b;
	margin-left: 30%;
}

#submitbutton
{
	width: 150px;
	height: 40px;
	color: #606060;
	background-color: #2c2c2c;
	border-color: #2c2c2c;
	margin-left: 30%;
	font-weight: bold;
}
#submitbutton:hover
{
    color: #FFF;
    background-color:#f44336;
}


#popularprogress
{
	margin-top: 190px;
	margin-left: 10%;
	width: 80%;
	display: flex;
	justify-content: center;
}

#bttm 
{
	width: 102%;
}


.footer
{
	width: 102%;
	height: 30px;
	background-color: #212121;
}

.footleft i:hover
{
	color: #f44336;
}


#futer
{
	margin-left: 10%;
	margin-top: 10px;
}
.footright img
{
	float: right;
    margin-right: 25%;
    margin-top: 100px;
}





.footleft span
{
	font-size: 12px;
	color:#707070;
}

#yuxarisag i:hover
{
	color: #00bce4;
}

#mainlogosag i:hover
{
	color: #00bce4;

}



.counter {
  font-family: Arial;
  padding: 25px;
  background-color: #f5f5f5;
  color: #00bce4;
  	text-align: center;	
}

/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.wrapper { width: 980px; margin: 0px auto; position: relative;}
.counter { background-color: #303030; padding: 20px 0; border-radius: 5px;}
.count-title { font-size: 50px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.count-text { font-size: 13px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }

.counter p 
{
	color: white;
	font-weight: bold;
	font-size: 16px;
}


.slider-container {
  width: 1400px;
  position: relative;
  margin: 10px auto;
}
#frame {
  overflow: hidden;
}
.slider {
  position: relative;
  transition: 500ms;
  display: inline-flex;
}
.slide {
  display: inline-block;
}
.slider-arrow-left {
	position: absolute;
	top: 50%;
	left: -20px;
}
.slider-arrow-right {
	position: absolute;
	top: 50%;
	right: -20px;
}
.svg-arrow:hover{
	opacity:0.6;
  cursor: pointer;
}

.parallaxx { 
    /* The image used */
    background-image: url("../Depositphotos_38570059_original.jpg");

    /* Set a specific height */
    height: 650px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    text-align: center;
}

.container {
  padding: 20px 0;
}

.ourprojects 
{
	border: 1px solid;
	height: 360px;
	width: 100%;
	background: #303030;
	text-align: center;
	color: white;
}
/*footer end*/

.aparatlar
{
	margin-top: 10px;
}

#justli a:link
{
	text-decoration: none;
}

#justli a
{
	color : black;
}

#justli a:hover
{
	color: white;
	text-decoration: none;
}
#justli:hover
{
	background-color: #212121;
	color: white;

}
#justli:hover a
{
	color: white;

}


#mehsullar img
{
	width: 180px;
	height: 160px;
}

#mehsullar h5
{
	text-align: center;
	font-weight: bold;
}

#mehsullar div
{
	text-align: center;
	/*border:1px solid gray;*/
	margin-top: 50px;

}
#mehsullar div:hover
{
	/*//border:1px solid gray;*/
}


#mehsullar a:link
{
	text-decoration: none;
}

#mehsullar a
{
	color : black;
}

#mehsullar a:hover
{
	color: #ef6e2d;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}

@media screen and (max-width: 780px){
	#karuselholder{
		display: none;
	}
}
@media screen and (max-width: 90%){
	.logo{
		display: none;
	}
}


#mehsullar
{
	margin-top: 80px;
}





/*////*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (min-width: 268px) {
    /*added by T Morphy */
/*from http://www.barrykooij.com/bootstrap-submenu-open-on-mouse-over/ to get hover behaviour on desktop */
ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }
ul.nav li.dropdown:hover ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
    display: none;

    

} 
ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu {
    display: block;
} 
  .lead {
    font-size: 21px;
  }
}

.navbardiv
{
    height: auto;
    width: 100%;
    background-color: #212121;
}

.dropdown a
{
    color: white;
    font-weight: bold;
    font-size: 15px;  
    height: 59.4px;   

}
.dropdown a :hover
{
    background-color: white;
}

#sub a:hover
{
    font-weight: bold;
}

#startseiteleft
{
height: 200px;
font-size: 16px;
margin-bottom: 10%;

}
#startseiteright
{
height: 200px;

}


@media screen and (max-width: 760px){
	.footright{
		display: none;
	}
}

.hub table
{
	 border: 2px inset gray;
	 text-align: center;
}
.hub th{
height: 50px;
width: 600px;
border: 2px inset gray;
text-align: center;

}
.hub td
{
    height: 50px;
    width: 600px;
    border: 2px inset gray;
    text-align: center;
}

@media screen and (max-width: 760px){
	.hub th{
		
		width: 10px;
	}
}
@media screen and (max-width: 760px){
	.hub td{
		
		width: 10px;
	}
}

@media screen and (max-width: 760px){
	.spisok img{
		height: 250px;
		width: 250px;
	}
}


.langen
{
  float: right;margin-top: 1%; margin-right: 1%;
}
.langde
{
	float: right; margin-right: 5%;margin-top: 1%;
}
.logosaytin
{
	margin-left: 6%;
}

.menunav
{
	height: auto; min-height: 60px;  background-color: #333; width: 100%;
}
.navbardiv
{
	background-color: #333;
}
.footright h1
{
	margin-top: 50px; color: white; margin-left: 15%;
}

@media screen and (max-width: 760px){
	.langen{
		margin-top: 2%;
	}
}

@media screen and (max-width: 760px){
	.langde{
		margin-top: 2%;
	}
}

@media screen and (max-width: 760px){
	.dropdown{
		width: 57%;
	}
}