/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);
@import 'https://fonts.googleapis.com/css?family=Lato|Merriweather|Montserrat|Open+Sans|Raleway|Roboto';

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 14px;
 line-height: 1.6;
 font-family: 'Montserrat', sans-serif !important;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}
.footer .container .row div p{
	color:#ffffff;
}
.footer .container .row div .posts .headline h2{
	color:#ffffff;
}
a {
 color: #ff9933;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #ff9933;
 text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}
.dropdown-menu li a{
	font-size:12px !important;
}
.alt_liste li a{
	color:#FFF;
	text-decoration:none;
}
.navbar-nav>li>.dropdown-menu{
	background: #e4e4e4 !important;
}

.icerik_slider{
    list-style: none;
}
.icerik_slider li img{
    padding: 0 25px;
}
.icerik_icerik{
    background: rgba(255, 255, 255, 0.5);
    padding: 15px 15px 0px 15px;
    font-size: 14px;
}
.icerik_baslik{
    margin-bottom: 5px;
}
.icerik_baslik a{
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}
.icerik_yazi{
    font-size: 12px;
}
.bolum_baslik{
    margin-top:40px;
}
.firma_profili{
    width: 97% !important;
}
.content-side-right .bg-color-light .container{
    width: 95%;
}
.content-side-right .bg-color-light .container .row .col-md-5{
    margin-top: 40px;
}
.content-side-right .bg-color-light .container .row .col-md-7 img{
    margin: 0 auto;
}