@charset "utf-8";
@import url('premium.css');

@font-face {
	font-family: "robotobold";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"),
		url("../fonts/roboto-bold-webfont.woff2") format("woff2"),
		url("../fonts/roboto-bold-webfont.woff") format("woff"),
		url("../fonts/roboto-bold-webfont.ttf") format("truetype"),
		url("../fonts/roboto-bold-webfont.svg#robotobold") format("svg");
}

@font-face {
	font-family: "robotoregular";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"),
		url("../fonts/roboto-regular-webfont.woff2") format("woff2"),
		url("../fonts/roboto-regular-webfont.woff") format("woff"),
		url("../fonts/roboto-regular-webfont.ttf") format("truetype"),
		url("../fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
}

@font-face {
	font-family: "robotolight";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/roboto-light-webfont.eot?#iefix") format("embedded-opentype"),
		url("../fonts/roboto-light-webfont.woff2") format("woff2"),
		url("../fonts/roboto-light-webfont.woff") format("woff"),
		url("../fonts/roboto-light-webfont.ttf") format("truetype"),
		url("../fonts/roboto-light-webfont.svg#robotolight") format("svg");
}

@font-face {
	font-family: "robotomedium";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"),
		url("../fonts/roboto-medium-webfont.woff2") format("woff2"),
		url("../fonts/roboto-medium-webfont.woff") format("woff"),
		url("../fonts/roboto-medium-webfont.ttf") format("truetype"),
		url("../fonts/roboto-medium-webfont.svg#robotomedium") format("svg");
}

@font-face {
	font-family: 'ralewaybold';
	src: url('../fonts/raleway-bold-webfont.eot');
	src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
		url('../fonts/raleway-bold-webfont.woff') format('woff'),
		url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
		url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'ralewayextrabold';
	src: url('../fonts/raleway-extrabold-webfont.eot');
	src: url('../fonts/raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/raleway-extrabold-webfont.woff2') format('woff2'),
		url('../fonts/raleway-extrabold-webfont.woff') format('woff'),
		url('../fonts/raleway-extrabold-webfont.ttf') format('truetype'),
		url('../fonts/raleway-extrabold-webfont.svg#ralewayextrabold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewaylight';
	src: url('../fonts/raleway-light-webfont.eot');
	src: url('../fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/raleway-light-webfont.woff2') format('woff2'),
		url('../fonts/raleway-light-webfont.woff') format('woff'),
		url('../fonts/raleway-light-webfont.ttf') format('truetype'),
		url('../fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewayregular';
	src: url('../fonts/raleway-regular-webfont.eot');
	src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
		url('../fonts/raleway-regular-webfont.woff') format('woff'),
		url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
		url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	font: 15px/28px "ralewayregular", Verdana, Geneva, sans-serif;
	color: #3b3b3b;
	text-align: left;
}

header {
	min-height: 150px;
	max-width: 100%;
	margin: 0 auto;
	background: transparent;
	background-size: cover;
}

header a.detail {
	width: 276px;
	height: 35px;
	display: block;
	font: 14px/23px "ralewayextrabold", Arial;
	background: #F01B3B;
	text-align: center;
	color: #fff;
	margin: 10px auto;
	padding: 6px 10px;
	border-radius: 30px;
	box-shadow: inset 0 -3px 0 #900000;
}

header a.detail .fa {
	padding: 0px 10px;
	color: #900000;
}

header a.detail:hover {
	background: #900000;
}

header .topMenu {
	width: 100%;
	min-height: 43px;
	background: #f08019;
	margin: 0 auto;
}


header .topMenu .topLink {
	float: left;
}



header .topMenu .topLink ul>li {
	list-style: none;
	margin: 5px 0px 0px 0px;
	padding: 0px 10px;
	display: inline-block;
	border-right: 1px solid #ccc;
}

header .topMenu .topLink ul>li a {
	font: 13px "robotoregular", Arial;
	color: #fff;
	padding-top: 2px;

	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

header .topMenu .topLink ul>li a:hover {
	color: #ccc;
}


header .topMenu .topLink i.fa-envelope {
	color: #006383;
	padding-right: 10px;
}


header .container .row {
	padding: 0px !important;
	margin: 0px !important;
}

header .logo {
	padding: 25px 0 0;
}

header p {
	font: 15px/43px "ralewayextrabold", Arial;
	color: #fff;
	margin: 0;
	padding: 0px 0;
	text-align: left;
	float: left;
}


header a {
	font: 15px/43px "ralewayextrabold", Arial;
	color: #fff;
}

.text-right {
	text-align: right !important;
}

header p .fa-long-arrow {
	border-left: 1px solid #fff;
	height: 43px;
	margin: -10px 20px;
	padding: 0px;
	color: #f08019;
}

header .container {
	margin: 0px auto !important;
	padding: 0px !important;
}



header .language-content {
	float: right;
	margin: 10px 0px 15px 0px;
}

header .language-content img {
	float: left;
	margin: 0px 2px;

}


header .welcome-content {
	float: none;
	display: block;
	clear: both;
	margin: 0px;
	text-align: right;
}


header .welcome-content h3 {
	font: 20px "robotolight", Arial;
	color: #006383;
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: left;
}


header .welcome-content .group-company {
	display: block;
	margin: 0 auto;
	margin: 0px;
}

header .welcome-content .group-company img {
	float: left;
	margin-right: 30px;
}


@media (max-width: 768px) {
	header .logo {
		display: block !important;
		margin: 0 auto;
		width: 156px;
	}

	header p {
		font: 15px/43px "ralewayextrabold", Arial;
		color: #fff;
		margin: 0;
		padding: 0px 0;
		text-align: center;
		float: none;
	}

	header p .fa-long-arrow {
		border-left: 1px solid #fff;
		height: 15px;
		margin: 0px 20px;
	}

	header .pull-right {
		float: none !important;
	}

	header .language-content {
		float: none;
		margin: 0px auto;
		display: block;
		text-align: center;
	}

	header .language-content img {
		float: none;
	}


	header .welcome-content {
		float: none;
		display: block;
		margin: 0 auto;
		margin-top: 0px;
		text-align: center;
	}

	header .welcome-content h3 {
		float: none;
		display: block;
		text-align: center;
	}


	header .welcome-content .group-company {
		display: block;
		margin: 0 auto;
		float: none;
		text-align: center;
		margin-top: 0px;
	}

	header .welcome-content .group-company img {
		display: block;
		margin: 10px auto;
		float: none;
	}

}


.content {
	min-height: 400px;
	padding: 25px 15px;
}

.content img {
	margin: 0 auto;
}

.content .InnerSpaceImg img {
	padding: 15px 0px;
}


.menuBg {
	background: transparent;
	height: auto;
	padding: 0px 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.navbar {
	margin: 50px 0px 20px !important;
}

.navbar-default {
	border: 0;
	margin: 0px;
}


.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background: none;
	color: #403889;
}

.navbar-default .navbar-brand {
	font: normal 15px "robotobold", Arial;
	color: #fff;
}

.navbar-default .navbar-nav>li>a {
	font: normal 15px "ralewayextrabold", Arial;
	color: #f08019;
	padding: 0px 24px;

	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #f0811d;
}

@media (min-width: 1000px) and (max-width: 1200px) {
	.navbar-default .navbar-nav>li>a {
		font: normal 15px "ralewayextrabold", Arial;
		color: #403889;
		padding: 0px 10px;

		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
	}
}

.blog .cizgi {
	background: #ccc none repeat scroll 0 0;
	height: 1px;
	margin-top: 10px;
}

.navbar-default .navbar-nav>li>a::after {
	font-family: FontAwesome;
}

.navbar-default .navbar-nav>li {
	border-right: 1px solid #f08019;
	padding: 0px;
	margin: 0px;
}


.navbar-default .navbar-nav>li:nth-last-child(1) {
	border-right: 0;
}

ul.dropdown-menu {
	background: #fff !important;
}

.dropdown-menu>li {
	border-bottom: 0px solid #403889;
}

.dropdown-menu>li>a {
	font: normal 15px/30px "ralewayextrabold", Arial;
	color: #f08019;
}

.dropdown-menu>li>a:hover {
	background: #f08019 !important;
	color: #fff;
}

.navbar-nav.sm-collapsible a.has-submenu {
	padding-right: 0 !important;
	padding-left: 0 !important;
	text-align: center;
}

.navbar-collapse {
	padding: 0px !important;
}


@media only screen and (min-width: 768px) and (max-width: 1000px) {

	.navbar {
		margin: 0px 0px 20px !important;
	}

	.navbar-collapse.collapse {
		display: none !important;

	}

	.navbar-collapse.collapse.in {
		display: block !important;
	}

	.navbar-header .collapse,
	.navbar-toggle {
		display: block !important;
		border: 0;
		background: #000;
	}

	.navbar-header {
		float: none;
	}

	.navbar-default .navbar-nav>li {
		float: none;
		border-right: 0px solid #403889;
		border-bottom: 1px solid #403889;
		text-align: center;
		display: block;
		padding: 10px;
		margin: 0px;
	}

	.navbar-nav {
		float: none;
	}

	.navbar-default .navbar-toggle {
		padding: 15px !important;
		margin: 0 auto;
		float: right !important;
		display: block;
		background: #000 !important;
		border: 0 !important;
	}

	.navbar-default .navbar-toggle:hover {
		background: #f08019 !important;
		border: 0px;
	}

}


@media (max-width: 768px) {
	.navbar {
		margin: 0px 0px 20px !important;
	}


	.navbar-default .navbar-nav>li {
		float: none;
		border-right: 0px solid #403889;
		border-bottom: 1px solid #403889;
		text-align: center;
		display: block;
		padding: 10px 0px;
		margin: 0px;
	}

	.navbar-default .navbar-nav>li>a {
		font: normal 15px "ralewayextrabold", Arial;
		color: #f08019;
		padding: 0px 24px;

		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
	}

	.navbar-default .navbar-nav>li>a:hover {
		color: #403889;
	}

	.dropdown-menu>li>a {
		font: normal 15px "ralewayextrabold", Arial;
		color: #f0811d !important;
		text-align: center;
		border: none;
	}

	.dropdown-menu>li>a:hover {
		background: #f08019 !important;
		color: #fff !important;

	}

	.navbar-toggle .icon-bar {
		background: #000;
		width: 30px !important;
		height: 2px;
	}

	.navbar-default .navbar-toggle {
		padding: 15px !important;
		left: 0;
		right: 0;
		margin: 0 auto;
		float: none !important;
		display: block;
		background: #000 !important;
		border: 0 !important;
	}

	.navbar-default .navbar-toggle:hover {
		background: #f08019 !important;
		border: 0px;
	}

}




.col-lg-3,
.col-md-3,
.col-sm-3,
.col-lg-6,
.col-md-6,
.col-sm-6,
.col-lg-8,
.col-md-8,
.col-sm-8,
.col-lg-4,
.col-md-4,
.col-sm-4,
.col-lg-9,
.col-md-9,
.col-sm-9 {
	padding: 0px 15px;
}

.slider {
	margin-top: 0px;
}

.container {
	max-width: 1170px;
}

.container-fluid {
	padding: 0;
	overflow: hidden;
}

.clear-both {
	clear: both;
}

.pagination a {
	color: #555;
}

.panel ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.news-item {
	padding: 4px 4px;

	margin: 0px;
	border-bottom: 1px dotted #555;
}



.inner-title {
	background: #f4f4f6 center center;
	background-repeat: repeat-x;
	box-sizing: border-box;
	margin: 0px auto;
	max-width: 100%;
	min-height: 70px;
	padding: 0px 15px 0;

}


.inner-title h1 {
	color: #000;
	font: 21px/70px "robotoregular";
	margin: 0;
	padding: 0px;
}



@-moz-document url-prefix() {
	fieldset {
		display: table-cell;
	}
}

.textarea-ozel {
	height: 33px;
	max-width: 100%;
}


.forms-space {
	padding: 15px;
}

.row-space {
	padding: 0px 15px;
}

.grey-bg {

	background: #fafafa;
	padding: 15px 0px;


}

.white-bg {
	background: #fff;
}

h4 {
	margin: 10px 0px !important;
}

.dropbox {
	max-width: 100%;
	float: none;
	margin: 5px 5px 0px 0px;
}


.forms h4 {
	line-height: 35px;
	font-weight: 600;
	color: #165dab;
}

.forms b {
	line-height: 35px;
	font-weight: 600;
	color: #666;
}


.btn-form {
	margin: 0px 15px;
}

.gallery {
	text-align: center;
	margin: 20px 0px 0px 0px;
}

.gallery b {
	font: 16px/29px "robotoregular";
	text-align: center;
	text-decoration: none;
}

.gallery img {
	clear: both;
}


.blog-box {
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	border: 1px solid #e7e7e7;
	padding: 15px 15px;
	min-height: 285px;
	position: relative;
}

.blog-box:hover {
	background: #fafafa;
}

.blog-box:nth-child(4n) {
	margin-right: 0px;
}

.box-line {
	width: 100%;
	height: 1px;
	margin: 10px auto;
	background: #ccc;
}

.btn-list {
	margin: 20px 0px 10px 0px;
	bottom: 0;
	position: absolute;
}

.inner-space {
	padding: 25px 25px;
	min-height: 600px;
}

.right-space {
	margin-right: 0px;
	padding: 0px 5px;
	margin: 10px 0px;
}

.right-space:nth-child(4n) {
	margin-right: 0px;
}

.right-space:nth-child(even) {
	background: #fff;
	height: auto;
}

.tb-bg-title {
	max-width: 100%;
	background-color: #f08019;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
	min-height: 43px;
}

.tb-bg-title h1 {
	font: 20px/43px "ralewaybold", Arial;
	color: #fff;
	margin: 0px;
}

.tb-bg-title a {
	font: 20px/43px "ralewaybold", Arial;
	color: #fff;
	margin: 0px;
}

.tb-bg-title a:hover,
.tb-bg-1 a:hover {
	text-decoration: none;
}

.tb-bg-1 {
	background-color: #e6e5e5;
	max-width: 100%;
	min-height: 496px;
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.tb-bg-1 h3 {
	font: 20px/43px "ralewaybold", Arial;
	color: #000;
	margin: 0px;
}

.tb-bg-1 a {
	font: 20px/43px "ralewaybold", Arial;
	color: #000;
	margin: 0px;
}

.tb-bg-title a:hover,
.tb-bg-1 a:hover {
	text-decoration: none;
}

.tb-bg-1 .fa-list {
	color: #f08019;
}

.tablets {
	background: #78c4db;
	position: relative;
	height: auto;
	min-height: 350px;
	padding: 0px;
	margin: 15px 0px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.tablets:hover {
	background: #f0821d;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.tablets a {
	text-decoration: none;
}

a.buton {
	border-radius: 10px;
	width: 149px;
	height: 32px;
	display: initial;
	font: 17px "athitimedium", Arial;
	background: #d16806;
	text-align: center;
	color: #f8f8f8;
	margin: 90px auto 10px;
	padding: 6px;
	text-decoration: none;
	float: none;
}

.tablets .imageBox {
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.tablets img {
	max-width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}


.tablets h2 {
	font: 20px/35px "ralewaybold", Arial;
	color: #fff;
	margin: 8px;
	padding: 0;
	text-align: center;
}



.tablets p {
	font: 15px/20px "robotolight", Arial;
	color: #fff;
	margin: 0;
	padding: 0px 15px;
	text-align: center;
}

.tablets .fa,
.tablets2 .fa {
	color: #0c77bd;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px;
}

.tablets .fa:hover {
	color: #ae8a4c;
}

i.fa-arrow-right {
	color: #fff;
	padding: 13px 15px;
	background: #202324;
}


a.detail {
	width: 69px;
	height: 38px;
	display: block;
	font: 14px/23px "robotoregular", Arial;
	background: #006383;
	text-align: center;
	color: #fff;
	margin: 10px auto;
	padding: 7px 10px;
	text-decoration: none;

	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

}

a.detail:hover {
	background: #78b833;
	color: #fff;

}

a.detail::before {
	font-family: FontAwesome;

}

.tablets2 {
	position: relative;
	height: auto;
	padding: 0px;
	margin: 15px 0px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}


.strip {
	width: 100%;
	min-height: 53px;
	padding: 15px 0px;
	margin: 20px auto;
	background: #504b83;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;

}

.strip h2 {
	color: #fff;
	font: 25px "robotobold", Arial;
	margin: 0px 0px;
	padding-left: 10px;


}



.parallax-window {
	min-height: 474px;
	background: transparent;
}




.table {
	margin: 0px auto;
}

.table tr td {
	font-size: 16px;

}


.table-title {
	margin-top: 15px;
}


.mapBox {
	position: relative;
	margin-bottom: 15px;

	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}




.mapBox>.Informations {
	position: absolute;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	opacity: 0;
	margin: 0 auto;
	z-index: 3;
	text-align: center;

	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}


.mapBox:hover>.Informations {
	opacity: 1;
}

.mapBox>.Informations>h3,
.mapBox>.Informations>p {
	color: #fff;
	vertical-align: middle;
	font: 100% "robotoregular", Arial;
	text-align: center;
	margin-top: 0%;

	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}


.mapBox>.Informations>p {
	vertical-align: middle;
	margin-top: 0 !important;
}

.mapBox:hover>.Informations>h3,
.mapBox:hover>.Informations>p,
.mapBox:hover>.Informations>.fa-search-plus {
	margin-top: 20%;
}

.mapBox:hover>img {
	opacity: 0.9;
}

.mapBox>.Informations>.fa-search-plus {
	color: #fff;
	margin-top: 0%;
	text-align: center;
	vertical-align: middle;
	font-size: 35px;

	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}




/* Five Columns*/
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-20 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-20 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-20 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-20 {
		width: 20%;
		float: left;
	}
}


/* Five Columns*/





/*  Genel Tanımlar   */

h2,
h3,
h4 {
	color: #000000;
	font: 17px/25px "ralewaybold", Arial;
}

::selection {
	background: #000;
	color: #fff;
}

.marginTop5 {
	margin-top: 5px !important;
}

.marginTop10 {
	margin-top: 10px !important;

}

.marginTop15 {
	margin-top: 15px !important;

}

.marginTop20 {
	margin-top: 20px !important;
}

.marginTop25 {
	margin-top: 25px !important;

}

.marginTop35 {
	margin-top: 25px !important;

}

.marginBottom5 {
	margin-bottom: 5px !important;
}

.marginBottom10 {
	margin-bottom: 10px !important;

}

.marginBottom15 {
	margin-bottom: 15px !important;

}

.marginBottom20 {
	margin-bottom: 20px !important;
}

.marginBottom25 {
	margin-bottom: 25px !important;

}

.marginBottom35 {
	margin-bottom: 25px !important;

}

.padding0 {
	padding: 0px;
}

.padding10 {
	padding: 10px;
}

.padding15 {
	padding: 15px;
}

.padding20 {
	padding: 20px;
}


.welcome-content .fa-phone {
	padding-right: 5px;
	color: #78b833;
	font-size: 25px;
}


#yukari {
	z-index: 100;
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none
}

#yukari_boyut {
	width: 50px;
	height: 50px
}


.bg-black {
	background: #000;
	color: #fff;
	padding: 15px;

}

.active h2,
.info h2 {
	padding: 5px 0px;
	margin: 0;
	font-size: 20px;
	color: #000;
	font-family: "robotobold", Arial, sans-serif;
	text-align: center;
}

.active h3,
.info h3 {
	padding: 5px 0px;
	margin: 0;
	font-size: 20px;
	color: #fff;
	font-family: "robotobold", Arial, sans-serif;
	text-align: center;
}

.display-none {
	display: none;

}

.modal-content img {
	max-width: 100%;
}

.topMenu .weather {
	float: left;
}

@media (max-width: 992px) {
	.weather {
		float: none;
		margin: 0 auto;

	}

}



/*  Genel Tanımlar   */


table.tKahve {
	background: #1d1b11;
	color: #ffc000;
}

table.tKahve tr:hover {
	background: #000 !important;
}


footer {
	background: url("../images/footer-bg.jpg");
	background-size: 100% 100%;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0 auto;
}



footer ul {
	margin: 0 auto;
	padding: 0px;
}

@media (max-width:768px) {
	footer ul {
		margin: 0 auto;
		padding: 0px;
		max-width: 440px;
	}


}


footer ul h3 {
	color: #fff;
	font: 20px "robotobold", Arial;
	text-align: left;
}

footer ul h4 {
	color: #fff;
	font: 17px "robotobold", Arial;
	text-align: left;
}

footer section.seg ul li {
	display: block;
	padding: 5px 0px;
}

footer ul li,
footer ul li a {
	list-style: none;
	font: 16px/22px "robotolight", Arial;
	color: #fff;
	text-decoration: none;
}

footer ul li a:hover {
	text-decoration: underline;
	color: #fff;

}


footer ul.socialmedia i.fa {
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding: 0px;

	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

footer ul.socialmedia i.fa:hover {
	color: #e8a05f;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

footer ul.socialmedia li {
	float: left;
	margin: 10px 8px 10px 8px;
	text-align: center;
}


footer section.seg {
	padding: 20px 0px;
	background-color: #f08019;
}

footer .footerLogos {
	color: #f08019;
	margin-top: 15px;
}


footer .footerLogos a {
	color: #fff;
	margin-top: 15px;
	text-decoration: none;
}



footer .footerLogos img {
	float: left;
	margin-top: -5px;
	padding-right: 5px;
}



footer .footerBottom {
	background-color: #fff;
	display: block;
	padding: 8px 0px;
}

footer .footerBottom ul li {
	list-style: none;
	float: left;
	margin: 0px;
	border-right: 1px solid #4d4d4d;
	display: block;

}

footer .footerBottom ul li:nth-of-type(3) {
	border-right: 0;
}

footer .footerBottom ul li a {
	color: #fff;
	font: 13px "robotoregular", Arial;
	padding: 13px 12px 11px 12px;
	display: block;


	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;

}

footer .footerBottom ul li a:hover {
	background: #202324;
	text-decoration: none;

}

@media (max-width:1200px) {

	footer ul.pull-right {
		float: none !important;
	}

	footer ul.pull-right li p:nth-of-type(1) {
		text-align: left !important;
	}

}

footer section.footerBottom img {
	margin-top: 0px;
}


.bx-wrapper .bx-viewport {
	margin: 30px 0px !important;
}

.bx-wrapper .bx-prev {
	left: -40px !important;
}

.bx-wrapper .bx-next {
	right: -40px !important;
}

@media (max-width:1024px) {

	.bx-wrapper .bx-prev {
		left: 10px !important;
	}

	.bx-wrapper .bx-next {
		right: 10px !important;
	}

}

.float-none {
	float: none !important;
}


.references {
	border: 1px solid #ccc;
	border-radius: 10px;
	margin: 25px 0;
	padding: 15px 0px;
	min-height: 100px;
	text-align: center;
}

.references a {
	color: #ff6000;
	font: 18px/28px "robotoregular", Verdana, Geneva, sans-serif;
}