.index-container{
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -290px;
}

.index-container:after {
  content: "";
  display: block;
}
#index-top-header{
  width:100%;
  background-color: #444;
  height:30px;
  min-width: 0px;
  position: relative;
  z-index: 100;
}
#index-top-header .search-top{
  position: relative;
  width:160px;
  float: right;
  height: 26px;
  margin:2px 0;
}
#index-top-header .search-top input.search{
  height:26px !important;
  border:0px !important;
  border-radius: 0px !important;
  background-color:#333 !important;
  color:#fff;
  width:120px;
  position: relative;
  z-index: 10;
  padding-left: 4px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: inset 0  -8px 8px -8px #222;
  font-size: 12px;
  float: left;
  display: block;
}

#index-top-header .search-top button.submitsearch{
  height:26px !important;
  width:37px;
  float: left;
  display: block;
  padding:0px;
  margin:0px;
  background-color:#333;
  color:#fff;
  box-shadow: inset 0  -8px 8px -8px #222;
  border: 0px;
  margin-left:3px;
  font-size: 12px;
  z-index: 4;
  position: relative;
}
#index-top-header .search-top button.submitsearch i{
  font-size: 16px;
}
#index-top-header .search-top button.submitsearch:hover i{
  color: #005580;
}

#index-top-header ul{
  margin: 0px;
}
#index-top-header ul li{
  display: inline-block;
  margin: 0px;
  margin-right: 20px;
  margin-top:5px;
  float: right;
  font-size: 12px;
  text-align: left;
}

#index-page-head ul#sniknav ul li a i{
  display: none;
}


#index-header{
  width:100%;
  background-color: #333;
  height:50px;
  padding:0px 20px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing: border-box;
}

#index-page-head{
  width:100%;
  max-width:994px;
  margin:0 auto;
}

.lang-menu-index{

}

body.index .floating-mid{
  width:100%;
  max-width:994px;
  margin:0 auto;
  padding:0px;
}

#index-title-link{
  background-image: url('/image/sportnik_white.png');
  background-repeat: no-repeat;
  /*background-position: 50px;*/
  margin:5px 0 5px 0;
  height:40px;
  width:160px;
  display: inline-block;
  float:left;
  text-align: left;
}
body.index{
  background-image: none;
  background-color: #fff !important;
  height:100%;
}

#index-jumbotron, #index-short-top{
  background-color: #004f8f;
  height: 290px;
  width:100%;
  text-align: left;
  position: relative;
}

#index-short-top{
  height:20px;
}

#index-jumbotron #welcome h1{
  color:#fff;
  width:100%;
  font-size: 40px;
  padding: 0px;
  float: left;
  text-align: center;
  text-shadow:1px 1px #000;
}

.welcome{
  float: left;
  width:100%;
}

#welcome{
  float: left;
  /*width:680px;*/
  width:100%;
  height: 290px;
}
#index-jumbotron #welcome p{
  margin:0px;
  padding:0px;
  color:#fff;
  text-shadow:1px 1px #000;
  font-size: 20px;
  width:100%;
  display: block;
  float: left;
}

#index-jumbotron-border{
  height:8px;
  background-image: url('/image/border.png');
  background-repeat: repeat-x;
}
#index-jumbotron-whiteborder{
  height:6px;
  background-image: url('/image/border_white.png');
  background-repeat: repeat-x;
  position: relative;
  top:285px;
  z-index: 99;
}

#index-short-top #index-jumbotron-whiteborder{
  top:15px;
}

#index-footer-whiteborder{
  height:6px;
  background-image: url('/image/border_white.png');
  background-repeat: repeat-x;
  position: relative;
  top:-1px;
  -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  z-index: 99;
}

#quick-registration-box{
  text-align: center;
  width:30%;
  float:right;
  background-color: rgba(0,0,0,0.2);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color:#fff;
  font-size: 12px;
  margin-top:20px;
  padding:10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#quick-registration-box .btn, #quick-registration-box p{
  margin:5px;
}

#index-jumbotron{
  display: block;
  float: left;
}

#index-jumbotron #quick-registration-box p{
  float: left;
  width: 100%;
}

.index-content .iconlink{
  width:14%;
  height:14%;
  border-radius: 75px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  background-color: rgba(0,0,0,0.1);
  display: inline-block;
  margin:1%;
  text-decoration: none;
  outline: 0;
  box-shadow: inset 2px 2px 0px rgba(0,0,0,0.1), inset -2px -2px 0px #fff;
}


.index-content.ic-white{
  background-color:#fff;
  box-shadow:none;
}

.index-content.ic-white{
  background-color: #fff;
}

.index-content{
  display: block;
  width:100%;
  float:left;
  background-image: url('/image/noise.png');
}

.index-content .alert{
  text-align: left;
}

.index-content.ic-grey{
  background-color: #e2eced;
  box-shadow: inset 0 8px 8px -8px #abbbbd, inset 0 -8px 8px -8px #abbbbd;
}

html.ie6 .index-content.ic-grey,
html.ie7 .index-content.ic-grey,
html.ie8 .index-content.ic-grey {
   zoom: 1;
   filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=3, Color=#cccccc),
          progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=-3, Color=#cccccc);
}


.index-content.ic-grey.no-top-shadow{
  box-shadow: inset 0 -8px 8px -8px #abbbbd;
}
.index-content.no-bottom-shadow{
  box-shadow: inset 0 8px 8px -8px #abbbbd;
}

.index-content.ic-white{
  background-color: #fff !important;
}

.iconlink:hover{
  background-color: #abbbbd;
  box-shadow: none;
}
.iconlink.active{
  background-color: #abbbbd;
  box-shadow: none;
}

.iconlink i{
  font-size: 60px;
  color: #000;
  line-height: 140px;
  display: inline;
}

.iconlink i.icon-dots:before{
  content: "...";
  font-family: 'FontAwesome';
  display: inline-block;
  text-decoration: inherit;
}

.iconlink i:hover{
  text-decoration: none;
  border:none;
}

.tool-buttons{
  text-align: center;
  margin-top:18px;
  margin-bottom:-18px;
}

.tool-descriptions{
  display: block;
  width:100%;
}

.tool-arrow{
  width:0px;
  height:0px;
  border-left: 20px solid rgba(255,255,255,0);
  border-right: 20px solid rgba(255,255,255,0);
  border-top: 20px solid rgba(255,255,255,0);
  border-bottom: 20px solid #fff;
  background-color: transparent;
  position: relative;
  left:140px;
}
.tool-arrow:after{

}
.index-content h1{
  padding:0px;
}
.index-content h1,.index-content h2, .index-content h3, .index-content p{

  text-align: left !important;
}
.index-content .description-more h3, .index-content .description-more p{
  margin:0px 0;
}
.index-content p, .index-content li{
  font-size: 13px;
  font-family: Helvetica;
}

.index-content h1{
  font-family: 'Raleway';
  font-size:28px;
  margin-bottom:10px;
}

.index-content h2{
  font-family: 'Raleway';
  font-size: 22px;
  font-weight: normal;
}

.tool-descriptions .description-main{
  width:70%;
  padding:10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  min-height: 390px;
}

.tool-descriptions .description-more{
  width:30%;
  padding:10px 10px 10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  box-shadow: inset 5px 0 5px -5px #abbbbd;
  min-height: 390px;
}

.tool-descriptions .description-more h3{
  width:100%;
  font-size: 16px;
  font-family: 'Raleway';
}


.index-reference2{
  text-align: center;
  width:248px;
  min-height: 470px;
  display: inline-block;
  border-left:1px solid #fff;
  border-right:1px solid #ddd;
}

.index-reference2 .reference-image{
  width:160px;
  height:160px;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  padding:5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px #abbbbd;
  box-shadow: 0 0 8px #abbbbd;
  margin:0px 80px;
  position: relative;
  image-rendering: -moz-crisp-edges;         /* Firefox */
                   image-rendering:   -o-crisp-edges;         /* Opera */
                   image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
                   image-rendering: crisp-edges;
}

.index-reference2 .reference-image:after{
  content: "";
  border-width: 85px;
  border-style: solid;
  border-left-color: rgba(255,255,255, 0);
  border-top-color: rgba(255,255,255, 0);
  border-right-color: rgba(0,0,0, 0.1);
  border-bottom-color: rgba(0,0,0, 0.1);
  position: absolute;
  top: 0px;
  left:0px;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
}

html.ie8 .reference-image:after,
html.ie6 .reference-image:after,
html.ie7 .reference-image:after{
  display:none;
}

.index-reference2 .reference-image img{
  width:160px;
  height:160px;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
}


.index-reference2 .reference-text h2,
.index-reference2 .reference-text p{
  text-align: center !important;
}
.index-reference2 .reference-text p{
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding:0px 5px;
}

.index-reference2:nth-child(2n){
  margin:0 auto;
}
.index-reference2:nth-child(2n+1){
margin:0 auto;
}

.index-content h1#comments{
  text-align: center!important;
  margin-left: -24px;
  margin-top: 10px;
}

.index-content .bx-viewport{
  box-shadow:
        5px 0 5px -5px #aaa,
        -5px 0 5px -5px #aaa !important;
  left:0px !important;
  right:0px !important;
}

.index-content h1 i{
  background-color: #abbbbd;
  font-size: 40px;
  height: 80px;
  width: 80px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  display: inline-block;
  line-height: 80px;
  color: #e2eced;
}

#index-main{
  padding-bottom:160px;
  display: inline-block;
}

.index-padder{
  padding:10px 10px 20px 10px;
  display: inline-block;
  width: 100%;
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#index-page-head ul{
  float: right;
  margin:0px;

  height:20px;
  position: relative;
  display: inline-table;
}

#index-page-head ul:after {
  content: ""; clear: both; display: block;
}

#index-page-head ul li{
  float: left;
  list-style: none;
}

#index-page-head > ul > li > a{
  margin-top:10px;
  padding:10px 10px !important;
}

#index-page-head ul li a{
  height:20px;
  display: block;
  float: left;
  padding:5px 10px;
  color:#fff;
}

#index-page-head ul ul li span{
  font-size: 12px;
  color:#fff;
  height:20px;
  padding:5px 10px;
  float: none;
  display: block;
  line-height: 20px !important;
  clear: both;
  text-align: left;
  background-color: #222;
}

#index-page-head ul li ul{
  display: none;
}

#index-page-head ul li {
  float: left;
}

#index-page-head ul li a {
  display: block;
}
#index-page-head ul li a:hover{
  background-color: #3d3d3d;
}

#index-page-head ul ul {
  padding: 0;
  position: absolute;
  top: 100%;
  margin:0px;
}
  #index-page-head ul ul li {
    float: none;
    position: relative;
    background-color: #333;
  }

  #index-page-head ul ul li a{
    float: none;
    position: relative;
    background-color: #333;
    text-align: left;
    font-size: 12px ;
  }

  #index-page-head ul ul li a.first-child{
    box-shadow: inset 0  8px 8px -8px #222;
  }

  #index-page-head ul ul {
  display: none;
}

  #index-page-head ul li:hover > ul {
    display: block;
    z-index: 1000000;
    min-width: 100px;
  }
  #index-page-head ul li:hover > a {
    background-color: #3d3d3d;
  }

.footer-push{
  height: 290px;
  width: 100%;
  margin-bottom: -290px;
  display: block;
  clear: both;
}
.index-footer{
  background-color: #333;
  min-width: 0px;
  width:100%;
  height:290px;
  display:block;
  float: left;
  margin:0px;
  clear: both;
}

.bx-viewport{
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.slide-container{
  height:290px;
  position: relative;
  z-index: 1;
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding:30px 20px;
  text-align: center;
}

#welcome .bx-wrapper, #welcome .bx-viewport, #welcome .index-inside-slide, #welcome .bx-viewport ul.slider, #welcome .bx-viewport ul.slider li {
    height: 290px !important; //provide height of slider
    margin:0px !important;
    padding: 0px !important;
    left:0px;
}

#welcome ul.slider{
  margin-left: 0px !important;
}

#welcome .bx-pager-link{
  background-color: rgba(0, 0, 0, 0.3);
}
#welcome .bx-pager-link.active{
  background-color:#fff;
}

#welcome .bx-controls{
    top: 230px;
    position: absolute;
    width:100%;
    height:32px;
    text-align: center;
    z-index: 89;
}

#welcome .bx-controls-direction {
      position: absolute;
      top:0px;
      height:32px;
      width: 100%;
      z-index: 20;
}

#welcome .bx-pager {
      position: absolute;
      top:0px;
      padding:0px;
      height:32px;
      margin:0px 25%;
      z-index: 89;
      width: 50%;
}

#welcome .bx-pager .bx-pager-item a{
  margin:11px 5px;
}

#welcome .bx-prev, #welcome .bx-next{
  background: none;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  display: inline-block;
  text-indent: 0px;
  font-size: 0px;
}

#welcome a.bx-prev:before{
  font-family: 'FontAwesome';
  content: "\f053";
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
  text-indent: 0px !important;
}

#welcome a.bx-next:before{
  font-family: 'FontAwesome';
  content: "\f054";
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
  text-indent: 0px !important;
}

#welcome a.bx-next{
  right:5%;
}
#welcome a.bx-prev{
  left:5%;
}

#welcome a.bx-next:hover, #welcome a.bx-prev:hover{
  background-color:#333;
}

.fractal{
  background-image:url('/image/fractaltest.png');
  background-repeat: no-repeat;
  background-position: 50%;
}

.topimg4{
  background-image:url('/image/topimage4.jpg');
  background-position: center;
}

.topimg2{
  background-image:url('/image/topimage2.jpg');
  background-position: center;
}

.topimg3{
  background-image:url('/image/topimage3.jpg');
  background-position: bottom;
}

.topimg5{
  background-image:url('/image/topimage5.jpg');
  background-position: right bottom;
}

.reference-logo{
  height: 60px;
  opacity:1;
  cursor:pointer;
  -webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.reference-logo:hover{
  transform: scale(1.2,1.2);
-ms-transform: scale(1.2,1.2); /* IE 9 */
-webkit-transform: scale(1.2,1.2); /* Safari and Chrome */
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

/*LEFTSIDE INDEX MENU*/

  .index-leftmenu{
    display: block;
    float:left;
    text-align: left;
    width:20%;
    height: auto;
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
    border-left:1px solid #ddd;
    background: #f1f1f1; /* Old browsers */
    margin:20px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
  }
  .index-leftmenu:before{

  }

  .index-leftmenu ul{
    margin:0px;
  }

   .index-leftmenu ul li.active > a{
    background-color: #fff;
   }

  .index-leftmenu ul li a{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom:1px solid #ddd;
    border-top:1px solid #fff;
    color: #666;
    padding-left: 20px;
    position: relative;
    background-image: url('/image/noise.png');
  }

    .index-leftmenu ul li a:hover{
    background-color:#fff;
  }

  .index-leftmenu > ul li{
    display: block;
    float: left;
    width: 100%;
    font-size: 16px;
  }

  .index-leftmenu > ul li a{
    display: block;
    float: left;
    width: 100%;
    line-height: 40px;
    height:40px;
  }

  .index-leftmenu > ul li > ul li{
    display: none;
    margin: 0px;
  }
  .index-leftmenu > ul li.active > ul li{
    display: block;
  }
  .index-leftmenu > ul li > ul li a{
    display: block;
    font-size: 14px;
    height:40px;
    line-height:40px;
    padding-left:40px;
  }

/*********************/
.index-right{
  width:80%;
}
.index-content-right{
  display: inline-block;
  text-align: left;
  float:left;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing: border-box;
  border-bottom:1px solid #ddd;
  margin:10px 0px;
  padding:10px 20px;
}

.index-content .index-content-right h1{
  text-align: left !important;
}

#all-func li{
  width:30%;
  float: left;
}

.function-list{
  display: block;
  float: left;
}

.function-list li{
  display: block;
  text-align: left;
  margin-top:5px;
  margin-left:26px;

}

.function-list li:before{
  font-family: "FontAwesome";
  content: "\f00c";
  color:#fff;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  background-color:#5BB75B;
  height:16px;
  width:16px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border:#fff 3px solid;
  box-shadow: 0 0 4px #ABBBBD;
  margin-left:-26px;
}

/* FOOTER INDEX */

.index-footer .index-footer-section{
  width:25%;
  height:280px;
  display: block;
  border-left:1px dotted #555;
  float:left;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing: border-box;
  color:#aaa;
  font-size: 12px;
  overflow: hidden;
}

.index-footer .index-footer-section.section-big{
  width:50%;
}

.index-footer .index-footer-section:first-child{
  border:none;
}

.index-preview-image{
  width:170px;
  float:left;
  display: block;
  border:5px solid #fff;
  box-shadow: 0 0 8px #ABBBBD;
}

a:hover .index-preview-image{
  border:5px solid #f1f1f1;
  box-shadow: 0 0 8px #ABBBBD;
}

.index-content-right .index-text{
  float:left;

  display: block;
  margin-right:20px;

  font-size: 13px;
}

.index-content-right .index-text img{
  display: block;
  float:right;
  margin-left:20px;
  margin-bottom:20px;
}

.full-right .index-right, .full-right .index-right .index-content-right{
  width:100% !important;
}

.full-right .index-right .index-content-right .index-text{
  margin-left:20px;
}

.index-footer .index-footer-section .links{
  width:100%;
  display: block;
  height:50px;
}
.index-footer .index-footer-section .links a{
  display: inline-block;
  margin: 5px 0;
  padding: 0px 10px;
  border-right:1px solid #333;
}

.index-footer .index-footer-section .links a.last-foot-link{
  border-right: none;
}

.index-footer .index-footer-section .links a:first-child{
  padding-left:0px;
}

.index-footer .index-footer-section span.copyright{
  display: inline-block;
  padding:10px 0 10px 0px;
  line-height: 18px;
  width:100%;
}

#slogan{
  font-family: 'Indie Flower';
  color: #fff;
  margin-top:24px;
  display: inline-block;
  text-align: left;
  float: left;
  font-size: 16px;
}

.small-screen{
  display: none;
}

/* RESPONSIVE FIXES */

@media screen and (max-width: 900px) {

  .contact-info{
    width: 100% !important;
  }

  #index-top-header .search-top input{

    box-shadow: inset 0  8px 8px -8px #222;
  }

  ul#all-func li{
    width:40%;
  }

  .tool-buttons .iconlink{
    margin:0.5%;
  }

  .iconlink i{
    font-size: 40px;
  }

  .index-leftmenu{
    display:none;
  }
  .index-right{
    width:100%;
  }

  .tool-descriptions .description-main{
    width:100%;
    display: block;
    float: left;
    height: auto;
    min-height: 0px;
  }

  .tool-descriptions .description-more{
    width:100%;
    box-shadow: none;
    height: auto;
    min-height: 0px;
  }

  #index-header{
    position: fixed;
    top: 0px;
    z-index: 9000;
    padding:0px 20px;
    box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing: border-box;
  }
  body{
    margin-top:50px !important;
  }
  .welcome{
    width:100%;
  }
  #quick-registration-box{
    display: none;
  }

  .small-screen{
    display: inline-block;
    float: left;
  }

  .small-screen #quick-registration-small{
    display: block;
    float: left;
    width: 100%;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .small-screen #quick-registration-small h1{
    display: block;
    float: left;
    line-height: 42px;
    text-align: center !important;
    width:100%;
  }
  .small-screen #quick-registration-small a{
    display: inline-block;
    float: 0;
    margin:0 auto;
    margin-top:10px;
    font-size: 14px;
  }
  .big-screen{
    display: none !important;
  }
}

@media screen and (max-width: 500px) {

  .slide-container .welcome *:not(h1){
    display: none;
  }

  .slide-container .welcome h1, .slide-container .welcome p{
    text-align: center !important;
    width: 100% !important;
  }

  .news-item .news-head h2{
    margin-top: 30px !important;
  }

  #slogan{
    display: none;
  }

  .iconlink i{
    font-size: 20px;
  }

  ul#all-func li{
    width:90%;
  }
  ul li.small-only{
    display: block;
  }
  .small-screen #quick-registration-small h1{
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .small-screen #quick-registration-small button{
    float: none;
    margin: 0 auto;
  }

  .medium-big-screen{
    display: none !important;
  }

  .index-footer-section{
    width:100% !important;
  }
}


/**************/

.comments-slider{
  margin:0px;
  float: none;
}

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

.img-col{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width:260px;
}

.img-col img{
  border:5px solid #fff;
  -webkit-box-shadow: 0 0 8px #abbbbd;
  box-shadow: 0 0 8px #abbbbd;
  margin:10px 0;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.img-col .readmore{
  border:5px solid #fff;
  background-color: #333;
  color:#fff;

  -webkit-box-shadow: 0 0 8px #abbbbd;
  box-shadow: 0 0 8px #abbbbd;
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  padding:10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin:10px 0;
}
.img-col .readmore h4{
  font-size: 14px;
}
.img-col .readmore ul{
  text-align: left;
  float: left;

  width: 100%;
  list-style-position: inside;
  margin:0px;
  padding:0px;
  z-index: 100;
  list-style-type: none;
}

.about-index p{
  padding: 0px 0 10px 0;
}

body.index .ui-widget-header.ui-dialog-titlebar{
  background-color: #333 !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-image: url('/image/sportnik_white.png');
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: auto 30px;
}

body.index .ui-widget-header.ui-dialog-titlebar button:after{
  color:#fff;
  text-shadow: 0 1px 0 #000;
}

body.index .ui-dialog.ui-widget{
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border:0px !important;
}

#login-dialog img{
  float:left;
  display: block;
  margin: 10px 5px 5px 5px;
}

.index-text p, .tool-descriptions p{
 margin-bottom:10px;
}

.index-footer-section dd, .index-footer-section dt{
  line-height: 12px;
  font-size: 10px;
  text-align: left !important;
  margin:0px;
  margin-left:0px !important;
  padding:0 10px;
  width:100%;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  display: block;
  clear: both;
}
.index-footer-section dd{
  margin-bottom:10px;
}


.index .controls{
  text-align: left;
}

#contactform input[type="text"]{
  width: 75%;

}

.index-map{
  display:block;
  float:left;
  border:5px solid #fff;
  -webkit-box-shadow: 0 0 8px #abbbbd;
  box-shadow: 0 0 8px #abbbbd;
  margin-left:20px;
}


.btn-sportnik{
  background-color: #004F8F;
    background-image: linear-gradient(to bottom, #004277, #004F8F 70%);
    background-repeat: repeat-x;
    padding:5px 10px !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  font-size: 14px;
}

#index-page-head .btn-sportnik{

  position: relative;
  margin-top: 15px !important;
  margin-left: 20px !important;
  padding:5px 10px !important;

}

.btn-sportnik:hover{
  background-color: #004F8F !important;
    background-position: 0 -15px !important;
    color: #fff !important;
    text-decoration: none !important;
    transition: background-position 0.1s linear 0s !important;
}

.price-list{
  background-color:#fff;
  box-shadow: 0 0 8px #abbbbd;
  clear: both;
  margin: 20px;
}

.price-list h2{
  display: inline-block;
  width: 90%;
  background-image: linear-gradient(to bottom, #004277, #004F8F 70%);
  margin-left:-20px;
  padding-left: 20px;
  position: relative;
  color:#fff;
  box-shadow: 0 0 8px #abbbbd;
  font-size: 14px;
  line-height: 40px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.price-list h2:before{
  content: "";
  border-left:10px solid transparent;
  border-bottom:10px solid transparent;
  border-right:10px solid #004277;
  border-top:10px solid #004277;
  position: absolute;
  top:100%;
  left: 0px;
}
.price-list td.td-head{
  font-weight: bold;
}
.price-list table td, .price-list table th{
  padding:5px 10px;
}

.note{
  color:#000;
  background:#ffc;
  width:180px;
  height:180px;
  padding:20px;
  box-shadow: 0 0 8px #abbbbd;
  -o-transform:rotate(4deg);
  -webkit-transform:rotate(4deg);
  -moz-transform:rotate(4deg);
  margin:0 auto;
  margin-top:30px;
  margin-bottom:30px;
  font-family: 'Indie Flower';


}
.note b{
  color:#f00;
  font-size: 20px;
}
.note p{
  font-family: 'Indie Flower';
  font-size: 16px;
}

.slide-container ul{
  width:300px;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  float: left;
}

.slide-container ul li{
  padding:0px 0px 0px 20px;
  display: inline-block;
  float: none;
  text-align: left;
  margin: 0 auto;
  color: #fff;
  text-shadow:1px 1px #000;
  font-size:16px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  margin:0px;
}

.slide-container ul li:before{
  font-family: "FontAwesome";
  content: "\f00c";
  color:#fff;
  font-size: 20px;
  margin-right:10px;
  position: absolute;

  top:0px;
  left: 0px;
}

div.transparent-box{
  background-color:rgba(255,255,255,0.1);

  margin: 0 auto;
  margin-top:10px;
  display: inline-block;
  clear: both;
  padding:10px;
}

div.transparent-box.black{
  background-color:rgba(0,0,0,0.1);
  color:#000;
}

div.transparent-box.black li, div.transparent-box.black p, div.transparent-box.black li:before{
  color:#000 !important;
  text-shadow:1px 1px #fff !important;
}

div.transparent-box.centered{
  text-align: center;
}
div.transparent-box.centered ul{
  margin: 0 auto;
  float: none;
}

div.iphone{
  height:290px;
  width:255px;
  background-image: url('/image/iphone.png');
  background-size: 255px;
  background-position: left top;
  float:right;
  margin-top:-30px;
}

div.applinks{
  display: block;
  float: left;
  margin-top:20px;
}

div.applinks a{
  display: block;
  margin:5px;
  float: left;
  font-size:11px;
  text-align: left;
}



.news-item{
  background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 13px 15px;
    margin-bottom:10px;
    border-radius:2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
    font-size: 13px;
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

.news-item .news-head h2{
  margin:0px;
  border-bottom:1px solid #ddd;
  -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}
.news-item .news-body{
  padding-top:10px;
  display: block;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

.news-item .news-body div.images{
  display: block;
  float: left;
  width: 100%;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
}

.news-item .news-body div.images:empty{
  border:none;
}

.news-item .news-body div.images img{
  margin:5px;
}

.news-item .created-date{

  /*background-color:#004F8F;*/
  color:#808080;
  padding:0px;
  height: 20px;
  font-size: 11px;
}

.news-item .social{
  position: absolute;
  top:0px;
  right: 0px;
  /*background-color:#004F8F;*/
  border-bottom:1px solid #ddd;
  border-left:1px solid #ddd;
  color:#fff;
  padding:0px;
  height: 34px;
  background-color: #0088CC;
  cursor: pointer;
}
.news-item .social a{
  color:#fff;
}
.news-item .social a:hover{
  text-decoration: none;
}
.news-item .social a{
  display: inline-block;
  line-height: 30px;
  height: 30px;
  float: left;
  padding:2px 10px;
}

.news-item .social a.news-type{
  background-color: #f1f1f1;
  color: #333
}

.news-item .social a.like:before{
  content:"\f164";
  font-family: "FontAwesome";
  width:0px;
}
.news-item .social a.like{
  border-left:0px solid #000;
  width:0px;
  height: 30px;
  text-align: center;
  padding:2px 0px;
  overflow: hidden;
  transition:
    width 0.3s linear 0s,
    border-left 0s linear 0.3s;
  -webkit-transition:
    width 0.3s linear 0s,
    border-left 0s linear 0.3s;
  display: block;
}

.news-item .social:hover{
}

.news-item .social a:hover{
  background-color: #005580;
  color:#fff;
}

.news-item .social:hover a.like{
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  width: 40px;

  border-left: 1px dotted #96AEDD;
}

.news-item .social a.comment_count{
  border-left: 1px dotted #96AEDD;
}

.news-item .social a.like_count:before{
  content: "\f004";
  font-family: 'FontAwesome';
  margin-right: 5px;
}

.news-item .social a.comment_count:before{
  content: "\f075";
  font-family: 'FontAwesome';
  margin-right: 5px;
}

/*.section-map{
  border-radius: 4px;
  border:1px solid #ddd;
  padding:10px;
}*/

.news-fb-widget{
  text-align: left;
  height:240px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding:0 5px;
}

.news-fb-widget div{
  border-bottom: 1px solid #555;
  padding:5px 0px;
  display: block;
  float: left;
  width:100%;
  moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.news-fb-widget img{
  float: left;
  margin: 0px 10px 0px 0px;
}

.ie6 .comments-slider, .ie7 .comments-slider{
  display: none;
}
#index-page-head ul#sniknav.big-screen.collapsed{
  display: block !important;
}