﻿/* DEFAULTS
----------------------------------------------------------*/

html, body   
{
    height: 100%;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:300;
    font-size:13px;
}

footer {
    background-color:#000;
    color:#666;
}
footer div.address {color:#ccc;}

div.address {
    font-size:18px;
    margin:25px 0;
    padding:40px 0;
    border-top:1px solid #333;
    border-bottom:1px solid #333; 
}
div.address h3 {font-size:30px;font-family: 'Roboto Condensed',sans-serif;margin-top:10px;}
div.address span.contact {font-size:24px;font-family: 'Roboto Condensed',sans-serif;font-weight:300;margin-top:10px;margin-bottom:20px;display:inline-block;color: #428bca;}

div.redsites {
    font-size:18px;
    margin:25px 0;
    padding:40px 0;
    text-align:center;
}
div.redsites h3 {font-size:20px;font-family: 'Roboto Condensed',sans-serif;font-weight:300;color:#666;}
div.redsites div.row div:hover h3 {color:#fff;}
div.redsites a:hover {text-decoration:none;}

/* HEADINGS   
----------------------------------------------------------*/

/* h1, h2, h3, h4, h5, h6
{
} */

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.solkolon {
    border-right:1px dotted #000;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
/* sol kolon yüksekliği %100 olması için gerekli */
.col-wrap {  
overflow: hidden;   
}  

.solmenu {
    width:100%;
    text-align:right;
    padding:5px;
}
.solmenu ul {margin:10px 5px;}
.solmenu ul li {list-style: none outside none;}
.solmenu ul li a {font-family: 'Roboto Condensed',sans-serif;font-size:18px;color:#333;font-weight:300;line-height:32px;}
.solmenu ul li a:hover {color:#000;font-weight:400;text-decoration:none;}

.solbtn {
    width:100%;
    text-align:right;
    padding:5px;
    margin-top:50px;
}

/* Social Icons */
.social-slide {
	height: 32px;
	width: 32px;
	margin: 5px;
	float: right;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-slide:hover {
	background-position: 0px -48px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	cursor:pointer;
}
.social-slide a {height: 32px;width: 32px;display:block;}
.twitter-hover {
	background-image: url('/images/standart/icons/twitter-hover.png');
}
.facebook-hover {
	background-image: url('/images/standart/icons/facebook-hover.png');
}
.google-hover {
	background-image: url('/images/standart/icons/google-hover.png');
}
.pinterest-hover {
	background-image: url('/images/standart/icons/pinterest-hover.png');
}
.linkedin-hover {
	background-image: url('/images/standart/icons/linkedin-hover.png');
}
.tumblr-hover {
	background-image: url('/images/standart/icons/tumblr-hover.png');
}
.reddit-hover {
	background-image: url('/images/standart/icons/reddit-hover.png');
}
.instagram-hover {
	background-image: url('/images/standart/icons/instagram-hover.png');
}
.stumbleupon-hover {
	background-image: url('/images/standart/icons/stumbleupon-hover.png');
}
/* Social Icons */

/* TAB MENU   
----------------------------------------------------------*/



/* FORM ELEMENTS   
----------------------------------------------------------*/


/* MISC  
----------------------------------------------------------*/

.box {
    float:left;
    background-color: #fff;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
    border:1px dotted #000;
    padding:20px;
    display:block;
    position: relative;
    margin:20px;
}
div.news-list {min-height:240px;border-bottom: 1px dotted #000000;padding-bottom:15px;margin-bottom:15px;}
div.news-list p {min-height:95px;}
div.news-list h3 a, div.news-list p a {color: #333;}
div.news-list img {float:left;margin-bottom:10px; margin-right:10px;}
div.thumbnail p a {color: #333;}

div.address2 {
    font-size:18px;
    margin:25px 0;
}


/* BOOTSTRAP CUSTOMIZATION  
----------------------------------------------------------*/
.dropdown-menu > li > a 
{
    color: #428BCA;
    font-weight: 300;
    font-size:13px;
}
.thumbnail .caption, .thumbnail p {text-align:center;}

.contact .glyphicon {font-size:18px;}
.contact2 {color: #428BCA;}