@charset "utf-8";

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

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

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

html, body {
	font: 18px/28px "chronicapro-book", Arial;
	color: #fff;
	text-align: justify;
}

.main-body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

::selection {
	background: #000052!important;
	color: #fff;
}

::-moz-selection {
 background:#000052!important;
 color:#fff;
}

header {
	max-width: 100%;
	min-height: 100px;
	height: auto;
	margin: 0 auto;
	padding:30px 0px 0px;
	background: #000;
}

.main-header {
	position: absolute;
	z-index: 9999;
	left: 0;
	right: 0;
	background: transparent!important;
}

header .topMenu {
	width: 100%;
	min-height: 43px;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
header .topMenu .topLink img {
	float: left;
	padding: 0px 5px;
	margin-top: 5px;
}
header .topMenu .topLink {
	font: 20px/45px "chronicapro-book", Arial;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px;
	display: inline-block;
	color: #fff;
	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  .row {
	padding: 0px!important;
	margin: 0px!important;
}
header .logo {
	padding: 0px 50px;
	margin: 0 auto;
	display: block;
	float:left;
}
header img {
	margin: 0 auto;
}
header .container {
	margin: 0px auto!important;
	padding: 0px!important;
}
header .language-content {
	float: right;
	margin: 0px 0px 15px 0px;
}
header .language-content a {
	font: 15px "chronicapro-book", Arial, sans serif;
	color: #fff;
	background: url(../images/language.png);
	width: 34px;
	height: 34px;
	padding: 3px 15px;
	margin: 0px 3px;
	text-decoration: none;
}
header .welcome-content {
	float: right;
	display: block;
	margin: 16px 0px;
	text-align: right;
	clear: both;
}
header .welcome-content h3 {
	font: 25px "rajdhanilight", Arial;
	color: #006383;
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
header .welcome-content p {
	font: 25px "robotobold", Arial;
	color: #006383;
}
header .welcome-content .group-company {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}
header .welcome-content .group-company img {
	margin-right: 5px;
}
header .welcome-content .InfoFormButton {
	background: #02cded;
	background-position: 188px 188px;
	width: 188px;
	height: 54px;
	font: 17px "chronicapro-book", Arial;
	padding: 12px 18px;
	border-radius: 7px;
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 0px 7px 1px #000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
header .welcome-content .InfoFormButton::before {
	font-family: FontAwesome;
	content: '\f054';
	padding: 12px 10px 14px 10px;
	border-right: 1px solid #0495ac;
	margin-right: 10px;
}
header .welcome-content .InfoFormButton:hover, header .welcome-content .InfoFormButton:focus {
	background: #c02466;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 768px) {
header .logo {
	display: block !important;
	margin: 0px 0px 0px 0px;
}
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: 15px;
	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: 15px;
}
header .welcome-content .group-company img {
	display: block;
	margin: 10px auto;
	float: none;
}
}
/* Menü Kodları */  
     
.menuBg {
	float: left;
	margin: 0px auto;
	min-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;
}

 @media (max-width: 1200px) {
.menuBg {
	float: none!important;
	display: block;
}
}

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

 @media (max-width: 768px) {
.navbar {
	margin-top: 10px!important;
	float: none!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: #fff;
}
.navbar-default .navbar-brand {
	font: normal 20px "chronicapro-book", Arial;
	color: #fff;
}

.navbar-default .navbar-nav>li {
	border: none;
}

.navbar-default .navbar-nav>li>a {
	font: normal 20px "chronicapro-book", Arial;
	color: #fff;
	padding: 0px 15px;
	text-shadow: 1px 0px 1px #000;
}

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

 @media (min-width:768px) and (max-width:992px) {
.navbar-default .navbar-nav>li>a {
	font: normal 20px "chronicapro-book", Arial;
	color: #fff;
	padding: 15px 15px;
}
}
 @media (min-width:993px) and (max-width:1200px) {
.navbar-default .navbar-nav>li>a {
	font: normal 20px "chronicapro-book", Arial;
	color: #fff;
	padding: 0px 15px;

}
}

ul.dropdown-menu {
	background: #000;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	box-shadow: 2px 2px 10px -1px #000;
  	z-index: 99999;
}

.dropdown-menu>li>a {
	font: normal 20px/28px "chronicapro-book", Arial;
	color: #fff;
	border-bottom: 1px solid #333;
}
.dropdown-menu>li>a:hover {
	background: #1f1b1b!important;
	color: #fff;
}
 @media (max-width: 768px) {
.navbar-default {
	border: 0;
	margin: 0px;
	padding: 0px;
}
.navbar-default .navbar-nav>li>a {
	background:#000;
	font: normal 20px "chronicapro-book", Arial;
	color: #fff;
	padding: 10px 9px;
	text-align: center;
}

.navbar-default .navbar-nav>li>a:hover {
	background:#1f1b1b;
	font: normal 20px "chronicapro-book", Arial;
	color: #fff;
	padding: 10px 9px;
	text-align: center;
}
.navbar-default .navbar-nav>li {
	border-right: 0px solid #333;
	border-bottom: 1px solid #333;
}
.dropdown-menu>li>a {
	font: normal 20px "chronicapro-book", Arial;
	color: #fff!important;
	text-align: center;
}
.dropdown-menu>li>a:hover {
	background:#333;
	font: normal 20px "chronicapro-book", Arial;
	color: #fff!important;
	text-align: center;
}
.navbar-default .navbar-toggle {
	left: 0;
	right: 0;
	margin: 0 auto;
	float: none!important;
	display: block;
	background-color: #000;
	border: 0!important;
}
.navbar-default .navbar-toggle:hover {
	background-color: #000;
	border: 0px;
}
.navbar-default .navbar-toggle:focus {
	background-color: #000;
	border: 0px;
}
.navbar-toggle .icon-bar {
	background: #fff;
	width: 30px!important;
	height: 2px;
}
}
.navbar-nav.sm-collapsible a.has-submenu {
	padding-right: 0!important;
	padding-left: 0!important;
	text-align: center;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: #ff7c21;
	color: #fff;
	border: 0!important;
	font: 18px "chronicapro-book", Arial;
}
/* Menü Kodları */  
	
.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 */

.slider {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
}
#carousel-a {
	width: 100%;
}
.ic-sayfa-bg {
	background: url(../images/ic-sayfa-bg.jpg) no-repeat center center fixed;
}
.slide1 {
	background: url(../images/slider/slider-1.jpg) no-repeat center center fixed;
}
.slide2 {
	background: url(../images/slider/slider-2.jpg) no-repeat center center fixed;
}
.slide3 {
	background: url(../images/slider/slider-3.jpg) no-repeat center center fixed;
}
.slide4 {
	background: url(../images/slider/slider-4.jpg) no-repeat center center fixed;
}
.slide5 {
	background: url(../images/slider/slider-5.jpg) no-repeat center center fixed;
}
.slide6 {
	background: url(../images/slider/slider-6.jpg) no-repeat center center fixed;
}
.slide7{
	background: url(../images/slider/slider-7.jpg) no-repeat center center fixed;
}
.slide8 {
	background: url(../images/slider/slider-8.jpg) no-repeat center center fixed;
}
.carousel-inner .item {
	width: 100%;
	height: 950px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.slider .slogan{
	position:absolute;
	margin-top:220px;
	margin-left:50px;
	float:left;
	}
	
@media (max-width: 768px) {
	
.slider .slogan{
	margin:0 auto;
	margin-top:220px;
	float:none!important;
	padding:20px;
	}
	
	
}



/* Slider */
	
	
	
/* Bx Slider Arrow*/

@media(max-width: 768px) {
.bx-wrapper .bx-prev {
	left: 20px!important;
	opacity: 0.5;
}
.bx-wrapper .bx-prev:hover {
	left: 20px!important;
	opacity: 1;
}
.bx-wrapper .bx-next {
	right: 20px!important;
	opacity: 0.5;
}
.bx-wrapper .bx-next:hover {
	right: 20px!important;
	opacity: 1;
}
}
/* Bx Slider Arrow*/


.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: #f5f5f5 center center;
	background-repeat: repeat-x;
	box-sizing: border-box;
	margin: 0px auto;
	max-width: 100%;
	min-height: 50px;
	padding: 8px 15px 0;
}
.inner-title h1 {
	color: #000;
	font: 20px/40px "chronicapro-book";
	margin: 0;
	padding: 0px 15px;
}
 @media (max-width: 992px) {
.inner-title h1 {
	text-align: center;
}
}
 @-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: 3px 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 "rajdhanilight";
	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: #1c8ece;
	margin: 0 auto;
	min-height: 70px;
}
.tb-bg-1 {
	background: #397698;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 10px 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 h3, .tb-bg-3 h3 {
	font: 23px "chronicapro-book", Arial;
	color: #000;
}
.tb-bg-2 {
	margin: 0px auto;
 margin-top::25px;
	background: url(../images/tb-bg-2.jpg);
	min-height: 495px;
	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-3 {
	margin: 0px auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.tablets {
	position: relative;
	height: auto;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 35px!important;
	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;
}
.tablets2 {
	position: relative;
	min-height: 315px;
	background: #fff;
	margin: 15px 0px;
	padding: 1px 0px;
	text-align: center;
	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;
}
.tablets a, .tablets2 a {
	text-decoration: none;
}
.tablets .imageBox, .tablets2 .imageBox {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	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;
}
.tablets img, .tablets2 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;
}
.tablets2 div.icon1 {
	background: url(../images/icon-1.png) 66px 130px;
	width: 66px;
	height: 65px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
.tablets2 div.icon2 {
	background: url(../images/icon-2.png) 66px 130px;
	width: 66px;
	height: 65px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
.tablets2 div.icon3 {
	background: url(../images/icon-3.png) 66px 130px;
	width: 66px;
	height: 65px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
.tablets2 div.icon1:hover {
	background: url(../images/icon-1.png) 66px 65px;
}
.tablets2 div.icon2:hover {
	background: url(../images/icon-2.png) 66px 65px;
}
.tablets2 div.icon3:hover {
	background: url(../images/icon-3.png) 66px 65px;
}
.tablets h2, .slide h2 {
	font: 20px "chronicapro-book", Arial;
	color: #636567;
	margin: 10px 0px;
	padding: 0;
	text-align: left;
}
.tablets p {
	font: 17px "rajdhanilight", Arial;
	color: #636567;
	margin: 0;
	padding: 0px;
	text-align: left;
}
.tablets2 h3 {
	font: 17px "Myriad Set Medium", Arial;
	color: #636567;
	margin: 0px;
	padding: 0;
	text-align: left;
}
.tablets2 p {
	font: 15px/22px "rajdhanilight", Arial;
	color: #636567;
	margin-top: 15px;
	padding: 0px 15px;
	text-align: justify;
}
.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;
}
 @media (max-width: 992px) {
.tablets h2, .tablets p {
	text-align: center!important;
}
}
.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% "rajdhanilight", 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: 50%;
}
.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;
}
.references {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 15px;
	margin: 25px 0px;
}
.content .fa-circle-o {
	font-size: 11px;
	padding: 0 15px;
}
.content ul.logos {
	list-style: none;
	margin: 0 auto;
}
 @media (max-width: 992px) {
.content .news h3 {
	text-align: center;
}
}
.content .humanResources .table a {
	color: #000;
}
.content .humanResources .table a:hover, .content a:hover {
	color: #ff7f1a;
}
/* İç Sayfa */

  
.content {
	min-height: 700px;
	padding: 30px;
/*	background: #fff;
	-webkit-box-shadow: 0px 0px 24px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 24px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 24px -2px rgba(0,0,0,0.75);
	border: 1px solid #ccc;
*/}
.content img {
	margin: 0 auto;
}
.content .InnerSpaceImg img {
	padding: 15px 0px;
}
.content h1 {
	font: 30px "chronicapro-book", Arial;
	color: #292e4c;
}
.content p {
	font: 18px/28px "rajdhaniregular", Arial;
	color: #292e4c;
}
.content table tr td {
	text-align: center!important;
}
.content table tr td {
	vertical-align: middle;
}
.content .avantajlar img {
	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;
}
.content .avantajlar img:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.content .news {
	background: url(../images/gazete.png);
	background-size: 100%;
	min-height: 220px;
	margin: 5px 0px;
	padding: 5px 5px;
	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;
	text-decoration: none;
}
 @media (min-width: 992px) and (max-width: 1200px) {
.content .news {
	background: url(../images/gazete.png);
	background-size: 100%;
	min-height: 260px;
	margin: 5px 0px;
	padding: 5px 5px;
	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;
	text-decoration: none;
}
}
.content .news:hover {
	padding: 5px 5px;
	box-sizing: border-box;
	text-decoration: none!important;
}
.content .news:hover h3, .content .news:hover p {
	color: #fff;
	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;
	text-decoration: none!important;
}
.content .news a:hover, .content .news a:focus {
	text-decoration: none;
}
.content .news h3 {
	font: 20px "chronicapro-book", Arial;
	text-align: center;
	color: #000;
}
.content .news p {
	font: 17px "rajdhanimedium", Arial;
	text-align: center;
}
/* İç Sayfa */
	
	
/* 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*/	




/*Slider*/
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/*Slider*/

/*  Genel Tanımlar   */

.text-align-right {
	text-align: right;
	float: right;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.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;
}
.marginTop40 {
	margin-top: 25px!important;
}
.marginTop45 {
	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;
}
.padding10 {
	padding: 10px;
}
.padding15 {
	padding: 15px;
}
.padding20 {
	padding: 20px;
}
.welcome-content .fa-phone {
	padding-right: 10px;
	color: #78b833;
	font-size: 35px;
}
#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;
}
.display-none {
	display: none;
}
.modal-content img {
	max-width: 100%;
}
.navigation {
	font: 25px "chronicapro-book", Arial;
	background: #f5f5f5;
	padding: 15px 0px;
	color: #ff7c21;
}

.navigation a {
	font: 25px "chronicapro-book", Arial;
	color: #000;
}
/*  Genel Tanımlar   */

footer {
	background: url("../images/footer-bg.png");
	background-size:cover;
	width: 100%;
	min-height: 52px;
	padding: 10px 50px;
	margin: 0 auto;
}

.main-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

footer h3 {
	color: #222222;
	font: 19px "chronicapro-book", Arial;
	text-align: left;
}

footer .socialmedia {
	float: left;
	padding: 0px 0px;
	max-width: 100%;
	margin: 0 auto;
}

 @media (max-width: 992px) {
footer img {
	margin: 0 auto!important;
}
.socialmedia {
	margin: none!important;
	max-width: none!important;
	float: none!important;
}
}
footer .socialmedia .fa {
	color:#fff;
	font-size:40px;
	padding: 0px 2px;
	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 .socialmedia .fa:hover {
	color: #ffd710!important;
}
footer section.seg {
	padding: 20px 0px;
}
footer .footerLogos {
	color: #fff;
	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 ul p.text-center {
	font: 17px "rajdhanilight", Arial;
	color: #fff;
}
footer section.footerBottom img {
	margin-top: 10px;
}
