@font-face {
  font-family: 'koodak';
  src: url('../fonts/BKoodakBold.eot');
  src: url('../fonts/BKoodakBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/BKoodakBold.woff') format('woff'),
  url('../fonts/BKoodakBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

html, body{
  height: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*main css*/
/*body, html{
	height: 100%;
  }*/

  *{
    font-family: 'koodak', tahoma;
    box-sizing:border-box;
      -moz-box-sizing : border-box;
  }

  body{
   background-image: url('../img/bg.jpg');
   background-position: bottom center;
   background-size: cover; 
   position: relative;
   background-attachment: fixed;
 }

 a{
  color: #748e3a;
  text-decoration: none;
  -webkit-transition: 200ms all ease;
  -moz-transition: 200ms all ease;
  -o-transition: 200ms all ease;
  transition: 200ms all ease;
}

a:hover{
  color: #333;
}

.wrapper{
  width: 600px;
  margin: 0 auto;
  display: table;
}

.logo{
  margin-top: 70px;
  display: block;
}

.mainmenu{
  list-style: none;
  padding: 0;
  margin: 0;
}

.mainmenu li{
  display: inline-block;
  font-size: 18px;
}

.mainmenu li a{
  padding: 0 22px;
}
.mainmenu li:first-child a{
  padding-right: 0;
}
.mainmenu li:last-child a{
  padding-left: 0;
}


/*slider*/
.sliderFrame{
  direction: ltr;
  background:url('../img/slider.png') 0 0 no-repeat;
  width: 584px;
  height: 298px;
  padding: 17px 47px 17px 66px;
  margin: 50px auto;
  
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}


.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 20px;
  background: url('../img/sprite.png') no-repeat -1px -72px;
  opacity: 0.5;
}

.bx-wrapper .bx-next {
  right: 20px;
  background: url('../img/sprite.png') no-repeat -34px -72px;
  opacity: 0.5;
}

.bx-wrapper .bx-prev:hover,.bx-wrapper .bx-next:hover {
  opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  outline: 0;
  width: 30px;
  height: 56px;
  text-indent: 9999px;
  z-index: 9999;
}

.object1{
  position: fixed;
  left: 0;
  bottom: 0;
  background: url('../img/object1.png') 0 0 no-repeat;
  width: 354px;
  height: 390px;
}

.object2{
  position: fixed;
  right: 20px;
  bottom: 0;
  background: url('../img/object2.png') 0 0 no-repeat;
  width: 377px;
  height: 365px;
}

.downloads{
  display: table;
  margin: 0 auto 50px;
  width: 100%;
}

.downloads a{
  display: block;
  float: right;
  width: 196px;
  height: 67px;
  margin: 0 2.5px;
}

.downloads a span{
  width: 196px;
  height: 67px;
  display: block;
  background-image: url('../img/sprite.png');
  margin: 0 auto;
}

.downloads a:hover{
  opacity: 0.8;
}

.bazar{
  background-position: 0 0;
}

.sibche{
  background-position: -200px 0;
}

.gplay{
  background-position: -400px 0;
}

.resMenu {
  border: 2px solid #748e3a;
  border-radius: 10px;
  color: #748e3a;
  margin: 0 auto 10px;
  text-align: center;
  width: 95%;
  cursor: pointer;
  padding: 5px;
  display: none;
}

.copyright {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  box-shadow: 0 0 5px #555;
  display: table;
  margin: 50px auto;
  padding: 2px 10px;
  font-size: 14px;
}

.copyright a{
  color: #333;
  display: block;
  vertical-align: middle;
  padding: 3px 2px;
}

.spiral-icon{
  background:url('../img/sprite.png') 0px -130px no-repeat;
  width: 30px;
  height: 28px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.mainContent{
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  box-shadow: 0 0 5px #555;
  padding: 20px;
  margin-top: 50px;
  position: relative;
}

.topObject{
  background: url('../img/top-object.png') 0 0 no-repeat;
  width: 628px;
  height: 68px;
  position: absolute;
  top: -26px;
  right: -10px;
}

.competition{
  text-align: center;
  font-size: 40px;
  color: #af5810;
  margin: 40px 0 0;
  line-height: 1.2;
}

.des{
  color: #555555;
  text-align: center;
}

.form .inputGroup {
  float: right;
  background: rgb(197,204,47);
  background: -moz-linear-gradient(top,  rgba(197,204,47,1) 0%, rgba(173,187,44,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(197,204,47,1)), color-stop(100%,rgba(173,187,44,1)));
  background: -webkit-linear-gradient(top,  rgba(197,204,47,1) 0%,rgba(173,187,44,1) 100%);
  background: -o-linear-gradient(top,  rgba(197,204,47,1) 0%,rgba(173,187,44,1) 100%);
  background: -ms-linear-gradient(top,  rgba(197,204,47,1) 0%,rgba(173,187,44,1) 100%);
  background: linear-gradient(to bottom,  rgba(197,204,47,1) 0%,rgba(173,187,44,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5cc2f', endColorstr='#adbb2c',GradientType=0 );
  padding: 5px;
  border: 1px solid #80824c;
  border-radius: 3px;
  font-size: 15px;
  box-shadow: 0 0 2px #aaa;
  width: 100%;
  margin-bottom: 2%;
}

.form .inputGroup input,.form .inputGroup textarea{
  border: 1px solid #80824c;
  width: 160px;
  height: 45px;
  padding: 10px;
  float: left;
  border-radius: 3px;
}

.form .inputGroup input:focus,.form .inputGroup textarea:focus{
  box-shadow: 0 0 5px #999 inset;
}

.form .inputGroup textarea{
  width: 360px;
  resize:none;
  overflow: hidden;
}
.form .inputGroup button{
  float: left;
  width: 77px;
  height: 45px;
  margin-right: 5px;
  background: rgb(176,88,16);
  background: -moz-linear-gradient(top, rgba(176,88,16,1) 0%, rgba(191,99,23,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,88,16,1)), color-stop(100%,rgba(191,99,23,1)));
  background: -webkit-linear-gradient(top, rgba(176,88,16,1) 0%,rgba(191,99,23,1) 100%);
  background: -o-linear-gradient(top, rgba(176,88,16,1) 0%,rgba(191,99,23,1) 100%);
  background: -ms-linear-gradient(top, rgba(176,88,16,1) 0%,rgba(191,99,23,1) 100%);
  background: linear-gradient(to bottom, rgba(176,88,16,1) 0%,rgba(191,99,23,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b05810', endColorstr='#bf6317',GradientType=0 );
  font-size: 26px;
  color: #fff;
  border: 1px solid #3e3c22;
  border-radius: 3px;
  text-align: center;
}
.form .inputGroup button:hover{
  background: rgb(175,84,8);
  background: -moz-linear-gradient(top,  rgba(175,84,8,1) 0%, rgba(188,90,9,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(175,84,8,1)), color-stop(100%,rgba(188,90,9,1)));
  background: -webkit-linear-gradient(top,  rgba(175,84,8,1) 0%,rgba(188,90,9,1) 100%);
  background: -o-linear-gradient(top,  rgba(175,84,8,1) 0%,rgba(188,90,9,1) 100%);
  background: -ms-linear-gradient(top,  rgba(175,84,8,1) 0%,rgba(188,90,9,1) 100%);
  background: linear-gradient(to bottom,  rgba(175,84,8,1) 0%,rgba(188,90,9,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af5408', endColorstr='#bc5a09',GradientType=0 );
}
.form .inputGroup.w50 {
  width: 49%;
}
.form .inputGroup.w50:first-child {
  margin-left: 2%;
}
.inputGroup > label {
  display: block;
  float: right;
  margin: 9px 3px;
}
.award-icon{
  background: url('../img/sprite.png') -66px -72px no-repeat;
  width: 58px;
  height: 58px;
  display: block;
  margin: 0 auto;
}
form {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}
.large {
  font-size: 26px;
  line-height: 1.5;
  margin: 0 0 30px;
  text-align: center;
}
.black{
  color: #000;
}
.red{
  color: #ff0037;
}
.leaf-icon{
  background: url('../img/sprite.png') -129px -72px no-repeat;
  width: 22px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.title{
  color: #678a38;
  margin-bottom: 20px;
  font-size: 22px;
}
.comment{
  margin-bottom: 15px;
  position: relative;
  padding: 10px;
  border-radius: 5px;
  background: rgb(197,205,47);
  box-shadow: 0 0 2px;
  background: -moz-linear-gradient(top, rgba(197,205,47,1) 0%, rgba(173,187,44,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(197,205,47,1)), color-stop(100%,rgba(173,187,44,1)));
  background: -webkit-linear-gradient(top, rgba(197,205,47,1) 0%,rgba(173,187,44,1) 100%);
  background: -o-linear-gradient(top, rgba(197,205,47,1) 0%,rgba(173,187,44,1) 100%);
  background: -ms-linear-gradient(top, rgba(197,205,47,1) 0%,rgba(173,187,44,1) 100%);
  background: linear-gradient(to bottom, rgba(197,205,47,1) 0%,rgba(173,187,44,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5cd2f', endColorstr='#adbb2c',GradientType=0 );
}
.name{
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.story{
  color: #543f05;
  font-size: 14px;
  margin: 0;
  text-align: justify;
  line-height: 1.3;
}
.winner{
  background: rgb(203,96,118);
  background: -moz-linear-gradient(top, rgba(203,96,118,1) 0%, rgba(203,58,89,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,96,118,1)), color-stop(100%,rgba(203,58,89,1)));
  background: -webkit-linear-gradient(top, rgba(203,96,118,1) 0%,rgba(203,58,89,1) 100%);
  background: -o-linear-gradient(top, rgba(203,96,118,1) 0%,rgba(203,58,89,1) 100%);
  background: -ms-linear-gradient(top, rgba(203,96,118,1) 0%,rgba(203,58,89,1) 100%);
  background: linear-gradient(to bottom, rgba(203,96,118,1) 0%,rgba(203,58,89,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb6076', endColorstr='#cb3a59',GradientType=0 );
    display : table;
    width : 100%;
}
.winner p{
  color: #fff;
  text-shadow:0 1px 0 #000;
  position: relative;
  z-index: 1;
}
.winner .name{
  color: #e4e4e4;
  text-shadow:0 1px 0 #000;
  margin-top: -5px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  padding-left: 33px;
}
.name span{
  font-size: 13px;
}
.avatar{
  float: right;
  margin-left: 10px;
  overflow: hidden;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  box-shadow: 0 0 1px;
  position: relative;
  z-index: 1;
}
.awardSmall-icon{
  background: url('../img/sprite.png') -129px -100px no-repeat;
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 9px;
}
.trophy-icon{
  background: url('../img/sprite.png') -199px -73px no-repeat;
  width: 70px;
  height: 110px;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 5px;
  left: 5px;
}
.winner-icon{
  background: url('../img/sprite.png') -159px -73px no-repeat;
  width: 36px;
  height: 55px;
  display: block;
  position: absolute;
  z-index: 2;
  top: -5px;
  left: 5px;
}

.alert {
  background: none repeat scroll 0 0 #f2dede;
  border: 1px solid #ebccd1;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px 15px;
  color: #a94442;
    
}

.alert ul
{
    margin : 0;
    padding : 0 20px 0 0 ;
    line-height: 1.5;
}

.alert.alert-success{
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

@media screen and (max-width: 1400px) {
  .object2,.object1{
    background-size: 100%;
    width: 230px;
    height: 224px;
  }
  .object2{
    right: 0;
  }
}

@media screen and (max-width: 1090px) {
  .object2,.object1{
    width: 160px;
    height: 154px;
  }
}

@media screen and (max-width: 825px) {
  .object2,.object1{
    width: 140px;
    height: 135px;
  }
}


@media screen and (max-width: 780px) {
  .object2,.object1{
    width: 110px;
    height: 105px;
  }
}

@media screen and (max-width: 650px) {
  .wrapper{
    width: 90%;
  }
  .topObject{
    background-size: 100%;
    width: 100%;
    right: 0;
  }
  .form .inputGroup.w50{
    width: 100%;
  }
  .form .inputGroup input, .form .inputGroup textarea{
    width: 60%;
  }
  .inputGroup > label{
    width: 40%;
    padding:0 5px;
    margin: 9px 0px;
  }
  .form .inputGroup button{
    width: 19%;
    margin-right: 1%;
  }
  .form .inputGroup textarea{
    width: 40%;
  }
  .logo{
    margin-top: 20px;
  }
  .logo > img {
    width: 100%;
    height: auto;
  } 
  .resMenu{
    display: block;
  }
  .mainmenu li {
    display: block;
    text-align: center;
  }
  .mainmenu li a {
    padding: 0;
    line-height: 2;
  }
  .mainmenu{
    display: none;
  }
  .sliderFrame{
    background-size: 100%;
    width: 100%;
    height: auto;
    padding: 2.9% 8% 2.9% 11.5%;
  }
  .sliderFrame .slide{
    width: 100%!important;
  }
  .downloads a{
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .topObject{
    top: -20px;
  }
}
@media screen and (max-width: 500px) {
  .inputGroup.textarea > label {
    text-align: center;
    width: 100%;
  }
  .form .inputGroup textarea{
    width: 80%;
    height: 100px;
  }
  .form .inputGroup button{
    height: 100px;
  }
}
@media screen and (max-width: 400px) {
  .inputGroup > label {
    width: 100%;
    text-align: center;
  }
  .form .inputGroup input{
    width: 100%;
  }
  .form .inputGroup button{
    font-size: 18px;
  }
  .topObject{
    top: -15px;
  }
}

.pagination{
    width: auto;
    display: table;
    margin: 0 auto!important;
}
.pagination *{
    font-size: 16px!important;
    cursor: pointer;
}
.pagination{
    display: table;
    list-style: none;
    /*margin: 50px auto;*/
}
.pagination li,.pagination li.disabled{
    float: right;
    width: 40px;
    margin: 3px;
    background: #BBBB6F;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    height: 32px;
    line-height: 24px;
}
.pagination li:first-child a,
.pagination li:last-child a,
.pagination li:first-child span,
.pagination li:last-child span{
    font-family: arial;
/*    line-height: 30px;*/
}
.pagination li.active{
    background: #C1CA2E;
}
.pagination li.active:hover{
    background: #97a316;
}
.pagination li.disabled:hover{
    background: #97a316;
}
.pagination li:hover{
    background: #97a316;
}
.pagination li a,.pagination li span{
    color: #ffffff;
    font-size: 18px;
    font-family: 'koodak';
    width: 40px;
    height: 30px;
    padding: 5px 0;
    display: block;
}
