body {
	padding-top:80px;
}
hr {
	margin-top:10px;
	margin-bottom: 10px;
	border-top:2px solid #999ba0;
}
a, p, h2 {
	font-family: 'Roboto', sans-serif;
}
strong {
	font-family: 'Roboto', sans-serif;
}
a:hover {
	text-decoration: none;
}
.mt30 {
	margin-top:30px;
}
.mb30 {
	margin-bottom: 30px;
}
.pt30 {
	padding-top: 30px;
}
.pb30 {
	padding-bottom: 30px;
}
.img-center {
	margin:0 auto;
}

.sec-texts {
	color: #999ba0;
}

.sec-texts a {
	color: #2c2c2d;
}
.sec-kurumsal {
	background-repeat: no-repeat;
	background-image: url('../img/bg-kurumsal.jpg');
	background-position: top center;
}
.sec-kurumsal h2 {
	color: #343741;
	border-bottom: 6px solid #c4161c;
	display: inline-block;
}
.sec-kurumsal h1 {
	color: #ffffff;
	border-bottom: 3px solid #d7d7d7;
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'Alex Brush', cursive;
	font-size: 4em;
	text-align: center;
}
.sec-kurumsal p {
	color: #ffffff;
	line-height: 2em;
}


.sec-referanslar {
	background-repeat: no-repeat;
	background-image: url('../img/bg-kurumsal.jpg');
	background-position: top center;
	/*max-height: 645px;*/
	padding-bottom: 30px;
}
.sec-referanslar h2 {
	color: #343741;
	border-bottom: 6px solid #c4161c;
	display: inline-block;
}
.sec-referanslar h1 {
	color: #ffffff;
	border-bottom: 3px solid #d7d7d7;
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'Alex Brush', cursive;
	font-size: 4em;
	text-align: center;
}
.sec-referanslar p {
	color: #ffffff;
	line-height: 2em;
}

.ref-inset {
	padding: 15px 0;
}
.col-ref-logos {
	margin-top: 60px;
}


.line-ref {
	height: 10px;
	margin-bottom: -4px;
	display: block;
	background-color: #343741;
	width: 100%;
	margin-top:30px;
}


.img-kurumsal {
	max-height: 500px;
	margin-bottom: 15px;
}



.sec-hizmetlerimiz {
}
.sec-hizmetlerimiz a {
	color: #2c2c2d;
}
.sec-hizmetlerimiz h2 {
	color: #343741;
	border-bottom: 6px solid #c4161c;
	display: inline-block;
}
.sec-hizmetlerimiz h1 {
	color: #ffffff;
	border-bottom: 3px solid #d7d7d7;
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'Alex Brush', cursive;
	font-size: 4em;
	text-align: center;
}



.black-line {
	height: 10px;
	margin-bottom: -4px;
	display: block;
	background-color: #343741;
	width: 80%;
}

.sec-footer {
	background-image: url('../img/bg-footer.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
.sec-footer h2 {
	color: #343741;
	border-bottom: 6px solid #c4161c;
	display: inline-block;
}
.sec-footer h4 {
	border-bottom: 1px solid #9a9ba0;
	color: #9a9ba0;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.sec-footer p {
	color: #9a9ba0;
}


.mymodal h2 {
	font-size: 1.3em;
	margin-top:10px;
	margin-bottom: 3px;
}

.btn-sinopsis {
	    color: #fff;
    background-color: #dadada;
    border-color: #2c2c2d;
}

.navbar-default {
	background-color: #ffffff;
}
.navbar-brand {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	margin: auto;
	padding-top:5px;
	height: auto;
}
.navbar-toggle {
	z-index:3;
}
.navbar {
	border:transparent;
	border-bottom: 2px solid #000000;
	border-radius: 0;
}
.navbar a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}
.navbar-brand img {
	height: 60px;
	margin:0 auto;
	display: inline;
}


.swiper-container {
	width: 100%;
	/*height: 100vh;*/
}

.swiper-slide {
	overflow: hidden;
}

.dot-matrix {
    background: url(../img/dots.png);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1
}

.swiper-slide {
	height: auto !important;
}

video {
	margin-left: calc((100vw - (100vh * 1.7))/2);
	margin-right: calc((100vw - (100vh * 1.7))/2);
	min-height: 100vh;
	min-width: 100vw;
}

@media (min-aspect-ratio: 16/9) {
	video {
		margin-left: 0;
	}
}

@media only screen and (max-width : 768px) {
	.navbar-brand img {
		height: 45px;
	}
	body {
		padding-top:60px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
	.navbar-nav>li>a {
		padding-top: 35px;
	}
}
@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top:35px;
	}
}


.col-ref-logos .swiper-button-prev {
	left: -12px;
}

.col-ref-logos .swiper-button-next {
	right: -12px;
}