/*
Theme Name: smcetin
Theme URI: http://www.smcetin.com.tr
Author: smcetin
Author URI: http://halfera.com/
Description: 
Version: 1.1
License: 
License URI: 
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1

}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear: both;
}
br {
	line-height: 10px;
}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 border : 0px;
}
input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

::selection {
        background: #ab4d63; /* Safari */
        color: #FFF;
        }
::-moz-selection {
        background: #ab4d63; /* Firefox */
        color: #FFF;
}

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/

html, body {
	height: 100%;
}

body {
	/*background-color: #FCFCFC;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #585858;
    background:#fcfcfc url("images/background.jpg")  repeat;
    
}

p {
	line-height: 20px;
	margin-bottom: 20px;
    font-size:12px;
}

a {
	color: #688dad;
	text-decoration: none;
}

a:hover {
	color: #ab4d63;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Armata', sans-serif;
	color: #4a4a4a;
	font-weight: normal;
	margin: 0 0 10px 0;
}
h1 {
	font-size: 22px;
	line-height: 26px;
}
h2 {
	font-size: 20px;
	line-height: 24px;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight:bold;
}
h4 {
	font-size: 16px;
	line-height: 20px;
}
h5 {
	font-size: 14px;
	line-height: 20px;
}
h6 {
	font-size: 12px;
	line-height: 18px;
}

h1.title {
	padding: 0;
    margin-top:20px;
}

img {
	display: block;
}

img.left {
	float: left;
	margin: 0 20px 20px 0;
}
img.right {
	float: right;
	margin: 0 0 20px 20px;
}

.frame {
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	border: 1px solid #d5d5d5;
	background-color: #f5f5f5;
	padding: 10px;
}

.lite1 {
	color: #688dad;
	border-bottom: 1px dotted #688dad;
}

.lite2 {
	border-bottom: 1px dotted #688dad;
}

.frame iframe {
	display: block;
}

img.attachment {
	margin-bottom: 20px;
}

.center {
	text-align: center;
	display: block;
	margin: 0 auto;
}

h3 img {
	vertical-align: middle;
	padding-right: 10px;
	display: inline;
	
}

.line {
	background: transparent url(style/images/line.png) repeat-x;
	height: 2px;
	padding: 0px 0 0 0;
	line-break: 0px;
}



ul {
	line-height: 20px;
	margin-bottom: 20px;
}
ul li {
	background: transparent url(style/images/bullet.png) left 8px no-repeat;
	padding-left: 15px;
}
ol {
	list-style: decimal;
	list-style-position: inside;
	line-height: 20px;
}
ol li {
	padding: 0;
	margin: 0;
}

a.button, 
.forms fieldset .btn-submit, 
#filtering-nav li a, 
ul.tabs li a, h2.trigger {
	text-align: center;
	background: #FFF url(style/images/button.png) repeat-x left top;
	padding: 0 20px 0 20px;
	height: 26px;
	line-height: 26px;
	color: #4a4a4a;
	font-size: 13px;
	border: 1px solid #dbdbdb;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	margin-bottom: 20px;
	-webkit-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}

a.button:hover, 
#filtering-nav li.active a, 
#filtering-nav li a:hover, 
#filtering-nav li a.active,  
ul.tabs li a:hover, 
ul.tabs li.active a, 
h2.trigger.active, h2.trigger:hover{
	color: #ab4d63;
}

a.button.blue {
	background-color: #718ca4;
	border: 1px solid #516577;
	color: #FFF;
}

a.button.brown {
	background-color: #a49571;
	border: 1px solid #877a5c;
	color: #FFF;
}

a.button.green {
	background-color: #71a487;
	border: 1px solid #578d6e;
	color: #FFF;
}

a.button.purple {
	background-color: #9471a4;
	border: 1px solid #7b558c;
	color: #FFF;
}

a.button.red {
	background-color: #cb4b4b;
	border: 1px solid #ba3d3d;
	color: #FFF;
}

a.button.blue:hover, 
a.button.brown:hover, 
a.button.green:hover,  
a.button.purple:hover,
a.button.red:hover {
	background-color: #797979;
	border: 1px solid #5c5c5c;
	color: #FFF;
}

.dropcap {
	display:block;
	float:left;
	font-size:45px;
	padding:0;
	margin: 0;
	margin:10px 8px 3px 0;
	font-family: 'Open Sans', sans-serif;
}
pre {
	margin: 5px 0px 40px 0px;
	padding: 0 10px 0px 10px;
	display: block;
	clear: both;
	background: url(style/images/codebg.jpg) repeat;
	line-height: 20px;
	font-size: 12px;
	border: 1px solid #dbdbdb;
}

.download-box, .warning-box, .info-box, .note-box {
	clear:both;
	margin: 10px 0px;
	text-shadow: none;
	padding: 15px 15px 13px 15px;
	line-height: 17px;
}
.info-box {
	background:#c2ddf9;
	border:1px solid #80bbef;
	color:#4783b7;
}
.warning-box {
	background:#ffcccc;
	border:1px solid #ff9999;
	color:#c31b00;
}
.download-box {
	background:#d1f7b6;
	border:1px solid #8bca61;
	color:#5e9537;
}
.note-box {
	background:#fdebae;
	border:1px solid #e6c555;
	color:#9e660d;
}



#wrapper {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#maincontent {
	width: 100%;

}
#content {
	width: 700px;
	float: right;
	padding: 40px 0 20px 0;
}

#sidebar {
	width: 258px;
	background: #596d7f url(style/images/noize.png) repeat 100% 0;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	border-left: 1px solid rgba(0, 0, 0, 0.50);
	border-right: 1px solid rgba(0, 0, 0, 0.50);
	float: left;
	position: fixed;
	margin-top: -1px;
	z-index: 100;
}

#blog #sidebar {
	position: relative;
}

#logo {
	text-align: left;
	padding: 40px 32px 0 32px;
}

#logo a {
	border: none;
}

#logo img {
	display: inline;
}

#sidebar ul.share {
	line-height: 1;
	text-align: left;
}

#sidebar ul.share li {
	background: none;
	padding: 0;
	display: inline-block;
	padding-right: 3px;
}

.sidebox {
	width: 200px;
	margin: 0 auto 50px auto;
}

.sidebox h3 {
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
	color: #f0f0f0;
}

.secondary .sidebox {
	margin: 0 auto 30px auto;
	width: 180px;
}

.secondary .sidebox h3 {
	color: #4a4a4a;
	text-shadow: none;
}



#footer { background: #003C60; color: #ccc; padding: 30px 0; margin-top: 36px; text-align:center}
#footer a { color: #ccc; font-size: 12px; }
#footer h1 { font-size: 16px; color: #ccc; margin-bottom: 20px;font-family: "open sans", sans-serif; }
#footer p { font-size: 12px; color: #ccc; margin-bottom: 20px;font-weight:bold;
}

/*-----------------------------------------------------------------------------------*/
/*	SLIDER
/*-----------------------------------------------------------------------------------*/

#slider {
	margin-bottom: 0px;
}

.flex-container a:active, .flexslider a:active {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}


.flexslider {
	width: 1000px;
	height: 750px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.flexslider .slides > li {
	display: none;
}
.flexslider .slides img {
	width: 1000px;
	height: auto;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}

.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
	background: none;
	padding: 0;
}
.flex-container {
	zoom: 1;
	position: relative;
}
.flex-caption {
	background:none;
	zoom: 1;
}
.flex-caption {
	width: 700px;
	padding: 8px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color:#FFF;
	opacity: .8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	color: #2f2f2f;
	font-size: 13px;
	line-height: 18px;
}
/* Direction Nav */
.flex-direction-nav li a {
	width: 25px;
	height: 25px;
	display: block;
	background: url(images/slider-controls.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0; filter:alpha(opacity=0);
	z-index: 100;
}
.flex-direction-nav li .flex-next {
	background-position: top right;
	right: 10px;
}
.flex-direction-nav li .flex-prev {
	left: 10px;
}
.flex-direction-nav li .disabled {
	opacity: .5;
	filter:alpha(opacity=50);
	cursor: default;
}
.flexslider:hover .flex-direction-nav li a, .flexslider:hover .flex-control-nav li a { opacity: 1; filter:alpha(opacity=100); }
/* Control Nav */
.flex-control-nav {
	position: absolute;
	bottom: 10px;
	right: 15px;
	z-index: 100;
}
.flex-control-nav li {
	margin: 0 0 0 3px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	width: 12px;
	height: 12px;
	display: block;
	background: url(images/slider-navi.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: 99999px;
}
.flex-control-nav li a.flex-active {
	background-position: 0 -12px;
	cursor: default;
}


.row {
width: 1000px;
max-width: 100%;
min-width: 768px;
margin: 0 auto;
}

.twelve, .row .twelve {
width: 100%;
}
.twelve, .row .twelve {
width: 100%;
}
.column, .columns {
float: left;
min-height: 1px;
padding: 0 15px;
position: relative;
}

.centersectiontitle {
background: url(images/dots.gif) repeat-x scroll 0 0 transparent;
background-position: center;
margin: 10px 0 25px;
min-height: 20px;
text-align: center;
}

.centersectiontitle h4 {
font-size: 25px;
background: #fff;
display: inline;
padding-right: 0px;
padding-left: 0px;
font-family: "Armata", Arial, sans-serif;
color: #222222;
text-rendering: optimizeLegibility;
line-height: 1.1;
margin-bottom: 14px;
margin-top: 14px;
}

.four, .row .four {
width: 33.33333%;
}
.four, .row .four {
width: 33.33333%;
}
.column, .columns {
float: left;
min-height: 1px;
padding: 0 15px;
position: relative;
}

/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/

.form-container {
	position: relative;
	width: 700px;
}
.form-container .loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 400px;
}
.form-container .loading span {
}
.form-container .response {
	display: none;
	margin: 0px 0 0 100px;
	background:#d1f7b6;
	border:1px solid #8bca61;
	color:#5e9537;
	clear:both;
	text-shadow: none;
	padding: 15px 15px 13px 15px;
	line-height: 17px;
	width: 370px;
}
.forms {
}
.forms fieldset {
	font-family: Arial, Helvetica, sans-serif;
}
.forms ol {
	list-style: none;
}
/* form rows */
.forms li.form-row {
	margin-bottom: 20px;
}
.forms li.text-input-row {
}
.forms li.text-area-row {
}
.forms li.checkbox-row {
}
.forms li.radio-row {
}
.forms li.select-row {
}
.forms li.button-row {
}
.forms li.hidden-row {
	display: none;
}
/* form input fields */

.forms fieldset .text-input {
	color: #585858;
	width: 578px;
	height: 20px;
	padding: 5px 10px;
	font-size: 13px;
	background-color: #f2f2f2;
	border: 1px solid #dbdbdb;
	font-family: Arial, Helvetica, sans-serif;
}

.forms fieldset .text-area {
	color: #585858;
	width: 578px;
	height: 200px;
	padding: 5px 10px;
	font-size: 13px;
	display: block;
	background-color: #f2f2f2;
	border: 1px solid #dbdbdb;
	font-family: Arial, Helvetica, sans-serif;
	resize: none;
}

.forms fieldset .text-input:focus, .forms fieldset .text-area:focus {
	background-color: #f8f8f8;
}

.forms fieldset .radio {
}
.forms fieldset .checkbox {
}
.forms fieldset .select {
}
.forms fieldset .btn-submit {
	margin-left: 100px;
}

.forms li.error input, .forms li.error textarea {

}
.forms span.error {
	display: block;
	margin-left: 100px;
	color: #c43131;
}
.forms .button-row span.error {
	padding: 0;
	display: none;
}
.forms li.focus {
}
.forms label {
	display: block;
	float: left;
	width: 100px;
	padding-top: 8px;
	font-size: 13px;
	clear: both;
}

.form-container:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.intro {
	font-family: 'Armata', serif;
	/*font-style: italic;*/
	font-size: 17px;
	color: #585858;
	line-height: 24px;
	margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO MASONRY
/*-----------------------------------------------------------------------------------*/

.items {
	width: 1000px;
	overflow: hidden;
	margin-bottom: -35px;
	
}
.box {
	padding: 0;
	float: left;
}

.box h4 {
	padding:13px 0 5px 0;
	margin: 0;
}
.box h4 a {
	color: #4a4a4a;
}
.box h4 a:hover {
	color: #ab4d63;
}
.box p {
	padding: 0;
	margin: 0;
}

.col1 h4 {
	padding:0 0 5px 0;
	margin: 0;
}
.col1 p {
	margin-bottom: 15px;
}

.col1 {
	width: 1000px;
	margin: 0 0 40px 0;	
	clear: both;
}

.col1 img {
	width: 455px;
}
.col2 {
	width: 470px;
	margin: 0 30px 40px 0;	
}
.col2 img {
	width: 470px;
}
.col3 {
	width: 303px;
	margin: 0 20px 40px 0;	
}
.col3 img {
	width: 303px;
}
.col4 {
	width: 220px;
	margin: 0 20px 40px 0;	
}
.flickr .col4, .dribbble .col4 {
	margin: 0 20px 20px 0;	
}
.col4 img {
	width: 220px;
}

#filtering-nav {
	letter-spacing: normal;
	margin: 0 0 20px 0;
	padding: 10px 0 9px 0;
}
#filtering-nav li {
	padding: 0;
	background: none;
	float: left;
	margin-right: 10px;
	font-family: 'Amaranth', sans-serif;
}

#filtering-nav li.show {
	padding: 5px 0 0 0;
	text-transform: uppercase;
}

#filtering-nav li a {
	margin: 0;
	
}
#filtering-nav li.active a {
	
}
.items:after, #filtering-nav:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#portfolio .items {
/*	opacity: 0;*/
}

.left-side {
	width: 455px;
	float: left;
	clear: both;
}

.right-side {
	width: 220px;
	float: right;
}

#page-loading {
	width: 1000px;
	padding-bottom: 10px;
	overflow: hidden;
	margin:0 auto;
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO HOVER
/*-----------------------------------------------------------------------------------*/

.items .box a, .items .left-side a, .carousel ul li a {
	display: block;
	position: relative;
}

.items .box a.button {
	display: inline-block;
}

.items .box a img, .items .left-side a img, .carousel ul li a img {
	display: block;
	position: relative;
}
.zoom, .play, .details {
	position: absolute;
	background: transparent url(style/images/icon-enlarge.png) no-repeat center center;
}
.play {
	background-image: url(style/images/icon-play.png);
}

.details {
	background-image: url(style/images/icon-link.png);
}

.box a span, .items .left-side a span, .carousel ul li a span {
	display: none;
	height: 100%;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
}
.overlay {
	background-color: rgba(0, 0, 0, 0.33);
}
