/*
Theme Name: ROKETSAN
Theme URI: http://www.roketsan.com.tr
Description: Roketsan Theme
Author: Hakan Kamci
Author URI: http://www.readywpthemes.com
Tags: blue, white, gray, black
Version: 1.0


******************************************************************************************************

/*Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}

/******************************************************************************************************/
/* Basic Styles
/******************************************************************************************************/

body, button, input, select, textarea {font: 14px/21px Arial, Helvetica, sans-serif;}

body {
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	line-height: 1.8;
}

/******************************************************************************************************/
/* General Typography
/******************************************************************************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 10px;
	color: #333;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	text-decoration:none;
}
h1{font-size: 28px;}
h2{font-size: 24px;}
h3{font-size: 20px;}
h4{font-size: 18px;}
h5{font-size: 16px;}
h6{font-size: 14px;}

p {margin: 0 0 20px 0;}

p img {margin: 0;}

em {font-style: italic;}
strong {font-weight: bold; color:#111;}
small {font-size: 80%;}
hr {
	border: solid #EEE;
	border-width: 1px 0 0;
	clear: both;
	margin: 20px 0 0;
	height: 20px;
}
a{
	color:#0772AA;
}
a:hover{
	color:#000;
}
.color{
	color: #0772AA;
}

/******************************************************************************************************/
/* Links
/******************************************************************************************************/

a{
	text-decoration: none;
	outline: 0;
	transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
}
p a, p a:visited {
	line-height: inherit;
}


/******************************************************************************************************/
/* Misc
/******************************************************************************************************/

.remove-bottom{
	margin-bottom: 0 !important;
}
.remove-top{
	margin-top: 0 !important;
}
.half-bottom{
	margin-bottom: 10px !important;
}
.half-top{
	margin-top: 10px !important;
}
.add-bottom{
	margin-bottom: 20px !important;
}
.add-top{
	margin-top: 20px !important;
}
.add-more-bottom{
	margin-bottom: 30px !important;
}
.add-more-top{
	margin-top: 30px !important;
}
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */


/******************************************************************************************************/
/* Base 960 Grid
/******************************************************************************************************/

.container{
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;

}
.column, .columns {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
.row {
	margin-bottom: 20px;
}
/*--------------------------------------------------
Nested Column Classes
-------------------------------------------------- */
.column.alpha, .columns.alpha {margin-left: 0;}
.column.omega, .columns.omega {	margin-right: 0;}
/* Base Grid */
.container .one.column {width: 40px;}
.container .two.columns {width: 100px;}
.container .three.columns {width: 160px;}
.container .four.columns {width: 220px;}
.container .five.columns {width: 280px;}
.container .six.columns {width: 340px;}
.container .seven.columns {width: 400px;}
.container .eight.columns {width: 460px;}
.container .nine.columns {width: 520px;}
.container .ten.columns {width: 580px;}
.container .eleven.columns {width: 640px;}
.container .twelve.columns {width: 700px;}
.container .thirteen.columns {width: 760px;}
.container .fourteen.columns {width: 820px;}
.container .fifteen.columns {width: 880px;}
.container .sixteen.columns {width: 940px;}

.container .one-third.column {width: 260px;}
.container .two-thirds.column {width: 640px; margin-left:30px;}


/*--------------------------------------------------
Percentage columns
-------------------------------------------------- */

.row_sh.column_sh, .row_sh .columns_sh { margin-left: 2.2%; margin-bottom:10px; float: left; min-height: 1px; position: relative; }
.column_sh:first-child, .columns_sh:first-child { margin-left: 0px; }

.row_sh .one.columns_sh { width: 6.3166%; }
.row_sh .two.columns_sh { width: 14.83%; }
.row_sh .three.columns_sh { width: 23.35%; }
.row_sh .four.columns_sh { width: 31.866%; }
.row_sh .five.columns_sh { width: 40.2%; }
.row_sh .six.columns_sh { width: 48.9%; }
.row_sh .seven.columns_sh { width: 57.6%; }
.row_sh .eight.columns_sh { width: 65.934%; }
.row_sh .nine.columns_sh { width: 74.45%; }
.row_sh .ten.columns_sh { width: 82.6%; }
.row_sh .eleven.columns_sh { width: 91.4834%; }
.row_sh .twelve.columns_sh { width: 100%; }

.row_sh{zoom: 1;}

/*--------------------------------------------------
Special Styles
-------------------------------------------------- */
.border_rad6{
	border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

/*--------------------------------------------------
 Offsets
-------------------------------------------------- */
.container .offset-by-one {padding-left: 60px;}
.container .offset-by-two {padding-left: 120px;}
.container .offset-by-three {padding-left: 180px;}
.container .offset-by-four {padding-left: 240px;}
.container .offset-by-five {padding-left: 300px;}
.container .offset-by-six {padding-left: 360px;}
.container .offset-by-seven {padding-left: 420px;}
.container .offset-by-eight {padding-left: 480px;}
.container .offset-by-nine {padding-left: 540px;}
.container .offset-by-ten {padding-left: 600px;}
.container .offset-by-eleven {padding-left: 660px;}
.container .offset-by-twelve {padding-left: 720px;}
.container .offset-by-thirteen {padding-left: 780px;}
.container .offset-by-fourteen {padding-left: 840px;}
.container .offset-by-fifteen {padding-left: 900px;}

/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,  .clearfix:after,  .row:before,  .row:after, .row_sh:before, .row_sh:after{
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after,  .clearfix:after {
	clear: both;
}
.row,  .clearfix {
	zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/******************************************************************************************************/
/* General Wordpress Styling
/******************************************************************************************************/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float:left;
	text-align:left;
	margin:5px 10px 6px 0;
}
.alignright {
	float:right;
	text-align:right;
	margin:5px 0 6px 10px
}
.aligncenter, div.aligncenter  {
	text-align:center;
	margin:0 auto;
}
.sticky{font-weight:normal;}

#calendar_wrap {overflow: hidden;}

.wp-caption {
	text-align: center;
	width:100%!important;
}
.wp-caption img {
	display:block;
}
.wp-caption p.wp-caption-text {
	margin: 10px 0 0 0;
	padding: 0 4px 5px;
	font: italic 11px Georgia;
}
.gallery {
	clear:both;
	overflow:hidden;
}
.gallery img{display:block; max-width: none;}
.gallery-item {
	float:left;
	margin:0 15px 15px 0;
}
.gallery-caption {
	text-align:center;
	margin-top: 4px;
}
a.more-link{
	display: inline-block;
	padding:8px 8px 12px 8px;
	color: white;
	margin-bottom: 10px!important;
	font-size: 15px;
}
a.more-link:hover{
}
a.more-link:active, a.more-link.active{
	cursor: pointer !important;
}
a.more-link:hover{
	background:#222;
}

body{
	color:#444;
}
.gradient_style{
background: -webkit-gradient( linear, center bottom, center top, from(rgba(0, 0, 0, .1)), to(rgba(255, 255, 255, .1)) );
background: -moz-linear-gradient( center top, rgba(255, 255, 255, .1) 0%, rgba(0, 0, 0, .1) 100% );
background-image: -o-linear-gradient(top,rgba(255,255,255,.1),rgba(0,0,0,0.1));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#10FFFFFF', EndColorStr='#10000000');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#10FFFFFF', EndColorStr='#10000000')";
}

.wrapper{
	background:#fff url(images/sub_bg.png) repeat-x;
}
.wrapper_home{
	background:#fff url(images/topBannerBottomShade.png) repeat-x;
}
.wrapper .container, .wrapper_home .container{
	background-color:#fff;
}
/******************************************************************************************************/
/* Header Styles
/******************************************************************************************************/
header.top{
	/*padding:20px 0 15px;*/
	padding:20px 0 5px;
	/*background:url(images/header_bg.jpg) repeat-x top center;*/
	background:url(images/header_bg.jpg) repeat-x bottom center;
}
#logo {
float:left;
padding-top: 6px;
}
header.top .search {
	float: right;
	width: 225px;
}
header.top .search input.s {
	border: 1px solid #DDD;
	padding: 8px 6px;
	border-radius: 8px;
	margin-top: 4px;
	overflow:visible;
	height: 21px!important;
}
header.top .search:hover{
	background:none;
}

header.top .search input{
	border:none;
	color:#ccc;
	width:170px;
}
header.top .search input:focus{
	outline:none;
}
header.top .search input.submit{
	background: #0A74AA url(images/search.png) no-repeat center center;
	color: white;
	width: 34px;
	border-radius: 6px;
	padding:8px 0;
	text-align: center;
	height: 38px!important;
	text-indent:-9999px;
}
/******************************************************************************************************/
/* Main Nav Styles
/******************************************************************************************************/
nav.main_menu{
	background-color:#0a74aa;
	box-shadow:0 4px 4px rgba(0, 0, 0, .2) inset;
}
/******************************************************************************************************/
/* Camera Slider Styles
/******************************************************************************************************/
#slider-wrapper-slider-cam {
height: 350px;
display:block;
}
.camera_wrap.camera_emboss {
margin-bottom: 10px!important;
}
.fluid_container{margin: 0 auto;max-width: 1920px;width: 100%;}
.camera_wrap a, .camera_wrap img,
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img,
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}
.camera_wrap {
	display: none;
	float: left;
	position: relative;
	z-index: 0;
}
.camera_wrap img {
	max-width: none!important;
}
.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.camera_wrap {
	width: 100%;
}
.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	display: none;
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
    background: url(images/blank.gif);
	display: block;
	height: 450px;
	text-decoration: none;
	width: 100%;
	z-index: -1;
}
.camera_loader {
    background: #fff url(images/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(images/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 200px;
	width: 36px;
	z-index: 3;
}
.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
	height: 100%;
	position: absolute;
	width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
	height: auto;
	position: absolute;
	width: 100%;
}
.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.camera_caption {
	bottom: 0;
	display: block;
	position: relative;
	margin: -300px 0 0 0;
	width: 400px;
}
.camera_caption > div {
	padding: 20px;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.camera_prevThumbs {
	bottom: 4px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_prevThumbs div {
	background: url(images/camera_skins.png) no-repeat -160px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_nextThumbs {
	bottom: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_nextThumbs div {
	background: url(images/camera_skins.png) no-repeat -190px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_command_wrap .hideNav {
	display: none;
}
.camera_command_wrap {
	left: 0;
	position: relative;
	right:0;
	z-index: 4;
}
.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: -50px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-align: left;
	text-indent: -9999px;
	width: 16px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 8px;
	left: 4px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	width: 8px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.camera_pag_ul li img {
	display: none;
	position: absolute;
}
.camera_pag_ul .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
	top: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}
.camera_prev, .camera_next, .camera_commands {
	cursor: pointer;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}
.camera_prev {
	left: 0;
}
.camera_prev > span {
	background: url(images/camera_skins.png) no-repeat 0 -120px;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_next {
	right: 0;
}
.camera_next > span {
	background: url(images/camera_skins.png) no-repeat -40px -120px;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_commands {
	right: 41px;
}
.camera_commands > .camera_play {
	background: url(images/camera_skins.png) no-repeat -80px -120px;
	height: 40px;
	width: 40px;
}
.camera_commands > .camera_stop {
	background: url(images/camera_skins.png) no-repeat -120px -120px;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-indent: -9999px;
	width: 16px;
}
.camera_thumbs_cont {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_thumbs_cont > div {
	float: left;
	width: 100%;
}
.camera_thumbs_cont ul {
	overflow: hidden;
	padding: 3px 4px 8px;
	position: relative;
	text-align: center;
}
.camera_thumbs_cont ul li {
	display: inline;
	padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
	border: 1px solid;
	cursor: pointer;
	margin-top: 5px;
	vertical-align:bottom;
}
.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}
/**************************
*	COLORS & SKINS
**************************/
.camera_caption {
	color: #fff;
	font:bold 18px 'PT Sans', Arial, sans-serif;
}
.camera_caption h2{
	font-size: 30px;
	color: white;
	background-color:rgba(7, 114, 170, 0.8);
	padding: 10px;
	display: inline-block;
	margin: 0;
}
.camera_caption p{margin:0;background-color: rgba(0, 0, 0, 0.8); padding:5px 10px}
.camera_caption > div {
	text-shadow:1px 1px 3px rgba(0, 0, 0, .5);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #111;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background: #111;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	background: #111;
}
.camera_pag_ul li img {
	border: 4px solid #e6e6e6;
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	box-shadow: 0px 3px 6px rgba(0,0,0,.5);
}
.camera_pag_ul .thumb_arrow {
    border-top-color: #e6e6e6;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
	background: #111;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #fff;
}
.camera_thumbs_cont ul li > img {
	border-color: 1px solid #000;
}
/******************************************************************************************************/
/* FlexSlider Styles
/******************************************************************************************************/
/* jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {width: 100%;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {display: block;box-shadow: 0 0 10px #888;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;margin: 0;list-style-type: none;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

ul.slides, ol.flex-control-nav, ul.flex-direction-nav {list-style-type: none;margin: 0;}

/* Direction Nav */

.flex-control-container{
	padding: 10px 0;
	position: relative;
}
.flex-control-nav.flex-control-paging {margin-top: 4px;}

/* Portfolio Slider */
.flexslider.portf_slider .flex-portf-control-nav {
margin: 0 0 10px 0;
overflow: hidden;
}

/* Control Nav */
.flex-control-nav {text-align:center; position:relative;}
.flex-control-nav li {margin: 0 0 0 5px!important; text-align:center; zoom: 1; display:inline;}
.flex-control-nav li:first-child{margin:0!important;}
.flex-control-nav li a {
	width: 15px;
	height: 15px;
	background-color: #DDD;
	display: inline-block;
	cursor: pointer;
	text-indent: -9999px;
	margin-top: 5px;
	border-radius: 100px;
}
.flex-control-nav li a.flex-active {cursor: default; background-color:#0772AA;}

.flex-control-thumbs img {
display: inline-block;
opacity: .7;
cursor: pointer;
margin-top:20px;
}
.flex-control-thumbs img:hover, .flex-control-thumbs img.flex-active {
opacity: 1;
}

/******************************************************************************************************/
/* Page Styles
/******************************************************************************************************/
.entry_header_no_padding {
	background-color: #fefefe;
	padding: 10px 0 10px 20px;
	border-top: 1px solid white;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, .1) inset;
}
.content .not_found{text-align:center;}
.content .not_found h1{
	font-size: 22em;
	line-height: 1em;
}
.content .not_found input.s{float:none; width:300px; border:1px solid #ddd; color:#ccc; padding:6px; border-radius:8px;}

.loop_blog li {
	margin: 0 0 10px 0;
	padding: 10px 0;
	border-bottom: 1px dotted #EEE;
}
.loop_blog li:last-child {border-bottom: none;}

.entry ul {
	margin-left: 20px;
	margin-bottom:20px;
	list-style-type: disc;
}
.entry ul li {list-style-position: inside;}
.entry ul ul{
	margin-left: 20px;
	list-style-type: circle;
}
.entry.entry-haberler ul{
	list-style-type:none;
}

.home_post_detail h3{
	border-bottom:2px solid;
	overflow:hidden;
	padding-bottom: 10px;
	color:#0A74AA;
}
.post_date{
	font-size: 12px;
	color: #BBB;
	display: block;
	margin: -10px 0 10px;
}
/******************************************************************************************************/
/* Sidebar Styles
/******************************************************************************************************/
.sidebar h4 {
	border-bottom: 2px solid #EEE;
	padding-bottom: 10px;
}
.sidebar .widget_box ul li {
	margin: 10px 0;
	border-bottom: 1px dotted #DDD;
	padding-bottom: 6px;
}
.sidebar .widget_box ul li a {
	color: #0772AA;
	font-size: 14px;
	transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
}
.sidebar .widget_box ul li a:hover {
	color: #111;
}
.sidebar .widget_box ul li.current_page_item a, .sidebar .widget_box ul li.current_page_ancestor a{
	font-weight:bold;
	color:#111;
}
.sidebar .widget_box ul ul{padding-left:15px;}
.sidebar .widget_box ul ul li:last-child{border-bottom:none;}

.sidebar .widget_box ul li.current_page_item .children li a {
	color: #0772AA;
	font-weight:normal;
}

/********IK styles*********/
section.page_content{
	min-height:450px;
	padding-top: 20px;
}
aside#ik_big_image{
	background:url(images/slide-4.jpg) no-repeat top center;
	height:465px;
}
/******************************************************************************************************/
/* Shortcode Cycle Home Products
/******************************************************************************************************/

.cycle_nav a{
	background: url(images/cycle_nav.png) no-repeat;
	width: 20px;
	height: 20px;
	background-color: #111;
	display: inline-block;
	text-indent: -9999px;
	border-radius: 50%;
}
.cycle_nav a:hover{
	background-color:#0772AA;
}
.cycle_nav a#next{
	background-position:2px 3px;
}
.cycle_nav a#prev{
	background-position:1px -21px;
}
.cycle_slideshow{
height: 368px!important;
overflow:hidden!important;
margin-top: 12px;
}
.cycle_slideshow p {
margin-bottom: 0;
}
/******************************************************************************************************/
/* Shortcode Tabs
/******************************************************************************************************/

.entry .sliderkit {
	display:none;
	position:relative;
	overflow:hidden;
	text-align:left;
	margin:0 0 20px 0;
}
.entry .sliderkit a, .entry .sliderkit a:hover {
	text-decoration:none;
}
.entry .sliderkit a:focus {
	outline:1px dotted #000;
}
.entry .sliderkit img {
	border:0;
}
/* Nav */
.tabs-noheight .sliderkit-nav {
	position:relative;
	width:100%;
	height:36px;
	text-align:left;
}
.tabs-noheight .sliderkit-nav-clip ul {
	margin:0;
	padding:0
}
.tabs-noheight .sliderkit-nav-clip li {
	height:30px;
	list-style-type:none;
}
.tabs-noheight .sliderkit-nav-clip ul li a, .tabs-noheight .sliderkit-nav-clip li {
	float:left;
}
.tabs-noheight .sliderkit-nav-clip li {
margin-right: 6px;
}
.tabs-noheight .sliderkit-nav-clip li a {
	padding:0 8px 10px 8px;
	text-decoration:none;
	height:16px;
}
.tabs-noheight .sliderkit-nav-clip ul li.sliderkit-selected a {
	outline:none;
	color:#fff;
}
/* Panel */
.tabs-noheight .sliderkit-panels {
	padding:10px;
	border: 1px solid #EEE;
	margin-top: 2px;
	border-radius: 6px;
}
.tabs-noheight .sliderkit-panel {
	position:relative;
}

.sliderkit-nav-clip ul li h5 {
	border: 1px solid #EEE;
	padding: 6px 8px 0 8px;
	border-radius: 6px;
	overflow: hidden;
}
.sliderkit-nav-clip ul li.sliderkit-selected h5 {
	background: #0A74AA;
}

ul.home_tabs_posts_list {
	list-style-type: none;
	margin: 0;
}
ul.home_tabs_posts_list li {
	background: url(images/folder.png) no-repeat left 16px;
	padding: 11px 0 10px 34px;
}

/* Sidebar style */
.widget_box .tabs-noheight .sliderkit-nav-clip li {
	padding: 0;
	border-bottom: none;
}

/******************************************************************************************************/
/* Shortcode Accordion
/******************************************************************************************************/
.accordion-container {
	margin:0 0 10px 0!important;
	overflow:hidden;
}
.entry ul.accordion-container li{
	list-style:none;
}
ul.accordion-container li a.acc_title{
	margin: 0 0 4px 0;
	font-weight: normal;
	width: auto;
	background:#EFEFEF url(images/toggle_bg.png) no-repeat 6px 2px;
	text-decoration: none;
	padding: 6px 6px 6px 36px;
	font-size: 12px;
	color:#333;
	border-radius: 6px;
	display:block;
}
ul.accordion-container li.active a.acc_title{
	background-position: 6px -60px;
	color:white!important;
}
ul.accordion-container li.active a.acc_title{
	background-color: #0A74AA;
}
ul.accordion-container li.active div, ul.accordion-container li.active div a{
	background:none;
	padding:0;
	margin:0;
	display:compact;
}
ul.accordion-container li.active div a{
	color:#0A74AA!important;
}

/******************************************************************************************************/
/* Shortcode Blockquote
/******************************************************************************************************/
blockquote {
	font-size:18px;
	margin:20px 0;
	line-height:24px;
	color:#999;
}
blockquote p {
     display:inline;
}
blockquote a.button {
	float:right;
	font-size:14px;
	margin:0 0 10px 10px;
}
blockquote.bquote_r, blockquote.bquote_l {
	font:18px Georgia, "Times New Roman", Times, serif;
	text-align:left;
	line-height:26px!important;
	width:30%;
	padding:15px;
}
blockquote.bquote_l {
	float:left;
	margin:5px 10px 6px 0;
}
blockquote.bquote_r {
	float:right;
	margin:5px 0 6px 10px;
}

/******************************************************************************************************/
/* Breadcrumbs
/******************************************************************************************************/
.breadcrumbs{
	color:#888;
	font-size: 11px;
}
/******************************************************************************************************/
/* Pagination Styles
/******************************************************************************************************/

.posts-nav{
	margin:20px 0;
	clear:both;
}

ul.page-numbers {
	overflow:hidden;
	margin:0;
	padding-bottom:20px;
}
ul.page-numbers li {
	display:inline-block;
	margin:0 10px 0 0;
	padding:10px 0;
}
ul.page-numbers li a, ul.page-numbers li span.current{
	border-radius: 4px;
	padding: 9px 14px;
	color: #333;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom: 10px!important;
	font-size: 12px;
	background-color:#ddd;
}
ul.page-numbers li span.current, ul.page-numbers li a:hover{color:white; background-color:#0A74AA;}

ul.page-numbers li a:active, ul.page-numbers li a.active{
	cursor: pointer !important;
}

/******************************************************************************************************/
/* Footer Styles
/******************************************************************************************************/
footer.footer{
	background-color: #111;
	text-align:center;
	font-size:11px;
	color:#ddd;
	padding: 15px 0;
	border-top:4px solid #0772AA;
	margin-top:20px;
}
footer.footer p{
	margin-bottom:6px;
}
nav.footer_menu {
font:bold 14px 'PT Sans', Arial, Helvetica, sans-serif;
}
nav.footer_menu ul{
	text-align:center;
	margin-bottom:15px;
}
nav.footer_menu ul li{
	display:inline-block;
	padding:0 10px;
}
nav.footer_menu ul li a:hover, nav.footer_menu ul li.current_page_item a, nav.footer_menu ul li.current-page-ancestor a{color:#0772AA;}
nav.footer_menu ul li a{
	color:#fff;
}
/******************************************************************************/

footer.footer2{
	background-color: #e8e8e8;
	text-align:center;
	font-size:11px;
	color:#666;
	padding: 15px 0;
	border-top:4px solid #0772AA;
	margin-top:20px;
}
footer.footer2 p{
	margin-bottom:6px;
}
footer.footer2 nav.footer_menu {
font:bold 14px 'PT Sans', Arial, Helvetica, sans-serif;
}
footer.footer2 nav.footer_menu ul{
	text-align:center;
	margin-bottom:15px;
}
footer.footer2 nav.footer_menu ul li{
	display:inline-block;
	padding:0 10px;
}
footer.footer2 nav.footer_menu ul li a:hover, footer.footer2 nav.footer_menu ul li.current_page_item a, footer.footer2 nav.footer_menu ul li.current-page-ancestor a{color:#0772AA;}
footer.footer2 nav.footer_menu ul li a{
	color:#333;
}


/*************************************************/
#qtranslate-chooser {
	float: right;
	margin: 12px 0 0 4px;
}
#qtranslate-chooser li{
	float:left;
}
#qtranslate-chooser li.active a {
	text-decoration: underline;
	color: red;
}
.qtranxs_text_en, .qtranxs_text_tr{
	background:none!important;
	padding:0 4px!important;
}

ul.loop_blog_widget {
	list-style-type: none;
	margin: 0;
}
.loop_blog_widget li {
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #ddd;
	font-size: 12px;
}
.loop_blog_widget h5{
	margin-bottom:0;
}

.logo_info img {
	float: left;
	margin-left: 5px;
}

.logo_info span {
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
	font-family: Arial;
}

.footer_info {
	margin: auto;
	width: 960px;
}

.footer_info img {
	float: left;
}

.footer_info span {
	display: block;
	float: left;
	padding-left: 5px;
	font-size: 12px;
	font-family: Arial;
}

/******************************************************************************************************/
/* Language Switcher
/******************************************************************************************************/

li.lang-ar a {
    padding-left: 4px;
}