/*
   License: FETİH AKDOĞAN
   */

   html, body, div, span, applet, object, iframe,
   h1, h2, h3, h4, h5, h6, p, blockquote, pre,
   a, abbr, acronym, address, big, cite, code,
   del, dfn, em, img, ins, kbd, q, s, samp,
   small, strike, strong, sub, sup, tt, var,
   b, u, i, center,
   dl, dt, dd, ol, ul, li,
   fieldset, form, label, legend,
   table, caption, tbody, tfoot, thead, tr, th, td,
   article, aside, canvas, details, embed, 
   figure, figcaption, footer, header, hgroup, 
   menu, nav, output, ruby, section, summary,
   time, mark, audio, video {
   	margin: 0;
   	padding: 0;
   	border: 0;
   	font-size: 100%;
   	font: inherit;
   	vertical-align: baseline;
   }
   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
   	display: block;
   }
   body {
   	line-height: 1;
   }
   ol, ul {
   	list-style: none;
   }
   blockquote, q {
   	quotes: none;
   }
   blockquote:before, blockquote:after,
   q:before, q:after {
   	content: '';
   	content: none;
   }
   table {
   	border-collapse: collapse;
   	border-spacing: 0;
   }


   body {
   	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   	font-size: 14px;
   	line-height: 1.42857143;
   	color: #fff;
   }




   /* Text input color */
   select, input, textarea {color: #333;}

   a {color: #fff;}
   a:hover {color: #fff; text-decoration: underline;}

   ins {background-color: #fcd700; color: #000; text-decoration: none;}
   mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

   /* Mozilla dosen't style place holders by default */
   input:-moz-placeholder { color:#a9a9a9; }
   textarea:-moz-placeholder { color:#a9a9a9; }


   /* CSS MAIN STYLE */

   .container {
   	text-align: center;
   }

   @font-face {
   	font-family: 'Aileron-Thin';
   	src: url('../font/Aileron-Thind41d.eot?') format('eot'), 
   	url('../font/Aileron-Thin.otf')  format('opentype'),
   	url('../font/Aileron-Thin.woff') format('woff'), 
   	url('../font/Aileron-Thin.ttf')  format('truetype'),
   	url('../font/Aileron-Thin.svg#Aileron-Thin') format('svg');
   }

   @font-face {
   	font-family: 'Aileron-SemiBold';
   	src: url('../font/Aileron-SemiBoldd41d.eot?') format('eot'), 
   	url('../font/Aileron-SemiBold.otf')  format('opentype'),
   	url('../font/Aileron-SemiBold.woff') format('woff'), 
   	url('../font/Aileron-SemiBold.ttf')  format('truetype'),
   	url('../font/Aileron-SemiBold.svg#Aileron-SemiBold') format('svg');
   }

   a:hover, a {
   	text-decoration: none;
   }






body { font-family: 'Aileron-Thin'; }



/* newsletter */




.newsletter:not(.newsletter--active) input[type="submit"] {
  /*display: none;*/
}

.newsletter input[type="email"] {
  background: #fff;
  border-radius: 4px 0 0 4px;
  padding: 15px 20px;
  display: inline;
  font-size: 0.9em;
  color: #8c8c8c;
  text-decoration: none;
  border: 1px solid #4361f7;
  border-right: none;
  min-width: 150px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 30px;
  font-family: 'Aileron-Thin'
}

.newsletter input[type="submit"] {
  background: #fff;
  border-radius: 0 4px 4px 0;
  padding: 15px 20px;
  display: inline;
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
  background: #4361f7;
  text-decoration: none;
  border: 1px solid #4361f7;
  border-left: 1px solid #4361f7;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 30px;
  transition: all 0.5s ease;
  cursor: pointer;
  font-family: 'Aileron-Thin'
}


.newsletter input[type="submit"]:hover {
  background: #fff;
  border-radius: 0 4px 4px 0;
  padding: 15px 20px;
  display: inline;
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
  background: #324bc6;
  text-decoration: none;
  border: 1px solid #4361f7;
  border-left: 1px solid #4361f7;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 30px;
  transition: all 0.5s ease;
  cursor: pointer;
  font-family: 'Aileron-Thin'
}


.newsletter input[type="submit"]:disabled {
  color: #fff;
  cursor: no-drop;
}

.newsletter input[type="submit"]:focus,
.newsletter input[type="email"]:focus {
  outline: none;
}


/* newsletter end */



/* social button */ 


.facebook {
  background: url("../img/facebook.svg")
}
.social_media {
    position: absolute;
    padding-top: 150px;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 1;
}
.btn-social {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    margin: 10px;
    border-radius: 2px;
    box-shadow: 0px 7px 51px 0px rgba(0, 18, 35, 0.13);
    box-shadow: 0 5px -5px #00000070;
    color: #8c95aa;
    overflow: hidden;
    position: relative;
}

.btn-social i {
    line-height: 40px;
    font-size: 20px;
    transition: 0.5s linear; 
}

.btn-social:hover i {
    transform: scale(1.3);
    color: #4361f7;
}
.btn-social::before{
    content: "";
    position: absolute;
    width: 10%;
    height: 10%;
    background: #8c95aa;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}
.btn-social:hover::before {
    animation: aaa 0.9s 1;

}


@keyframes aaa {
    0% {
        left: -110%;
        top: 90%;
        50% {
            left: 10%;
            top: -30%

        }100%{
            top: -10%;
            left: -10%;
        }
        }
    }
}
/* social button */

.overlay--open {
  overflow-y: hidden;
}

html{
  background: url("../img/background.jpg") no-repeat center center fixed #262626; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }


#background{
  background: url("../img/background.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }

.wrapper {
	width: 600px;
	margin: 0 auto;
	position: relative;
	min-height: 600px;
	text-align: center;
	padding-top: 72px;
  transition: opacity .3s 50ms;
}

.wrapper h1 {
	font-size: 32px;
}

h2 { 
	margin-top: 118px;
	font-family: 'Aileron-Thin';
	font-size: 44px;
	font-weight: normal;
}

h2 strong {
	font-family: 'Aileron-SemiBold';
}

h2 .helvetica {  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal;}

p.privacy { line-height: 28px; font-size: 18px;  margin-top: 30px; text-align: left;}
.privacy a { text-decoration: underline;}
.privacy strong { font-weight: bold; font-size: 24px; }


strong { font-weight: normal;}

footer { 
	color: #8c95aa;
  margin-top: 65px;
  font-family: 'Aileron-Thin';
  font-size: 16px;
  padding-bottom: 1em;
}

.contact-button {
	font-family: 'Aileron-Thin';
	font-size: 22px;
	color: #4361f7;
	border: 1px solid #4361f7;
	border-radius: 3px;
	padding: 15px 43px;
	margin-top: 62px;
	display: inline-block;
/*	animation: 
  	hide 7s, 
  	fadeInDownS 2s 7s ease-in-out;*/
  }

  @keyframes hide {
  	0%   { opacity: 0; }
  	100% { opacity: 0; }
  }

  @keyframes show {
  	0%   { opacity: 1; }
  	100% { opacity: 1; }
  }

  .contact-button:hover, .contact-button:active, .contact-button:focus {
  	text-decoration: none;
  	color: #262626;
  	border: 1px solid #4361f7;
  	background: #4361f7;
  }


  .tagline {
  	font-family: 'Aileron-Thin';
  	font-size: 22px;
  	color: #8c95aa;
  	display: block;
    margin-bottom: 30px;
  }

  .logo-icon {
    padding-top: 10%;
    margin-bottom: 30px;
  }


  #hero-box {
    padding-top: 120px;
  	position: relative;
  }

  .bracket {
    width: 30px;
    padding-top: 120px;

  }

  .bracket-right {
  	position: absolute;
  	right: -165px;
  	top: 0px;

  }
  .bracket-left {
  	position: absolute;
  	left: -165px;
  	top: 0px;
  }


  /* Overlay style */
  .overlay {
  	position: fixed;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	background: rgba(0,0,0,0.2);
  }

  /* Overlay closing cross */
  .overlay .overlay-close {
  	width: 80px;
  	height: 80px;
  	position: absolute;
  	right: 50%;
  	margin-right: -40px;
  	bottom: 100px;
  	overflow: hidden;
  	border: none;
  	background: url(../img/cross.png) no-repeat center center;
  	text-indent: 200%;
  	color: transparent;
  	outline: none;
  	z-index: 100;
  	cursor: pointer;
  }

  /* Menu style */
  .overlay nav {
  	text-align: center;
  	position: relative;
  	top: 50%;
  	height: 60%;
  	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
  }

  .overlay ul {
  	list-style: none;
  	padding: 0;
  	margin: 0 auto;
  	display: inline-block;
  	height: 100%;
  	position: relative;
  }

  .overlay ul li {
  	display: block;
  	height: 20%;
  	height: calc(100% / 3);
  	min-height: 54px;
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  }

  .overlay ul li,
  .overlay .overlay-close {
    transition-property: opacity;
    transition-duration: .5s;
  }
  
  .overlay ul li:nth-of-type(1) {
    transition-delay: 100ms;
  }

  .overlay ul li:nth-of-type(2) {
    transition-delay: 250ms;
  }

  .overlay ul li:nth-of-type(3) {
    transition-delay: 400ms;
  }

  .overlay .overlay-close {
    transition-delay: 550ms; 
  }


  .overlay ul li a {
  	font-size: 54px;
  	font-weight: 300;
  	display: block;
  	color: #fff;
  	-webkit-transition: color 0.2s;
  	transition: color 0.2s;
  }

  .overlay ul li a:hover,
  .overlay ul li a:focus {
  	color: #4361f7;
  }

  /* Effects */

  .container.overlay-open .wrapper {
  	opacity: 0;
  }

  .container.overlay-open #background {
  	-webkit-filter: blur(18px);
  	-moz-filter: blur(110px);
  	-o-filter: blur(110px);
  	-ms-filter: blur(110px);
  	filter: blur(110px);
  }

  .overlay-slideup {
  	-webkit-transform: translateY(100%);
  	transform: translateY(100%);
  	-webkit-transition: -webkit-transform 0.3s;
  	transition: transform 0.3s;
  }

  .overlay-slideup .overlay-close, 
  .overlay-slideup ul li {
    opacity: 0;
  }
  .overlay-slideup.open .overlay-close, 
  .overlay-slideup.open ul li {
    opacity: 1;
  }

  .overlay-slideup.open {
  	-webkit-transform: translateY(0%);
  	transform: translateY(0%);
  	-webkit-transition: -webkit-transform 0.5s;
  	transition: transform 0.5s;
  }

  @media screen and (max-height: 30.5em) {
  	.overlay nav {
  		height: 70%;
  		font-size: 34px;
  	}
  	.overlay ul li {
  		min-height: 34px;
  	}
  }

/********************************
*** RESPONSIVE Media Queries  ***
*********************************/

@media (min-width: 1200px) {

}
@media (max-width: 1100px) {

}

@media (max-width: 979px) {
	
	.bracket-right {
		right: -110px;
		top: 0px;

	}
	.bracket-left {
		left: -110px;
		top: 0px;
	}

	h2 { 
		font-size: 40px;
	}
	.wrapper {
		width: 500px;
	}

}

@media (max-width: 767px) {

	.bracket-right {
		right: -90px;
		top: 0px;

	}
	.bracket-left {
		left: -90px;
		top: 0px;
	}

	h2 { 
		font-size: 34px;
	}
	.wrapper {
		width: 400px;
	}


}

@media (max-width: 600px) {

	.bracket-right {
		right: -80px;
		top: 0px;
		width: 20px;
		height: 51px;

	}
	.bracket-left {
		left: -80px;
		top: 0px;
		width: 20px;
		height: 51px;
	}

	h2 { 
		font-size: 26px;
	}

	.wrapper {
		width: 300px;
	}

	.overlay .overlay-close {
		bottom: 40px;
	}

}
@media (max-width: 480px) {
	.bracket-right, .bracket-left { display: none; }

	.overlay .overlay-close {
		bottom: 20px;
	}
}




