/* bootstrap reset */
body {
	font-family: Oswald, sans-serif;
	font-weight: 300;
	line-height: normal;
	color: #6f6f6f;
}
a:link, a:focus, a:visited {
	outline: 0;
	color: #6f6f6f;
	text-decoration: none;
}
a:hover {
	color: #002395;
	text-decoration: underline;
}
table {
	margin: 0 !important;
}
p {
	margin: 0;
}
/* custom */
.img-fit {
	max-width: 100%;
	height: auto;
}
.media-top {
	vertical-align: top;
}
.padding-reset {
	padding: 0 !important;
}
.hr-navy {
	border-color: #002395;
}
.hr-gray {
	border-color: #d2d2d2;
}
.hr-sm-navy {
	width: 10%;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px #002395 solid;
}
.hr-sm-gray {
	width: 10%;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px #d2d2d2 solid;
}
/* header */
header {
	background-color: #002395;
}
header .container {
	height: 60px;
}
header .logo .erdem-grup {
	margin-top: 11px;
	width: 196px;
	height: 38px;
}
header .logo .erdem-group {
	margin-top: 11px;
	width: 213px;
	height: 38px;
}
header .content {
	padding-top: 17px;
	text-align: right;
}
header .content .input-search {
	width: 165px;
}
header .content button {
	margin-right: 20px;
}
header .content .active {
	display: inline-block;
	width: 32px;
	height: 26px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	color: #002395;
	background-color: #ffffff;
}
header .content a {
	display: inline-block;
	width: 32px;
	height: 26px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #bfbfbf;
}
header .content a:hover {
	color: #002395;
}
/* nav */
nav {
	height: 60px;
	text-align: center;
}
nav ul {
	display: inline-block;
	padding: 0;
	list-style: none;
}
nav ul li {
	float: left;
}
nav ul li a {
	display: block;
	height: 60px;
	font-weight: 400;
	font-size: 15px;
	line-height: 52px;
	border-top: 4px transparent solid;
	border-bottom: 4px transparent solid;
}
nav ul li a.active {
	color: #002395;
	padding: 0;
	text-decoration: none;
}
nav ul li a.active span {
	margin-top: 10px;
	padding: 4px 10px;
	border: 1px solid;
	border-color: rgba(0,35,149,0.75);
	border-radius: 16px;
}
nav ul li a.active span.circle {
	padding: 6px;
	border-radius: 50%;
}
nav ul li a span.icon {
	display: none;
}
nav ul li a .fa {
	margin-top: 17px;
	font-size: 18px;
	vertical-align: top;
}
nav ul li.separator {
	width: 1px;
	height: 32px;
	margin: 14px 1px 0 1px;
	padding: 0;
	background-color: #bfbfbf;
}
/**/
nav ul li:hover div {
	display: block;
}
nav ul li .dropdown {
	display: none;
	position: absolute;
	z-index: 999;
	text-align: left;
	background-color: #002395;
}
nav ul li .sub {
	padding: 9px 0 16px 0;
}
nav ul li .sub ul {
	line-height: normal;
}
nav ul li .sub li {
	display: block;
	float: none;
	padding: 0 20px;
}
nav ul li .sub li a {
	height: 32px;
	padding: 0;
	font-weight: 300;
	font-size: 15px;
	line-height: 30px;
	text-align: left;
	color: #bfbfbf;
}
nav ul li .sub li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
nav .sub .sub-title {
	display: none;
	padding-top: 9px;
	font-weight: 400;
	color: #fff;
}
nav .sub .sub-title .fa-caret-down {
	padding-left: 8px;
	opacity: 0.66;
}
nav .sub .sub-title .fa-times-circle {
	float: right;
	vertical-align: top;
	padding-top: 4px;
	cursor: default;
}
/* carousel */
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
}
.carousel-control.right {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .3)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 33%;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 33%;
}
.carousel-indicators {
	margin-bottom: 0;
	bottom: 15px;
}
.carousel-indicators li {
	width: 12px;
	height: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
.carousel-indicators .active {
	width: 14px;
	height: 14px;
}
/* main */
main {
	padding: 0;
}
/**/
main.home .thumb {
	text-align: center;
}
main.home .thumb img:hover {
	opacity: 0.7;
}
main.home .box {
	padding: 17px 15px 18px;
	background-color: #f5f5f5;
}
main.home .box a.title {
	font-weight: 400;
	color: #002395;
}
main.home .box p:nth-child(2) {
	padding: 7px 0;
}
main.home .box p:last-child .fa {
	margin-right: 4px;
	padding-top: 6px;
	font-size: 11px;
	vertical-align: top;
	color: #6f6f6f;
}
/**/
main .info {
	width: 100%;
	margin-top: 30px !important;
}
main .info table a {
	font-size: 14px;
}
main .info .thumb img {
	width: 100%;
}
/**/
main .news {
	margin-top: 30px;
}
/**/
main.page {
	padding-bottom: 21px;
}
main .page-title {
	height: 60px;
	margin-bottom: 20px;
	padding-left: 20px;
	line-height: 58px;
}
main .page-title .fa {
	padding: 0 15px;
	color: #1f3ea2;
}
main .content {
	font-size: 16px;
}
main .content table td {
	padding-left: 12px !important;
}
main .content .fa {
	padding-top: 6px;
	vertical-align: top;
}
main .content .content-navy {
	padding-left: 15px;
	border-left: 8px #002395 solid;
}
main .content .content-gray-lighter {
	padding-left: 15px;
	border-left: 8px #bfbfbf solid;
}
main .content .content-thumb {
	display: table;
	width: 100%;
}
main .content .content-thumb div:first-child {
	display: table-cell;
	width: 92px;
	vertical-align: top;
}
main .content .content-thumb div:last-child {
	display: table-cell;
	padding-left: 15px;
	vertical-align: middle;
}
main .content .content-img-left {
	float: left;
	margin: 0 20px 10px 0;
}
main .content .content-img-right {
	float: right;
	margin: 0 0 10px 20px;
}
main .content .box-single {
	padding: 20px;
	border: 1px #d2d2d2 solid;
}
main .content .box-double {
	border: 1px #d2d2d2 solid;
}
main .content .box-double td {
	width: 50%;
	padding: 20px;
	text-align: center;
	vertical-align: top;
}
main .content .box-double td:last-child {
	border-left: 1px #d2d2d2 solid;
}
/**/
main .content .group-inline {
	margin-top: 15px;
	padding: 0 0 0 15px !important;
}
main .content .group-inline.last {
	padding: 0 15px !important;
}
main .content .group-inline button {
	height: 37px;
}
main .content .group-inline .title {
	margin-bottom: 10px;
	padding-left: 10px;
	font-weight: 400;
	font-size: 15px;
}
main .content .group-inline .title-center {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
}
/**/
main .content .group {
	margin-top: 15px;
	padding: 0 !important;
}
main .content .group.left {
	padding: 0 10px 0 0 !important;
}
main .content .group.right {
	padding: 0 0 0 10px !important;
}
main .content .group .title {
	margin-bottom: 10px;
	padding-left: 10px;
	font-weight: 400;
	font-size: 15px;
}
main .content .group .radio-buttons {
	padding: 8px 0 !important;
	border: 1px #d2d2d2 solid;
}
main .content .group .radio-buttons .padding-reset {
	padding: 0 10px !important;
}
main .content .group .checkboxes {
	padding: 8px 0 !important;
	border: 1px #d2d2d2 solid;
}
main .content .group .checkboxes .padding-reset {
	padding: 0 10px !important;
}
main .content .group .files {
	padding: 8px 0 !important;
	border: 1px #d2d2d2 solid;
}
main .content .group .files .padding-reset {
	padding: 0 10px !important;
}
main .content .group .files #choose-file {
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 6px;
}
main .content .group .files #file-name {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
main .content .group .files #file-text {
	float: left;
	margin: 5px 0 0 0;
	font-size: 16px;
	background: none;
	opacity: 0.65;
}
main .content .address {
	margin: 0;
	padding: 0;
	padding-left: 24px;
}
main .content .address .title {
	width: 55px;
}
main .content .address .columns {
	padding-right: 10px;
}
/* map */
#map {
	border: 1px #d2d2d2 solid;
}
#map.one {
	margin: 17px 0 0;
}
#map.two {
	margin: 17px 0 22px;
}
#map.three {
	margin: 17px 0 22px;
	height: 320px;
}
#map.four {
	margin: 17px 0 22px;
	height: 320px;
}
/* brands */
.brands {
	margin: 0 auto;
	margin-top: 15px;
	padding: 15px 15px 30px 15px !important;
	text-align: center;
}
.brands a {
	opacity: 0.55;
}
.brands a:hover {
	opacity: 1 !important;
}
.brands a img {
	margin: 10px 20px;
}
/* grayscale */
.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	filter: gray;
}
.grayscale.grayscale-fade {
	transition: filter .5s;
}
/* footer */
footer {
	padding: 20px 0 17px 0;
	background: -webkit-gradient(left bottom, left top, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(bottom, #ffffff 0%, #f5f5f5 100%);
	background: -moz-linear-gradient(bottom, #ffffff 0%, #f5f5f5 100%);
	background: -ms-linear-gradient(bottom, #ffffff 0%, #f5f5f5 100%);
	background: -o-linear-gradient(bottom, #ffffff 0%, #f5f5f5 100%);
	background: linear-gradient(to top, #ffffff 0%, #f5f5f5 100%);
}
footer .container {
	padding: 0 30px;
}
footer .responsive {
	display: none;
}
footer table {
	width: 100%;
}
footer table td {
	padding: 15px 15px 14px 15px;
	border-left: 1px #d2d2d2 solid;
	border-right: 1px #d2d2d2 solid;
	vertical-align: top;
}
footer table td:nth-child(1) {
	width: 24%;
}
footer table td:nth-child(2) {
	width: 26%;
}
footer table td:nth-child(3) {
	width: 13%;
}
footer table td:nth-child(4) {
	width: 21%;
}
footer table td:nth-child(5) {
	width: 16%;
}
footer table td .title {
	font-weight: 400;
	padding-bottom: 12px;
}
footer table td .bullet {
	padding-right: 6px;
}
footer .copyright {
	padding-top: 21px;
	font-size: 12px;
	text-align: center;
}
footer .separator {
	padding: 0 10px;
	color: #636363;
}
/* scrollTop */
a.scrollTop {
	display: none;
	margin: 0 auto;
	width: 38px;
	height: 32px;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	color: #fff;
	background-color: #002395;
}
a.scrollTop .glyphicon {
	padding: 8px 0 0 2px;
}
/* fancyBox */
.fbox {
	display: none;
	text-align: left;
	background-color: #f1f1f1;
}
.fbox a {
	color: #fff;
	text-decoration: none;
}
.fbox-title {
	height: 55px;
	padding: 19px 15px 0;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	border-bottom: 1px #d2d2d2 solid;
}
.fbox-content {
	padding: 22px;
	font-size: 17px;
	text-align: center;
	background-color: #fff;
}
.fbox-content .compact {
	width: 400px;
}
.fbox-content .extended {
	width: 640px;
}
.fbox-video {
	text-align: center;
	background-color: #000000;
}
.fbox-video .icon {
	padding: 200px 400px;
}
.fbox-buttons {
	height: 55px;
	padding: 12px 15px 0;
	text-align: center;
	border-top: 1px #d2d2d2 solid;
}
/* forms */
::-ms-clear, ::-ms-reveal {
 display: none;
}
/* input */
.input-text {
	width: 100%;
	height: 37px;
	padding: 0 10px;
	font-size: 16px;
	line-height: 37px;
	border: 1px #d2d2d2 solid;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
}
.input-text:focus {
	outline: none !important;
}
.input-search {
	height: 26px;
	margin: 0;
	padding: 0 10px;
	vertical-align: top;
	color: #6f6f6f;
	background-color: #ffffff;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}
.input-search:focus {
	outline: none !important;
}
/* textarea */
.textarea {
	display: block;
	overflow: auto;
	resize: none;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	line-height: normal;
	border: 1px #d2d2d2 solid;
	border-radius: 0;
	-webkit-appearance: none;
}
.textarea:focus {
	outline: none !important;
}
/* checkbox */
input[type=checkbox].input-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=checkbox].input-checkbox + label.label-checkbox {
	display: inline-block;
	height: 17px;
	padding-left: 25px;
	font-weight: 300;
	line-height: 17px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}
input[type=checkbox].input-checkbox:checked + label.label-checkbox {
	background-position: 0 -17px;
}
label.label-checkbox {
	background-image: url(../img/form-checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* radio */
input[type=radio].input-radio {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=radio].input-radio + label.label-radio {
	display: inline-block;
	height: 16px;
	padding-left: 25px;
	font-weight: 300;
	line-height: 15px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}
input[type=radio].input-radio:checked + label.label-radio {
	background-position: 0 -16px;
}
label.label-radio {
	background-image: url(../img/form-radio.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* select */
select {
	width: 100%;
}
select:focus {
	outline: none !important;
}
/* button */
.btn {
	line-height: normal !important;
}
.btn-search {
	padding: 0;
	margin: 0;
	width: 26px;
	height: 26px;
	font-size: 16px;
	vertical-align: top;
	color: #ffffff;
	background-color: #bfbfbf;
	border: none;
	border-radius: 0;
}
.btn-search:hover, .btn-search:focus, .btn-search.focus {
	color: #002395;
}
.btn-search .fa-search {
	padding-top: 3px;
	vertical-align: top;
}
.btn-custom {
	color: #ffffff;
	background-color: #576eb9;
	border: none;
	border-radius: 0;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus {
	color: #ffffff;
	background-color: #19399f;
}
.btn:focus {
	outline: none !important;
}
/* tabs */
.tab-content {
	margin-top: 2px;
	padding: 20px;
	background-color: #f1f1f1;
}
.tab-content.sub-content {
	padding: 20px 0 0;
	background-color: #ffffff;
}
.nav-tabs li a {
	font-weight: 400;
	color: #6f6f6f;
	background-color: #f1f1f1;
	border: none !important;
	border-right: 2px #ffffff solid !important;
	border-radius: 0 !important;
}
.nav-tabs li:last-child a {
	border-right: none !important;
}
.nav-tabs li a:hover, .nav-tabs li a:focus {
	color: #6f6f6f;
	background-color: #d2d2d2;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
	color: #ffffff;
	background-color: #002395;
}
.nav-tabs li .fa-caret-down {
	display: none;
}
.nav-tabs li.active .fa-caret-down {
	display: inline-block;
	padding-left: 8px;
	padding-top: 4px;
	vertical-align: top;
}
/* colors > navy */
.color-navy {
	color: #002395;
}
.bg-navy {
	background-color: #002395;
}
.border-navy {
	border: 1px #002395 solid;
}
/**/
.color-navy-light {
	color: #1f3ea2;
}
.bg-navy-light {
	background-color: #1f3ea2;
}
.border-navy-light {
	border: 1px #1f3ea2 solid;
}
/**/
.color-navy-lighter {
	color: #3d50a4;
}
.bg-navy-lighter {
	background-color: #3d50a4;
}
.border-navy-lighter {
	border: 1px #3d50a4 solid;
}
/* colors > gray */
.color-gray {
	color: #6f6f6f;
}
.bg-gray {
	background-color: #6f6f6f;
}
.border-gray {
	border: 1px #6f6f6f solid;
}
/**/
.color-gray-light {
	color: #636363;
}
.bg-gray-light {
	background-color: #636363;
}
.border-gray-light {
	border: 1px #636363 solid;
}
/**/
.color-gray-lighter {
	color: #bfbfbf;
}
.bg-gray-lighter {
	background-color: #bfbfbf;
}
.border-gray-lighter {
	border: 1px #bfbfbf solid;
}
/**/
.color-gray-soft {
	color: #d2d2d2;
}
.bg-gray-soft {
	background-color: #d2d2d2;
}
.border-gray-soft {
	border: 1px #d2d2d2 solid;
}
/**/
.color-gray-softer {
	color: #f1f1f1;
}
.bg-gray-softer {
	background-color: #f1f1f1;
}
.border-gray-softer {
	border: 1px #f1f1f1 solid;
}
