/**** Base styles ****/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}



header{
    position: fixed;
    width: 100%;
	 padding-bottom: 8px;
    z-index: 9999;
	 background: none repeat scroll 0 0 #ddd;
}

.header1{
    background: none repeat scroll 0 0 #000000;
    float: left;
    width: 100%;
	 box-shadow: -1px 1px 2px #888; 
}


.header2{
    background: #ECECEC;
    float: left;
    width: 100%;
	 border-bottom:solid 1px #CCCCCC
}

.logo{
    text-align: center;
    overflow: hidden;
}

header h1{
	margin:0;
	float: left;
	width:25%;
	margin:0;
}
header div.social {
	float: right;
	width:60%;
	padding:12px 20px 16px 12px;
}
header nav {
    float: left;
    margin-right: 0px;
	float: right;
	width: 98%;
}


html {
  overflow-y: scroll;
}

body {
  font: 13px 'Helvetica Neue', Arial, sans-serif;
  /* background:url("images/bgimage.jpg") no-repeat fixed center center / cover  transparent; */
 background: none repeat scroll 0 0 #F7F7F7
  color: #222;
  line-height: 1.6em;
   width: 98%;
 
}

/*menu*/

.search{
	float:left;
	padding:4px;
}

.search form{
    background: #fff;
    border: solid 1px #ddd;
    padding-left: 5px;
    border-radius: 2px;
    padding-right: 1px;
}

.warning{
    
    width: 90%;
    padding: 5%;
    font-weight: bold;
    color: #B42328;
    font-family: arial;
    text-align: center;
    
}
#kw{
    border: medium none;
    box-shadow: 0 0 0 #333333;
    color: #888888;
    margin: 0;
    padding: 5px;
    width: 121px;
	
}

#submit{
   background: url("images/serach.png") no-repeat scroll center center #404040;
    border: 1px solid #DDDDDD;
    padding: 5px;
    width: 28px;
}

#submit:hover{
    cursor: pointer;
}

#access .menu ul li.search{
    padding:12px 6px;
}

.btn_submit{
    cursor: pointer;
	border:0;
    padding: 10px 0 10px 10px;
	background:url("images/search_light.png") no-repeat scroll 0 50% transparent;
}

#access .menu {
    font-weight: normal;
    list-style: none outside none;
    margin-right: 0px;
    padding: 3px;
    position: relative;
    behavior: url(ie-css3.htc);

    /*ie*/

}

#access .menu ul {
    letter-spacing: normal;
    list-style-type: none;
    margin: 0;
    padding-left: 0px;
    position: relative;
    text-align: center;
    z-index: 1001;
}
#access .menu ul li {
    background: #eee;
    display: block;
    padding: 1px 0 0;
    position: relative;
	margin: 0px;
        border-bottom: solid 1px #ddd;
}
#access .menu ul li a:link,
#access .menu ul li a:visited{
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin-right: 0px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 100ms ease-in 0s;
    font-family:Tahoma,Helvetica,Arial,sans-serif;
     color: #333;
    padding: 2px 8px;
    text-align: left;

}



#access .menu ul li a span.icon{
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

/*
#access .menu ul li a.home span.icon {
    background:url("images/home.png") no-repeat scroll 0 2px transparent;
     height: 20px;
}

#access .menu ul li a.contact span.icon {
    background:url("images/contact.png") no-repeat scroll 0 2px transparent;
     height: 20px;
}
*/

#access .menu ul li a.home span.icon {
    background:#ccc;
}

#access .menu ul li a.contact span.icon {
    background:#ccc;
}

#access .menu ul li a:hover {
	 color: #808080;
          transform: translate3d(0px, 0px, 0px);
    transition: box-shadow 0.6s ease-in-out 0s;
}

 

#access .menu ul li a.set{
    color:#ccc;
    background: #eee;
}

#access .menu ul li a.link2{
	background:#84D4DA;
}

#access .menu ul li a.link3{
	background:#CDC34B;
}

#access .menu ul li a.link4{
	background:#F2B328;
}

#access .menu ul li a.link5{
	background:#BDBDBD;
}

#access .menu ul li a:hover{
 
}


#access .menu ul li a.current-menu-item{

    color: #fff;
}

#access .menu ul.sub_menu{
    padding-left: 5px;
     padding-right: 5px;
     width: auto;
     min-width: 200px;
}
    

#access .menu ul.sub_menu li a{
     padding:0 0 0 18px;
	font-size: 11px;
}

#access .menu ul.sub_menu li a:hover{
     padding:0 0 0 18px;
 
     color: #ddd;
}


#access .menu ul li ul {
	position: absolute;
	left: 0;
	height: auto;
	display: none;
	visibility: hidden;
	width: 130px;
	padding: 0;
	text-align: left;
	background: #B42328;
}
#access .menu ul li ul li {
	display: list-item;
	float: none;
	padding: 0;
	height: auto;
	border-bottom: 1px solid #bc4549;
}
#access .menu ul li ul li ul {
	top: 0;
}
#access .menu ul li ul li a {
	margin: 0;
	border: none;
	display: block;
	padding: 10px 10px;
	font-size: 12px;
	color: #f3f3f3;
}
#access .menu ul li ul li a:hover,
#access .menu ul li ul li.active a,
#access .menu ul li ul li a.selected {
	color: #f3f3f3;
}
#access .menu ul li ul li:last-child {
	border: none;
}
* html #access .menu {
	height: 1%;
}

.selectnav {
	display: none;
	width: 280px;
	margin: 0 auto;
}


.socialtopicon {
    border: medium none !important;
    float: right;
    margin: 2px;
    height: 22px;
    width: 22px;
    opacity:0.8;
}

.social_top {
    padding: 5px;
    margin-right: 20px;
}

.socialtopicon {
 padding: 5px;
}

.socialicon {
    border: medium none !important;
    float: right;
    margin: 2px;
    height: 22px;
    width: 22px;
    opacity:1;
}

.socialicon:hover{
    opacity:0.8;
}

 
#facebookIcon{
    background: url("images/facebook.png") repeat  transparent;
}

#googleIcon{
 background: url("images/google.png") repeat  transparent;
}

#twitterIcon{
 background: url("images/twitter.png") repeat  transparent;
}


a {
  color: #A2C;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #D26;
}

a:active {
  background: hsla( 0, 100%, 100%, 0.5 );
}

h1, h2 {
  font-weight: 100;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 17px;
  font-weight: bold;
}

h3, p, ul, ol, pre, dl {
  margin-bottom: 1.0em;
}

strong { font-weight: bold; }


/**** Content ****/

#content {
     margin: 0 auto;
    padding: 10px;
    width: 100%;
}

#container{
margin-top: 128px;
}

a img {
  border: none;
}

pre, code {
  font-family: Monaco, monospace;
  font-size: 12px;
  background: #111;
  color: #F5F5F5;
}

p code {
  padding: 1px 3px;
}

pre {
  padding: 10px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

ul, ol { padding-left: 1.3em;}

.hidden { display: none; }

.copy {
  width: 600px;
  line-height: 1.55em;
}

blockquote {
    margin: 0;
    font: italic 18px Georgia, serif;
}

dt {
  font-weight: bold;
  font-size: 14px;
}

dd + dt {
  margin-top: 0.5em;
}

dd {
  margin-left: 1.0em;
}

button {
  -webkit-appearance: push-button;
}

.demos #copy,
.docs #content {
  max-width: 640px;
}

.docs #content h2 {
  border-top: 2px solid #FFF;
  padding-top: 10px;
}

.docs #content h2:target {
  background: #D26;
  color: white;
  padding: 10px 5px 5px;
}

/**** Docs ****/



.options dl dt { font-weight: normal; }

.options dl dt,
.options dl dd {
  float: left;
  padding: 0 1.2em;;
  background: #161616;
  line-height: 32px;
  height: 32px;
  margin: 0;
}

.options dl.header dt,
.options dl.header dd {
  background: #444;
}

.options dl .option-type {
  font-size: 13px;
  color: #AAA;
  font-style: italic;
}

.options dl dd {
  margin-left: 1px;
}

 

.centered { margin: 0 auto; }



.entry-meta {
	padding: 5px;
    padding-top: 10px;
    position: relative;
	
}


.box p {
    border-bottom: 1px dotted #555555;
    color: #fff;
}
.love-btn, .love-btn:visited {
    background: url("images/sprites.png") no-repeat scroll 0 -21px transparent;
    color: #888;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin-right: 10px;
    padding-left: 18px;
}

.love-btn:hover {
	background-position: 0 3px;
}

.comment-no, .comment-no:visited {
    background: url("images/sprites.png") no-repeat scroll 0 -42px transparent;
    color: #888;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin-right: 10px;
    padding-left: 19px;
}

.comment-no:hover {
	background-position: 0 -63px;
}
 
span.addthis{
	display: block;
	width: 100%;
	border-top: solid 1px #333;
}

.box h2 {
  font-size: 14px;
  font-weight: 200;
}

.corner-stamp h3,
.box h3 a,
.box h3{
   color: #fff;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 5px 5px 8px;
	 border-bottom: 1px dotted #555;
	 line-height: 22px;
}
.box h4 {
    padding: 5px 10px 5px 10px;
    color: #fff;
}
.box h3 a{
	border:0;
}

p{
	padding: 5px 10px;
	line-height: 20px;
	margin: 0;
}

.corner-stamp img,
.box img,
#tumblelog img {
  display: block;
  width: 100%;
      -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.corner-stamp figure,
.box figure{
	overflow: hidden;
	position: relative;
	border-radius:3px 3px 0 0;
	  border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

span.icon_video{
    background: url("images/start2.png") no-repeat scroll 50% 50% transparent;
    height: 100%;
    left: auto;
    position: absolute;
    top: 0;
    width: 100%;
}


span.yazid_video{
   background: url("images/start2.png") no-repeat scroll 50% 50% transparent;
    height: 100%;
    left: auto;
    position: absolute;
    right: -73px;
    top: -41px;
    width:50%;
}

span.yazid_video:hover,
span.icon_video:hover{
	  background: url("images/start.png") no-repeat scroll 50% 50% transparent;
	  cursor: pointer;
}
 
figure img:hover,
#tumblelog img:hover{
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
}

.rtl .box {
  float: right;
  text-align: right;
  direction: rtl;
}


#container {
  /*background: url("images/transparent.png") repeat  transparent;*/
  background: transparent; 
  padding: 5px;
  margin-bottom: 20px;  
  clear: both;
  border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:86%;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
  
   
}


.box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 3px #888888;
    float: left;
    font-size: 11px;
    line-height: 1.4em;
    margin-top:10px;
    margin-left:8px;
   
   /*  background-image: url("images/trasparent.png");
    background-position: left bottom;*/
    pmargin-bottom: 0px; 
    padding-bottom: 6px;

}

.corner-stamp {
    background: transparent;
   /* background-image: url("images/trasparent.png");*/
    background-position: left bottom;
    border-radius: 5px 5px 5px 5px;
     box-shadow: 0 0 3px #888888;
    color: white;
   float: right; 
    margin-right: 5px;
    margin-top: 12px;
    width: 209px;
}

.box h4.date{
  
}
.corner-stamp {
    background: transparent;
   /* background-image: url("images/trasparent.png");*/
    background-position: left bottom;
    border-radius: 5px 5px 5px 5px;
     box-shadow: 0 0 3px #888888;
    color: white;
  /*  float: right;*/
    margin-right: 5px;
    margin-top: 8px;
    width: 189px;
    position: absolute;
    left: 814px;
    top: 6px;
}
.col1 { width: 80px; }
.col2 { width: 180px; }
.col3 { width: 190px; }
.col4 { width: 350px; }
.col5 { width: 588px; }
 

.col1 img { max-width: 80px; }
.col2 img { max-width: 180px; }
.col3 img { max-width: 190px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 588px; }
.col5 iframe { min-width: 588px;}
.corner-stamp img {
     
}
.person {
    background-image: url("images/trasparent.png");
    background-position: left bottom;
 
}
/**** Gutters ****/

.has-gutters .box {
  margin: 5px 0;
}

.has-gutters .col1 { width: 90px; }
.has-gutters .col2 { width: 230px; }
.has-gutters .col3 { width: 370px; }
.has-gutters .col4 { width: 550px; }

/**** Transitions ****/

.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.transitions-enabled.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}


/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}

/**** Primer comparison ****/

#comparison {
  overflow: auto;
}

#comparison .example {
  width: 420px;
  float: left;
  margin-right: 20px;
}

#comparison .box h5 {
  float: left;
  margin-bottom: 0;
  font-size: 30px;
  margin-right: 4px;
  line-height: 28px;
  font-weight: bold;
  color: #FFF;
}

/* Homepage */

.homepage .item {
  width: 200px;
  float: left;
  padding: 10px;
  margin: 10px;
  background: #D8D5D2;
  font-weight: 300;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.homepage .big-text,
.homepage .link {
  font-size: 24px;
  line-height: 1.2em;
}

.homepage .link {
  padding: 0;
}

.homepage .link a {
  display: block;
  padding: 10px;
  width: 200px;
  background: #D26;
  color: white;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.homepage .link a:hover {
  background: #A2C;
}

.homepage .col2 {
  width: 440px;
}

.homepage .example {
  padding: 0;
  width: 220px;
  background: transparent;
}

.homepage .example a { display: block; }

.homepage .example img {
  display: block;
  width: 100%;
}

.homepage .example a:hover {
  background: #D26;
  color: white;
}

.homepage .loading {
  background: black;
  color: #D8D5D2;
}

.homepage .loading img {
  float: left;
  padding-right: 5px;
  width: 54px;
}

/* mini example */

.homepage .mini div {
  float: left;
  background: white;
  margin: 3px;
  color: #D8D5D2;
  font-weight: bold;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.homepage .mini .w1 { width: 44px; }
.homepage .mini .h1 { height: 44px; }
.homepage .mini .w2 { width: 94px; }
.homepage .mini .h2 { height: 94px; }

/* Tumblelog example */

#tumblelog {
  background: #FFF;
  padding: 1.0em;
}

#tumblelog .story {
  margin: 10px;
  border-top: 4px solid #DCB;
  padding-top: 10px;
  background: #FFF;
  float: left;
}

#tumblelog h1, #tumblelog h2, #tumblelog h3 { font-weight: bold;}

#tumblelog .col1 { width: 220px;}
#tumblelog .col2 { width: 460px;}
#tumblelog .col3 { width: 700px;}

#tumblelog .col1 img,
#tumblelog .col2 img,
#tumblelog .col3 img {
  max-width: none;
}

/* Infinite Scroll loader */
#infscr-loading {
  text-align: center;
  z-index: 100;
  position: fixed;
  left: 45%;
  bottom: 40px;
  width: 200px;
  padding: 10px;
  background: #000;
  opacity: 0.8;
  color: #FFF;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

/**** Fluid ****/

#container.fluid  {
  padding: 5px 0;
}

.fluid .box {
  margin: 5px 1%;
  padding: 5px 1%;
}

.fluid .box.col1 { width: 16%; }
.fluid .box.col2 { width: 36%; }
.fluid .box.col3 { width: 56%; }

/**** Corner stamp ****/



/**** Pygments ****/

code .s1,
code .s { color: #78BD55; } /* string */
code .mi, /* integer */
code .cp, /* doctype */
code .kc { color: #5298D4; } /*boolean*/
code .k { color: #E39B79; } /* keyword */
code .kd, /* storage */
code .na { color: #A9D866; } /* markup attribute */
code .p  { color: #EDB; } /* punctuation */
code .o  { color: #F63; }   /* operator */
code .nb { color: #AA97AC;} /* support */

/* comment */
code .c,
code .c1 { color: #666; font-style: italic; }

code .nt { color: #A0C8FC; } /* Markup open tag */

code .nf { color: #9EA8B8; } /* css id */
code .nc { color: #A78352; }  /* CSS class */
code .m  { color: #DE8E50; } /* CSS value */
code .nd { color: #9FAD7E; } /* CSS pseudo selector */

/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.images_s{
    margin: 0 0 0 14px;
    padding: 0;
    overflow: hidden;
}

.images_s li{
    margin: 3px 8px 8px 3px;
   float: left; 
   list-style: none;
}

.images_s li a{
   box-shadow: 0 1px 4px #666666;
    display: block;
    float: left;
    height: 120px;
    list-style: none outside none;
    margin: 3px;
    padding: 2px;
    text-align: center;
    width: 120px;
    background: #fff;
}

/* BSA */
.bsap {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 300px;
}
.close_bsap {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  padding: 5px 8px;
}
 

.box_yazidturki {
    background-color: #000000;
    cursor: pointer;
    height: 100%;
    right: 0;
    position: absolute;
    top: 106px;
    width: 44px;
	z-index:9999;
	display:none;
}

.yazidturki {
    background-color: #FFFFFF;
    height: 100%;
    right: -250px;
    overflow: auto;
    position: absolute;
    top: 106px;
    width: 250px;
	z-index:9999;
	display:none;
}

.box_yazidturki img {
    border: 3px solid #FFFFFF;
    border-radius: 25px 25px 25px 25px;
    height: 20px;
    margin: 16px 0 0 8px;
    padding: 2px;
    width: 20px;
}

.yazidturki a {
    color: #000000;
    display: block;
    text-decoration: none;
}

.yazidturki ul {
    padding: 10px 0 0 40px;
}

.yazidturki  li {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 0.8em;
    font-weight: 300;
    line-height: 1.7em;
    list-style-type: none;
    padding: 0 0 10px;
    text-transform: uppercase;
}

footer{
	width: 100%;
	background: none repeat scroll 0 0 #ECECEC;
        border-top: 1px solid #CCCCCC;
	height: 46px;
	position: fixed;
	bottom:0;
}

p.success_submit {
    background: none repeat scroll 0 0 #eee;
    border: 2px solid #8F9965;
    font-weight: bold;
    padding: 10px;
}

#mp_m2{
    background: #eeeeee;
    width: 50px;
}