body {
    font-family: "Times New Roman", arial, sans-serif;
    background-color: #7c7d7f;
    color: #fff;
}

/* Genel */
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    text-decoration: none;
    color: #bfbfbf;
}
a:focus {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt100 {
    margin-top: 100px !important;
}
.mt110 {
    margin-top: 110px !important;
}
.mh0 {
    min-height: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}

.plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pl0 {
    padding-left: 0 !important;
}
.pr0 {
    padding-right: 0 !important;
}

.dn {
    display: none !important;
}
.db {
    display: block !important;
}
/* Genel */

header {
    background-color: #7c7d7f;
    height: 200px;
    color: #fff;
}
header .logo {
    padding-top: 65px;
}
header .lang {
    padding-top: 95px;
}
header .lang ul {
    float: right;
}
header .lang ul li {
    float: left;
    color: #fff;
}
header .lang ul li a {
    color: #fff;
    margin: 0 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
header .lang ul li a:hover {
    color: #bfbfbf;
}
header .menu ul {
    float: right;
    margin-right: -10px;
}
header .menu ul li {
    float: left;
    font-size: 18px;
    position: relative;
}
header .menu ul li a {
    color: #fff;
    font-size: 18px;
    margin: 0 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
header .menu ul li a:hover {
    color: #bfbfbf;
}
header .menu ul li ul {
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 9999;
    padding: 0 5px 15px 5px;
    background-color: #7c7d7f;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
header .menu ul li:hover ul {
    display: block;
    background-color: #4c4c4c;
}
header .menu ul li ul li {
    float: none;
    width: 220px;
}
header .menu ul li ul li:first-child {
    margin-top: 15px;
}
header .menu ul li ul li a {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    display: block;
}
header .menu ul li ul li span {
    display: none;
}
header .menu ul li ul li ul {
    display: none !important;
}

main .photos img {
    width: 100%;
}
main .photos .col-md-3 {
    overflow: hidden;
}
main .photos .title {
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 9999;
    background-color: #7c7d7f;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    width: 216px;
    text-align: center;
}
main .photos .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
main .photos a:hover .overlay {
    background: rgba(0,0,0,0.5);
}
main .photos a:hover .title {
    background-color: #333;
}

footer {
    background-color: #7c7d7f;
    height: 235px;
    color: #fff;
}
.contact {
    padding-top: 40px;
}
.contact .icon {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
}
.contact .icon i {
    line-height: 45px;
    font-size: 32px;
    color: #000;
}
.contact .detail {
    font-size: 18px;
}
.contact a {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.contact a:hover {
    color: #bfbfbf;
}
.contact .bi {
    background-color: #000 !important;
}
.contact .bi i {
    color: #fff !important;
}

.contact a.bi {
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.contact a.bi:hover {
    color: #ccc;
}

.contact .contact_inputs {
    border: 1px solid #ccc;
    outline: 0;
    height: 32px;
    font-size: 16px;
    padding: 0 5px;
    width: 100%;
    color: #000;
}
.contact .contact_inputs:focus {
    border: 1px solid #000;
}
.contact .contact_textarea {
    border: 1px solid #ccc;
    outline: 0;
    height: 96px;
    font-size: 16px;
    padding: 5px;
    width: 100%;
    color: #000;
}
.contact .contact_textarea:focus {
    border: 1px solid #000;
}
.titlex {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}
.detailx {
    font-size: 16px;
}
main {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.galleryx {
    padding: 5px;
    border: 1px solid #fff;
    background-color: #ccc;
    box-shadow: 0 5px 10px #565656;
    -webkit-box-shadow: 0 5px 10px #565656;
    -moz-box-shadow: 0 5px 10px #565656;
    -o-box-shadow: 0 5px 10px #565656;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    margin-bottom: 25px;
}
.galleryx .image{
    background-position: center !important;
    background-size: cover !important;
    height: 138px !important;
    width: 100% !important;
}
.galleryx:hover {
    background-color: #909090;
    border: 1px solid #adadad;
    transform: scale(1.1);
}
.galleryx_titlex {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.gallery .col-md-3:hover .galleryx_titlex {
    transform: scale(1.2);
}
.gallery .col-md-2:hover .galleryx_titlex {
    transform: scale(1.2);
}

.ez_wrapper {
    margin: 0 40px;
}

.ez_main {
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}