/*

body {
   font-family: "PT Sans";
   font-size: 16px;
   font-weight: normal;
   line-height: 1.5;
   color: black;
   background: rgba(122, 172, 102, .15);
}

*/

.ad, .ad * {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   padding: 0;
   margin: 0;
   text-decoration: none;
   list-style: none;
   border: 0;   
}

.box {
   width: 100%;
   height: 200px;
   /*height: 100%;*/
}

.noanimate
{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.slider_main_2 {
   width: 100%;
   float: none;
   display: block;
}

.slider {
   position: relative;
   overflow: hidden;
   border-radius: 4px;
   -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
   -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
   box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
   -moz-border-radius: 4px;
}


/*.slider_main_2 {
   float: left;
   border: 4px double #497249;
}*/

.slides {
   /*height: 100%;*/
   height: 200px;
   overflow: hidden;
   -webkit-backface-visibility: hidden;
   -webkit-transform-style: preserve-3d;
   -webkit-transition: all 1500ms cubic-bezier(0.165,.84,.44,1);
   -moz-transition: all 1500ms cubic-bezier(0.165,.84,.44,1);
   -ms-transition: all 1500ms cubic-bezier(0.165,.84,.44,1);
   -o-transition: all 1500ms cubic-bezier(0.165,.84,.44,1);
   transition: all 1500ms cubic-bezier(0.165,.84,.44,1);
}

.slide {
   /*height: 100%;*/
   height: 200px;
   float: left;
   clear: none;
}

.slider-nav a:active,.slider-arrows a:hover {
	text-decoration: none;
    outline-width: 0;
}

.slider-arrow--right, .slider-arrow--left {
   bottom: 50%;
   font-size: 22px;
   line-height: 29px;
   z-index: 2;
   width: 33px;
   height: 33px;
   -webkit-transition: all .35s ease;
   transition: all .35s ease;
   text-align: center;
   /*border: 2px solid #999999;*/
   border-radius: 5px;
   background: #AAAAAA;
}

.slider-arrow--right {
   right: 5px;
}

.slider-arrow--left {
   left: 5px;
}

.slider-arrow {
   position: absolute;
   display: block;
   margin-bottom: -20px;
}

.slider-arrows {
   background-color: #1A6994;
   opacity:0.25;
}

.slider-arrows a {
   color: #999999;
   text-decoration: none;   
   background-color: #44545C;
   /*background-color: transparent;*/
   -webkit-text-decoration-skip: objects;
   text-decoration: none !important;
}

.slider-nav {
   position: absolute;
   bottom: 20px;
}

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

.box img.bgcover {
   width: 100%;
   height: auto;
}

p img.bgcover {
   width: 100%;
   height: auto;
}

img {
   border-style: none;
}


.slider-nav__item {
   width: 12px;
   border-radius: 10px;
   height: 12px;
   float: left;
   clear: none;
   display: block;
   margin: 0 5px;
   background: white;
}

.slider-nav__item--current {
   background: #CCC;
}

.slider-nav__item:hover {
background: #CCC;
}


.desc-slides2 {
bottom: 0;
text-align: center;
position: absolute;
background-color: rgba(66, 66, 66, .79);
z-index: 0;
width: 100%;
cursor: pointer;
}