*{
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
    color: #999;
}

a:hover {
    color: #000;
}

.cizgili {
    text-decoration: underline dotted;
}

h3 {
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 1px;
    color: #666;
    margin: 5px 0 5px 0;
}

h4 {
    font-family: Roboto;
    font-weight: 400;
    color: #bbb;
    font-size: 14px;
    margin: 5px 0 5px 0;
}

h5 {
    font-family: Roboto;
    font-weight: 400;
    line-height: 20px;
    color: #999;
    margin: 5px 0 5px 0;
}

hr {
    border-top: 1px solid #ccc;
    margin: 20px 0 15px 0;
}

.img-circle {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

/*
HEADER STYLES
*/

#contact_bg {
	height: 35px;
	background-color: #000;
	max-width: 100%;
	min-width: 900px;
}

#contact_text {
    margin: auto;
    width: 800px;
    height: 35px;
    color: #fff;
    text-align: right;
    line-height: 35px;
    font-size: 15px;
    min-width: 900px;
}

a.whitelink {
	color: #fff;
}

a.whitelink:hover {
	color: #c61e2b;
}

#header {
	margin: auto;
	width: 920px;
	height: 155px;
}

#logo {
	position: absolute;
	width: 355px;
	height: 145px;
	background-image: url("../img/logo.png");
}

#navbar {
    position: relative;
    float: right;
    margin-top: 65px;
}

#navbar ul {
    list-style-type: none;
    overflow: hidden;
}

#navbar li {
    float: left;
    border-right: solid;
    border-width: 1px;
    border-color: #000;
}

#navbar li a, .dropbtn {
    display: inline-block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

#navbar li a:hover, .dropdown:hover .dropbtn {
    background-color: #ddd;
}

#navbar li.dropdown {
    display: inline-block;
}

#navbar .dropdown-content {
    display: none;
    position: absolute;
    background-color: #eee;
    min-width: 160px;
    z-index: 1;
}

#navbar .dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    color: #444;
    border-bottom: solid;
    border-width: 1px;
}

#navbar .dropdown-content a:hover {
    background-color: yellow;
}

#navbar .dropdown:hover .dropdown-content {
    display: block;
}

#flags {
    position: relative;
    margin-top: 9px;
	padding-top: 2px;
    left: 745px;
    width: 165px;
}

.siyahbeyaz:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

#social {
    position: relative;
    margin-top: -30px;
    left: 560px;
    width: 110px;
}

.social_logo:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

/*
MAIN STYLES
*/

#icerik_bg {
    padding: 20px 0 10px 0;
    width: 100%;
    min-width: 920px;
    background-color: #f8f8f8;
}

#icerik {
    margin: auto;
    width: 920px;
}

.alanlar {
    text-align: center;
    float: left;
    width: 292px;
    height: 60px;
    background-color: #ccc;
    margin-right: 12px;
}

.alanlar:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.alanlar li {
    width: 292px;
    height: 50px;
    text-align: center;
    margin-top: 10px;
    font-family: Roboto;
    font-size: 15px;
    background-color: #c61e2b;
	color: #fff;
    line-height: 50px;
}

#rainbow {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet); /* For Fx 3.6 to 15 */
    background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet); /* Standard syntax (must be last) */
}

/*
FOOTER STYLES
*/

#footer {
    margin: auto;
    width: 920px;
    height: 150px;
}

.footergrup {
    float: left;
    padding: 10px 50px 0 10px;
}

.footergrup a {
    font-size: 13px;
}

a.footerbaslik {
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
}

#webmaster {
    padding: 10px;
    font-size: 10px;
    text-align: right;
}

/*
ABOUT STYLES
*/

.about-alanlar {
    text-align: center;
    float: left;
    width: 221px;
    height: 250px;
    margin-right: 12px;
}

/*
CONTACT STYLES
*/

#logo_contact {
    width: 105px;
    height: 100px;
    background-image: url("../img/logo.png");
    background-size: contain;
}

.contact-alanlar {
    text-align: center;
    float: left;
    width: 221px;
    height: 110px;
    margin-right: 12px;
}

/*
OTHER STYLES
*/

#details {
    position: relative;
    background-color: yellow;
    font-family: Roboto;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    width: 217px;
    height: 30px;
    margin-left: auto;
    text-align: center;
    margin-top: -37px;
    line-height: 30px;
    border: 1px solid #000;
    margin-right: 13px;
}

.disable-link {
    cursor: default;
    pointer-events: none;
}

#slider_bg {
    height: 350px;
    background-color: #e5e5e5;
    max-width: 100%;
    min-width: 900px;
}

#slider {
	position: relative;
	margin: auto;
	width: 900px;
	height: 350px;
}

.slideshow {width: 900px; height: 350px; overflow: hidden;}
.slideshow ul {width: 900px; height: 350px; overflow: hidden;}
.slideshow ul li {width: 900px; height: 350px; float: left;}
.slideshow ul li a {z-index: 0; position: relative;}
/*.slideshow ul li p {position: relative; width: 640px; height: 28px; background: rgba(203,32,38,0.8); z-index: 1; margin-top:-60px;color: white; padding: 12px 0 0 10px; font-size: 14px;}*/
.slidenav {position: absolute; top: 320px; left: 595px; width: 300px; height: 22px; z-index: 2;}
.slidenav ul li {float: left; margin-right: 5px; background-color: #fff; height: 22px;}
.slidenav ul li:hover {background-color: #6d6d6d;}
