@charset "UTF-8";

html {
  font-size: 14px;
}

body {  
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-position: center center;
  background-clip: border-box;
  background-size: cover;
}
#body0 {  
  background-image: url(../img/1.jpg);
}
#body2 {  
  background-image: url(../img/2.jpg);
}
#body3 {  
  background-image: url(../img/3.jpg);
}
#body4 {  
  background-image: url(../img/4.jpg);#4356e0
}
#body5 {  
  background-image: url(../img/5.jpg);
}

header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: #4356e0;
  color: #fff;
}
 
footer {
  background: #4356e0;
  color: #fff;
  font-size: .75em;
  text-align: right;
  padding: .5em 0;
  clear: both;
}

main {
  width: 1024px;
}
.container {
  width: 994px;
}
main{
  margin: 2em auto;
}
.content{
  margin-bottom: 1em;
  padding: 15px 20px;
  background: rgba(255,255,255,0.85);
  border-radius: 2px;
}
.container {
  margin: 0 auto;
  padding: 5px;
}

a {
  color: #00f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f00;
}

section{
  margin-bottom: 1.5em;
}

ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
li{
  margin: .5em 0;
}

h1,.h1,
h2,.h2{
  margin: 0;
  padding: .5em 0;
  font-weight: 100;
  border-bottom: 1px solid #ccc;
}
#title{
  margin: 17em auto 1em auto;
  background: rgba(83, 87, 220, 0.8);
  padding: .5em 1em;
  border-radius: 2px;
  text-align: center;
}
#subtitle{
  margin: 1em auto 26em auto;
  background: rgba(83, 87, 220, 0.8);
  padding: .5em 1em;
  border-radius: 2px;
  text-align: center;
}
#title p,
#title h1,
#title .h1{
  font-size: 1.5em;
  margin: .5em 0 .3em;
  padding: 0;
  background: none;
  color: #fff;
  border: none;
}
#subtitle h1,
#subtitle h2{
  font-size: 1.25em;
  margin: .2em 0 0;
  padding: 0;
  background: none;
  color: #fff;
  border: none;
}

nav{
  margin-bottom: .5em;
}
nav #toggle{
  position: relative;
  cursor: pointer;
  display: block;
  padding: .5em 20px;
  font-weight: bold;
}
nav #toggle:hover,
nav #toggle:focus{
    color: #f00;
}
nav #toggle:after{
    position: absolute;
    display: block;
    height: 2px;
    width: 15px;
    top: -2px;
    bottom: 0;
    left: 0;
    margin: auto 0;
    background: #fff;
    box-shadow: 0 4px 0 #fff, 0 -4px 0 #fff;
    box-sizing: inherit;
    content: '';
}
nav #toggle:hover:after,
nav #toggle:focus:after{
    background: #f00;
    box-shadow: 0 4px 0 #f00, 0 -4px 0 #f00;
}
nav ul li{
  display: inline-block;
  width: 19.61%;
  text-align: center;
  font-size: .8em;
}
nav ul li a{
  display: block;
  padding: .5em 0 .4em;
  background: #ddd;
  border-radius: 2px;
}
nav ul li a:hover,
nav ul li a:focus{
  background: #eee;
}

.post-readmore a{
  padding: .5em 0 0;
}

.breadcrumb {
  list-style: none;
  font-size: .8em;
  padding: .5em 1em;
  text-align: right;
  margin-bottom: 1em;
  background: rgba(255,255,255,0.85);
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "> ";
}

@media (max-width: 1023px) {
  main,
  .container {
    width: auto;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  nav #toggle{
    display: block;
  }
  nav ul{
    display: none;
  }
  nav ul li{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1px;
  }

}
  /*--kcustom--*/
/*------------------------------------------------------------------------------------*/

.mainwrap {
    clear: both;
    float: left;
    width: 70%;
}

.suvcontent {
    width: 27%;
    float: right;
    margin: 0 10px 10px;
}

.toparea {
    clear: both;
}

.footwrapper {
    clear: both;
}

.bottomwrap {
    clear: both;
}


/*--responcive--*/
/*------------------------------------------------------------------------------------*/

@media screen and (max-width : 1024px) {
#title{
  margin: 0 0 10px;
  background: rgba(83, 87, 220, 0.8);
  padding: .5em 1em;
  border-radius: 2px;
  text-align: center;
}
#subtitle{
  margin: 0;
  background: rgba(83, 87, 220, 0.8);
  padding: .5em 1em;
  border-radius: 2px;
  text-align: center;
}

.suvcontent {
    width: 100%;
    float: none;
    margin: 0;
}

.mainwrap {
    width: 100%;
    float: none;
    margin: 0;
}
}