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

/* CSS Document */
body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.header {
	background-image: url(../images/header-bg.jpg);
	background-color: #ee1c24;
	background-repeat: no-repeat;
	background-position: center;
	height: 175px;
}
@media (max-width: 768px) {
.header {
	display: none;
}
}
.menu {
	background-color: #cc0000;
	min-height: 40px;
	background-image: url(../images/menu-bg.png);
	background-position: top;
}
@media (max-width: 768px) {
	.menu {
	background-color: #cc0000;
	min-height: 40px;
	background-image:inherit;
	background-position: top;
}
}
.navbar {
	background-color: inherit !important;
	border: inherit !important;
	min-height: inherit !important;
	margin: 0 auto;
}
.navbar-inverse .navbar-nav>li>a {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #da1b24 !important;
	background-color: #FFF !important;
	cursor: pointer;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar-nav>li>.dropdown-menu {
	border-radius: 0 !important;
}
.navbar-toggle {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.footer {
	background-image:url(../images/footer-bg.png);
	background-color: #6d0d14;
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 130px;
}
.footer-botttom{
	height: 20px;
	background-color: #cf0000;
}
.news-container {
	display: table;
	border: solid 1px #dddddd;
	padding: 10px;
	margin-left: 20px;
}
.news-content {
	background-color: #e5e4e2;
	padding: 15px;
}
.news-content>p a {
	color: #000000;
	text-decoration: none;
}
.news-content>p a:hover {
	color: #194383;
	text-decoration: none;
}
.news-content h2 {
	margin: 0;
	padding: 0px 0px 10px 0;
	font-size: 16px;
	color: #000000;
	font-weight: 700;
}
.news-thumb-container {
	padding: 0 10px 0 15px;
}
.news-thumb {
	padding: 0 10px 0 0;
}
.thumbnail {
	cursor: pointer;
	border-radius: 0px;
}
.carousel-control.left {
    background-image: inherit;
    background-image: linherit;
    filter: inherit;
    background-repeat:inherit;
}
.carousel-control.right {
    background-image: inherit;
    background-image: linherit;
    filter: inherit;
    background-repeat:inherit;
}
.hide-bullets {
	list-style:none;
	margin-left: -40px;
	margin-top:20px;
}
@media screen and (max-width: 767px) {
	.news-container {
		margin-left: 0px;
	}
	.news {
		margin: 0px;
		padding: 0px;
	}
}

/* Haber > */
.box-title {
	background-color: #cf0000;
	height: 35px;
	color: #FFFFFF;
	font-weight: 700;
	padding: 8px 0 0 10px;
}
.box-title-sub {
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	margin-top: 0;
	
}
.box-content {
	width: 100%;
	height: 100%;
	display: table;
	border: solid #dddddd;
	border-width: 0 1px 1px 1px;
}
.box-grey {
	background-color: #e1e1e1;
}
.box-blue {
	background-color: #cf0000;
	color: #FFFFFF;
}
.vertical-menu {
	margin-left: -40px !important;
	margin-bottom: 0 !important;
	
}
.vertical-menu-icon {
	font-size: 10px;
	color: #cf0000;
}
.vertical-menu-icon2 {
	font-size: 16px;
	margin-right: 5px;
	color: #cf0000;
}
.vertical-menu li {
	list-style: none;
	margin-left: 0px !important;
	border-bottom: 1px solid #dddddd;
	min-height: 40px;
	padding: 10px 0 10px 10px;
	font-weight: 400;
}
.vertical-menu li:hover {
	background-color: #e5e4e2;
}
.vertical-menu li a:active {color: #000000;text-decoration: none;display: block;}
.vertical-menu li a:link {color: #000000;text-decoration: none;display: block;}
.vertical-menu li a:visited {color: #000000;text-decoration: none;display: block;}
.vertical-menu li a:hover {color: #cf0000;text-decoration: none;display: block;}

.bar {
    background-color: #f1f2f1;
    color: #cf0000;
    font-size: 24px;
    font-weight: 700;
    padding: 15px 0 15px 0;
}
.thumbnail img {
  	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
}
.thumbnail:hover img {
  	-moz-transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
  	-moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
}
.caption {
	text-align: center;
}
.link-caption {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	display: block;
}
.link-caption:hover {
	color: #cf0000;
	text-decoration: none;
}
.link-caption:focus {
	color: #e10020;
	text-decoration: none;
}
.internal-box {
	border: solid 1px #dddddd;
	padding: 10px;
	display: table;
	width: 100%;
}
.footer-social-media {
	margin-top: 20px;
}
.footer-social-media>li {
	list-style: none;
	float: left;
}
.footer-social-media>li>a {
	color: #FFF;
	padding: 5px;
	margin-left: 10px;
	border: solid 1px #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.footer-social-media>li>a:hover {
	background-color: #FFF;
	color: #12244e;
	
}
.footer-title {
	font-size: 16px;
	color: #FFF;
}
.footer-table {
	color: #FFF;
}
.footer-table>tbody>tr>td, .footer-table>tbody>tr>th, .footer-table>tfoot>tr>td, .footer-table>tfoot>tr>th, .footer-table>thead>tr>td, .footer-table>thead>tr>th {
	border: none;
}
.footer-table>tbody>tr>td:first-child{
	padding-left: 0px;
}
