/*
Theme Name: NinjaKurumsal 2
Theme URI: http://www.tema.ninja
Version: 1.0.3
Description: Ninja Default üzerine bina edilmiş bir alt temadır.
Author: TemaNinja
Author URI: http://www.tema.ninja
template: ninja-default
*/

/*---- General Settings ----*/
.ninja-box {
    margin:15px 0 30px;
}
/*-- Widgets --*/
.ninja-widget {
    margin-bottom: 30px;
}
.ninja-widget a {
    color:#888;
}
.ninja-sidebar .ninja-widget-title {
    position: relative;
    padding:15px 0 5px;
    margin-bottom:10px;
    border-bottom:1px solid #ddd;
    font-weight:700;
}
.ninja-sidebar .ninja-widget-title:before {
    content: '';
    width: 25%;
    height: 2px;
    background: #2bb7ff;
    position: absolute;
    left: 0;
    top: 0;
}
.ninja-sidebar input[type=text].ninja-search-input {
    padding:20px 10px;
    background:transparent;
}
.ninja-sidebar ul li {
    display: block;
    margin-bottom: 0;
    border-top: 1px solid #ddd;
    border-left: none;
    border-right: none;
    padding:0;
}
.ninja-sidebar ul:not(.sub-menu) li:first-child {
    border-top:none;
}
.ninja-sidebar ul li a {
    color: #666;
    padding: 15px 0;
    display: block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.ninja-sidebar ul li a:hover {
    background: #d5dce0;
    padding-left: 15px;
    text-decoration:none;
}
.ninja-sidebar ul li ul.sub-menu li {
    border:none;
}
.ninja-sidebar ul li ul.sub-menu li a {
    display: inline-block;
    padding: 5px 0;
}
.ninja-sidebar ul li ul.sub-menu li a:hover {
    background:transparent;
}
.ninja-sidebar .ninja-widget .tagcloud a {
    background: #2bb7ff;
    color: #fff;
    text-decoration: none;
    padding: 4px 6px;
    margin: 0 0 3px;
    border-radius: 5px;
    font-size: 16px !important;
    display: inline-block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.ninja-sidebar .ninja-widget .tagcloud a:hover {
    background:#333;
    color:#fff;
}
/*-- </Widgets --*/
/*-- Comments --*/
.ninja-comments .ninja-comments-list-title {
    font-size:18px;
    font-weight:700;
}
.ninja-comments  .ninja-comments-list .comment-date {
    display:block;
    margin-top:8px;
}
.ninja-comments .ninja-comments-list .comment-content {
    border:none;
    padding:10px 0 0;
}
.ninja-comments .ninja-comments-list .comment-avatar img {
    border-radius:0;
}
.ninja-comments .ninja-comments-list a.comment-reply-link {
    position: relative;
    font-weight: 700;
}
.ninja-comments .ninja-comments-list a.comment-reply-link:after {
    content: '\f112';
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 5px;
    color:#888;
}
.ninja-comments .ninja-comments-list ul.children {
    border-top:1px solid #ccc;
}
.ninja-comments .ninja-comments-list .comment-content p {
    font-size: 20px;
    color: #222;
}
.ninja-comments .comment-respond {
    margin-top:35px;
}
.ninja-comments .comment-respond .comment-reply-title {
    font-size: 20px;
}
.ninja-comments .comment-respond label,
.ninja-comments .comment-respond .comment-reply-title,
.ninja-comments .comment-respond textarea,
.ninja-comments .comment-respond input {
    width:100%;
    border: 1px solid #c9d3d6;
    padding: 8px 15px;
    background:#fff;
    border-radius:0;
    box-shadow:none;
}
.ninja-comments .comment-respond input {
    min-height:50px;
}
.ninja-comments .comment-respond label {
    background:#efefef;
}
.ninja-comments #ninja-comment-form-submit {
    width:auto;
    border: 1px solid #c9d3d6;
    border-radius: 0;
    background: #fff;
    color: #666;
    font-weight: 900;
    font-size: 17px;
    padding: 10px 20px;
    text-transform:uppercase;
}
.ninja-comments #ninja-comment-form-submit:hover {
    color:#fff;
    background:#000;
}
/*-- </Comments --*/
/*---- </General Settings ----*/

/*---- Header ----*/
/*-- Topbar --*/
.ninja-page-bar .ninja-page-bar-container {
    padding-top:10px;
    padding-bottom:10px;
}
.ninja-page-bar .ninja-page-bar-text p {
    position: relative;
    font-size:14px;
    display:inline-block;
    margin:0 15px 0 0;
}
.ninja-page-bar .ninja-page-bar-text p:before {
    content: '\f10b';
    font-family: FontAwesome;
    margin-right: 8px;
    font-size: 22px;
    vertical-align: bottom;
    opacity: .9;
    color:#999;
}
.ninja-page-bar .ninja-page-bar-text .tn-mail:before {
     content:'\f064';
}
.ninja-page-bar .ninja-social-icons .ninja-icon {
    display: inline-block;
    font-family: 'Mono Social Icons Font';
    height: 28px;
    line-height: 27px;
    text-decoration: none;
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    width: 28px;
    border: 1px solid #9a97a5;
    margin: 0 3px;
    color: #c9c7cf;
    font-size: 28px;
    text-align: center;
}
.ninja-page-bar .ninja-social-icons {
    float:right;
}
.ninja-page-bar .ninja-social-icons .ninja-social-icons .ninja-icon {
    border-radius: 50%;
    border: 1px solid;
}
/*-- </Topbar --*/
/*-- Head --*/
.home .ninja-page .ninja-page-header .ninja-page-header-wrap {
    border-bottom:none;
}
.ninja-page .ninja-page-header.ninja-page-header-fixed .ninja-page-header-wrap {
    background:#2196f3;
}
.ninja-page .ninja-page-header-fixed .navbar-nav > li.current-menu-item > a,
.ninja-page .ninja-page-header-fixed .navbar-nav > li > a,
.ninja-page .ninja-page-header-fixed .navbar-nav > li > a:hover,
.ninja-page .ninja-page-header-fixed .navbar-nav > li > a:focus,
.ninja-page .ninja-page-nav-right.ninja-page-header-fixed .ninja-logo-text, .ninja-page-header-fixed .ninja-logo-text,
.ninja-page .ninja-page-nav-right.ninja-page-header-fixed a:hover,
.ninja-page inja-page-nav-right.ninja-page-header-fixed a:focus {
    color: #fff !important;
}
.ninja-page .ninja-page-header {
    margin-bottom:10px;
    border-bottom:1px solid #ccc;
}
.home .ninja-page .ninja-page-header {
    border-bottom:none;
}
.ninja-page .ninja-page-header-container {
    padding-top:0;
    padding-bottom: 0;
}
.page-template-anasayfa .ninja-page .ninja-page-header {
    margin-bottom:0;
}
.ninja-page .ninja-page-header .ninja-page-header-text {
    position:relative;
    margin: 0 0 10px;
    font-size: 20px;
    color: #333;
    font-weight: 700;
}
.ninja-page .ninja-page-header .ninja-page-header-text:before {
    content: '';
    background: url(assets/images/tn-mobil-icon.png)no-repeat center center;
    width: 20px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/*-- </Head --*/
/*-- Menu --*/
.ninja-page .ninja-page-nav-right .ninja-page-nav-search {
    float: right;
    position: relative;
    margin: 20px 0;
    border-left: 1px solid #ccc;
}
/*-- </Menu --*/
/*---- </Header  ----*/
/*-- Hizmetlerimiz --*/
.tn-services .hover-content {
	width: 100%;
	height: 62px;
	position: absolute;
	left: -50%;
	top: 50%;
	margin-top: -31px;
}
.tn-services .project-sliders { margin-top: 65px; }
.tn-services .project {
	text-align: center;
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom:15px;
}
.tn-services .project figure img {
	width: 100%;
	height: auto;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.tn-services .project:hover img{
    transform: rotate(10deg) scale(1.5);
    -webkit-transform:  rotate(10deg) scale(1.5);
    -moz-transform:  rotate(10deg) scale(1.5);
    -o-transform: rotate(10deg) scale(1.5);
    -ms-transform: rotate(10deg) scale(1.5);
}

.tn-services .project .hover {
	width: 100%;
	height: 100%;
	background: #2bb7ff;
	background: rgba(43,183,288,0.8);
	position: absolute;
	left: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.lt-ie9 .tn-services .project .hover { display: none; }
.tn-services .project:hover .hover{
	opacity: 1;
	left: 0;
	visibility: visible
}

.lt-ie9 .tn-services .project:hover .hover { display: block; }
.tn-services .project:hover .hover-content { left: 0; }
.tn-services .project .hover span {
	color: #fff;
	font-size: 28px;
	border: 2px solid #d2dbe0;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	line-height: 56px;
	margin-right: 2px;
	margin-left: 2px;
}
.tn-services .project .hover span.livicon{
	display:inline-block;
	height: 60px !important;
	width: 60px !important;
	line-height:70px;
}
.tn-services .project .hover span.livicon path{
	fill:#fff;
}
.tn-services .project .hover a { display: inline-block; }
.tn-services .project-sliders { position: relative; }

/*-- </Hizmetlerimiz --*/
/*-- Urunler --*/
.tn-products .tn-products-item {
    margin-bottom:15px;
}
.tn-products .tn-products-item figure {
    position:relative;
    border:1px solid #ccc;
}
.tn-products .tn-products-item figcaption {
    background:#eff0f1;
}
.tn-products .tn-products-item .tn-products-title {
    position:relative;
    margin: 0;
    font-size: 22px;
    text-align: center;
    padding: 15px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tn-products .tn-products-item .tn-products-title:before {
    content: '';
    width: 100px;
    height: 2px;
    background: #2bb7ff;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 0;
}
.tn-products .tn-products-item .tn-products-description {
    padding: 12px 15px;
    text-align: center;
}
.tn-products .tn-products-item .tn-products-description p {
    margin:0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.tn-products .tn-products-item .hover {
    position: absolute;
    left: 0;
    top: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.tn-products .tn-products-item:hover .hover {
    opacity:1;
    visibility:visible;
    left:10px;
}
.tn-products .tn-products-item .livicon {
    width:50px !important;
    height:50px !important;
    background: #2bb7ff;
    line-height: 71px;
    display: block;
    text-align: center;
    border-radius: 50%;
    margin:8px 0;
}
.tn-products .tn-products-item .hover path {
    fill:#fff;
}
/*-- </Urunler --*/
/*-- Referanslar --*/
.tn-portfolio .tn-portfolio-item {
    margin:0;
    padding:0;
}
.tn-portfolio .project {
    margin-bottom:0;
}
/*-- </Referanslar --*/
/*-- Haberler --*/
.tn-news .project {
    margin-bottom:15px;
}
.tn-news .tn-news-title {
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
}
.tn-news .tn-news-description {
    height: 80px;
    overflow: hidden;
    display: block;
}
.tn-news .tn-news-title a {
    text-decoration:none;
}
/*-- </Haberler --*/
/*-- Blog --*/
.tn-blogs .event {
	position: relative;
	padding-top: 30px;
	display: block;
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.tn-blogs .tn-blogs-item {
    border-bottom:1px solid #f7f7f7;
}
.tn-blogs .event figure {
	height: 150px;
	width: 230px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}
.tn-blogs .event > time {
	float: left;
	margin-right: 20px;
}
.tn-blogs .event > time span {
	display: block;
	text-transform: uppercase;
	text-align: right;
}
.tn-blogs .event > time span.month-event {
	letter-spacing: 2px;
	font-weight: 600;
	border-bottom: 2px solid #2bb7ff;
}
.tn-blogs .event > time .year-event {
	font-weight: bold;
	font-size: 22px;
}
.tn-blogs .event-detail a.event-title, .event-detail h2 {
	font-size: 22px;
	color: #222;
	display: block;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
	margin:0;
}
.tn-blogs .event-meta { margin: 10px 0; }
.tn-blogs .event-meta li {
	display: inline-block;
	list-style: none;
	margin-right: 15px;
	font-size: 16px;
}
.tn-blogs .event-description {
    height: 60px;
    overflow: hidden;
    margin: 10px 0;
}
/*-- </Blog --*/
/*--- Footer ---*/
.ninja-page-footer-wrap .ninja-widget-title {
    color:#fff;
    font-weight:700;
}
.ninja-page-footer-wrap .ninja-widget .social i {
    margin-right:10px;
    color:#2bb7ff;
    font-size:20px;
}
.ninja-page-footer-wrap input[type=text].ninja-search-input {
    background: rgba(0,0,0,0.2);
    border-radius: 0;
    border: none;
    padding: 20px 10px;
    color: #fff;
}
.ninja-page-footer {
    border-top:none;
}
.ninja-page-footer .navbar-nav > li > a {
    font-size:15px;
}
/*--- </Footer ---*/
.button-group.filter-button-group-products,
.button-group.filter-button-group-news,
.button-group.filter-button-group-portfolio,
.button-group.filter-button-group-services{
    margin: 15px 0;
}

button.filter-button {
    background: none;
    border: 1px solid #777;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #777;
    margin: 10px;
    border-radius: 0;
}
button.filter-button:active,
button.filter-button:focus{
    background:#777;
    color:#fff;
}
.page-template-anasayfa .products-grid {
  min-height: 406px !important;
}
.page-template-anasayfa .news-grid {
  min-height: 299px !important;
}
.page-template-anasayfa .portfolio-grid {
  min-height: 256px !important;
}
.page-template-anasayfa .services-grid {
  min-height: 263px !important;
}