/*
Theme Name: Cömert
Theme URI: http://www.adjans.com.tr/
Version: 1.0
Author: Mustafa Turhan
01- Navbar
02- Slider and Logo
03- About Us and Contact
04- Cards
05- Footer & Copyright
*/

/* 01 - Navbar */

@font-face {
    font-family: 'bebas';
    src: url('../fonts/bebasneue_bold-webfont.eot');
    src: url('../fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'), url('../fonts/bebasneue_bold-webfont.woff') format('woff'), url('../fonts/bebasneue_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

body {
	font-family: 'Open Sans', sans-serif;
}

nav {
	font-family: 'bebas', sans-serif;
	text-transform: uppercase;
	font-size:20px;
}

.navbar-default {
	background-color:#de1a22;
	border-radius: 0;
	border:none;
	min-height: 50px;
	margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
	color:#fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: #fff;
	color:#303030;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color:#fff;
}

.navbar-toggle {
	border:none;
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background:transparent;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #303030;
}

/* 01 - End Navbar */
/* 02 - Slider and Logo */

#slider {
	height:540px;
}

#slider a {
	display: inline-block;
	max-height: 20px;
}

.img-background {
	display: inline-block;
	background-color: rgba(255,255,255,0.4);
	padding:20px 10px 520px;
}

/* 02 - Slider and Logo */
/* 03 - About Us and Contact */

.title {
	font-family: 'bebas', sans-serif;
	font-size: 27px;
	text-transform: uppercase;
	color:#de1a22;
}

.list-group-item {
	border:none;
	padding-top:0;
	padding-left:0;
}

.whatisthat {
	width:60px;
	font-weight: bold;
	display: inline-block;
}

/* 03 - About Us and Contact */
/* 04 - Cards */

.card {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 7px 0 rgba(0, 0, 0, 0.12);
}
.card .card-image {
    position: relative;
}
#cards {
    margin-top: 25px;
}
.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.card .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px;
    margin-top: 40px;
}
.card .card-content p {
    margin: 0;
    color: inherit;
}
.card-title {
    font-family: 'bebas', sans-serif;
    font-size: 20px;
    margin: 0;
    text-align: center;
    color: #de1a22;
}
.card-icon {
    background: url("../img/connect.png") no-repeat;
    position: absolute;
    width: 84px;
    height: 84px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 49%);
}
.card-desc {
    padding-top: 10px;
    text-align: center;
}
.hoverable {
    transition: box-shadow .25s;
    box-shadow: 0;
	min-height: 520px;
}
.hoverable:hover {
    transition: box-shadow .25s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* 04 - Cards */
/* 05 - Footer & Copyright */

#copyright {
	background-color:#de1a22;
	height:75px;
	margin-top:45px;
	color:#fff;
}

.valign-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.valign-wrapper .valign {
  display: block;
}

.text-copyright {
	margin-bottom: 0;
}

footer {
	padding:20px 0;
}


/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */.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 .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .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}
 .modal-backdrop.in {
    z-index: 0 !important;
}