*{font-family:'Open Sans';}
a:hover{text-decoration:none;}
h3{font-size:17px;}
/*-- Header fixed --*/
.ust_menu {
    background-image: url(../images/ust-menu.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 50px;
}
.sifirla {
    width: 1320px;
}
@media (min-width: 768px){
	.navbar-nav {
		float: none;
		margin: 0 auto;
		display:inline-block;
	}
	
}
@media (max-width: 768px){
	.logo{width:100% !important;}
	.sifirla{width:100% !important;}
	.logo{margin-top:0px !important;}
}
@media (max-width: 400px){.m-i{width:100% !important;}}
.ust-linkler{
    margin: 0;
    color: #fff;
    padding-top: 15px;
    margin-left: 360px;
	list-style:none;
}

.ust-linkler li {
	float:left;
	padding-right:12px; 
}
.ust-linkler a{
	color:#fff;
	font-size:15px;
}
.ust-linkler a:hover{text-decoration:none;color:#eee;}
.ust-sosyal{
	margin-right: 115px;
    float: right;
    margin-top: 2px;
}
.ust-sosyal li{
	list-style: none;
    float: left;
    display: inline-block;
    padding-right: 16px;
}
.ust-sosyal a{
	color:#fff;
	font-size:20px;
}
.ust-sosyal a:hover{text-decoration:none;color:#eee;}

.top-desc{
	margin-top:10px;
	margin-bottom:10px;
	font-weight:300;
    text-align: center;
    list-style: none;
	font-size:20px;
}
.top-desc li {
	float: left;
    padding: 10px 10px 10px 10px;
    border-right: 1px solid #ddd;
}
.top-desc li:last-child{border:none;}







.main-nav{
	width: auto;
}

.header-fixed .top-info{
	display: none;
}

/*-- Top info --*/

.top-info{
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
}
.top-info ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-info li{
	float: left;
	font-weight: 600;
}
.top-info i{
	color: #f0f0f0;
	font-size: 16px;
	margin-right: 5px;
}

.top-info li.social-icon i{
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
	margin-right: 0;
}
.top-info li.social-icon i:hover{
	color: #AAC037;
}
.social-icon a{text-decoration:none;}

/*-- Main navigation --*/

.navbar-header{
	position: relative;
	z-index: 9999;
}

a.navbar-brand{
	padding: 0px 0px;
}



.navbar{
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
}


.navbar-nav>li>a{
	padding: 21px 30px;
	font-weight: 600;
}

.navbar-toggle{
	background: #2C3E50;
	border-radius: 0;
	margin-right: 5px;
}

.navbar-toggle .icon-bar{
	background: #fff;
}

ul.nav.navbar-nav li{
	background-color: #2980b9;
}

ul.navbar-nav li a{
	color: #fff;
}

ul.navbar-nav li a:focus{
	background: #2C3E50;
	color: #fff;
}

ul.navbar-nav li a:hover{
	background: #2C3E50;
	color: #fff;
}

ul.navbar-nav > li.active{
	background: none;
}

ul.navbar-nav > li.active.dropdown.open{
	background: rgba(170, 192, 55, 1.40);
}

ul.navbar-nav li.active > a{
	background: #2C3E50;
}

ul.navbar-nav li.active > .dropdown-menu > li.active > a{
	color: #AAC037;
}

ul.navbar-nav li.search{
	margin-left: 10px;
	background: #AAC037;
}


.navbar-nav .dropdown-menu{
	left: 0;
	right: auto;
}

.dropdown-menu * {
	width: 100%;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

.navbar-nav .dropdown-menu{
	background: none;
	border: 0;
	box-shadow: none;
	min-width: 240px;
	display: block;
	opacity: 0;
	z-index:1;
	visibility:hidden;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(.43, .26, .11, .99);
	-moz-transition: visibility 500ms, opacity 500ms, -moz-transform 500ms cubic-bezier(.43, .26, .11, .99);
	-o-transition: visibility 500ms, opacity 500ms, -o-transform 500ms cubic-bezier(.43, .26, .11, .99);
	-ms-transition: visibility 500ms, opacity 500ms, -ms-transform 500ms cubic-bezier(.43, .26, .11, .99);
	transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(.43, .26, .11, .99);
}

.navbar-nav .dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility:visible;
	color: #777;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
 }

 .navbar-nav .dropdown-backdrop {
	visibility: hidden;
}

.navbar-nav .dropdown-menu li{
	padding: 10px 20px 0;
}

.navbar-nav .dropdown-menu li:first-child{
	border-radius: 2px 2px 0 0;
}

.dropdown-menu li:last-child{
	border-radius: 0 0 2px 2px;
}

.dropdown-menu>li>a{
	font-size: 14px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.dropdown-menu > li.active > a{
	background: none !important;
	color: #AAC037 !important;
}

.dropdown-menu > li > a:focus{
	background: none !important;
	color: #AAC037 !important;
}

.dropdown-menu > li > a:hover{
	background: none !important;
	color: #f5f5f5 !important;
}

.nav .open > a:focus{
	background: transparent;
	border:0;
}

.nav .open > a:hover{
	background: transparent;
	border:0;
}

.nav .open > a{
	background: transparent;
	border:0;
}

/*-- Search start --*/
.navbar-nav .fa-search {
	background: none;
	border: none;
	color: #fff;
	font-size: 18px;
	outline: none;
	padding: 10px 20px;
	line-height: 42px;
}
.navbar-right {margin-right:-90px;margin-top:4px;}
.span-style{color:#fff;}
.navbar-collapse.in{overflow-y:hidden;border-top: 4px solid #cecece;}
.navbar-fixed-top{position:absolute;}

#ikon-gorunumu{
	position: relative;
	padding: 0 0 40px;
}
.ikon-content{
	text-align: center;
	position: relative;
	padding: 0 10px;
}
.ikon-content .ikon-gorunumu-icon{
	position: relative;
}
.ikon-content:after{
	content: "";
	background: #2c3e50;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	margin-top: -58px;
	left: 274px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;
}

.ikon-content:before{
	content: '';
	background: #ccc;
	position: absolute;
	top: 50%;
	margin-top: -55px;
	width: 100%;
	left: 74px;
	height: 1px;
	z-index: -1;
}

.ikon-content:before{
	content: '';
	box-shadow: none;
	border: 0;
}
.last .ikon-content:before{
	display:none;
}
.last .ikon-content:after{
	display:none;
}
.ikon-content.last:after{
	content: '';
	position: relative;
	box-shadow: none;
	border: 0;
}
 
.ikon-content i:hover {
background: #2c3e50;


}

.ikon-content i{
	display: inline-block;
	overflow: hidden;
	font-size: 48px;
	background: #2980b9;
	width:150px; 
	height:150px;
	line-height: 140px;
	margin:30px 0 0;
	-webkit-box-shadow: 0 0 0 12px #f0f0f0;
	-moz-box-shadow: 0 0 0 12px #f0f0f0;
	box-shadow: 0 0 0 12px #f0f0f0;
}

.ikon-content h3{
	font-size: 16px;

}
#arama-sayfasi{position: relative;
    padding: 0 0 40px;}
#haber1-gorunumu{
	position: relative;
    padding: 0 0 40px;
}
.haber1-content {
    text-align: center;
    position: relative;
    padding: 0 10px;
	text-decoration:none;
	color:#000;
}
.haber1-content:hover{
	color:#000;
	text-decoration:none;
}
.haber1-img img{
	width:100%;
	height:auto;
}
.haber2-content {
    text-align: center;
    position: relative;
}
.h-g-2{
	border:1px solid #ddd;
}
.haber2-img{
	width:261px;
	height:auto;
}
.haber2-content h3{margin-top:5px;}
.panel-default > .panel-heading{cursor:pointer;background-color:#f0f0f0;border:none;padding:20px;}
.panel-default > .panel-heading:hover{background-color:#D9D9D9;}
.panel-group .panel{border-radius:0;}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a{font-weight:300;font-size:18px;}
.panel{border:none;}
.pull-right{font-size:20px;}



.ulTab, .ulTabs { display: block; margin: 0px; padding: 0px; height: 60px; list-style-type: none; text-align: center; background:#2980b9;}
.ulTab li ,.ulTabs li { display: inline-block; margin: 0px; padding: 0px; list-style-type: none; }
.ulTab li a, .ulTabs li a { color:#fff;font-size: 18px; display: inline-block;  line-height: 40px; padding-top: 10px; padding-right: 17px; padding-bottom: 10px; padding-left: 17px; text-decoration: none; font-weight: 300; -webkit-transition: all 400ms; -moz-transition: all 400ms; -ms-transition: all 400ms; -o-transition: all 400ms; transition: all 400ms; position: relative; }
.ulTab li:last-child a, .ulTabs li:last-child a { border-right: none }
.ulTab li a:hover, .ulTabs li a:hover { background-color: #19191a; color: #DDD; }
.active{background:#2c3e50;}
.active_menu{background:#2c3e50;}
.tab-content > .tab-pane{background:#fff !important;padding-top: 10px;padding-bottom: 10px;}
.subTitle { background-image: url(../images/sep-line.png); background-repeat: no-repeat; background-position: center center; text-align: center; display: block; margin: 0; padding-bottom: 10px; padding-top: 10px; }
.subTitle span { font-size: 30px; line-height: 30px; font-weight: 300; color: #000000; background-color: #FFFFFF; display: inline-block; padding-right: 15px; padding-left: 15px; }
.subTitle span.large { font-size: 35px; }

#akordiyon{
	position: relative;
    padding: 0 0 40px;
}
#sekme-gorunumu{
	position: relative;
    padding: 0 0 40px;
}
#link-gorunumu{
	position: relative;
    padding: 0 0 40px;
}
.link-content {
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
	border-radius:10px;
	cursor:pointer;
}
.full {
    width: 100%;    
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background: #EDEFF1;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #78828D
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	color: #fff;
}
.newsletter-box {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	padding-top:7px;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}
.footer-bottom {
	background: #E3E3E3;
	border-top: 1px solid #DDDDDD;
}
.footer-bottom p.pull-left {padding-top: 6px;}
.footer-bottom p.pull-right {padding-top: 6px;}
.payments {
	font-size: 1.5em;	
}
#inner-header {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#inner-header img {
    width: 100%;
}
.bosluk-40{
	clear:both;
	border-top:5px solid #ddd;
}
#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}
/* Responsive styles
================================================== */

/* Large Devices, Wide Screens */
@media (min-width : 1200px) {
	.dropdown i{
		display: none;
	}
}


/* Medium Devices, Desktops */
@media (min-width : 992px) {

	.dropdown i{
		display: none;
	}

	/* Navigation */
	.navbar-nav>li>a{
		padding: 21px 24px;
	}

	/* Slider */
	#main-slide .slider-content h2{
		font-size: 68px;
	}
}

/* Small Devices, Tablets */
@media (min-width : 768px) and (max-width: 991px) {
.mobil_kariyer{display:block!important;}
.pc_kariyer{display:none !important;}
	.dropdown i{
		display: none;
	}

	/* Header */
	.navbar-nav>li>a{
		padding: 21px 12px;
	}

	.top-info{
		padding: 15px 0;
	}

	/* Slideshow */
	#main-slide .slider-content h2{
		font-size: 52px;
	}
	#main-slide .slider-content h3{
		font-size: 24px;
		margin-top: 12px;
	}

	.slider.btn{
		padding: 5px 25px;
		margin-top: 5px;
		font-size: 16px;
	}

	/* Service */
	.feature-image:after{
		position: relative;
	}

	.feature-wrapper:after{
		position: relative;
	}

	.feature-wrapper:before{
		position: relative;
	}

	.feature-content-wrapper:after{
		position: relative;
	}

	.feature-content-wrapper:before{
		position: relative;
	}

	.ikon-content:after{
		position: relative;
	}

	.ikon-content:before{
		position: relative;
	}

	.ikon-content{
		padding: 0;
	}

	.feature-content-wrapper h2{
		font-size: 24px;
	}

	.feature-box h3{
		line-height: normal;
		margin: 10px 0;
	}
	.feature-box .feature-icon{
		padding: 5px 0;
	}


	/* Portfolio */
	#portfolio-carousel .caption h4{
		font-size: 16px;
	}
	#portfolio-carousel .thumbnail 
	.caption .caption-content{
		bottom: 5px;
	}

	/* Accordion */
	#accordion{
		margin-top: 40px;
	}

	/* Testimonial */
	.testimonial-slide .testimonial-text{
		padding-left: 35px;
		padding-right: 35px;
	}

	/* Footer */
	#footer .col-md-3{
		margin-bottom: 30px;
	}

	h4.footer-title{
		padding-bottom: 0;
	}
	h4.footer-title:after{
		margin-top: 0;
	}
	.footer-bottom{
		padding-bottom: 30px;
	}

	.back-to-top {
		position: absolute;
		right: 0;
		margin-top: -67px;
	}
	.copyright-info{
		margin-top: 15px;
	}


	/* About us page */
	.skills small{
		margin-bottom: 40px;
	}

	/* Pricing */
	.plan{
		margin-bottom: 30px;
	}
	.navbar-right{margin-right:0;}
}

/* Small Devices Potrait */
@media (max-width : 767px){
.mobil_kariyer{display:block!important;}
.pc_kariyer{display:none !important;}
.ulTab { height:auto;}
	.ulTab li, .ulTab li a { display:block;border:none;}
	/* Header */
	.top-info{
		display: none;
	}

	.navbar-toggle{
		margin-right:10px;
		height:40px;
	}

	/* Navigation */

	.navbar-nav .dropdown-menu{
		opacity: 1;
		z-index:1;
		visibility:hidden;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	.navbar-nav .dropdown.open .dropdown-menu{
		opacity: 1 !important;
		visibility:visible !important;
	}

	.navbar-nav .dropdown.open:hover .dropdown-menu{
		opacity: 1 !important;
		visibility:visible !important;
	}

	.navbar-nav .dropdown:hover .dropdown-menu {
		opacity: 0;
		visibility:hidden;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	 }

	 .navbar-nav .open .dropdown-menu{
	 	background-color: #000;
	 	border-radius: 0;
	 	padding: 0;
	 }

	 .navbar-nav .open .dropdown-menu li{
	 	border-radius: 0;
	 }

	 ul.navbar-nav li.search{
	 	display: none;
	 }


	/* Slideshow */
	#main-slide .slider-content h2{
		font-size: 28px;
		line-height: normal;
		margin-bottom: 0;
	}
	#main-slide .slider-content h3{
		font-size: 14px;
		margin-top: 5px;
	}
	.slider.btn{
		padding: 0 15px;
		margin-top: 0;
		font-size: 12px;
	}
	#main-slide .carousel-indicators{
		display: none;
	}

	#newsletter .btn-lg{
		padding: 10px 18px;
	}

	/* Service */
	.feature-image:after{
		position: relative;
	}

	.feature-wrapper:after{
		position: relative;
	}

	.feature-wrapper:before{
		position: relative;
	}

	.feature-content-wrapper:after{
		position: relative;
	}

	.feature-content-wrapper:before{
		position: relative;
	}

	.ikon-content:after{
		position: relative;
	}

	.ikon-content:before{
		position: relative;
	}

	.feature-content-wrapper h2{
		margin-top: 30px;
	}

	/* Portfolio */
	#portfolio-carousel .thumbnail{
		margin-bottom: 20px;
	}

	/* Accordion */
	#accordion{
		margin-top: 40px;
	}

	/* Testimonial */
	.testimonial-slide .testimonial-text{
		padding: 0 15px;
		font-size: 14px;
	}

	/* Footer */
	#footer .col-md-3{
		margin-bottom: 30px;
	}

	h4.footer-title{
		padding-bottom: 0;
	}
	h4.footer-title:after{
		margin-top: 0;
	}
	.footer-bottom{
		padding-bottom: 30px;
	}

	.back-to-top {
		position: absolute;
		right: 0;
		margin-top: -67px;
	}
	.copyright-info{
		margin-top: 15px;
		font-size: 14px;
	}

	.copyright-info span{
		display: block;
	}

	/* About us page */
	.skills small{
		margin-bottom: 40px;
	}

	h3.page-content-title{
		margin-top: 20px;
	}

	/* Pricing */
	.plan{
		margin-bottom: 30px;
	}

	/* Portfolio */
	#isotope .col-sm-3{
		width: 100%;
	}
	.navbar-right{margin-right:0;}
}

/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
.mobil_kariyer{display:block!important;}
.pc_kariyer{display:none !important;}
	/* Header */
	.top-info{
		display: none;
	}

	/* Slideshow */
	#main-slide .item .slider-content{
		display: none;
	}

	/* Newsletter */
	#newsletter{
		display: none;
	}


	/* Portfolio */
	#portfolio-carousel .caption{
		padding: 10px 0;
	}
	#portfolio-carousel .thumbnail .caption .caption-content{
		bottom: 10px;
	}
	#portfolio-carousel .thumbnail .caption i.fa-link{
		margin-left: 3px;
	}
	#portfolio-carousel .caption h3{
		font-size: 17px;
		margin-bottom: 0;
		text-align: center;
	}
	#portfolio-carousel .caption p{
		text-align: center;
	}

	#portfolio-carousel .thumbnail .caption i{
		top: -10px;
	}

	/* Recent Post */
	.recent-post .post-body h3{
		line-height: normal;
	}
.navbar-right{margin-right:0;}
}

/* Custom, iPhone Retina */ 
@media (min-width : 320px) and (max-width: 478px)  {

	
	/* Logo */
	.navbar-brand{
		width: 120px !important;
		background-size: contain !important;
	}

	/* Default title */
	h2.title{
		font-size: 20px;
	}

	/* Portfolio */
	#portfolio-carousel .caption h3{
		font-size: 14px;
		line-height: normal;
		margin-bottom: 5px;
		font-weight: 600;
	}
	#portfolio-carousel .caption p{
		font-size: 12px;
		line-height: normal;
	}

	/* Panel */
	h4.panel-title a:after{
		right: 0;
	}

	h4.panel-title a.collapsed:after{
		right: 0;
	}

	/* Copyright */
	.footer-bottom-menu{
		margin: 20px 0 0 0;
	}
	#back-to-top img{
		width: 75px !important;
		background-size: contain !important;
	}
	.scroll-up img{
		margin-top: 14px;
	}
	.navbar-right{margin-right:0;}
}
.gallery{
    margin-top: 100px;
}
.gallery-item{
	margin-bottom: 30px;
}
.modal-footer{
	text-align: center;
}
.pagination{
	margin: 0;
}
.gallery-style {
    margin-bottom: 12px;
    padding: 4px;
}
.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
     -moz-transition: opacity 0.5s;
       -o-transition: opacity 0.5s;
          transition: opacity 0.5s;
}

.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}

.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{max-height:999px !important;}
.nav-tabs-dropdown {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-tabs-dropdown:before {
  content: "\e114";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 30px;
}

@media screen and (min-width: 769px) {
  #nav-tabs-wrapper {
    display: block!important;
  }
}
@media screen and (max-width: 768px) {
    .nav-tabs-dropdown {
        display: block;
    }

   .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
   }
    .nav-tabs-horizontal  > li {
        float: none;
    }
    .nav-tabs-horizontal  > li + li {
        margin-left: 2px;
    }
    .nav-tabs-horizontal > li,
    .nav-tabs-horizontal > li > a {
        background: transparent;
        width: 100%;
    } 
    .nav-tabs-horizontal  > li > a {
        border-radius: 4px;
    }
    .nav-tabs-horizontal  > li.active > a,
    .nav-tabs-horizontal  > li.active > a:hover,
    .nav-tabs-horizontal  > li.active > a:focus {
        color: #ffffff;
        background-color: #428bca;
    }
}
.preview {
height:auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 22.5%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
  background: #f5f5f5;
  padding: 3em;
  line-height: 1.5em; }

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
			thead { display: table-header-group }
tr, img { page-break-inside: avoid }
table { max-width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0 }
.table { width: 100% }
.table th, .table td { padding: 8px; line-height: 20px; text-align: left; vertical-align: middle; border-top: 1px solid #e5e5e5 }
.table th { font-weight: bold }
.table thead th { vertical-align: bottom }
.table caption+thead tr:first-child th, .table caption+thead tr:first-child td, .table colgroup+thead tr:first-child th, .table colgroup+thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td { border-top: 0 }
.table tbody+tbody { border-top: 2px solid #e5e5e5 }
.table .table { background-color: #e5e5e5 }
.table-condensed th, .table-condensed td { padding: 4px 5px; vertical-align:middle; }
.table-bordered { border: 1px solid #e5e5e5; border-collapse: separate; *border-collapse:collapse;
border-left: 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px }
.table-bordered th, .table-bordered td { border-left: 1px solid #e5e5e5 }
.table-bordered caption+thead tr:first-child th, .table-bordered caption+tbody tr:first-child th, .table-bordered caption+tbody tr:first-child td, .table-bordered colgroup+thead tr:first-child th, .table-bordered colgroup+tbody tr:first-child th, .table-bordered colgroup+tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td { border-top: 0 }
.table-bordered thead:first-child tr:first-child>th:first-child, .table-bordered tbody:first-child tr:first-child>td:first-child, .table-bordered tbody:first-child tr:first-child>th:first-child { -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-topleft: 2px }
.table-bordered thead:first-child tr:first-child>th:last-child, .table-bordered tbody:first-child tr:first-child>td:last-child, .table-bordered tbody:first-child tr:first-child>th:last-child { -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-topright: 2px }
.table-bordered thead:last-child tr:last-child>th:first-child, .table-bordered tbody:last-child tr:last-child>td:first-child, .table-bordered tbody:last-child tr:last-child>th:first-child, .table-bordered tfoot:last-child tr:last-child>td:first-child, .table-bordered tfoot:last-child tr:last-child>th:first-child { -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomleft: 2px }
.table-bordered thead:last-child tr:last-child>th:last-child, .table-bordered tbody:last-child tr:last-child>td:last-child, .table-bordered tbody:last-child tr:last-child>th:last-child, .table-bordered tfoot:last-child tr:last-child>td:last-child, .table-bordered tfoot:last-child tr:last-child>th:last-child { -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; -moz-border-radius-bottomright: 2px }
.table-bordered tfoot+tbody:last-child tr:last-child td:first-child { -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0 }
.table-bordered tfoot+tbody:last-child tr:last-child td:last-child { -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0 }
.table-bordered caption+thead tr:first-child th:first-child, .table-bordered caption+tbody tr:first-child td:first-child, .table-bordered colgroup+thead tr:first-child th:first-child, .table-bordered colgroup+tbody tr:first-child td:first-child { -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-topleft: 2px }
.table-bordered caption+thead tr:first-child th:last-child, .table-bordered caption+tbody tr:first-child td:last-child, .table-bordered colgroup+thead tr:first-child th:last-child, .table-bordered colgroup+tbody tr:first-child td:last-child { -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-topright: 2px }
.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th { background-color: #f9f9f9 }
.table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th { background-color: #ffffd6 }
table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] { display: table-cell; float: none; margin-left: 0 }
.table td.span1, .table th.span1 { float: none; width: 44px; margin-left: 0 }
.table td.span2, .table th.span2 { float: none; width: 124px; margin-left: 0 }
.table td.span3, .table th.span3 { float: none; width: 204px; margin-left: 0 }
.table td.span4, .table th.span4 { float: none; width: 284px; margin-left: 0 }
.table td.span5, .table th.span5 { float: none; width: 364px; margin-left: 0 }
.table td.span6, .table th.span6 { float: none; width: 444px; margin-left: 0 }
.table td.span7, .table th.span7 { float: none; width: 524px; margin-left: 0 }
.table td.span8, .table th.span8 { float: none; width: 604px; margin-left: 0 }
.table td.span9, .table th.span9 { float: none; width: 684px; margin-left: 0 }
.table td.span10, .table th.span10 { float: none; width: 764px; margin-left: 0 }
.table td.span11, .table th.span11 { float: none; width: 844px; margin-left: 0 }
.table td.span12, .table th.span12 { float: none; width: 924px; margin-left: 0 }
.table tbody tr.success>td { background-color: #3d9400 }
.table tbody tr.error>td { background-color: #dd4b39 }
.table tbody tr.warning>td { background-color: #f9edbe }
.table tbody tr.info>td { background-color: #5bc0de }
.table-hover tbody tr.success:hover>td { background-color: #327b00 }
.table-hover tbody tr.error:hover>td { background-color: #d73925 }
.table-hover tbody tr.warning:hover>td { background-color: #f7e7a7 }
.table-hover tbody tr.info:hover>td { background-color: #46b8da }
.docs-sayfa{
    width: 280px;
    border: 1px solid #DDDDDD;
    margin: -2px 0px 11px 0px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
	margin-left: 4px;
    margin-right: 4px;
	padding:5px;
    height: 70px;
	}
.docs-sayfa p{
	font-size: 12px;
    font-weight: 400;
	margin-top: -2px;
    padding: 4px;
	float:left;
}
.docs-sayfa img{float:left;width:55px !important;}
.docs-sayfa:hover{opacity:0.8;}
#nav-tabs-wrapper > .active{background:none !important;}
.col-item {
  border: 1px solid #E1E1E1;
  background: #FFF;
  margin-bottom:12px;
}
.col-item .options {
  position:absolute;
  top:6px;
  right:22px;
}
.col-item .photo {
  overflow: hidden;
}
.col-item .photo .options {
  display:none;
}
.col-item .photo img {
  margin: 0 auto;
  width: 100%;
}

.col-item .options-cart {
  position:absolute;
  left:22px;
  top:6px;
  display:none;
}
.col-item .photo:hover .options,
.col-item .photo:hover .options-cart {
  display:block;
  -webkit-animation: fadeIn .5s ease;
  -moz-animation: fadeIn .5s ease;
  -ms-animation: fadeIn .5s ease;
  -o-animation: fadeIn .5s ease;
  animation: fadeIn .5s ease;
}
.col-item .options-cart-round {
  position:absolute;
  left:42%;
  top:22%;
  display:none;
}
.col-item .options-cart-round button {
  border-radius: 50%;
  padding:14px 16px;
  
}
.col-item .options-cart-round button .fa {
  font-size:22px;
}
.col-item .photo:hover .options-cart-round {
  display:block;
  -webkit-animation: fadeInDown .5s ease;
  -moz-animation: fadeInDown .5s ease;
  -ms-animation: fadeInDown .5s ease;
  -o-animation: fadeInDown .5s ease;
  animation: fadeInDown .5s ease;
}
.col-item .info {
  padding: 10px;
  margin-top: 1px;
}
.col-item .price-details {
  width: 100%;
  margin-top: 5px;
}
.col-item .price-details h1 {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  float:left;
}
.col-item .price-details .details {
  margin-bottom: 0px;
  font-size:12px;
}
.col-item .price-details span {
  float:right;
}
.col-item .price-details .price-new {
  font-size:16px;
}
.col-item .price-details .price-old {
  font-size:18px;
  text-decoration:line-through;
}
.col-item .separator {
  border-top: 1px solid #E1E1E1;
}

.col-item .clear-left {
  clear: left;
}
.col-item .separator a {
  text-decoration:none;
}
.col-item .separator p {
  margin-bottom: 0;
  margin-top: 6px;
  text-align: center;
}

.col-item .separator p i {
  margin-right: 5px;
}
.col-item .btn-add {
  width: 60%;
  float: left;
}
.col-item .btn-add a {
  display:inline-block !important;
}
.col-item .btn-add {
  border-right: 1px solid #E1E1E1;
}
.col-item .btn-details {
  width: 40%;
  float: left;
  padding-left: 10px;
}
.col-item .btn-details a {
  display:inline-block !important;
}
.col-item .btn-details a:first-child {
  margin-right:12px;
}
p.bg-success {padding: 10px;}
p.bg-danger {padding: 10px;}
.mobil_kariyer{display:none;}
.pc_kariyer{display:block;}
.img-circle img {
    padding-top: 20px;
}
/* + BUTTONS
===================================== */

.bt {
    font-family: "Roboto", 'Helvetica Neue, Helvetica, Arial', sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: inherit;
    color: rgba(255, 255, 255, 0.87);
    outline: 0;
    outline-offset: 0;
    border: 0;
    border-radius: 2px;
    -o-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus,
.btn.active:focus {
    outline: 0;
    outline-offset: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default,
.btn-link {
    color: rgba(0, 0, 0, 0.87);
}

.btn-default:hover,
.btn-link:hover,
.btn-default:focus,
.btn-link:focus {
    color: #2d9bc1;
    opacity: 1;
}




/* + RIPPLE EFFECT
===================================== */

.bt-ripple {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ripple {
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: #ffffff;
    opacity: 1;
}

.ripple.animate {
    -webkit-animation: ripple .5s linear;
    -moz-animation: ripple .5s linear;
    -o-animation: ripple .5s linear;
    animation: ripple .5s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-ms-keyframes ripple {
    100% {
        opacity: 0;
        -ms-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}


/*  Buttons types */

.bt-raised {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

.bt-raised:active,
.bt-raised.active,
.bt-raised:active:focus,
.bt-raised.active:focus {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.bt-raised:focus {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn-hizala {
    margin-top: 19px;
}
.nav-bg {
    background: #225478;
    width: 100%;
	margin-top:10px;
}
.top-navbar{
	padding:5px;
    background: #000;
    font-size: 14px;
    color:#a2a2a2;
    float: none;
    display: block;
    margin: 0;
    vertical-align: middle;
}
.top-info{
	text-decoration:none;
	list-style:none;
	color:#131313;
}
.top-info li{
	float:left;
}
.tooltip-primary {
    position: relative;
    display: block;
}

.tooltip-primary .tooltiptext {
	visibility: hidden;
    width: 200px;
    background-color: #009cde;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -7px;
    left: 110%;
}

.tooltip-primary .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #009cde transparent transparent;
}
.tooltip-primary:hover .tooltiptext {
    visibility: visible;
}
.tooltiptext a{color:#fff;}
.list-mobil{    font-size: 15px;
    background: #225478;
    color: #fff;
    padding: 10px;}
.list-mobil li{border-right:1px solid #ddd;width:35px;padding:5px;}
.list-mobil li:last-child{border:none;margin-left:7px;}
.mobil-nav{    background: #225478;
    width: 100%;
    height: 45px;}
	
	

#custom-search-input {
        margin:0;
        margin-top: 30px;
        padding: 0;
    }
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;    
		font-size: 17px;
    margin-top: -1px;
        position: relative;
        left: -35px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }
.arama_aciklama {
    padding: 10px;
    background: #f5f5f5;
}
.link-gorunumu {border-bottom: 1px dotted #ddd;padding-top: 4px;padding-bottom: 4px;padding-left: 20px;background-image: url(../images/small_arrow_red.png);background-repeat: no-repeat;background-position: 5px center;border: 1px solid #EBEBEB;margin-top: 4px;margin-right: 0;margin-bottom: 0;margin-left: 0;}
.link-gorunumu:hover{background-color:#eee;border-color:#ddd;}
.link-gorunumu a{-webkit-transition: margin-left 0.5s;transition: margin-left 0.5s;}
.link-gorunumu a:hover{margin-left:5px;}
.arama_bolumu {
    padding: 10px 10px 10px 10px;
    border: 1px solid #ddd;
    background: #f5f5f5;
}
.bottom-nav{
	width: 100%;
    background: #eee;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 32px;
    background: url(../../uploads/images/bottom-bg.jpg);
}
.bottom-nav p{padding-top:10px;padding-bottom:10px;}
#action {
    background-image: url(../images/tour-bg.png);
    background-color: #fbfafa;
    background-repeat: repeat-x;
    height: 157px;
    background-position: center;
    display: table;
    position: static;
    width: 100%;
}
.vertical-center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: statice;
}

  #action .col-sm-5{

    top: 0;
    height: 100%;
    right: 0;
  }
.tour-button {
    background-image: url(../images/tour-icon2.png);
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    left: 0;
    background-position: 151px 4px;
}
.action .btn-common {
    margin-top: 55px;
    float: left;
}
.btn-common {
    font-size: 14px;
    color: #ffa800;
    border: 1px solid #ffa800;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 10px 25px;
}
.search-m-form {
    position: absolute;
    width: 200px;
    right: 0;
    margin-top: -43px;
	z-index:0;
}
.imghover{    margin-bottom: 2.500rem;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
	
	}
.imghover:hover{
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}
.btn-danger {
    color: #fff;
    background-color: #fa292a;
    border-color: #d43f3a;
}
.p-2 {
    padding: 2px;
}