body {
	background-color: #f0f7fd;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    color: #333;
}

.blue-gradient {
	background: #00d2ff;
	background: -webkit-linear-gradient(to left, #00d2ff, #3a7bd5);
	background: linear-gradient(to left, #00d2ff, #3a7bd5);
	color:#fff;
}

.blue-gradient p, .blue-gradient h1 {
	color:#fff;
}

.grey-gradient {
	background: #ddd;
	background: -webkit-linear-gradient(to right, #efefef, #ddd);
	background: linear-gradient(to right, #efefef, #ddd);
}

.grey-gradient p {
	color:#001f3f;
}

.grey-gradient h1 {
	color:#001f3f;
}

nav {
	-webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.1);
	box-shadow: 0 px 6px 0 rgba(0,0,0,.1);
}
.serif-font {
	font-family: 'Abhaya Libre', serif;
	margin-bottom:20px;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #f85c37;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

 .animated-bg {
	 background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	 background-size: 400% 400%;
	 -webkit-animation: Gradient 15s ease infinite;
	 -moz-animation: Gradient 15s ease infinite;
	 animation: Gradient 15s ease infinite;
 }

 .animated-bg > h2 {
	 color: #fff;
 }


@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

/*---------------------------------------------------
	3.1 Topbar
---------------------------------------------------*/

#section-topbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	overflow: visible;
	font: normal 16px/24px  'open sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#section-topbar a {
  color: #333;
}

#topbar-inner {
	background: #ffffff;
	line-height: 0;
	text-align: right;
}

#topbar-inner li {
	background: #ffffff;
	line-height: 0;
	text-align: left;
}

/*
	Top Bar

	By default, top navigation bar uses "fixed" position
*/
#navbarTogglerDemo02 > ul {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	border-right: 0px solid #222;

	/* For IE, the outcast */
	zoom:1;
	*display: inline;
	margin-top:26px;
}

.menu-item {
	display: block;
    float: left;
    padding: 0;
	margin-left:30px;
}


.menu-item > a {
  display: block;
  font: normal 11px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  padding: 8px 40px 8px 20px;
  border-left: 0px solid #222;
  font-size:10pt;
  letter-spacing: .8px;
}

.menu-item > a:hover {
  color:#E88085;
}

#section-topbar .nav > li > a:hover,
#section-topbar .nav > li > a:focus {
  color:#E88085;
}

#section-topbar i {
	font-size: 25px;
}
/*---------------------------------------------------
	SECTION WRAPS
---------------------------------------------------*/

.my-card {
	border:none;
	-webkit-box-shadow: 0 8px 30px 0 rgba(0,0,0,.1);
	box-shadow: 0 8px 30px 0 rgba(0,0,0,.1);
}

/* Header Wrap */
#headerwrap {
	background-image: url('../img/ayhan_karabulut_banner.jpg');
	background-repeat: no-repeat;
	text-align:left;
	margin-top:75px;
	background-attachment: revert;
	background-position: center bottom;
	background-color: #9cd0e9;
}

@media (max-device-width: 180px) {
	#headerwrap {
		background-size: contain;
		min-height:200px;
		heigth: 200px;
	}
}

@media (max-device-width: 480px) {
	#headerwrap {
		background-size: contain;
		min-height:200px;
		heigth: 200px;
	}
}

@media (min-width: 768px) {
	#headerwrap {
		background-size: contain;
		min-height: 350px;
		height:350px;
	}
}
@media (min-width: 992px) {
	#headerwrap {
		background-size: cover;
		min-height: 450px;
		height:450px;
	}
}
@media (min-width: 1200px) {
	#headerwrap {
		background-size: contain;
		min-height: 450px;
		height:450px;
	}
}

#headerwrap h1 {
	font-size: 45px;
	color: #fff;
	line-height: 40px;
	margin-left: 20px;
}

#headerwrap h2 {
	margin-top:20px;
	margin-left:20px;
	color: #333;
}

/* Intnro Wrap */

#intro {

	padding-top: 180px;
	padding-bottom: 80px;

}

#intro h5, #intro p {

	font-size:14pt;
}

#intro i {
	color: white;
	font-size: 20px;
	padding-right: 8px;
	vertical-align: middle;
}


#footwrap {
	background: #060813;
	padding-top: 50px;
	padding-bottom: 50px;
}

#footwrap p {
	color: white;
}

#footwrap h5 {
	color: white;
}


#footwrap t {
	font-weight: 700;
}

#footwrap i {
	padding-right: 8px;
	color: #2B7E82;
}

/* Copyright Wrap */

#c {
	background: #222222;
	padding-top: 15px;
	text-align: right;
}

#c p {
	color: white
}



/* Global Values */

.desc {
	padding-top: 50px;
}

.desc p {
	color: #2f2f2f;
}

.desc t {
	color: #34495e;
	font-weight: 700;
}

.desc imp {
	padding: 6px;
	color: white;
	background: #34495e;
}

.desc more {
	color: #666;
}


sm {
	font-size: 12px;
}

.beyaz{
	background-color:#fff;
	padding-top:20px;
}

.navbar-fixed-top + .content-container {
	margin-top: 70px;
}
.content-container {
	margin: 0 130px;
}
