@charset "utf-8";
@font-face {
    font-family: 'sansationbold';
    src: url('../fonts/sansation_bold-webfont.eot');
    src: url('../fonts/sansation_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansation_bold-webfont.woff2') format('woff2'),
         url('../fonts/sansation_bold-webfont.woff') format('woff'),
         url('../fonts/sansation_bold-webfont.ttf') format('truetype'),
         url('../fonts/sansation_bold-webfont.svg#sansationbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sansationitalic';
    src: url('../fonts/sansation_italic-webfont.eot');
    src: url('../fonts/sansation_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansation_italic-webfont.woff2') format('woff2'),
         url('../fonts/sansation_italic-webfont.woff') format('woff'),
         url('../fonts/sansation_italic-webfont.ttf') format('truetype'),
         url('../fonts/sansation_italic-webfont.svg#sansationitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sansationregular';
    src: url('../fonts/sansation_regular-webfont.eot');
    src: url('../fonts/sansation_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansation_regular-webfont.woff2') format('woff2'),
         url('../fonts/sansation_regular-webfont.woff') format('woff'),
         url('../fonts/sansation_regular-webfont.ttf') format('truetype'),
         url('../fonts/sansation_regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	font: 14px/24px 'sansationregular', Verdana, Geneva, sans-serif;
	text-align: left;
}
a, a:hover, a:focus {
	outline: none!important;
	border: 0!important;
	text-decoration: none;
}
/* Header */
header {
	min-height: 130px;
	max-width: 100%;
	margin: 0 auto;
	background: #eeeeee;
	background-size: cover;
}

header a {
    color: #b30b0b;
}

header a:hover {
    color: #b30b0b;
}

header .container .row {
	padding: 0px!important;
	margin: 0px!important;
}
header .logo {
	padding: 20px 0px;
}
header p {
	font: 15px/34px "sansationregular", Arial;
	color: #344f67;
	margin: 0;
	padding: 0px 0;
}
header h1 {
	font: 13px/27px "sansationregular", Arial;
	color: #e01f1f;
	margin: 0;
	padding: 0px 0;
}
.text-right {
	text-align: right!important;
}
header .container {
	margin: 0px auto!important;
	padding: 0px!important;
}
header .welcome-content {
	float: none;
	display: block;
	clear: both;
	margin: 30px 0px 20px 0px;
	text-align: right;
}
 @media (max-width: 992px) {
header .welcome-content {
	max-width: 180px;
}
}
header .welcome-content h3 {
	font: 20px "sansationregular", Arial;
	color: #006383;
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
header .phone {
	float: left;
	width: 175px;
	margin: 10px auto;
	font: 16px "sansationbold", Arial;
	color: #27aae1;
}
 @media (max-width:768px) {
header .phone {
	padding: 15px 0px;
}
}
header .phone-icon, header .whatsapp-icon {
	display: inline-block;
}
header .whatsapp {
	float: left;
	width: 185px;
	margin: 10px auto;
	font: 16px "sansationbold", Arial;
	color: #27aae1;
}
.topMenu {
	min-height: 30px;
	max-width: 100%;
	margin: 0 auto;
	background: linear-gradient(to left, rgba(255,255,255,0), rgba(107,106,102,1), rgba(107,106,102,1), rgba(255,255,255,0) );
	background-size: cover;
}
.topMenu .welcome-content .group-company {
	display: block;
	margin: 0 auto;
}
header .welcome-content .group-company {
	display: block;
	margin: 0 auto;
	margin: 20px 0px;
}
header .welcome-content .group-company img {
	float: left;
	margin-right: 30px;
}
header .welcome-content .group-company a {
	color: #fff;
	text-decoration: none;
}
header .welcome-content .group-company a:hover {
	color: #ec2327;
}
 @media (max-width: 768px) {
header .logo {
	display: inline-block !important;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.logo >a > img {
	display: inline-block !important;
}
header p {
	font: 15px/20px "sansationregular", Arial;
	color: #344f67;
	margin: 0;
	padding: 0px 0;
	text-align: center;
	float: none;
}
header .pull-right {
	float: none!important;
}
header .language-content {
	float: none;
	margin: 0px auto;
	display: block;
	text-align: center;
}
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: inline-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;
}
.topMenu .welcome-content .group-company {
	display: inline-block;
	margin: 0 auto;
	float: none;
	text-align: center;
	margin-top: 0px;
}
.topMenu p {
	font: 15px/20px "sansationregular", Arial;
	color: #fff;
	margin: 0;
	padding: 0px 0;
	text-align: left;
	float: left;
}
}
/* Slider */
  
.containerSlider {
	max-width: 1500px;
	margin: 0px auto;
}
.item {
	width: 100%;
	height: auto;
}
.slider1Bg {
	background: url('../images/slider/slider-1-ar.jpg');
	background-position: center;
	background-repeat: no-repeat;
}
.slider2Bg {
	background: url('../images/slider/slider-2-ar.jpg');
	background-position: center;
	background-repeat: no-repeat;
}
.slider3Bg {
	background: url('../images/slider/slider-3-ar.jpg');
	background-position: center;
	background-repeat: no-repeat;
}
.sliderTablets {
	max-width: 630px;
	min-height: 588px;
	float: right;
	padding: 200px 10px 0px 10px;
}
.item h1 {
	font: 27px/35px "sansationregular";
	color: #fff;
	margin: 10px 0px 20px;
	padding: 0px 0px;
}
.item p {
	font: 25px/32px "sansationregular";
	text-shadow: 5px 4px 5px #000;
	color: #fff;
	margin: 10px 0px 20px;
	padding: 0px 0px;
}
a.detail {
	width: 136px;
	height: 34px;
	display: block;
	font: 300 15px "sansationregular";
	background: transparent;
	text-align: center;
	color: #fff;
	margin: 10px auto;
	padding: 7px 10px;
	text-decoration: none;
	border: 1px solid #fff;
	float: 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: #1c1b1b;
	color: #fff;
	border: 1px solid #fff;
	z-index: 99999;
}
 @media (max-width: 768px) {
.item {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.sliderTablets {
	max-width: 630px;
	min-height: auto;
	float: right;
	padding: 50px 30px;
}
.item h1 {
	font: 22px/32px "sansationregular", Arial;
	color: #fff;
	margin: 10px 0px 20px;
	padding: 0px 0px;
}
.item p {
	font: 18px/23px "sansationregular", Arial;
	color: #fff;
	margin: 10px 0px 20px;
	padding: 0px 0px;
}
}
/* Slider */

  
    /* Menu */
	
.menuBg {
	float: right;
	margin: 0px;
	width: 100%;
	height: auto;
	padding: 15px 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: 30px 0px 10px!important;
}
.navbar-nav {
	float: right!important;
}
.navbar-default {
	border: 0px;
	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: #16191e;
}
.navbar-default .navbar-brand {
	font: 15px/24px "sansationregular", Arial;
	color: #16191e;
}
.navbar-default .navbar-nav>li {
	border-right: 1px solid #16191e;
	padding: 0px 20px;
	margin: 0px;
}
.navbar-default .navbar-nav>li:nth-last-child(1) {
	border-right: 0;
	padding: 0px 0px 0px 20px;
}
.navbar-default .navbar-nav>li:nth-child(1) {
	padding: 0px 20px 0px 0px;
}
.navbar-default .navbar-nav>li>a {
	font: 17px/24px "sansationbold", Arial;
	color: #16191e;
	padding: 0px 0px;
	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: #b30b0b;
}
 @media (min-width: 1000px) and (max-width: 1200px) {
.navbar-default .navbar-nav>li>a {
	font: 17px/24px "sansationregular", Arial;
	color: #16191e;
	padding: 0px 10px;
	transition: color 0.5s, background 0.5s ease-in-out;
	-webkit-transition: color 0.5s, background 0.5s ease-in-out;
	-moz-transition: color 0.5s, background 0.5s ease-in-out;
}
}
ul.dropdown-menu {
	background: #fff!important;
	border: 0;
}
.dropdown-menu>li {
	border-bottom: 0px solid #4f4e4b;
}
.dropdown-menu>li>a {
	font: 16px/24px "sansationregular", Arial;
	color: #16191e;
	padding: 10px 30px;
	transition: color 0.5s, background 0.5s ease-in-out;
	-webkit-transition: color 0.5s, background 0.5s ease-in-out;
	-moz-transition: color 0.5s, background 0.5s ease-in-out;
}
 @media (max-width:992px) {
.dropdown-menu>li>a {
	text-align: center;
}
}
.dropdown-menu>li>a:hover {
	background: #4a0606!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: 1200px) {
.navbar {
	margin: 0px 0px 10px!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: #27aae1;
}
.navbar-header {
	float: none;
}
.navbar-nav {
	width: 100%;
	float: none;
}
.navbar-default .navbar-nav>li {
	float: none;
	border-right: 0px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	text-align: center;
	display: block;
	padding: 10px 0px!important;
	margin: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #eee;
}
.navbar-default .navbar-toggle {
	padding: 15px!important;
	margin: 0 auto;
	float: right!important;
	display: block;
	background: #4a4f53!important;
	border: 0!important;
}
.navbar-default .navbar-toggle:hover {
	background: #4a0606!important;
	border: 0px;
}
}
 @media (max-width: 768px) {
.navbar {
	margin: 10px 0px 10px!important;
}
.navbar-nav {
	width: 100%;
	float: none;
}
.navbar-default .navbar-nav>li {
	float: none;
	border-right: 0px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	text-align: center;
	display: block;
	padding: 10px 0px!important;
	margin: 0px;
}
.navbar-default .navbar-nav>li>a {
	font: 16px/24px "sansationbold", Arial;
	color: #16191e;
	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: #c4272e;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #eee;
}
.navbar-default .navbar-toggle {
	padding: 15px!important;
	left: 0;
	right: 0;
	margin: 0px auto;
	float: none!important;
	display: block;
	background: #4a4f53!important;
	border: 0!important;
}
.navbar-default .navbar-toggle:hover {
	background: #4a0606!important;
	border: 0px;
}
}
/* Genel */

.col-lg-3, .col-md-3, .col-sm-3, .col-lg-4, .col-md-4, .col-sm-4, .col-lg-6, .col-md-6, .col-sm-6, .col-lg-8, .col-md-8, .col-sm-8, .col-lg-9, .col-md-9, .col-sm-9, .col-lg-12, .col-md-12, .col-sm-12 {
	padding: 0px 10px;
}
.content {
	min-height: 400px;
	padding: 25px 15px;
}
.content img {
	margin: 0 auto;
}
.content .InnerSpaceImg img {
	padding: 15px 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: 20px/30px "sansationregular";
	margin: 0;
	padding: 20px 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;
}
}
.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 'sansationregular';
	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-1 {
	background: #16191e;
	max-width: 100%;
	min-height: 225px;
	margin: 0px auto;
	padding: 20px 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 .mainTitle span, .tb-bg-1 .mainTitle, .tb-bg-3 .mainTitle {
	font: 26px/36px "sansationbold", Arial;
	color: #fff;
	margin:10px auto;
}
.tablets1, .tablets4 {
	position: relative;
	min-height: 390px;
	background: #4a0606;
	padding: 0px 0px;
	margin: 15px 0px;
	transition: background 0.5s ease-in-out;
	-webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
}
.tablets1:hover, .tablets4:hover {
	background: #4a4f54;
}
.tablets4 {
	min-height: auto;
	float: left;
}
 @media (max-width:768px) {
.tablets1 {
	min-height: 400px;
    padding: 0px 0px;
    max-width: 450px;
    margin: 20px 0px;
}
}
.tablets1 h1, .tablets4 h1 {
	font: 16px "sansationbold", Arial;
	color: #fff;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	text-align: center;
}
.tablets1 h1:hover, .tablets1 h1:focus, .tablets4 h1:hover, .tablets1 h4:focus {
	outline: 0;
	border: 0;
	text-decoration: none;
}
.tablets1 p {
	font: 12px/17px "sansationregular", Arial;
	color: #fff;
	margin: 0px;
	padding: 0px 20px;
	text-align: center;
}
.tablets a {
	text-decoration: none;
}
.tablets1 .imageBox, .tablets2 .imageBox, .tablets4 .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;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.tablets4 .imageBox, .mapBox {
	border: 1px solid #d1d1d2;
}
.tb-bg-2 {
	background: #e9eaee;
	max-width: 100%;
	min-height: 225px;
	margin: 0px auto;
	padding: 20px 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-2 .mainTitle span, .tb-bg-2 .mainTitle {
	font: 16px "sansationbold", Arial;
	color: #000;
}
.tablets2 {
	position: relative;
	min-height: 306px;
	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;
}
.tablets2 h1 {
	font: 18px "sansationbold", Arial;
	color: #2c2727;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	text-align: center;
}
.tablets2 p {
	font: 12px/17px "sansationregular", Arial;
	color: #2c2727;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.tablets2 .detay {
	width: 74px;
	height: 30px;
	margin: 0 auto;
	margin-top: 15px;
	background: #29307f;
	font: 12px/11px "sansationregular", Arial;
	color: #fff;
	text-align: center;
	padding: 10px 18px;
	display: block;
	transition: background 0.5s ease-in-out;
	-webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
}
.tablets2 .detay:hover {
	background: #27aae1;
}
.tb-bg-3 {
	background: #4a4f54;
	max-width: 100%;
	margin: 0px auto;
	padding: 20px 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;
}
.tablets3 {
	position: relative;
	min-height: 225px;
	padding: 0px;
	margin: 0px 0px 25px 0px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.tablets3 h1 {
	font: 18px "sansationbold", Arial;
	color: #fff;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	text-align: center;
}
.tablets3 p {
	font: 12px/17px "sansationregular", Arial;
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.tablets3 .detay {
	width: 74px;
	height: 30px;
	margin: 0 auto;
	margin-top: 15px;
	background: #27aae1;
	font: 12px/11px "sansationregular", Arial;
	color: #fff;
	text-align: center;
	padding: 10px 18px;
	display: block;
	transition: background 0.5s color, 0.5s ease-in-out;
	-webkit-transition: background 0.5s, color 0.5s ease-in-out;
	-moz-transition: background 0.5s, color 0.5s ease-in-out;
}
.tablets3 .detay:hover {
	color: #29307f;
	background: #ffffff;
}
.tablets1 img, .tablets2 img, .tablets3 img {
	float: none;
	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;
}
.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 "sansationbold", Arial;
	margin: 0px 0px;
	padding-left: 10px;
}
.parallax-window {
	min-height: 474px;
	background: transparent;
}
.table tr > td, .table tr > th {
	text-align: left;
}
.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% "sansationregular", 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-cloud-download, .mapBox:hover>.Informations>.fa-search-plus {
	margin-top: 30%;
}
.mapBox:hover>img {
	opacity: 0.9;
}
.mapBox>.Informations>.fa-cloud-download, .mapBox>.Informations>.fa-search-plus {
	color: #fff;
	margin-top: 0%;
	text-align: center;
	vertical-align: middle;
	font-size: 40px;
	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   */

.fa-sort-desc {
	color: #c4272e!important;
}
.text-red {
	color: #c4272e!important;
}
h2 {
	color: #000;
	font: 22px "sansationregular", Arial;
}
h3, h4 {
	color: #000;
	font: 20px "sansationregular", 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;
}
.marginTop30 {
	margin-top: 30px!important;
}
.marginTop35 {
	margin-top: 35px!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;
}
.padding10 {
	padding: 10px;
}
.padding15 {
	padding: 15px;
}
.padding20 {
	padding: 20px;
}
.welcome-content .fa-phone {
	padding-right: 5px;
	color: #fff;
	font-size: 23px;
}
#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: "news_cyclebold", Arial, sans-serif;
	text-align: center;
}
.active h3, .info h3 {
	padding: 5px 0px;
	margin: 0;
	font-size: 20px;
	color: #fff;
	font-family: "news_cyclebold", 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;
}
}
table.tKahve {
	background: #1d1b11;
	color: #ffc000;
}
table.tKahve tr:hover {
	background: #000!important;
}
/*  Genel Tanımlar   */


/* Bx Slide */

.bx-wrapper {margin:10px auto!important;}

.bx-wrapper .bx-prev {
	left: -40px!important;
}
.bx-wrapper .bx-next {
	right: -40px!important;
}
 @media (max-width:1024px) {
	 
.bx-wrapper {margin:10px 20px!important;}

.bx-wrapper .bx-prev {
	left: 10px!important;
}
.bx-wrapper .bx-next {
	right: 10px!important;
}
}
/* Bx Slide */


/*  Footer   */


footer {
	background:#000;
	width: 100%;
	height: auto;
	padding: 0px 0px 10px 0px;
	margin: 0 auto;
}
footer ul {
	margin: 0 auto;
	padding: 0px 0px;
	min-height: auto;
}
footer ul li {
	display: block;
	padding: 10px 0px;
}
footer ul li, footer ul li a {
	list-style: none;
	font: 15px/24px "sansationregular", Arial;
	color: #fff;
	text-decoration: none;
}
footer ul.quicklinks li {
	padding: 4px 0px!important;
}
footer ul li a:hover {
	text-decoration: none;
	color: #b2b4b7;
}
footer ul li i.fa, footer ul li a i.fa {
	width: 30px;
	color: #b2b4b7;
	font-size: 20px;
	text-align: center;
	margin: 0px 5px 0px 0px;
	padding: 5px 5px 5px 0px;
	float: left;
	clear: both;
	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 h1 {
	color: #fff;
	font: 17px/20px "sansationbold", Arial;
	text-align: left;
}
footer p {
	font: 15px/18px "sansationregular", Arial;
	color: #fff;
	text-align: left;
}
.fa-map-marker {
	padding-bottom: 25px!important;
}
footer ul.socialmedia li {
	float: left;
	margin: 0px 0px 0px 4px!important;
}
footer ul.socialmedia li i.fa {
	color: #fff;
	font-size: 35px;
	margin: 0px 4px 0px 0px;
	float: left;
	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 li i.fa:hover {
	color: #4a0606;
}
footer section.seg {
	padding: 0px 0px;
}
footer .footerLogos {
	color: #fff;
	margin-top: 15px;
}
footer .footerLogos a {
	color: #fff;
	margin-top: 15px;
	text-decoration: none;
}
footer ul li a > img {
	margin: 0px auto;
	float: none;
}
footer .footerBottom {
	background-color: #fff;
	display: block;
	padding: 8px 0px;
}
footer .footerBottom ul li {
	list-style: none;
	float: left;
	margin: 0px;
	display: block;
}
footer .footerBottom ul li:nth-of-type(3) {
	border-right: 0;
}
footer .footerBottom ul li a {
	color: #fff;
	font: 13px 'sansationregular', Arial;
	padding: 13px 12px 11px 12px;
	display: block;
	-webkit-transition: background 0.5s, color 0.5s ease-in-out;
	-moz-transition: background 0.5s, color 0.5s ease-in-out;
}
footer .footerBottom ul li a:hover {
	background: #202324;
	text-decoration: none;
}
 @media (max-width:768px) {
footer ul {
	margin: 0px auto;
	padding: 0px 0px;
}
footer .col-md-3 {
	border-right: none!important;
}
}
 @media (max-width:990px) {
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;
}
.contact h3 {
	font: 14px/24px 'sansationregular', Verdana, Geneva, sans-serif;
	text-align: left!important;
	width: 100%;
	height: 125px;
	display: block;
	background: #eee;
	color: #181818;
	margin: 0px;
	padding: 15px;
}
.contact h4 {
	font: 14px/24px 'sansationregular', Verdana, Geneva, sans-serif;
	text-align: left!important;
	width: 760px;
	height: 125px;
	display: block;
	background: #eee;
	color: #181818;
	margin: 0px auto;
	padding: 15px;
}
 @media (max-width:990px) {
.contact h4 {
	width: 100%;
  
  
  .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;
}
}
 }