@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
*{
	padding:0px;
	margin:0px;
}
body,div,p,ul,li,a,span,table,tr,td,h1,h2,h3,h4,h5,h6
{
	padding:0px;
	margin:0px;
}
body{
	background: rgba(227, 255, 251, 0.66);
}

.nav a,.nav a:hover{
  text-decoration:none;
}
.onaft {
        background: #e42222;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec0a0a', endColorstr='#d60d0d');
    background: -webkit-linear-gradient(top, bottom, #ec0a0a, #d60d0d);
    background: -moz-linear-gradient(top, #ec0a0a, #d60d0d);
    background: -o-linear-gradient(top, #ec0a0a, #d60d0d);
    background: -ms-linear-gradient(top, #ec0a0a, #d60d0d);
    background: linear-gradient(to top left, #ec0a0a, #d60d0d);
    text-align: center;
    font-size: 12px !important;
    padding: 6px;
    color: #fff;
    zoom: 1;
}
.onaft h1 {
    font-size: 14px;
    display: inline-block;
    font-weight: normal;
    zoom: 1;
}
	
.onaft img{
	display: inline-block;
	 zoom: 1;
     *display: inline;
}
#lang_select
{
	float:right;
	 zoom: 1;
     *display: inline;
}
.nav a,.nav a:hover{
  text-decoration:none;
}
.nav {
    height: 70px;
   
    position: relative;
	width: 1200px;
margin: 0 auto;
    z-index: 3333;
}

.nav ul {
  list-style: none; /*  */
  margin: 0; /* */
  padding-left: 0; /* */
  margin-top:25px; /*  */
  background:#819A32; /*   */
  height: 50px; /* */
  
      background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}
.nav a {
  text-decoration: none; /*   */
  background:#819A32; /*    */
  color:#fff; /*  */
  padding:0px 15px; /* */
  font-family: arial; /* */
  line-height:50px; /*   */
  display: block; 
  border-right: 1px solid #677B27; /*  */
  -moz-transition: all 0.3s 0.01s ease; /*  */
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;
   background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
  
}
.nav a:hover {
  background:#D43737;/*   */
}
.nav li {
  float:left; /*     */
  position:relative; /*   */
  
      background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}
     
    /*    */
   .nav  li > ul {
        position:absolute;
        top:25px;
        display:none;   
    }
     
    /*   */
   .nav  li:hover > ul {
        display:block; 
        width:250px;  /*   */      
    }
   .nav li:hover > ul > li {
        float:none; /*  */
    }
	.nav li a:hover {
		color:#fff;
	}
.lamp span{
  display:block;
  height:4px;
  background:#ee6666;
  position: relative;
}
.lamp span:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(238, 102, 102, 0);
	border-bottom-color: #ee6666;
	border-width: 4px;
	margin-left: -4px;
}
.lamp{
  position:absolute !important;
  height:4px;
  top:66px;
  background:#333;
  transition:all .3s linear;
  -o-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -webkit-transition:all .3s linear;
}
.selected.active>a,.active>a{
  transition:all .3s linear;
  -o-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -webkit-transition:all .3s linear;
  color:#fff;
}
.credit{
  text-align:center;
  margin:20px 0;
}
.blog-link{
color:#fff;
text-decoration:none;
background:#eee;
background-size:40px;
line-height:50px;
display:inline-block;
padding:0 10px;
border-radius:4px;
border-bottom:3px solid #ddd;
color:#333;
font-family:'open sans',sans-serif;
margin:10px;
}
.dgithub{
color:#fff;
text-decoration:none;
background:#eee url('https://lh6.googleusercontent.com/-MOW-T0KLZJI/UyR6EIggYkI/AAAAAAAAEbM/el92Uoxz-aI/s50-no/GitHub-Mark.png') no-repeat;
background-size:40px;
line-height:50px;
display:inline-block;
padding:0 10px 0 50px;
background-position:5px;
border-radius:4px;
border-bottom:3px solid #ddd;
color:#333;
font-family:'open sans',sans-serif;
margin:10px;
}
.header_wraper
{
	background: #f5f5f5;
}
.menu_wraper 
{
	
}
.header
{
	width:1200px;
	margin:0 auto;
}
.header h1 {
    font-family: georgia;
    font-size: 29px;
    color: #42372e;
    text-shadow: 0px 0px 0px #ed7d4b, 0px 9px 6px rgba(226, 122, 75, 0.16), 0px 24px 2px rgba(0,0,0,0.1), 0px 34px 30px rgba(220, 119, 73, 0.26);
    text-align: center;
    /* line-height: 46px; */
}
.wraper-content
{
	 width: 1200px;
    margin: 0 auto;
    margin-top: 12px;
}
.sidebar {
   width: 250px;
    float: left;
    overflow: hidden;
    margin-right: 15px;
    border: solid 1px #E8E8E8;
    padding: 7px;
    background: #FFFFFF;
    font-family: georgia;
	text-align: center;
}
.main-content{
    width: 920px;
    overflow: hidden;
    background: #FFF;
    padding: 22px;
    font-size: 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
    font-family: georgia;
    text-align: justify;
}
#navmenu header {
    font-weight: 600;
    /* display: block; */
    color: #f00;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#369E87, ', endColorstr='#3CB69D');
    /* background: #369E87; */
    background: -ms-linear-gradient(top, #369E87, #3CB69D);
    /* background: linear-gradient(to top left, #369E87, #3CB69D); */
   
    margin-top: -22px;
    margin-left: -22px;
    margin-right: -22px;
    margin-bottom: 22px;
    border-bottom: solid 1px #E8E8E8;
    background: #FAFAFA;
    padding: 22px;
    padding-top: 19px;
    padding-bottom: 13px;
}

#navmenu header h1 {
    text-align: center;
    padding-top: 10px;
    color: #cf7044;
    font-weight: bold;
    font-size: 18px;
    /* text-shadow: 1px 1px 0px #313131; */
}

#navmenu ul {          list-style: none;
    background: #53AF8E; }

#navmenu ul li { display: block; }
#navmenu ul li a {
        position: relative;
    display: block;
    border-bottom: 1px solid #39A890;
    padding: 14px 11px;
    font-weight: bold;
    color: #FFFFFF;
    /* text-shadow: -1px -1px 1px #222; */
    font-size: 16px;
    text-decoration: none;
}

#navmenu ul li a:hover { color: #cad0e6; text-decoration: none; }

#navmenu ul li a::after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-right: 3px solid #d0d0d8;
	border-top: 3px solid #d0d0d8;
	position: absolute;
	right: 30px;
	top: 45%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#navmenu ul li a:hover::after { border-color: #cad0e6; }
.footer
{
width:1200px;
margin:0 auto;
color:#fff;
text-align:center;
}
.footer p{
	margin-top:12px;
}
.footer_wraper
{
	border-top: 10px solid #09274B;
	background: #475566;
    height: 100px;
    margin-top: 10px;
}
.main-content p{
	margin-bottom:10px;
	text-align:justify;
	line-height: 27px;;
}
.main-content img
{
max-width:100%;
}

ul#select_lang 
{
	text-align:center;
}
ul#select_lang li a,#select_lang li a img
{
	display:inline-block;
}
ul#select_lang li a:after
{
	border:none;
}

.main-content input,.main-content select
{
width: 100%;
height: 29px;
border-radius: 5px;
border: 1px solid #D8DAD8;
box-shadow: 1p 1px 1px #ccc;
/* box-shadow: inset 0 0 3px #000000; */
box-shadow: 0 8px 6px -6px black;
}

.main-content td
{
	padding:6px;
}
.main-content input[type='submit']
{
width: 200px;
text-align: center;
background: #E26A6B;
box-shadow: none;
color: #fff;
cursor: pointer;
}
.main-content input[type='submit']:hover
{
	background: #126A6B;
}
.main-content h1{
	font-family: georgia;
font-size: 25px;
color: #475566;
text-shadow: 0px 1px 0px #475566, 0px 9px 10px rgba(0,0,0,0.15), 0px 14px 2px rgba(0,0,0,0.1), 0px 34px 30px rgba(0,0,0,0.1);
text-align: center;
line-height: 46px;
}
.post
{
border-bottom: 1px solid #e9edf1;
margin-bottom: 1.5em;
padding-bottom: 1.5em;
overflow:hidden;
}
.post img
{float: left;
margin-right: 20px;
}
.post a{
color: #475566;
text-decoration: none;	
}
.main-content h3
{
	    text-align: center;
    color: #475566;
    text-shadow: 0px 1px 0px #475566, 0px 14px 10px rgba(0,0,0,0.15), 0px 16px 2px rgba(0,0,0,0.1), 0px 34px 30px rgba(0,0,0,0.1);
}
.panel-default > .panel-heading {
    color: #475566;
    background-color: #f5f5f5;
    border-color: #dddddd;
    text-align: center;
}

#breadcrumbs-two{
 overflow: hidden;
 width: 100%;
 }

#breadcrumbs-two li {
    float: left;
    margin: 0 .5em 0 0.5em;
}

#breadcrumbs-two a {
    background: #ddd;
    padding: .7em 1em;
    float: left;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    position: relative;
    font-size: 12px;
}

#breadcrumbs-two a:hover{
 background: #99db76;
 }

#breadcrumbs-two a::before{
 content: "";
 position: absolute;
 top: 50%;
 margin-top: -1.5em;
 border-width: 1.5em 0 1.5em 1em;
 border-style: solid;
 border-color: #ddd #ddd #ddd transparent;
 left: -1em;
 }

#breadcrumbs-two a:hover::before{
 border-color: #99db76 #99db76 #99db76 transparent;
 }

#breadcrumbs-two a::after{
 content: "";
 position: absolute;
 top: 50%;
 margin-top: -1.5em;
 border-top: 1.5em solid transparent;
 border-bottom: 1.5em solid transparent;
 border-left: 1em solid #ddd;
 right: -1em;
 }

#breadcrumbs-two a:hover::after{
 border-left-color: #99db76;
 }

#breadcrumbs-two .current,
 #breadcrumbs-two .current:hover{
 font-weight: bold;
 background: none;
 }

#breadcrumbs-two .current::after,
 #breadcrumbs-two .current::before{
 content: normal;
 }
	
	#wrapper {width: 655px; margin: 0 auto;}
	a {text-decoration: none;}
	.fancybox img {
		margin-bottom: 4px;
		max-width: 200px;
		max-height: 100px;
	}
	.error
	{
		display: inline-block;
		COLOR: #E24646;
	}
	.bs{
		    display: inline-block;
    margin-bottom: -11px;
	}
	.nav-pills
	{
		display: inline;
	}
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #53AF8E !important;
    border-color: #428bca !important;
}
.dropdown-menu{
	    min-width: 0px !important;
		background-color: #53AF8E !important;
}
.post-title.entry-title
{
	text-align:left;
}
a#drop5
{
  font-family: georgia;
    font-size: 16px;
    color: #475566;
    /* text-shadow: 0px 2px 0px #475566, 0px 14px 10px rgba(0,0,0,0.15), 0px 24px 2px rgba(0,0,0,0.1), 0px 34px 30px rgba(0,0,0,0.1); */
    text-align: center;
    /* line-height: 46px; */
    background: #E3FFF9;
    border-radius: 5px;
    padding: 5px;
    margin-left: 9px;
}