img.black-white {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
}

img.black-white:hover {
    filter: none;
    -webkit-filter: none;
}

.breadcrumb-ik {
    background: url(../../../images/ik.jpg) repeat fixed;
    background-size: cover;
    padding: 70px 0;
    border-bottom: 0px;
}

.breadcrumb-light h4 {
    font-family: 'Open Sans', sans-serif;
    text-shadow: 4px 4px 10px #000;
}

.breadcrumb-light p {
    font-family: 'Open Sans', sans-serif;
    text-shadow: 3px 3px 8px #000;
}

/* Album */
.item-img-wrap {
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 220px;
    border: 1px solid #cccccc;
}

.item-img-wrap img {
    display: block;
    height: 100%;
}

/* Hizmetler
---------------------------------- */
.service_teaser {
    border-radius: 6px 0 0 6px;
    overflow: hidden;
    margin: 0 0 60px 0px;
    background-color: #ffffff;
}
.service_teaser .service_photo figure {
    border-radius: 6px 0 0 6px;
    min-height: 200px;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-right: solid 1px #cccccc;
    margin: 0;
}
.service_teaser .service_details {
    background-color: #ffffff;
    min-height: 200px;
    padding: 0 20px;
}
.service_teaser .service_details p {
    font-weight: 300;
}
.service_teaser.right {
    border-radius: 0 6px 6px 0;
    text-align: right !important;
}
.service_teaser.right h2 {
    text-align: right !important;
}
.service_teaser.right .service_photo figure {
    border-radius: 0 6px 6px 0;
    border-right: solid 0px #cccccc;
    border-left: solid 1px #cccccc;
}
.service_teaser.inverted {
    border-radius: 6px 6px 6px 6px;
    color: #ffffff;
    background: #000000;
    background: rgba(0, 0, 0, 0.8);
    color: #cccccc;
}
.service_teaser.inverted .service_details {
    background-color: transparent;
}
.service_teaser.inverted .service_details h2 {
    color: #cccccc;
}
.service_teaser.inverted .service_details h2 small {
    color: #cccccc;
}
.service_teaser.inverted .service_details p {
    font-weight: 300;
}
.service_teaser.elegant {
    border-radius: 6px 6px 6px 6px;
    background-color: #ffffff;
}
.service_teaser.elegant .service_details {
    background-color: #ffffff;
    padding-right: 160px;
}
.service_teaser.elegant .service_details p {
    font-weight: 300;
}
.service_teaser.elegant .service_photo figure {
    border-radius: 50%;
    margin: 0 40px 0 120px;
}
.service_teaser.vertical {
    border-radius: 6px 6px 6px 6px;
    border: solid 1px #e7e7e7;
    background-color: #ffffff;
    margin: 0 0 20px 0px;
}
.service_teaser.vertical h2 {
    text-align: left;
}
.service_teaser.vertical h2 small {
    padding: 0;
    display: block;
    padding: 10px 0;
}
.service_teaser.vertical .service_photo figure {
    border-radius: 6px 6px 0 0;
    min-height: 229px;
    border-right: none 0px #cccccc;
    border-left: none 0px #cccccc;
}
.service_teaser.vertical .service_details {
    background-color: #ffffff;
    height: auto;
    padding: 0 20px 20px 20px;
}
.service_teaser.vertical .service_details p {
    font-weight: 300;
    margin-bottom: 20px;
}
.service_teaser.vertical.elegant {
    border: solid 0px #e7e7e7;
}
.service_teaser.vertical.elegant .service_photo figure {
    border-radius: 50%;
    margin: 0 40px 0 100px;
}

.parallax h2.black-bg {
    font-weight: 300;
    font-size: 50px;
    line-height: 55px;
    padding: 16px 30px;
    margin: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.6);
    display: inline-block;
    color: #fff;
    clear: both;
}

.parallax p.black-bg {
    font: 400 24px/33px "Open Sans", Arial, sans-serif;
    color: #fff;
    margin-top: 20px;
    font-weight: 300;
    font-size: 26px;
    line-height: 30px;
    padding: 16px 30px;
    background: #000000;
    background: rgba(0, 0, 0, 0.6);
    display: inline-block;
    clear: both;
}

/* Login - Register */
.auth-form {
    border: 1px solid #e5e5e5;
    padding: 30px;
}

/* Hesabim */
div.hesabim-col{
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}
div.hesabim-col .simge{
    font-size: 80px;
    text-align: center;
    vertical-align: middle;
}
div.hesabim-col .metin{
    text-align: center;
    vertical-align: middle;
    margin-top: 20px;
}
div.hesabim-col a{
    color: #000;
}
div.hesabim-col a:hover{
    color: #696969;
}

.jumbotron {
    padding: 20px;
}

/* CSS Menu */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu {
    width: 100%;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
}
#cssmenu ul ul {
    display: none;
}
#cssmenu > ul > li.active > ul {
    display: block;
}
.align-right {
    float: right;
}
#cssmenu > ul > li > a {
    padding: 16px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    background: #3ab4a6;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#cssmenu > ul > li > a:hover {
    color: #d8f3f0;
}
#cssmenu ul > li.has-sub > a:after {
    position: absolute;
    right: 26px;
    top: 19px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #ffffff;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
    position: absolute;
    right: 22px;
    top: 23px;
    display: block;
    width: 10px;
    height: 2px;
    background: #ffffff;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#cssmenu ul ul li a {
    padding: 14px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #dddddd;
    background: #49505a;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#cssmenu ul ul ul li a {
    padding-left: 32px;
}
#cssmenu ul ul li a:hover {
    color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
    top: 16px;
    right: 26px;
    background: #dddddd;
}
#cssmenu ul ul > li.has-sub > a:before {
    top: 20px;
    background: #dddddd;
}

.product-col .item-img-wrap {
    height: 200px;
    border: 0;
    background-color: #f8f8f8;
}

.product-col .item-img-overlay span {
    background: url(../img/shopping.png) no-repeat center center rgba(79, 130, 233, 0.6);
}

.product-col .item-img-wrap img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
}

#div-garanti {

}

#div-garanti .kk-bilgi {
    width: 350px;
    margin: 0 auto;
}

#div-garanti .kk-bilgi input{
    margin-top: 10px;
}

.navbar li a{
	font-size: 12px!important;
}