/*
	@Author : Recep Can
	@contact: recep.can@argevim.com.tr
*/
/*Fix something*/
td img {
	margin:10px;
}
td {
	color:white;
}
ul {
	margin:0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;	
}
p{
	font-size: 16px;
}
a{
	color:inherit;
	text-decoration: none;
	font-family: inherit;
}
table{
	margin-left: 10px;
}
a:active{
	
}
a:hover{
	color:inherit;
}
.cf:after, .cf:before{
	clear:both;
	display: table;
	content:'';
}
.galeri_container a:hover{
	text-decoration: none;
}
a[href^='#']{
	cursor:default;
}
a:active{
	text-decoration: none;
	text-transform: none;
	color:inherit;
}
.sub li:before{
	content:'-- ';
}
/*Fix Something @END*/
/*Style of Background*/
body{
	background: -webkit-linear-gradient(rgb(0, 36, 93) 5%, rgb(0, 0, 0));
	background: -o-linear-gradient(rgb(0, 36, 93) 5%, rgb(0, 0, 0));
	background: linear-gradient(rgb(0, 36, 93) 5%, rgb(0, 0, 0));
	background: -moz-linear-gradient(rgb(0, 36, 93) 5%, rgb(0, 0, 0));
	background-size: 100% 150%;
	background-repeat: repeat;
}
/*Style of Background @END*/
/*Navbar*/
#first{
	display:inherit;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 80%; 
	background: -webkit-linear-gradient(rgb(0, 36, 93) 20%, rgb(0, 0, 0));
    background: -o-linear-gradient(rgb(0, 36, 93) 20%, rgb(0, 0, 0)); 
    background: -moz-linear-gradient(rgb(0, 36, 93) 20%, rgb(0, 0, 0)); 
    background: linear-gradient(rgb(0, 36, 93) 20%, rgb(0, 0, 0));
    background-repeat:no-repeat;
    margin:0 auto;
	margin-top:5%;
}
.menu {
	float:right;
/*	padding-top:7px;*/
	margin-top: 3px;
	padding-right: 10px;
}
.menu ul{
	margin: 0 !important;
	position: relative;
}
.menu > ul li {
    text-transform: uppercase;
    list-style: none;
    display: inline-block;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: white;
    font-weight: 500;
	padding-left:8px;
	padding-right: 8px;
}

.menu > ul li img {
	padding-left: 16px;
}
.menu ul li:last-child{
	border-right: none;
}
.menu ul ul{
	min-width: 250px;
	display: none;
	position: absolute;
	z-index: 2;
  	top: 65%;
  	margin-left:-80px !important;
  	background: -webkit-linear-gradient(rgb(0, 36, 93), rgb(0, 0, 0));
	background: -o-linear-gradient(rgb(0, 36, 93), rgb(0, 0, 0));
	background: linear-gradient(rgb(0, 36, 93), rgb(0, 0, 0));
	background: -moz-linear-gradient(rgb(0, 36, 93), rgb(0, 0, 0));
}
.menu ul ul li {
	float:none;
	display:list-item;
	position: relative;
}

.menu ul li:hover > ul {
	display:block;
}
.menu ul li a{
/*	transition: ease 0.3s;*/
}
.menu ul li a:hover{
/*	text-shadow:1px 1px 1px white;
	transition: ease 0.3s;*/
	text-transform: underline;
}
.logo {
	float:left;
}
.logo img {
	width: 90%;
	max-width: 90%;
}
/*Navbar @END*/
/*content start*/
#content {
    margin: 0 auto;
    width: 80%;
    padding-top: 0px;
    min-height: 500px;
    /* max-height: 500px; */
    overflow: auto;
    padding-bottom: 20px;
    background: rgba(3, 28, 68, 0.68);
    overflow-x:hidden;
}
::-webkit-scrollbar { 
	/*
    display: none; 
    */
}
#content h1 {
	font-size: 1.8em;
}
#content-slider{
	margin:0 auto;
	width: 80%;
}
.contentpadding{
	padding-left: 15px;
	padding-bottom: 10px;
}
#slider {
   background: #000;
 /*border: 5px solid #eaeaea;*/
 /*box-shadow: 1px 1px 5px rgba(0,0,0,0.7);*/
   height: 400px;
   width: 100%;
   margin: 0 auto 0;
   overflow: visible;
   position: relative;
}
.slidertooltip{
    width: 300px;
    height: 75px;
    background: rgba(0,0,0,0.3);
    position: absolute;
    bottom: 50%;
    border-radius: 20px;
    /* right: 13px; */
    left: -20px;
}
.slidertooltip h1{
	position: absolute;
	z-index: 4;
	font-size:1em;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
#mask {
   overflow: hidden;
   height: 400px;
}
#slider ul {
   margin: 0;
   padding: 0;
   position: relative;
}

#slider li {
   width: 100%;  /* Width Image */
   height: 400px; /* Height Image */
   position: absolute;
   list-style: none;
}
#slider img{
	width: 100%;
}
#slider li.firstanimation {
   animation: cycle 40s linear infinite;
}

#slider li.secondanimation {
   animation: cycletwo 40s linear infinite;
}

#slider li.thirdanimation {
   animation: cyclethree 40s linear infinite;
}

#slider li.fourthanimation {
   animation: cyclefour 40s linear infinite;
}

#slider li.fifthanimation {
   animation: cyclefive 40s linear infinite;
}

@keyframes cycle {
   0%  { top: 0px; } /* When you start the slide, the first image is already visible */
   4%  { top: 0px; } /* Original Position */
   16% { top: 0px; opacity:1; z-index:0; } /* From 4% to 16 % = for 3 seconds the image is visible */
   20% { top: 325px; opacity: 0; z-index: 0; } /* From 16% to 20% = for 1 second exit image */
   21% { top: -325px; opacity: 0; z-index: -1; } /* Return to Original Position */
   92% { top: -325px; opacity: 0; z-index: 0; }
   96% { top: -325px; opacity: 0; } /* From 96% to 100% = for 1 second enter image*/
   100%{ top: 0px; opacity: 1; }
}

@keyframes cycletwo {
   0%  { top: -325px; opacity: 0; } /* Original Position */
   16% { top: -325px; opacity: 0; }/* Starts moving after 16% to this position */
   20% { top: 0px; opacity: 1; }
   24% { top: 0px; opacity: 1; }  /* From 20% to 24% = for 1 second enter image*/
   36% { top: 0px; opacity: 1; z-index: 0; }   /* From 24% to 36 % = for 3 seconds the image is visible */
   40% { top: 325px; opacity: 0; z-index: 0; } /* From 36% to 40% = for 1 second exit image */
   41% { top: -325px; opacity: 0; z-index: -1; }   /* Return to Original Position */
   100%{ top: -325px; opacity: 0; z-index: -1; }
}

@keyframes cyclethree {
   0%  { top: -325px; opacity: 0; }
   36% { top: -325px; opacity: 0; }
   40% { top: 0px; opacity: 1; }
   44% { top: 0px; opacity: 1; }
   56% { top: 0px; opacity: 1; }
   60% { top: 325px; opacity: 0; z-index: 0; }
   61% { top: -325px; opacity: 0; z-index: -1; }
   100%{ top: -325px; opacity: 0; z-index: -1; }
}

@keyframes cyclefour {
   0%  { top: -325px; opacity: 0; }
   56% { top: -325px; opacity: 0; }
   60% { top: 0px; opacity: 1; }
   64% { top: 0px; opacity: 1; }
   76% { top: 0px; opacity: 1; z-index: 0; }
   80% { top: 325px; opacity: 0; z-index: 0; }
   81% { top: -325px; opacity: 0; z-index: -1; }
   100%{ top: -325px; opacity: 0; z-index: -1; }
}
@keyframes cyclefive {
   0%  { top: -325px; opacity: 0; }
   76% { top: -325px; opacity: 0; }
   80% { top: 0px; opacity: 1; }
   84% { top: 0px; opacity: 1; }
   96% { top: 0px; opacity: 1; z-index: 0; }
   100%{ top: 325px; opacity: 0; z-index: 0; }
}
.progress-bar {
   position: relative;
   top: -5px;
   width: 680px;
   height: 5px;
   background: #000;
   animation: fullexpand 25s ease-out infinite;
}
@keyframes fullexpand {
   /* In these keyframes, the progress-bar is stationary */
   0%, 20%, 40%, 60%, 80%, 100% { width: 0%; opacity: 0; }

   /* In these keyframes, the progress-bar starts to come alive */
   4%, 24%, 44%, 64%, 84% { width: 0%; opacity: 0.3; }

   /* In these keyframes, the progress-bar moves forward for 3 seconds */
   16%, 36%, 56%, 76%, 96% { width: 100%; opacity: 0.7; }

   /* In these keyframes, the progress-bar has finished his path */
   17%, 37%, 57%, 77%, 97% { width: 100%; opacity: 0.3; }

   /* In these keyframes, the progress-bar will disappear and then resume the cycle */
   18%, 38%, 58%, 78%, 98% { width: 100%; opacity: 0; }
}
.galeri img {
	width: 100%;
	max-height: 135px;
    border-radius: 2px;
    transition: ease 0.5s;
}
.galeri img:hover{
	box-shadow: 0px 1px 2px white;
	transition: ease 0.5s;
}
#mobile_right {
	display:none;
}
#mobile_right li{
	list-style: none;
	padding:10px;
	margin:0 5px 0;
	border-radius: 5px;
	border: solid 1px white;
	margin-bottom: 10px;
	text-align: center;
	}
#mobile_right a li{
	color:white;
}	

@media screen and (max-width: 480px){
	.galeri img {
		width: 100%;
		height: 100%;
	}
}
.main_thumbnail{
	width: 100%;
	height: 100%;
}
.musteri-isim h3 {
    padding-left: 13px;
}

.musteri-gorus p {
    margin-left: -5px;
    margin-top: 10px;
}
.galeri_name {
	display: block;
}
.galeri h4 {
	line-height: 30px;
    font-size: 1.2em;
    font-family: 'Roboto';
    font-weight: 400;
}
.resim_galeri img {
	width:100%;
	height: 100%;
	}
}

@media screen and (max-width: 480px) {
.resim_galeri img {
	width:100%;
	height: 100%;
	}
}
.galeri_detay{
	padding-top:20px;
}
form.sifre{
	margin:0 auto;
}
/*content @end*/
/*footer*/
#the-end {
	/* height: 30px; */
    padding-top: 10px;
    width: 80%;
    padding-bottom: 10px;
    background: -webkit-linear-gradient(rgb(0, 36, 93) , rgb(0, 0, 0));
    background: -o-linear-gradient(rgb(0, 36, 93) , rgb(0, 0, 0));
    background: -moz-linear-gradient(rgb(0, 36, 93) , rgb(0, 0, 0));
    background: linear-gradient(rgb(0, 36, 93) , rgb(0, 0, 0));
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    margin-bottom: 5%;
}
#the-end .right{
	float:right;
	padding-right: 18px;
	text-align:center;
}
#the-end .right li{
	list-style: none;
	display: inline-block;
}
#the-end .right li a {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #BDBDBD;
    padding-left: 20px;
}
#the-end .social-icons {
	float:left;
}
#the-end .social-icons li{
	display: inline-block;
}
#the-end .social-icons li a {
	padding-left: 15px !important;
	padding-right:0 !important;
}
.fa{
	font-size: 1.1em !important;
}
/*footer @end*/

/*Mobile Settings*/
.logo_mobile img{
	display:none;
	width: 90%;
	max-width: 90%;
}
.mobile_menu_container{
	display:none;
}
i.fa{
	color:#BDBDAC;
}
@media screen and (max-width: 560px){
	.logo_mobile img {
	    display: block;
	    margin: 0 auto;
	    /* margin-top: 10px; */
	    padding: 15px;
	}	
	.mobile_menu_container{
		display:inherit;
	}
	#first{
		width: 100%;
		display:none;
	}
	#content-slider {
		width: 100%;
	}
	#content {
		margin:0 auto;
		width: 100%;
		padding-top:0px;
		min-height: 700px;
		padding-bottom:20px;
		height: 100%;
		background: rgba(3, 28, 68, 0.68);
	}
	#slider img {
		height: 100%;
	}
	#the-end {
		width: 100%;
	}
	#mobile_first {
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		display: inherit;
		background: -webkit-linear-gradient(rgb(0, 36, 93), rgb(0, 0, 0));
		background: -o-linear-gradient(rgb(0, 36, 93), rgb(0, 0, 0));
		background: linear-gradient(rgb(0, 36, 93), rgb(0, 0, 0));
		background: -moz-linear-gradient(rgb(0, 36, 93), rgb(0, 0, 0));

	}
	.mobile_logo{
		display: table;
		margin:0 auto;
	}
	.mobile_logo > img {
		width: 90%;
	}
	#the-end .right {
		display:none;
	}
	.mobile_menu ul {
		z-index: 2;
		margin:0 auto;
		display:none;
	}
	#content{
		height: auto;
	}
	#the-end .social-icons {
		float:none;
		display:table;
		margin:10px auto;
	}
	#mobile_right{
		display:inherit;
	}
	.logo_mobile{
		background: -webkit-linear-gradient(rgb(0, 36, 93) , rgb(0, 0, 0));
	    background: -o-linear-gradient(rgb(0, 36, 93) , rgb(0, 0, 0));
	    background: -moz-linear-gradient(rgb(0, 36, 93) , rgb(0, 0, 0));
	    background: linear-gradient(rgb(0, 36, 93) , rgb(0, 0, 0));
	}
	form.sifre{
		width:100% !important;
	}
	i.fa{
		color:white !important;
	}
}
@media screen and (max-width: 1024px){
	#first .logo{
		display: block;
	    margin: 0 auto;
	    float: none;
	    width: 50%;
	}
	#first .menu{
		float: none;
	    /* padding-top: 7px; */
	    margin: 0 auto;
	    display: table;
	}
	#slider img {
	    height: 100%;
	    width: 100%;
	}
	#content{
	  	overflow-x: hidden;
	}
}
/*font*/
	h4{
		color:white;
		font-size:0.9em;
	}
	h3 {
		color:white;
	}
	h1, h2 {
		color:white;
		padding:20px;
		margin: 0;
	}
	p { color:white; padding: 0px 20px 20px 20px; text-shadow: 1px 2px 1px black;}
/*font @end*/
/*show goes on*/
	button:active {
	    border-bottom: solid 2px #00173B;
	    /* border-top: solid 0 #00173B; */
	    transition: ease 0.2s;
	    outline: none;
	}
	button {
	    padding: 5px 20px 5px;
	    border: 0;
	    border-bottom: solid 4px #00173B;
	    color: white;
	    transition: linear 0.1s;
	    background: #00245D;
	    border-radius: 5px;
}
form.sifre{
    width:80%;
    padding: 20px;
    margin-top:20px;
}

form.sifre * {
    display: table;
    margin: 10px auto;
}

form.sifre span {
    color: white;
}

form.sifre input[type="password"] {
    background: #00245D;
    border: 0;
    /* border: solid 1px #DFFFFF; */
    color: #BDBDBD;
    /* box-shadow: 2px 0px 4px black; */
}
img.over {
    position: absolute;
    top: 7px;
    right: 22px;
    width: 24px;
}
/*.team {
	border:solid 1px white;
}*/
.team {
	border-bottom: 1px dashed #808080;
	padding: 10px 10px 20px 10px !important;
	margin: 0 4%;
	}
.team * {
	text-align:center;
	padding: 5px;
}
.team h1 {
	font-size: 1.5em;
}
.team h2 {
	font-size:18px;
}
.team h3 {
	font-size:16px;
}
.projects img {
	display: block;
    margin: 10px auto;
    max-width: 250px;
}
.projects1 img {
	display: block;
    margin: 10px auto;
    max-width: 250px;
    min-height: 90px;
    max-height: 60px;
}
/*form.sifre{
	min-height: 600px;
}*/
.thumb h3 {
    height: 60px;
    font-size: 16px;
    /* margin-top: 0px; */
    margin-top: -10px;
}
@media screen and (max-width: 320px){
	video {
		width: 250px !important;
		margin-left:-40px !important;
	}
}
@media screen and (max-width: 480px){
	video {
		width: 320px !important;
		margin-left:-40px !important;
	}
}
@media screen and (max-width: 480px){
	video {
		width: 480px;
	}
}
@media screen and (max-width: 720px){
	video {
		width: 720px;
	}
}
@media screen and (max-width: 1024px){
	video {
		width: 640px;
	}
}
@media screen and (max-width: 1366px){
	video {
		width: 800px;
	}
}
@media screen and (max-width: 1440px){
	video {
		width: 800px;
	}
}
@media screen and (max-width: 1920px){
	video {
		width: 800px;
	}
}
#content li {
	color:white;
	padding-left:25px;
}
.menu ul li:last-child {
    padding-bottom: 15px;
}
.videoembed{
   cursor:pointer;
}
.musteri-gorus p {
    margin-left: -5px;
    margin-top: 10px;
    font-size: 15px;
}
table.col-md-6 {
    display: table;
    margin: 0 auto;
}
table.col-md-5 {
	display: table;
    margin: 0 auto;
}
table.col-md-4 {
	display: table;
    margin: 0 auto;
}
table.col-md-3 {
	display: table;
    margin: 0 auto;
}
table.col-md-2 {
	display: table;
    margin: 0 auto;
}
ul.breadcrump{
	margin-left:20px;
}
ul.breadcrump li{
	display: inline-block;
}
ul.breadcrump li{
	padding:0 !important;
	margin:0 !important;
}
ul.breadcrump li a .fa {
	padding-left:5px;
	padding-right:5px;
}
ul.breadcrump li a:active,ul.breadcrump li a:visited, ul.breadcrump li a:hover,ul.breadcrump li a:link{
	text-transform: none;
	text-decoration: none;
}
