/*
Theme Name: XC Projects
Description:  Designed by webosfer.
Author:  Alpay ÖZPINAR
/* ADD YOUR COLOUR CSS HERE 
border:1px solid red; */

#webosfer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#webosfer a.web{
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}
#webosfer a.osfer{
	color:#FF9900;
	text-decoration: none;
	font-weight: bold;
}

#note, #note_dark {
    position: relative;
    overflow: hidden; 
    padding: 20px;
    margin: 12px auto;
	color: #fff!important;
    background: #666;
}
#note_dark { color:#fff!important; background:#333; }
#note p, #note_dark p { color:#fff!important; }
#note:before, #note_dark:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #333 #fff;
   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3),  -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3),   -1px 1px 1px rgba(0,0,0,0.2);
}
#note_dark:before{ border-style:solid; border-color:#222 #fff; }
#projects{
    background: #000;
	color: #fff;
	border:1px solid #000;
}
#projects .section-heading{
	color: #fff;
    background: #000;
}
#projects .section-heading h2{
	color: #fff;
    background: #000;
}
#projects .section-heading hr{
	color: #fff;
    background: #000;
	border-bottom:1px solid #fff;
}
.notification_error {
	color: #fff;
	background-color: #333;
	height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: left;
}
.notification_ok {
    color: #fff;
	background-color: #333;
	font-weight: 400;
    height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: center;
	font-size: 13px;
	text-transform: uppercase;
}

.navbar-logo img {
	width:167px;
	height:70px;
	background: url(images/logoLight.png) no-repeat;
    margin: 15px 0;
}

.navbar.navbar-light .navbar-logo img {
	width:167px;
	height:70px;
	background: url(images/logo.png) no-repeat;
	margin: 0;
}
#mim-hukuk {
  position: fixed; /* or absolute */
	width : 100%;
	max-width : 960px;
	margin : 0 auto;
	top : 8px;
}
#mim-hukuk .modal-footer{
	padding-left: 30px;
}
#mim-hukuk .btn{
	margin: 12px 0 0 0;
}

.contact-form form label{
	margin:0;
	padding: 3px 0 3px 0;
	display:block;
	text-align:left;
	vertical-align: middle;
	font-size: 10px;
	font-weight: normal;
}
.contact-form form input[type="checkbox"]{
	margin: 0 3px 0 0;
	width: 12px;
	height: 12px;
	background: #fcfff4;
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}