/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ARES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.ares.tparrows {
  cursor:pointer;
  background:#fff;
  min-width:60px;
    min-height:60px;
  position:absolute;
  display:block;
  z-index:100;
    border-radius:50%;
}
.ares.tparrows:hover {
}
.ares.tparrows:before {
  font-family: "revicons";
  font-size:25px;
  color:#aaa;
  display:block;
  line-height: 60px;
  text-align: center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    z-index:2;
    position:relative;
}
.ares.tparrows.tp-leftarrow:before {
  content: "\e81f";
}
.ares.tparrows.tp-rightarrow:before {
  content: "\e81e";
}
.ares.tparrows:hover:before {
 color:#000;
      }
.ares .tp-title-wrap { 
  position:absolute;
  z-index:1;
  display:inline-block;
  background:#fff;
  min-height:60px;
  line-height:60px;
  top:0px;
  margin-left:30px;
  border-radius:0px 30px 30px 0px;
  overflow:hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:scaleX(0);  
  -webkit-transform:scaleX(0);  
  transform-origin:0% 50%; 
   -webkit-transform-origin:0% 50%;
}
 .ares.tp-rightarrow .tp-title-wrap { 
   right:0px;
   margin-right:30px;margin-left:0px;
   -webkit-transform-origin:100% 50%;
border-radius:30px 0px 0px 30px;
 }
.ares.tparrows:hover .tp-title-wrap {
  transform:scaleX(1) scaleY(1);
    -webkit-transform:scaleX(1) scaleY(1);
}
.ares .tp-arr-titleholder {
  position:relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:translateX(200px);  
  text-transform:uppercase;
  color:#000;
  font-weight:400;
  font-size:14px;
  line-height:60px;
  white-space:nowrap;
  padding:0px 20px;
  margin-left:10px;
  opacity:0;
}

.ares.tp-rightarrow .tp-arr-titleholder {
   transform:translateX(-200px); 
   margin-left:0px; margin-right:10px;
      }

.ares.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

/* BULLETS */
.ares.tp-bullets {
}
.ares.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.ares .tp-bullet {
	width:13px;
	height:13px;
	position:absolute;
	background:#e5e5e5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
	background:#fff;
}
.ares .tp-bullet-title {
  position:absolute;
  color:#888;
  font-size:12px;
  padding:0px 10px;
  font-weight:600;
  right:27px;
  top:-4px;
  background:#fff;
  background:rgba(255,255,255,0.75);
  visibility:hidden;
  transform:translateX(-20px);
  -webkit-transform:translateX(-20px);
  transition:transform 0.3s;
  -webkit-transition:transform 0.3s;
  line-height:20px;
  white-space:nowrap;
}     

.ares .tp-bullet-title:after {
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent rgba(255,255,255,0.75);
	content:" ";
    position:absolute;
    right:-10px;
	top:0px;
}
    
.ares .tp-bullet:hover .tp-bullet-title{
  visibility:visible;
   transform:translateX(0px);
  -webkit-transform:translateX(0px);
}

.ares .tp-bullet.selected:hover .tp-bullet-title {
    background:#fff;
        }
.ares .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color:transparent transparent transparent #fff;
}
.ares.tp-bullets:hover .tp-bullet-title {
        visibility:hidden;
}
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
    visibility:visible;
      }

/* TABS */
.ares .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
 }
.ares .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.ares .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
 overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.ares .tp-tab-date
  {
  display:block;
  color: #aaa;
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.ares .tp-tab-title 
{
    display:block;	
    text-align:left;
    color:#333;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.ares .tp-tab:hover,
.ares .tp-tab.selected {
	background:#eee; 
}

.ares .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {

}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 CUSTOM SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.custom.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
}
.custom.tparrows:hover {
	background:#000;
}
.custom.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.custom.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.custom.tparrows.tp-rightarrow:before {
	content: "\e825";
}



/* BULLETS */
.custom.tp-bullets {
}
.custom.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.custom .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa;
    background:rgba(125,125,125,0.5);
	cursor: pointer;
	box-sizing:content-box;
}
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
	background:rgb(125,125,125);
}
.custom .tp-bullet-image {
}
.custom .tp-bullet-title {
}


/* THUMBS */


/* TABS */


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 DIONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.dione.tparrows {
  height:100%;
  width:100px;
  background:transparent;
  background:rgba(0,0,0,0);
  line-height:100%;
  transition:all 0.3s;
-webkit-transition:all 0.3s;
}

.dione.tparrows:hover {
 background:rgba(0,0,0,0.45);
 }
.dione .tp-arr-imgwrapper {
 width:100px;
 left:0px;
 position:absolute;
 height:100%;
 top:0px;
 overflow:hidden;
 }
.dione.tp-rightarrow .tp-arr-imgwrapper {
left:auto;
right:0px;
}

.dione .tp-arr-imgholder {
background-position:center center;
background-size:cover;
width:100px;
height:100%;
top:0px;
visibility:hidden;
transform:translateX(-50px);
-webkit-transform:translateX(-50px);
transition:all 0.3s;
-webkit-transition:all 0.3s;
opacity:0;
left:0px;
}

.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  right:0px;
  left:auto;
  transform:translateX(50px);
 -webkit-transform:translateX(50px);
}

.dione.tparrows:before {
position:absolute;
line-height:30px;
margin-left:-22px;
top:50%;
left:50%;
font-size:30px;
margin-top:-15px;
transition:all 0.3s;
-webkit-transition:all 0.3s;
}

.dione.tparrows.tp-rightarrow:before {
margin-left:6px;
}

.dione.tparrows:hover:before {
  transform:translateX(-20px);
-webkit-transform:translateX(-20px);
opacity:0;
}

.dione.tparrows.tp-rightarrow:hover:before {
  transform:translateX(20px);
-webkit-transform:translateX(20px);
}

.dione.tparrows:hover .tp-arr-imgholder {
 transform:translateX(0px);
-webkit-transform:translateX(0px);
opacity:1;
visibility:visible;
}



/* BULLETS */
.dione .tp-bullet { 
    opacity:1;
    width:50px;
    height:50px;    
    padding:3px;
    background:#000;
    background-color:rgba(0,0,0,0.25);
    margin:0px;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;

  }

.dione .tp-bullet-image {
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  width:44px;
  height:44px;
  background-size:cover;
  background-position:center center;
 }  
.dione .tp-bullet-title { 
     position:absolute; 
   bottom:65px;
     display:inline-block;
     left:50%;
     background:#000;
     background:rgba(0,0,0,0.75);
     color:#fff;
     padding:10px 30px;
     border-radius:4px;
   -webkit-border-radius:4px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
    white-space:nowrap;
 }

.dione .tp-bullet:hover .tp-bullet-title {
     transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.dione .tp-bullet.selected,
.dione .tp-bullet:hover  {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.dione .tp-bullet-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ERINYEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.erinyen.tparrows {
  cursor:pointer;
  background:#000;
  background:rgba(0,0,0,0.5);
  min-width:70px;
  min-height:70px;
  position:absolute;
  display:block;
  z-index:100;
  border-radius:35px;   
}

.erinyen.tparrows:before {
  font-family: "revicons";
  font-size:20px;
  color:#fff;
  display:block;
  line-height: 70px;
  text-align: center;    
  z-index:2;
  position:relative;
}
.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.erinyen .tp-title-wrap { 
  position:absolute;
  z-index:1;
  display:inline-block;
  background:#000;
  background:rgba(0,0,0,0.5);
  min-height:70px;
  line-height:70px;
  top:0px;
  margin-left:0px;
  border-radius:35px;
  overflow:hidden; 
  transition: opacity 0.3s;
  -webkit-transition:opacity 0.3s;
  -moz-transition:opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);  
  visibility:hidden;
  opacity:0;
}

.erinyen.tparrows:hover .tp-title-wrap{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity:1;
  visibility:visible;
}
        
 .erinyen.tp-rightarrow .tp-title-wrap { 
   right:0px;
   margin-right:0px;margin-left:0px;
   -webkit-transform-origin:100% 50%;
  border-radius:35px;
  padding-right:20px;
  padding-left:10px;
 }


.erinyen.tp-leftarrow .tp-title-wrap { 
   padding-left:20px;
  padding-right:10px;
}

.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
   position:relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:translateX(200px);  
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
  font-size:13px;
  line-height:70px;
  white-space:nowrap;
  padding:0px 20px;
  margin-left:11px;
  opacity:0;  
}

.erinyen .tp-arr-imgholder {
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background-position:center center;
  background-size:cover;
    }
 .erinyen .tp-arr-img-over {
   width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
   background:#000;
   background:rgba(0,0,0,0.5);
        }
.erinyen.tp-rightarrow .tp-arr-titleholder {
   transform:translateX(-200px); 
   margin-left:0px; margin-right:11px;
      }

.erinyen.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

/* BULLETS */
.erinyen.tp-bullets {
}
.erinyen.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background: #555555; /* old browsers */
    background: -moz-linear-gradient(top,  #555555 0%, #222222 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top,  #555555 0%,#222222 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top,  #555555 0%,#222222 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top,  #555555 0%,#222222 100%); /* ie10+ */
    background: linear-gradient(to bottom,  #555555 0%,#222222 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); /* ie6-9 */
	padding:10px 15px;
	margin-left:-15px;margin-top:-10px;
	box-sizing:content-box;
   border-radius:10px;
   box-shadow:0px 0px 2px 1px rgba(33,33,33,0.3);
}
.erinyen .tp-bullet {
	width:13px;
	height:13px;
	position:absolute;
	background:#111;	
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
	background: #e5e5e5; /* old browsers */
background: -moz-linear-gradient(top,  #e5e5e5 0%, #999999 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999)); /* chrome,safari4+ */
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* chrome10+,safari5.1+ */
background: -o-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* opera 11.10+ */
background: -ms-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* ie10+ */
background: linear-gradient(to bottom,  #e5e5e5 0%,#999999 100%); /* w3c */
filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); /* ie6-9 */
  border:1px solid #555;
  width:12px;height:12px;
}
.erinyen .tp-bullet-image {
}
.erinyen .tp-bullet-title {
}


/* THUMBS */
.erinyen .tp-thumb {
opacity:1
}

.erinyen .tp-thumb-over {
  background:#000;
  background:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.erinyen .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
}
.erinyen .tp-thumb-more:before {
  content: "\e825";
}

.erinyen .tp-thumb-title {
  font-family:"Raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:20px 35px 20px 20px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
 background:#fff;
}
.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
  color:#000;

}


/* TABS */
.erinyen .tp-tab-title {
    color:#a8d8ee;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    font-family:"Roboto Slab"
    margin-bottom:5px;
}

.erinyen .tp-tab-desc {
	font-size:18px;
    font-weight:400;
    color:#fff;
    line-height:25px;
	font-family:"Roboto Slab";
}
      

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 GYGES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */


/* BULLETS */
.gyges.tp-bullets {
}
.gyges.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background: #777777; /* Old browsers */
    background: -moz-linear-gradient(top,  #777777 0%, #666666 100%); 
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#777777), color-stop(100%,#666666)); 
    background: -webkit-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: -o-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: -ms-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: linear-gradient(to bottom,  #777777 0%,#666666 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", 
    endColorstr="#666666",GradientType=0 ); 
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
  border-radius:10px;
}
.gyges .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#333;
	border:3px solid #444;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.gyges .tp-bullet:hover,
.gyges .tp-bullet.selected {
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", 
    endColorstr="#e1e1e1",GradientType=0 ); /* IE6-9 */

}
.gyges .tp-bullet-image {
}
.gyges .tp-bullet-title {
}
	

/* THUMBS */
.gyges .tp-thumb { 
      opacity:1
  }
.gyges .tp-thumb-img-wrap {
  padding:3px;
    background:#000;
  background-color:rgba(0,0,0,0.25);
  display:inline-block;

  width:100%;
  height:100%;
  position:relative;
  margin:0px;
  box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.gyges .tp-thumb-image {
   padding:3px; 
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
 }  
.gyges .tp-thumb-title { 
     position:absolute; 
     bottom:100%; 
     display:inline-block;
     left:50%;
     background:rgba(255,255,255,0.8);
     padding:10px 30px;
     border-radius:4px;
	 -webkit-border-radius:4px;
     margin-bottom:20px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    white-space:nowrap;
 }
.gyges .tp-thumb:hover .tp-thumb-title {
  	 transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.gyges .tp-thumb:hover .tp-thumb-img-wrap,
 .gyges .tp-thumb.selected .tp-thumb-img-wrap {

  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 }
.gyges .tp-thumb-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(255,255,255,0.8) transparent transparent transparent;
        bottom:-8px;
   }


/* TABS */
.gyges .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid rgba(255,255,255,0.15);
 }
.gyges .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.gyges .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
  overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.gyges .tp-tab-date
  {
  display:block;
  color: rgba(255,255,255,0.25);
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.gyges .tp-tab-title 
{
    display:block;  
    text-align:left;
    color:#fff;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
  background:rgba(0,0,0,0.5); 
}

.gyges .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {

}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HADES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hades.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.15);
	width:100px;
	height:100px;
	position:absolute;
	display:block;
	z-index:100;
}

.hades.tparrows:before {
	font-family: "revicons";
	font-size:30px;
	color:#fff;
	display:block;
	line-height: 100px;
	text-align: center;
  transition: background 0.3s, color 0.3s;
}
.hades.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.hades.tparrows.tp-rightarrow:before {
	content: "\e825";
}

.hades.tparrows:hover:before {
   color:#aaa;
   background:#fff;
   background:rgba(255,255,255,1);
 }
.hades .tp-arr-allwrapper {
  position:absolute;
  left:100%;
  top:0px;
  background:#888; 
  width:100px;height:100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.hades.tp-rightarrow .tp-arr-allwrapper {
   left:auto;
   right:100%;
   -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
   -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
}

.hades:hover .tp-arr-allwrapper {
   -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;  
    -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);

 }
    
.hades .tp-arr-iwrapper {
}
.hades .tp-arr-imgholder {
  background-size:cover;
  position:absolute;
  top:0px;left:0px;
  width:100%;height:100%;
}
.hades .tp-arr-titleholder {
}
.hades .tp-arr-subtitleholder {
}


/* BULLETS */
.hades.tp-bullets {
}
.hades.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.hades .tp-bullet {
	width:3px;
	height:3px;
	position:absolute;
	background:#888;	
	cursor: pointer;
    border:5px solid #fff;
	box-sizing:content-box;
    box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
    -webkit-perspective:400;
    perspective:400;
    -webkit-transform:translatez(0.01px);
    transform:translatez(0.01px);
}
.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
	background:#555;
  
}

.hades .tp-bullet-image {
  position:absolute;top:-80px; left:-60px;width:120px;height:60px;
  background-position:center center;
  background-size:cover;
  visibility:hidden;
  opacity:0;
  transition:all 0.3s;
  -webkit-transform-style:flat;
  transform-style:flat;
  perspective:600;
  -webkit-perspective:600;
  transform: rotatex(-90deg);
  -webkit-transform: rotatex(-90deg);
  box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
  transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
  
  
}
.hades .tp-bullet:hover .tp-bullet-image {
  display:block;
  opacity:1;
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  visibility:visible;
    }
.hades .tp-bullet-title {
}


/* THUMBS */
.hades .tp-thumb { 
      opacity:1
  }
.hades .tp-thumb-img-wrap {
  border-radius:50%;
  padding:3px;
  display:inline-block;
background:#000;
  background-color:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:relative;
  margin:0px;
  box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.hades .tp-thumb-image {
   padding:3px; 
   border-radius:50%;
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
 }  


.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.hades .tp-thumb-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }


/* TABS */
.hades .tp-tab {
  opacity:1;
 }
    
.hades .tp-tab-title
 {
      display:block;
      color:#333;
      font-weight:600;
      font-size:18px;
      text-align:center;
      line-height:25px;      
    } 
.hades .tp-tab-price
 {
	display:block;
    text-align:center;
    color:#999;
    font-size:16px;
    margin-top:10px;
   line-height:20px
}

.hades .tp-tab-button {
    display:inline-block;
    margin-top:15px;
    text-align:center;
	padding:5px 15px;
  	color:#fff;
  	font-size:14px;
  	background:#219bd7;
   	border-radius:4px;
   font-weight:400;
}
.hades .tp-tab-inner {
	text-align:center;
}

              

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEBE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hebe.tparrows {
  cursor:pointer;
  background:#fff;
  min-width:70px;
    min-height:70px;
  position:absolute;
  display:block;
  z-index:100;
}
.hebe.tparrows:hover {
}
.hebe.tparrows:before {
  font-family: "revicons";
  font-size:30px;
  color:#aaa;
  display:block;
  line-height: 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index:2;
  position:relative;
   background:#fff;
  min-width:70px;
    min-height:70px;
}
.hebe.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.hebe.tparrows.tp-rightarrow:before {
  content: "\e825";
}
.hebe.tparrows:hover:before {
 color:#000;
      }
.hebe .tp-title-wrap { 
  position:absolute;
  z-index:0;
  display:inline-block;
  background:#000;
  background:rgba(0,0,0,0.75);
  min-height:60px;
  line-height:60px;
  top:-10px;
  margin-left:0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:scaleX(0);  
  -webkit-transform:scaleX(0);  
  transform-origin:0% 50%; 
   -webkit-transform-origin:0% 50%;
}
 .hebe.tp-rightarrow .tp-title-wrap { 
   right:0px;
   -webkit-transform-origin:100% 50%;
 }
.hebe.tparrows:hover .tp-title-wrap {
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
}
.hebe .tp-arr-titleholder {
  position:relative;
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
  font-size:12px;
  line-height:90px;
  white-space:nowrap;
  padding:0px 20px 0px 90px;
}

.hebe.tp-rightarrow .tp-arr-titleholder {
   margin-left:0px; 
   padding:0px 90px 0px 20px;
 }

.hebe.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

.hebe .tp-arr-imgholder{
      width:90px;
      height:90px;
      position:absolute;
      left:100%;
      display:block;
      background-size:cover;
      background-position:center center;
  	 top:0px; right:-90px;
    }
.hebe.tp-rightarrow .tp-arr-imgholder{
        right:auto;left:-90px;
      }

/* BULLETS */
.hebe.tp-bullets {
}
.hebe.tp-bullets:before {
  content:" ";
  position:absolute;
  width:100%;
  height:100%;
  background:transparent;
  padding:10px;
  margin-left:-10px;margin-top:-10px;
  box-sizing:content-box;
}

.hebe .tp-bullet {
  width:3px;
  height:3px;
  position:absolute;
  background:#fff;  
  cursor: pointer;
  border:5px solid #222;
  border-radius:50%;
  box-sizing:content-box;
  -webkit-perspective:400;
  perspective:400;
  -webkit-transform:translateZ(0.01px);
  transform:translateZ(0.01px);
   transition:all 0.3s;
}
.hebe .tp-bullet:hover,
.hebe .tp-bullet.selected {
  background:#222;
  border-color:#fff;
}

.hebe .tp-bullet-image {
  position:absolute;
  top:-90px; left:-40px;
  width:70px;
  height:70px;
  background-position:center center;
  background-size:cover;
  visibility:hidden;
  opacity:0;
  transition:all 0.3s;
  -webkit-transform-style:flat;
  transform-style:flat;
  perspective:600;
  -webkit-perspective:600;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
border-radius:6px;
  
  
}
.hebe .tp-bullet:hover .tp-bullet-image {
  display:block;
  opacity:1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility:visible;
    }
.hebe .tp-bullet-title {
}


/* TABS */
.hebe .tp-tab-title {
    color:#a8d8ee;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    font-family:"Roboto Slab"
    margin-bottom:5px;
}

.hebe .tp-tab-desc {
	font-size:18px;
    font-weight:400;
    color:#fff;
    line-height:25px;
	font-family:"Roboto Slab";
}


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEPHAISTOS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hephaistos.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
    border-radius:50%;
}
.hephaistos.tparrows:hover {
	background:#000;
}
.hephaistos.tparrows:before {
	font-family: "revicons";
	font-size:18px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.hephaistos.tparrows.tp-leftarrow:before {
	content: "\e82c";
  margin-left:-2px;
  
}
.hephaistos.tparrows.tp-rightarrow:before {
	content: "\e82d";
   margin-right:-2px;
}



/* BULLETS */
.hephaistos.tp-bullets {
}
.hephaistos.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.hephaistos .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#999;
	border:3px solid #f5f5f5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
  box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);

}
.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
	background:#fff;
    border-color:#000;
}
.hephaistos .tp-bullet-image {
}
.hephaistos .tp-bullet-title {
}


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HERMES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hermes.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:30px;
	height:110px;
	position:absolute;
	display:block;
	z-index:100;
}

.hermes.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 110px;
	text-align: center;
    transform:translateX(0px);
    -webkit-transform:translateX(0px);
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.hermes.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.hermes.tparrows.tp-rightarrow:before {
	content: "\e825";
}
.hermes.tparrows.tp-leftarrow:hover:before {
    transform:translateX(-20px);
    -webkit-transform:translateX(-20px);
     opacity:0;
}
.hermes.tparrows.tp-rightarrow:hover:before {
    transform:translateX(20px);
    -webkit-transform:translateX(20px);
     opacity:0;
}

.hermes .tp-arr-allwrapper {
    overflow:hidden;
    position:absolute;
	width:180px;
    height:140px;
    top:0px;
    left:0px;
    visibility:hidden;
      -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
    }
.hermes.tp-rightarrow .tp-arr-allwrapper {
   right:0px;left:auto;
      }
.hermes.tparrows:hover .tp-arr-allwrapper {
   visibility:visible;
          }
.hermes .tp-arr-imgholder {
  width:180px;position:absolute;
  left:0px;top:0px;height:110px;
  transform:translateX(-180px);
  -webkit-transform:translateX(-180px);
  transition:all 0.3s;
  transition-delay:0.3s;
}
.hermes.tp-rightarrow .tp-arr-imgholder{
    transform:translateX(180px);
  -webkit-transform:translateX(180px);
      }
  
.hermes.tparrows:hover .tp-arr-imgholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);            
}
.hermes .tp-arr-titleholder {
  top:110px;
  width:180px;
  text-align:left; 
  display:block;
  padding:0px 10px;
  line-height:30px; background:#000;
  background:rgba(0,0,0,0.75);color:#fff;
  font-weight:600; position:absolute;
  font-size:12px;
  white-space:nowrap;
  letter-spacing:1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing:border-box;

}
.hermes.tparrows:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}


/* BULLETS */
.hermes.tp-bullets {
}

.hermes .tp-bullet {
    overflow:hidden;
    border-radius:50%;
    width:16px;
    height:16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px #FFF;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position:absolute;
}

.hermes .tp-bullet:hover {
	  background-color: rgba(0, 0, 0, 0.2);
}
.hermes .tp-bullet:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 1px #FFF;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.hermes .tp-bullet.selected:after {
  height:100%;
}


/* TABS */
.hermes .tp-tab { 
  opacity:1;  
  padding-right:10px;
  box-sizing:border-box;
 }
.hermes .tp-tab-image 
{ 
  width:100%;
  height:60%;
  position:relative;
}
.hermes .tp-tab-content 
{
    background:rgb(54,54,54); 
    position:absolute;
    padding:20px 20px 20px 30px;
    box-sizing:border-box;
    color:#fff;
  display:block;
  width:100%;
  min-height:40%;
  bottom:0px;
  left:-10px;
  }
.hermes .tp-tab-date
  {
  display:block;
  color:#888;
  font-weight:600;
  font-size:12px;
  margin-bottom:10px;
  }
.hermes .tp-tab-title 
{
    display:block;	
    color:#fff;
    font-size:16px;
    font-weight:800;
    text-transform:uppercase;
   line-height:19px;
}

.hermes .tp-tab.selected .tp-tab-title:after {
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 0 30px 10px;
	border-color: transparent transparent transparent rgb(54,54,54);
	content:" ";
    position:absolute;
    right:-9px;
    bottom:50%;
    margin-bottom:-30px;
}
.hermes .tp-tab-mask {
     padding-right:10px !important;
          }

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
  .hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;}
  .hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;}
  .hermes .tp-tab-content { padding:15px 15px 15px 25px;}
}
@media only screen and (max-width: 768px) {
  .hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;}
  .hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;}
  .hermes .tp-tab-content {padding:10px 10px 10px 20px;}
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HESPERIDEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hesperiden.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
    border-radius: 50%;
}
.hesperiden.tparrows:hover {
	background:#000;
}
.hesperiden.tparrows:before {
	font-family: "revicons";
	font-size:20px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.hesperiden.tparrows.tp-leftarrow:before {
	content: "\e82c";
    margin-left:-3px;
}
.hesperiden.tparrows.tp-rightarrow:before {
	content: "\e82d";
    margin-right:-3px;
}

/* BULLETS */
.hesperiden.tp-bullets {
}
.hesperiden.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
   border-radius:8px;
  
}
.hesperiden .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background: #999999; /* old browsers */
    background: -moz-linear-gradient(top,  #999999 0%, #e1e1e1 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), 
    color-stop(100%,#e1e1e1)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* ie10+ */
    background: linear-gradient(to bottom,  #999999 0%,#e1e1e1 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient( 
    startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 ); /* ie6-9 */
	border:3px solid #e5e5e5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
	background:#666;
}
.hesperiden .tp-bullet-image {
}
.hesperiden .tp-bullet-title {
}


/* THUMBS */
.hesperiden .tp-thumb {
  opacity:1;
  -webkit-perspective: 600px;
  perspective: 600px;
}
.hesperiden .tp-thumb .tp-thumb-title {
    font-size:12px;
    position:absolute;
    margin-top:-10px;
    color:#fff;
    display:block;
    z-index:1000;
    background-color:#000;
    padding:5px 10px; 
    bottom:0px;
    left:0px;
    width:100%;
  box-sizing:border-box;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform:rotatex(90deg) translatez(0.001px);
    transform-origin:50% 100%;
    -webkit-transform:rotatex(90deg) translatez(0.001px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
 }
.hesperiden .tp-thumb:hover .tp-thumb-title {
  	 transform:rotatex(0deg);
    -webkit-transform:rotatex(0deg);
    opacity:1;
}

/* TABS */
.hesperiden .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
 }
.hesperiden .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.hesperiden .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
 overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.hesperiden .tp-tab-date
  {
  display:block;
  color: #aaa;
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.hesperiden .tp-tab-title 
{
    display:block;	
    text-align:left;
    color:#333;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected {
	background:#eee; 
}

.hesperiden .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {

}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 METIS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.metis.tparrows {
  background:#fff;
  padding:10px;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  width:60px;
  height:60px;
  box-sizing:border-box;
 }
 
 .metis.tparrows:hover {
   background:#fff;
   background:rgba(255,255,255,0.75);
 }
 
 .metis.tparrows:before {
  color:#000;  
   transition:all 0.3s;
  -webkit-transition:all 0.3s;
 }
 
 .metis.tparrows:hover:before {
   transform:scale(1.5);
  }
 

/* BULLETS */
.metis .tp-bullet { 
    opacity:1;
    width:50px;
    height:50px;    
    padding:3px;
    background:#000;
    background-color:rgba(0,0,0,0.25);
    margin:0px;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    border-radius:50%;
  }

.metis .tp-bullet-image {

   border-radius:50%;
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  width:44px;
  height:44px;
  background-size:cover;
  background-position:center center;
 }  
.metis .tp-bullet-title { 
     position:absolute; 
	 bottom:65px;
     display:inline-block;
     left:50%;
     background:#000;
     background:rgba(0,0,0,0.75);
     color:#fff;
     padding:10px 30px;
     border-radius:4px;
	 -webkit-border-radius:4px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
    white-space:nowrap;
 }

.metis .tp-bullet:hover .tp-bullet-title {
  	 transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.metis .tp-bullet.selected,
.metis .tp-bullet:hover  {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.metis .tp-bullet-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }

.metis .tp-tab-number {
        color: #fff;
        font-size: 40px;
        line-height: 30px;
        font-weight: 400;
        font-family: "Playfair Display";
        width: 50px;
        margin-right: 17px;
        display: inline-block;
        float: left;
    }
    .metis .tp-tab-mask {
        padding-left: 20px;
        left: 0px;
        max-width: 90px !important;
        transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
    }
    .metis:hover .tp-tab-mask {
        padding-left: 0px;
        left: 50px;
        max-width: 500px !important;
    }
    .metis .tp-tab-divider {
        border-right: 1px solid transparent;
        height: 30px;
        width: 1px;
        margin-top: 5px;
        display: inline-block;
        float: left;
    }
    .metis .tp-tab-title {
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        font-family: "Playfair Display";
        position: relative;
        padding-top: 10px;
        padding-left: 30px;
        display: inline-block;
        transform: translateX(-100%);
        transition: 0.4s all;
    }
    .metis .tp-tab-title-mask {
        position: absolute;
        overflow: hidden;
        left: 67px;
    }
    .metis:hover .tp-tab-title {
        transform: translateX(0);
    }
    .metis .tp-tab {
        opacity: 0.15;
        transition: 0.4s all;
    }
    .metis .tp-tab:hover,
    .metis .tp-tab.selected {
        opacity: 1;
    }
    .metis .tp-tab.selected .tp-tab-divider {
        border-right: 1px solid #cdb083;
    }
    .metis.tp-tabs {
        max-width: 118px !important;
        padding-left: 50px;
    }
    .metis.tp-tabs:before {
        content: " ";
        height: 100%;
        width: 88px;
        background: rgba(0, 0, 0, 0.15);
        border-right: 1px solid rgba(255, 255, 255, 0.10);
        left: 0px;
        top: 0px;
        position: absolute;
        transition: 0.4s all;
    }
    .metis.tp-tabs:hover:before {
        width: 118px;
    }
    @media (max-width: 499px) {
        .metis.tp-tabs:before {
            background: rgba(0, 0, 0, 0.75);
        }
    }

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 PERSEPHONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.persephone.tparrows {
	cursor:pointer;
	background:#aaa;
	background:rgba(200,200,200,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
  border:1px solid #f5f5f5;
}
.persephone.tparrows:hover {
	background:#333;
}
.persephone.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.persephone.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.persephone.tparrows.tp-rightarrow:before {
	content: "\e825";
}



/* BULLETS */
.persephone.tp-bullets {
}
.persephone.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:#transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.persephone .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa;
	border:1px solid #e5e5e5;	
	cursor: pointer;
	box-sizing:content-box;
}
.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
	background:#222;
}
.persephone .tp-bullet-image {
}
.persephone .tp-bullet-title {
}


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 URANUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.uranus.tparrows {
  width:50px;
  height:50px;
  background:transparent;
 }
 .uranus.tparrows:before {
 width:50px;
 height:50px;
 line-height:50px;
 font-size:40px;
 transition:all 0.3s;
-webkit-transition:all 0.3s;
 }
 
  .uranus.tparrows:hover:before {
    opacity:0.75;
  }

/* BULLETS */
.uranus .tp-bullet{
	border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  background:transparent;
}
.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px #FFF;
  border:none;
  border-radius: 50%;

   background:transparent;
}



.uranus .tp-bullet-inner {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}

.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner{
 transform: scale(0.4);
 -webkit-transform: scale(0.4);
 background-color:#fff;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.zeus.tparrows {
  cursor:pointer;
  min-width:70px;
  min-height:70px;
  position:absolute;
  display:block;
  z-index:100;
  border-radius:35px;   
  overflow:hidden;
  background:rgba(0,0,0,0.10);
}

.zeus.tparrows:before {
  font-family: "revicons";
  font-size:20px;
  color:#fff;
  display:block;
  line-height: 70px;
  text-align: center;    
  z-index:2;
  position:relative;
}
.zeus.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.zeus.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.zeus .tp-title-wrap {
  background:#000;
  background:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  position:absolute;
  opacity:0;
  transform:scale(0);
  -webkit-transform:scale(0);
   transition: all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
   border-radius:50%;
 }
.zeus .tp-arr-imgholder {
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background-position:center center;
  background-size:cover;
  border-radius:50%;
  transform:translateX(-100%);
  -webkit-transform:translateX(-100%);
   transition: all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;

 }
.zeus.tp-rightarrow .tp-arr-imgholder {
    transform:translateX(100%);
  -webkit-transform:translateX(100%);
      }
.zeus.tparrows:hover .tp-arr-imgholder {
  transform:translateX(0);
  -webkit-transform:translateX(0);
  opacity:1;
}
      
.zeus.tparrows:hover .tp-title-wrap {
  transform:scale(1);
  -webkit-transform:scale(1);
  opacity:1;
}
 

/* BULLETS */
.zeus .tp-bullet {
     box-sizing:content-box; -webkit-box-sizing:content-box; border-radius:50%;
      background-color: rgba(0, 0, 0, 0);
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
	  width:13px;height:13px;
	  border:2px solid #fff;
 }
.zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.zeus .tp-bullet:hover:after,
.zeus .tp-bullet.selected:after{
    -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
  
 .zeus .tp-bullet-image,
 .zeus .tp-bullet-imageoverlay{
        width:135px;
        height:60px;
        position:absolute;
        background:#000;
        background:rgba(0,0,0,0.5);
        bottom:25px;
        left:50%;
        margin-left:-65px;
        box-sizing:border-box;
        background-size:cover;
        background-position:center center;
        visibility:hidden;
        opacity:0;
         -webkit-backface-visibility: hidden; 
      	backface-visibility: hidden;
        -webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
  		-webkit-transition: all 0.3s ease;
  		transition: all 0.3s ease;
        border-radius:4px;

}
          

.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
        z-index:2;
        -webkit-transition: all 0.5s ease;
	  	transition: all 0.5s ease;
}     
.zeus .tp-bullet-title { 
        color:#fff;
        text-align:center;
        line-height:15px;
        font-size:13px;
        font-weight:600;  
        z-index:3;
         visibility:hidden;
        opacity:0;
         -webkit-backface-visibility: hidden; 
      	backface-visibility: hidden;
        -webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
  		-webkit-transition: all 0.3s ease;
  		transition: all 0.3s ease;
        position:absolute;
        bottom:45px;
        width:135px;
    	vertical-align:middle;
        left:-57px;
}
      
.zeus .tp-bullet:hover .tp-bullet-title,
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay{
      opacity:1;
      visibility:visible;
	  -webkit-transform:translateY(0px);
      transform:translateY(0px);         
    }

/* THUMBS */
.zeus .tp-thumb {
opacity:1
}

.zeus .tp-thumb-over {
  background:#000;
  background:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.zeus .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
}
.zeus .tp-thumb-more:before {
  content: "\e825";
}

.zeus .tp-thumb-title {
  font-family:"Raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:20px 35px 20px 20px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.zeus .tp-thumb.selected .tp-thumb-more:before,
.zeus .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.zeus .tp-thumb.selected .tp-thumb-over,
.zeus .tp-thumb:hover .tp-thumb-over {
 background:#000;
}
.zeus .tp-thumb.selected .tp-thumb-title,
.zeus .tp-thumb:hover .tp-thumb-title {
  color:#fff;

}


/* TABS */
.zeus .tp-tab { 
  opacity:1;      
  box-sizing:border-box;
}

.zeus .tp-tab-title { 
display: block;
text-align: center;
background: rgba(0,0,0,0.25);
font-family: "Roboto Slab", serif; 
font-weight: 700; 
font-size: 13px; 
line-height: 13px;
color: #fff; 
padding: 9px 10px; }

.zeus .tp-tab:hover .tp-tab-title,
.zeus .tp-tab.selected .tp-tab-title {
 color: #000;
  background:rgba(255,255,255,1); 
}



/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/


.post-tabs .tp-thumb {
opacity:1
}

.post-tabs .tp-thumb-over {
  background:#252525;
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.post-tabs .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:15px;
  right:15px;
  z-index:2;
}
.post-tabs .tp-thumb-more:before {
  content: "\e825";
}

.post-tabs .tp-thumb-title {
  font-family:"raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:15px 30px 15px 15px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.post-tabs .tp-thumb.selected .tp-thumb-more:before,
.post-tabs .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.post-tabs .tp-thumb.selected .tp-thumb-over,
.post-tabs .tp-thumb:hover .tp-thumb-over {
 background:#fff;
}
.post-tabs .tp-thumb.selected .tp-thumb-title,
.post-tabs .tp-thumb:hover .tp-thumb-title {
  color:#000;

}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
#page {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
* html #page {
  height: 100%;
}
a,
img {
  outline: none;
}
* {

  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
a {
  text-decoration: underline;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 15px;
}
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
  clear: both;
}
input::-webkit-input-placeholder {
  text-indent: 0px;
  transition: text-indent 0.3s ease;
}
input::-moz-placeholder {
  text-indent: 0px;
  transition: text-indent 0.3s ease;
}
input:-moz-placeholder {
  text-indent: 0px;
  transition: text-indent 0.3s ease;
}
input:-ms-input-placeholder {
  text-indent: 0px;
  transition: text-indent 0.3s ease;
}
input:focus::-webkit-input-placeholder {
  text-indent: -500px;
  transition: text-indent 0.3s ease;
}
input:focus::-moz-placeholder {
  text-indent: -500px;
  transition: text-indent 0.3s ease;
}
input:focus:-moz-placeholder {
  text-indent: -500px;
  transition: text-indent 0.3s ease;
}
input:focus:-ms-input-placeholder {
  text-indent: -500px;
  transition: text-indent 0.3s ease;
}
input[placeholder] {
  text-overflow: ellipsis;
}
input::-moz-placeholder {
  text-overflow: ellipsis;
}
input:-moz-placeholder {
  text-overflow: ellipsis;
}
input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
input[type=submit],
input[type=button] {
  cursor: pointer;
}


.text img {
  max-width: 100% !important;
  height: auto !important;
}
.text ul {
  margin-bottom: 25px;
  list-style-type: square;
  list-style-position: inside;
}
.text ul ul {
  margin-top: 25px;
  margin-left: 15px;
}
.text ol {
  margin-bottom: 25px;
  margin-left: 0px;
  list-style-position: inside;
}
.text ul ul li {
  background-image: none;
  padding-left: 0px;
  list-style-type: square;
}
.text li + li {
  margin-top: 5px;
}
.text p {
  margin-bottom: 25px;
}
.text table {
  margin-bottom: 25px;
  background-color: #fff;
  border-collapse: collapse;
  width: 100%;
}
.text table th {
  border: 1px solid #dddddd;
  font-size: 18px;
  line-height: 18px;
  background-color: #282828;
  color: #fff;
  font-weight: normal;
  padding-top: 10px;
  padding-right: 4px;
  padding-bottom: 10px;
  padding-left: 4px;
}
.text table td {
  padding: 5px;
  border: 1px solid #dfdfde;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
}
.text blockquote {
  margin-bottom: 25px;
  color: #fff;
  background-color: #30A2D9;
  padding: 10px;
}
.text blockquote p {
  margin-bottom: 0px;
}
body {
  color: #121212;
  font-family: "Montserrat", Montserrat ExtraBold;
  font-size: 18px;
  background-color: #fff;
}
.wrap {
  max-width: 1280px;
  min-width: 280px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.name_block {
  font-family: "Montserrat ExtraBold", sans-serif;
  font-size: 22px;
  text-align: center;
  margin-bottom: 45px;
  position: relative;
}
.name_block:before {
  content: '';
  display: block;
  background-image: url(img/romb2.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 11px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  z-index: 2;
  margin-left: -9px;
}
#sect11 .name_block {
  text-align: left !important;
  margin-left: 0 !important;
}
#sect11 .name_block:before {
    left: 137px !important;
}
.name_block .bg {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 20px;
  position: relative;
}
.name_block .bg:before {
  content: '';
  display: block;
  background-image: url(img/romb.png);
  background-repeat: no-repeat;
  width: 9px;
  height: 5px;
  position: absolute;
  bottom: -3px;
  left: -2px;
}
.name_block .bg:after {
  content: '';
  display: block;
  background-image: url(img/romb.png);
  background-repeat: no-repeat;
  width: 9px;
  height: 5px;
  position: absolute;
  bottom: -3px;
  right: -3px;
}
.name_block .namb {
  font-size: 64px;
  line-height: 1;
  font-weight: bold;
  color: #F7931E;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 1px;
}
.name_block p {
  display: inline-block;
  vertical-align: middle;
}
.name_block p span {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  display: block;
}
header {
  height: 101px;
  position: relative;
  background: #262727;
}
header .logo {
  float: left;
  padding: 6px 0;
}
header .logo span {
  display: none;
}
header .logo a {
  font-family: 'DelphianC';
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
}
header .logo_mobile {
  display: none;
}
header .contact {
  float: right;
  padding-top: 32px;
}
header .phone {
  float: left;
  padding-left: 50px;
  background-image: url(img/icon_phone.png);
  background-repeat: no-repeat;
  height: 41px;
  padding-top: 5px;
}
header .phone a {
  font-size: 20px;
  color: #E9E9E9;
  text-decoration: none;
}
header .open_form {
  margin-left: 30px;
  float: left;
}
header .open_form span {
  display: inline-block;
  padding: 9px 14px;
  color: #fff;
  font-size: 17px;
  background-color: #F7931E;
  border-bottom: 2px solid #f5890a;
  cursor: pointer;
}
header .open_form span:hover {
  background-color: #deb78a;
  border-bottom: 2px solid #917555;
}
#sect1 {
  /*background-image: url(img/background.jpg);*/
  background-repeat: no-repeat;
  background-position: center 0;
  padding: 27px 0 20px 0;
  box-shadow: inset 0px 5px 24px rgba(35, 33, 34, 0.2);
  position: relative;
  overflow: hidden;
}

.top-txt-w {
  position: relative;
  z-index: 999;
  min-height: 542px;
}
.cd-image-container {
    position: relative;
    top: -569px;
    left: 0;
    margin: 0 auto -590px;
    max-width: 2360px;
}
.open_form span, .open_form_1 span, .slick-next, .slick-prev {
    transition: all 0.3s;
}
#sect1 .txt {
  background-image: url(img/group_1_txt.png);
  background-repeat: no-repeat;
  width: 564px;
  height: 312px;
  text-align: center;
  font-family: "Montserrat ExtraBold", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #FEFEFE;
  padding-top: 75px;
  margin-left: 257px;
}
#sect1 .txt p strong {
  display: block;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FEFEFE;
  margin-bottom: 17px;
}
#sect1 .txt p strong span{
  display: block;
  font-size: 18px;
}
#sect1 .txt2 {
  padding-top: 73px;
  background-image: url(img/group_1_txt2.png);
  background-repeat: no-repeat;
  width: 373px;
  height: 207px;
  text-align: center;
  font-size: 17px;
  margin: -73px 0 0 483px;
}
#sect1 .txt2 p {
  margin-bottom: 10px;
}
#sect1 .txt2 .open_form2 {
  margin-left: -30px;
  position: relative;
  display: inline-block;
}
#sect1 .txt2 .open_form2:before {
  content: '';
  background-image: url(img/group_1_arrow.png);
  background-repeat: no-repeat;
  display: block;
  width: 49px;
  height: 71px;
  position: absolute;
  top: -64px;
  left: -83px;
}
#sect1 .txt2 .open_form2 span {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  font-size: 17px;
  background-color: #F7931E;
  border-bottom: 2px solid #f5890a;
  cursor: pointer;
}
#sect1 .txt2 .open_form2 span:hover {
  background-color: #deb78a;
  border-bottom: 2px solid #917555;
}
#sect1 .arrow {
  text-align: center;
  padding-top: 53px;
  padding-right: 1px;
}

.tr-bg {
  width:100%;
  position: absolute;
  left: 0;
  top: 220px;
  display: none;
  transition: all 0.8s;/* linear 0.2s;*/
}
section {
    /*transition: all 0.1s linear;*/
}

#sect2 {
  background-image: url(img/background_group_2.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  padding: 50px 0 45px 0;
  /*background-size: cover;*/
  position: relative;
  overflow: hidden;
}
#sect2 .name_block .namb {
  color: #F7931E;
}
#sect2 .name_block p {
  /*color: #fff;*/
}
#sect2 #slider a {
  display: block;
  position: relative;
}
#sect2 #slider a:before {
  content: '';
  display: block;
  background-image: url(img/zoom.png);
  width: 31px;
  height: 31px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
}
#sect2 #slider div img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 300ms ease;
  border: 1px solid #959595;
}
#sect2 #slider .slick-slide {
  padding-top: 30px;
}
#sect2 #slider .slick-slide a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 300ms ease;
}
#sect2 #slider .slick-slide a:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  bottom: 15px;
  left: 15px;
}
#sect2 #slider .slick-slide a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.5);
}
#sect2 #slider .slick-current {
  height: 350px;
  position: relative;
  z-index: 20;
}
#sect2 #slider .slick-current a {
  transition: all 300ms ease;
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}
#sect2 #slider .slick-current a:before {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  bottom: 15px;
  left: 5px;
}
#sect2 #slider .slick-current a:after {
  display: none;
}
#sect2 #slider .slick-current a img {
  border: 0px solid #959595;
}

#sect3 {
  background-image: url(img/background_group_3.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  /*background-size: cover;*/
  padding: 45px 0;
  position: relative;
  overflow: hidden;
}
#sect3 .widget {
  background-color: #fff;
  width: 30%;
  float: left;
  padding: 32px 53px 32px 53px;
  box-shadow: 0px 0px 15px rgba(150, 150, 150, 0.32);
}
#sect3 .widget:nth-child(3n+2),
#sect3 .widget:nth-child(3n+3) {
  margin-left: 5%;
}
#sect3 .clear {
  display: flex;
}
#sect3 .name {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
  margin-bottom: 25px;
  white-space: nowrap;
}
#sect3 .name img {
  margin-right: 15px;
}
#sect3 ul {
  margin-left: 10px;
}
#sect3 ul li {
  display: block;
  padding-left: 70px;
  position: relative;
}
#sect3 ul li + li {
  margin-top: 12px;
}
#sect3 ul li span {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  background-image: url(img/arrow_li.png);
  width: 37px;
  height: 26px;
  padding: 2px 0 0 10px;
  position: absolute;
  top: 0;
  left: 0;
}
#sect3 .info {
  text-align: center;
  margin-top: 40px;
}
#sect3 .info .open_form {
  margin-top: 25px;
  display: inline-block;
}
#sect3 .info .open_form span {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  font-size: 17px;
  background-color: #F7931E;
  border-bottom: 2px solid #f5890a;
  cursor: pointer;
}
#sect3 .info .open_form span:hover {
  background-color: #deb78a;
  border-bottom: 2px solid #917555;
}
#sect4 {
  background-image: url(img/background_group_4.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  padding: 45px 0;
  color: #fff;
}
#sect4 .name_block {
  color: #fff;
}
#sect4 .name_block .namb {
  color: #F7931E;
}
#sect4 .box .thumb {
  width: 525px;
  margin-right: 60px;
  float: left;
  position: relative;
  margin-top: 35px;
}
#sect4 .box .thumb img {
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 0px #006837;
}
#sect4 .box .thumb a {
  display: block;
  position: relative;
}
#sect4 .box .thumb a:before {
  content: '';
  display: block;
  background-image: url(img/zoom.png);
  width: 31px;
  height: 31px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
}
#sect4 .box .txt {
  float: right;
  width: 530px;
  text-align: justify;
}
#sect4 .box .txt p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-top: 35px;
}
#sect4 .box .txt .name {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  background-image: url(img/group_4_name.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 3px 0 0 35px;
  min-height: 26px;
}
#sect5 {
  background-image: url(img/background_group_5.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  padding: 45px 0;
  position: relative;
  overflow: hidden;
}
.sh-bg {
  position: relative;
  overflow: hidden;
  background-image: url(img/background_group_5big.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
}
#sect5 ul {
  counter-reset: li;
}
#sect5 li {
  display: block;
  float: left;
  width: 22%;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(150, 150, 150, 0.32);
}
#sect5 li:nth-child(4n+2),
#sect5 li:nth-child(4n+3),
#sect5 li:nth-child(4n+4) {
  margin-left: 4%;
}
#sect5 li .thumb {
  margin-bottom: 28px;
  position: relative;
}
#sect5 li .thumb:before {
  content: '';
  content: counter(li);
  counter-increment: li;
  position: absolute;
  bottom: -45px;
  right: 20px;
  font-size: 64px;
  line-height: 1;
  font-weight: bold;
  color: #e1e1e1;
}
#sect5 li .thumb:after {
  content: '0';
  position: absolute;
  bottom: -45px;
  right: 60px;
  font-size: 64px;
  line-height: 1;
  font-weight: bold;
  color: #e1e1e1;
}
#sect5 li .thumb img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
#sect5 li .title {
  margin: 0 20px 30px 20px;
  border-bottom: 1px solid #d7d7d7;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 12px;
}
#sect5 li .title img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 17px;
}
#sect5 li .title span {
  display: inline-block;
  vertical-align: bottom;
  width: 165px;
}
#sect5 li .txt {
  color: #959595;
  padding: 0 20px 20px 20px;
}
#sect5 li .txt b {
  font-weight: normal;
  color: #3c383a;
  display: block;
}
#sect5 li .txt p + p {
  margin-top: 10px;
}
#sect5 .info {
  text-align: center;
  margin-top: 40px;
}
#sect5 .info .open_form {
  margin-top: 25px;
}
#sect5 .info .open_form span {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  font-size: 17px;
  background-color: #F7931E;
  border-bottom: 2px solid #f5890a;
  cursor: pointer;
}
#sect5 .info .open_form span:hover {
  background-color: #deb78a;
  border-bottom: 2px solid #917555;
}
#sect6 {
  background-image: url(img/background_group_6.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  padding: 45px 0;
  position: relative;
  overflow: hidden;
}
#sect6 .name_block {
  margin-bottom: 75px;
}
#sect6 ul {
  font-size: 0;
  text-align: center;
}
#sect6 li {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  padding-top: 135px;
  width: 210px;
  text-align: center;
  background-image: url(img/icon_group_6.png);
  background-repeat: no-repeat;
  background-position: center 0;
  position: relative;
}
#sect6 li + li {
  margin-left: 55px;
}
#sect6 li + li:before {
  content: '';
  display: block;
  background-image: url(img/icon_group_6_arrow.png);
  width: 19px;
  height: 11px;
  position: absolute;
  top: 59px;
  left: -34px;
}
#sect6 li span {
  font-weight: bold;
  display: block;
}
#sect7 {
    background-image: url(img/background_group_8.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    padding: 45px 0;
    position: relative;
    overflow: hidden;
}
#sect7 ul {
  font-size: 0;
  text-align: center;
  padding-top: 12px;
  background-image: url(img/group7/line.png);
  background-repeat: no-repeat;
  background-position: right 0;
}
#sect7 ul + ul {
  padding-top: 1px;
  background-image: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#sect7 ul.step-list li {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  width: 190px;
  height: 230px;
  position: relative;
  text-align: center;
  margin: 0 33px;
  position: relative;
}
#sect7 ul.step-list li:before {
  content: '';
  display: block;
  background-image: url(img/romb_red2.png);
  width: 19px;
  height: 11px;
  position: absolute;
  top: -17px;
  left: 50%;
  margin-left: -9px;
}
#sect7 ul.step-list li:nth-child(1n+5) {
  height: 220px;
}

#sect7 ul.step-list li .tooltip-img{
  position: absolute;
  width: 100%;
  overflow: hidden;
  transition: all 400ms ease;
  bottom:90px;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);

}
#sect7 ul.step-list li .tooltip-img img {
  width: 100%;
  border-radius: 100%;
  border: 4px solid #F7931E
}
#sect7 ul.step-list li:hover .tooltip-img{
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);


}
#sect7 ul.step-list li p.namb {
  position: absolute;
  top: 112px;
  left: 10px;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #006837;
}
#sect7 .info {
  text-align: center;
  margin-top: 0px;
}
#sect7 .info .open_form {
  margin-top: 5px;
}
#sect7 .info .open_form span {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  font-size: 17px;
  background-color: #F7931E;
  border-bottom: 2px solid #f5890a;
  cursor: pointer;
}
#sect7 .info .open_form span:hover {
  background-color: #deb78a;
  border-bottom: 2px solid #917555;
}
#sect7 .name_block:before {
  background-image: url(img/romb_red2.png);
}
#sect7 .name_block .bg {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#sect7 .name_block .bg:before {
  background-image: url(img/romb_red.png);
}
#sect7 .name_block .bg:after {
  background-image: url(img/romb_red.png);
}
#sect8 {
  background-image: url(img/background_group_8.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  padding: 45px 0;
  position: relative;
  overflow: hidden;
}
#sect8 .name_block:before {
  background-image: url(img/romb_red2.png);
}
#sect8 .name_block .bg {
  color: #fff;
  border-bottom: 1px solid #eccba7;
}
#sect8 .name_block .bg:before {
  background-image: url(img/romb_red.png);
}
#sect8 .name_block .bg:after {
  background-image: url(img/romb_red.png);
}
#sect8 .name_block .namb {
  color: #F7931E;
}
#sect8 .info {
  text-align: center;
  margin-top: 40px;
}
#sect8 .info .open_form {
  margin-top: 5px;
}
#sect8 .info .open_form span {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  font-size: 17px;
  background-color: #F7931E;
  border-bottom: 2px solid #f5890a;
  cursor: pointer;
}
#sect8 .info .open_form span:hover {
  background-color: #762532;
  border-bottom: 2px solid #45141c;
}

#sect8 #slider3 div .box {
  background-color: #fff;
  font-size: 11px;
  color: #333;
  padding: 15px 30px;
  overflow: hidden;
}
/*#sect8 #slider3 div .box .avtor {
  position: relative;
  margin-left: 60px;
  min-height: 45px;
  margin-bottom: 30px;
  font-size: 12px;
  border-bottom: 1px solid #d7d7d7;
  padding-top: 5px;
}
#sect8 #slider3 div .box .avtor span {
  display: block;
  font-size: 11px;
  color: #959595;
}
#sect8 #slider3 div .box .avatar {
  position: absolute;
  top: 0;
  left: -60px;
}
#sect8 #slider3 div .box .avatar img {
  display: block;
  border-radius: 100%;
  display: block;
  width: 45px;
  height: 45px;
}
#sect8 #slider3 div .box .rating {
  position: absolute;
  top: 8px;
  right: 0;
}
#sect8 #slider3 div .box .rating img {
  display: inline-block;
  width: 12px;
  height: 12px;
}
#sect8 #slider3 div .box .txt b {
  font-size: 12px;
  font-weight: bold;
}
#sect8 #slider3 div .box .txt p + p {
  margin-top: 15px;
}*/



#sect8 #slider3 .slick-list {
  padding: 0px;
  height: 300px;
  max-height: 300px;
  overflow: hidden !important;
}
#sect8 #slider3 .slick-slide {
  transition: all 300ms ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(0.8);
}
#sect8 #slider3 .slick-slide .box {
  transition: all 300ms ease;
  position: relative;
  font-size: 16px;
  padding-bottom: 25px;
}

#sect8 #slider3 .slick-slide .box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.4);
}
#sect8 #slider3 .slick-active {
 /* -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);*/
}
#sect8 #slider3 .slick-current {
  position: relative;
  z-index: 20;
  background-color: #d9d9d9;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);

}
#sect8 #slider3 .box {
  width: 717px !important;
  -webkit-transform: translate(-8.5%, 0);
  -ms-transform: translate(-8.5%, 0);
  transform: translate(-8.5%, 0);
}
#sect8 #slider3 .slick-current + .slick-slide.slick-active .box {
  transform: translate(-33%, 0);
}

#sect8 #slider3 .slick-current .box {
  width: 717px !important;
  -webkit-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
}
#sect8 #slider3 .slick-current .box:before {
  display: none;
}
#sect8 #slider3 .slick-slide.slick-current .box {
  padding: 20px 80px 30px;
  margin-top: 0;
}
#sect8 #slider3  .box {
  background-color: #fff;
  font-size: 16px;
  color: #333;
  padding: 20px 80px;
  margin-top: 0px;
  overflow: hidden;
}
#sect8 #slider3 .box .avtor {
  position: relative;
  margin-left: 85px;
  min-height: 68px;
  margin-bottom: 30px;
  font-size: 18px;
  border-bottom: 1px solid #d7d7d7;
  padding-top: 10px;
}
#sect8 #slider3  .box .avtor span {
  display: block;
  font-size: 16px;
  color: #959595;
}
#sect8 #slider3  .box .avatar {
  position: absolute;
  top: 0;
  left: -85px;
}
#sect8 #slider3 .box .avatar img {
  display: block;
  border-radius: 100%;
  display: block;
  width: 68px;
  height: 68px;
}
#sect8 #slider3 .box .rating {
  position: absolute;
  top: 16px;
  right: 0;
}
#sect8 #slider3 .box .rating img {
  display: inline-block;
  width: 17px;
  height: 17px;
}
#sect8 #slider3 .box .txt b {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
#sect8 #slider3 .box .txt p + p {
  margin-top: 15px;
}
#sect9 {
  background-image: url(img/background_group_9.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  /*background-size: cover;*/
  padding: 45px 0;
  position: relative;
  overflow: hidden;
}
#sect9 #slider4 {
  padding-bottom: 90px;
}
#sect9 .box .thumb {
  width: 184px;
  margin-right: 60px;
  float: left;
}
#sect9 .box .thumb img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 0px #d7d7d7;
  margin-top: 20px;
}
#sect9 .txt {
  width: 350px;
  float: left;
  font-size: 16px;
  padding-top: 16px;
}
#sect9 .txt .avtor {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d7d7d7;
  font-size: 18px;
}
#sect9 .txt > p {
    line-height: 22px;
    margin-top:20px;
}
#sect9 .txt .avtor span {
  font-size: 16px;
  color: #959595;
  display: block;
}
#sect9 .txt .logotip {
  position: absolute;
  top: 0;
  right: 0;
}
#sect9 .video {
  width: 560px;
  float: right;
  position: relative;
  margin-top: 20px;
}
#sect9 .video span {
  display: none;
}
#sect9 .video:hover a:before {
  opacity: 0.5;
}
#sect9 .video a {
  display: block;
  padding-right: 5px;
  padding-bottom: 5px;
}
#sect9 .video a:before {
  content: '';
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;

}
#sect9 .video img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0px 5px 0px rgb(0, 104, 55);
}
#sect10 {
  /*background-image: url(img/background_group_10.jpg);*/
  background: #000;
  background-repeat: no-repeat;
  background-position: center 0;
  padding-bottom: 0px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#sect10 .name_block {
 padding-top: 16%;
}
#sect10 .mobile {
  display: none;
}
#sect10 .pc ul {
  float: left;
  width: 100%;
  /*background: #F7931E;*/
}
#sect10 .pc li {
  float: left;
  display: block;
  width: 16.66666666666667%;
  position: relative;
}
#sect10 .pc li.name-title {
  width: 33.333333333333%;
  background: #006837;

}
.namb.ck {
  color: #deb78a;
}
/*#sect10 .pc li:nth-child(7) {
  margin-left: 40%;
  position: relative;
}
/*#sect10 .pc li:nth-child(7):before {
  content: '';
  display: block;
  background-image: url(img/group10/name.jpg);
  background-repeat: no-repeat;
  background-position: 0 0px;
  background-size: cover;
  width: 200%;
  height: 100%;
  position: absolute;
  left: -200%;
  top: 0;
  z-index: 2;
}*/
#sect10 .pc li img {
  display: block;
  width: 100%;
  height: auto;
}
#sect10 .name_block p span {
  color: #fff;
}
#sect10 .pc li .last {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F7931E;
  color: #fff;
  text-align: center;
  padding-top: 130px;
  background-image: url(img/last-f.png);
  background-repeat: no-repeat;
  background-position: center 90px;
}
#sect10 .pc li .last span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.info {
  text-align: center;
  margin-top: 40px;
}
.info p span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.info .open_form {
  margin-top: 25px;
}
.info .open_form span {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  font-size: 17px;
  background-color: #F7931E;
  border-bottom: 2px solid #f5890a;
  cursor: pointer;
}
.info .open_form span:hover {
  background-color: #762532;
  border-bottom: 2px solid #45141c;
}
#sect11 {
  background-image: url(img/background_group_11.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  padding-bottom: 45px;
  /*background-size: cover;*/
  color: #fff;
  padding: 0px 0;
  position: relative;
  overflow: hidden;
}
#sect11 .about {
  display: flex;
}
#sect11 .photo-ab {
  width: 50%;s
  line-height: 0;
  float: left;
  background: url("img/avatar2.jpg") no-repeat top right;
  background-size: cover;
}
#sect11 .photo-ab img {
  width: 100%;
}
#sect11 .name_block .namb {
  color: #deb78a;
}
#sect11 .name_block{
  margin-left: -70px;
}
#sect11 .about .thumb {
  float: left;
  width: 220px;
}

#sect11 .about .thumb img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #d7d7d7;
}
#sect11 .about .txt {
  width: 50%;
  float: left;
  font-size: 16px;
  padding: 45px 0 45px 70px;
}
#sect11 .about .txt .avtor {
  font-size: 18px;
  /*padding: 20px 0 15px 0;*/
  margin-bottom: 20px;
  /*border-bottom: 1px solid #c94958;*/
}
#sect11 .about .txt .avtor span {
  color: #deb78a;
  font-size: 16px;
}
#sect11 .about .txt .col {
  text-align: left;
 /* column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 40px;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;*/
  padding-right: 70px;
}
#sect11 .about .txt .col p {
  margin-bottom: 25px;

}
#sect12 {
  padding: 45px 0 0 0;
  background: #fff;
  /*background-image: url(img/background_group_12.jpg);*/
  background-repeat: repeat-y;
  background-position: center 0;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
#sect12 .wrap {
  position: relative;
  z-index: 999;
}
#sect12 .map {
  width: 38%;
  height: 530px;
  position: absolute;
  /*bottom: 0;*/
  right: 1px;
  z-index: 2;
  overflow: hidden;
}
#sect12 #map {
  width: 100%;
  height: 100%
}

.b24-web-form-popup-btn-14,
.b24-web-form-popup-btn-16,
.b24-web-form-popup-btn-18 {
  display: inline-block;
}

#sect12 .txt, #sect12 .forma-footer {
  width: 33%;
  float: left;
}
#sect12 .txt .contact {
  font-size: 18px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 12px;
  margin-bottom: 35px;
}
#sect12 .txt .contact p {
  padding-left: 55px;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 41px;
  padding-top: 8px;
  margin-bottom: 17px;
}
#sect12 .txt .contact .phone {
  background-image: url(img/group12/phone.png);
}
#sect12 .txt .contact .phone a {
  color: #3c383a;
  text-decoration: none;
}
#sect12 .txt .contact .adres {
  background-image: url(img/group12/adres.png);
}
#sect12 .txt .contact .mail {
  background-image: url(img/group12/mail.png);
}
#sect12 .txt .contact .mail a {
  color: #3c383a;
  text-decoration: none;
}
#sect12 .txt .contact .mail a:hover {
  text-decoration: underline;
}
#sect12 .social {
  color: #3c383a;
  margin-bottom: 60px;
}
#sect12 .social dt {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
#sect12 .social dd {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
#sect12 .social dd a {
  color: #fff;
  display: block;
  background-image: url(img/group12/bg.png);
  width: 51px;
  height: 50px;
  text-align: center;
  padding-top: 13px;
  font-size: 20px;
}
#sect12 .social dd a:hover {
  color: #deb78a;
}
#sect12 .copy {
  font-size: 12px;
  color: #959595;
}



.image-source-link {
  color: #98C3D1;
}


.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}


.panel {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;

}

.panel .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.panel p + p {
  margin-top: 7px;
  position: relative;
}
.panel input[type=text],
.panel input[type=tel],
.panel input[type=email] {
  width: 100%;
  height: 40px;
  border: 1px solid #ececec;
  padding: 0 15px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #000;
}
.panel input[type=text]:focus,
.panel input[type=tel]:focus,
.panel input[type=email]:focus {
  background-color: #f5f5f5;
  outline: none;
}
.panel textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #f4f4f4;
  padding: 10px 15px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #000;
}
.panel textarea:focus {
  background-color: #f5f5f5;
  outline: none;
}
.panel input[type=submit] {
  background-color: #F7931E;
  display: block;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  border: 0px solid #deb78a;
  border-bottom: 2px solid #f5890a;
  color: #fff;
  padding: 15px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.panel a.send-btn {
  margin-top: 20px;
}
a.send-btn {
  text-decoration: none;
  text-align: center;
  background-color: #F7931E;
  display: block;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  border-bottom: 2px solid #f5890a;
  color: #fff;
  padding: 15px 20px;
}
a.send-btn:hover {
  background-color: #762532;
  border-bottom: 2px solid #45141c;
}

.panel span.ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
}

#s-instagram  {
  background-image: url(img/background_group_10.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  padding: 0px 0 45px 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#s-instagram img {

}
.name-instagramm {
  background: #a22e41;
  display: inline-block;
  /*width: 440px;
  height: 230px;*/
  line-height:230px;
  padding-left:80px;
  padding-right: 80px;
  text-align: center;
  /*padding-top: 80px;*/

}
.name-instagramm .namb{
  font-size: 64px;
  line-height: 1;
  font-weight: bold;
  color: #deb78a;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 1px;

}

.name-instagramm .namb span {
  margin-right: 10px;
}
.img-inst-w a{
  display: inline-block;

}
/*#instafeed .tp-parallax-wrap {
  width: 560px;
  height:315px;
}
#instafeed .tp-parallax-wrap div,
#instafeed .tp-parallax-wrap a {
  width: 100% !important;
  height:100% !important;
}
#instafeed .tp-parallax-wrap .img-bg {
  position: relative;
  width: 100%;
  height:100%;
  background-position: center center !important;
  background-size: cover !important;
  opacity: 0.7;
  transition: all 300ms ease !important;
}

#instafeed .tp-parallax-wrap .img-bg:hover {
  opacity: 1;
}
#instafeed .img-inst-w {
  background: #fff;
}
#instafeed li> div:nth-child(1) {
  top:300px !important;
  z-index: 9 !important;
}
#instafeed li> div:nth-child(1) .img-bg {
  opacity: 1;
}
#instafeed li> .tp-parallax-wrap:nth-child(1) .tp-loop-wrap{
  width: 100% !important;
  height:100% !important;
}
#instafeed li> div:nth-child(2) {
  top:0px !important;
  transform: translateX(90px);
  z-index: 2 !important;
}
#instafeed li> .tp-parallax-wrap:nth-child(2) .tp-loop-wrap{
  width: 105% !important;
  height:105% !important;
}
#instafeed li> div:nth-child(3) {
   top: 65px !important;
   transform: translateX(-440px);
   z-index: 1 !important;
 }
#instafeed li> .tp-parallax-wrap:nth-child(3) .tp-loop-wrap{
  width: 90% !important;
  height:90% !important;
}
#instafeed li> div:nth-child(3) img.img-inst{
  max-width: 380px !important;
  height: auto  !important;
}
#instafeed li> div:nth-child(4) {
  top: 335px !important;
  transform: translateX(-460px);
  z-index: 2 !important;
}
#instafeed li> .tp-parallax-wrap:nth-child(4) .tp-loop-wrap{
  width: 70% !important;
  height:70% !important;
}
#instafeed li> div:nth-child(4) img.img-inst{
  max-width: 350px !important;
  height: auto  !important;
}
#instafeed li> div:nth-child(5) {
  top: 290px !important;
  transform: translateX(450px);
  z-index: 1 !important;
}
#instafeed li> .tp-parallax-wrap:nth-child(5) .tp-loop-wrap{
  width: 75% !important;
  height:75% !important;
}

#instafeed li> div:nth-child(5) img.img-inst{
  max-width: 340px !important;
  height: auto  !important;
}
#instafeed li> div:last-child {
  top: 85px !important;
  transform: translateX(660px);
  z-index: 1 !important;
}*/
/*.instargam-full {
  transform: translateX(-100%);
}*/
.wr-inst {
  background: #a32e41;
  position: relative;
  width: 100%;
  display: inline-block;

}
#instafeed li div.img-inst-w {
  line-height: 0;
}
.instargam-full {
  width: 16.66666666666667%;
  float: left;
  position: relative;
}
.img-inst-w img {
  min-width: 100%;
  height: auto;
}
.instargam-full img {
  position: absolute;
  width: 100%;
  max-width: 273px;
  padding: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
}
#s-instagram img {

}

#instafeed {
  width: 83.33333333333333%;
  float: left;
}
#instafeed li {
    width: 100%;
    float: left;
}
#instafeed li div.img-inst-w {
  overflow: hidden;
}

#instafeed li img {
  width: 100%;
}

#instafeed .slick-next {
  position: absolute;
  right: 3%;
  top:50%;
  display: block;
  font-size: 20px;
  cursor: pointer;
  background-color: #deb78a;
  color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  z-index: 9;
  border-radius: 100%;
  border: 1px solid #fff;
  padding: 4px 0px 0 2px;
  margin-left: 12px;
  box-shadow: -3px 0px 4px rgba(85, 85, 85, 0.24);
}
#instafeed .slick-prev {
  position: absolute;
  top:50%;
  left: 3%;
  display: block;
  font-size: 20px;
  cursor: pointer;
  background-color: #deb78a;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  z-index: 9;
  border-radius: 100%;
  border: 1px solid #fff;
  padding: 4px 2px 0 0;
  box-shadow: 3px 0px 4px rgba(85, 85, 85, 0.24);
}

#s-instagram .tp-bannertimer {
  display: none !important;
  visibility: hidden !important;
}
#s-instagram .tp-leftarrow {
  font-size: 20px;
  cursor: pointer;
  background-color: #deb78a;
  color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #fff;
  padding: 0px 2px 0 0;
  box-shadow: 3px 0px 4px rgba(85, 85, 85, 0.24);
}
#s-instagram .tp-rightarrow {
  font-size: 20px;
  cursor: pointer;
  background-color: #deb78a;
  color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #fff;
  padding: 0px 0px 0 0;
  box-shadow: -3px 0px 4px rgba(85, 85, 85, 0.24);
}
#s-instagram .tp-leftarrow:hover,
#s-instagram .tp-rightarrow:hover {
  background-color: #F7931E;
}
.mob-instagram {
  display: none;
}
.mob-instagram #instafeed-mob .mob-inst-foto li {
  float: left;
}
.mob-instagram #instafeed-mob .mob-inst-foto {
  width: 20%;
  float: left;
}

.mob-instagram #instafeed-mob .mob-inst-foto img {
  width: 100%;
}
#galery ul li img {
    transition: all 500ms ease !important;
}
/*#galery ul li img:hover {
  transform: scaleX(0);

}*/

/*#instafeed li {
  width: 200px;
  float: left;
  list-style: none;
}*/

/*#slider-inst  .slick-track {
  overflow: auto;
}
#slider-inst {
  position: relative;
  height: 500px;
  width: 100%;
}
#slider-inst .slick-slide {
  position: relative;
  left: -5%;
  background-color: #fff;

}
#slider-inst .box {
  width: 452px !important;
}
#slider-inst .box img {
  width: 100%;
  opacity: 0.8;
}
#slider-inst .slick-current {
  z-index: 99999;
  top: 250px;
}

#slider-inst .slick-current .box img {
  opacity: 1 !important;
}*/



@media (max-width: 1700px) {
  #sect12 .map {
    width: 37%;
  }
}
@media (max-width: 1550px) {
  #sect12 .map {
    width: 36%;
  }
}
@media (max-width: 1400px) {
  #sect12 .map {
    width: 34%;
  }
}
@media (max-width: 1280px) {
  .instargam-full {
    width: 20%;
  }
  #instafeed {
    width: 80%;
  }
  .wrap {
    margin: 0 10px;
  }
  #sect3 .widget {
    padding: 20px 33px 20px 33px;
  }
  #sect3 .widget .name {
    font-size: 16px;
  }
  #sect3 .widget img {
    width: 45px;
    height: auto;
  }
  #sect3 ul {
    margin-left: 0;
  }
  #sect3 ul li {
    padding-left: 50px;
  }
  #sect4 .box .thumb {
    width: 45%;
    margin-right: 0;
  }
  #sect4 .box .txt {
    width: 53%;
  }
  #sect6 li {
    width: 20%;
    margin-bottom: 2%;
  }
  #sect6 li + li {
    margin-left: 0px;
  }
  #sect6 li + li:before {
    left: -10px;
  }
  #sect7 li {
    margin: 0 15px;
  }
  /*#sect9 .box .thumb {
    width: 15%;
    margin-right: 2%;
  }
  #sect9 .box .txt {
    width: 56%;
  }
  #sect9 .box .video {
    width: 25%;
  }*/
  #sect10 .pc li .last {
    padding-top: 110px;
    font-size: 14px;
    background-position: center 70px;
  }
  #sect11 .about .txt {

  }
  #sect11 .about .photo-ab{


  }

  #sect12 .map {
    width: 32%;
  }
}
@media (max-width: 1170px) {
  #sect9 .box .avt-box {
    margin-right: 2%;
    width: 48%;
    float: left;
  }
  #sect9 .box .video {
    width: 48%;
    margin-left: 2%;
  }

  #sect9 .box .thumb {
    float: left;
    width: 50%;
    margin-right: 0;
    padding-right: 30px;

  }
  #sect9 .box .txt {
    float: left;
    width: 50%;
  }

}

@media (max-width: 1140px) {
  #sect11 .about .photo-ab{
    background-position: -300px top;
  }

}
@media (max-width: 1050px) {
  #sect7 ul.step-list li {
    margin: 0 23px;
  }
}

@media (max-width: 1025px) {
  #sect7 li {
    margin: 0 3px;
  }

  #sect12 .txt,
  #sect12 .forma-footer {
    width: 50%;
    float: left;
  }

  #sect12 .map {
    width: 100%;
    position: static;
  }

  #sect10 .pc li {
    width: 20%;
  }

  #sect10 .pc li.name-title {
    width: 40%;
  }

  #sect11 .about .photo-ab {
    background-position: -400px top;
  }

  #sect11 .about .txt .col {
    column-count: 1;
    -moz-column-count: 0;
    -webkit-column-count: 0;
    column-gap: 0px;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .instargam-full {
    width: 25%;
  }
  #instafeed {
    width: 75%;
  }

  #sect7 ul.step-list li p.namb {
    left: 30px;
  }
  #sect7 ul.step-list li:before {
    display: none;
  }
  #sect7 ul.step-list li p.namb {
    top: 100px;
  }
  #sect7 ul {
    display: flex;
  }
  #sect7 ul + ul {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .rev_slider_wrapper {
    display: none !important;
  }
  #sect11 .about .txt {
    width: 100%;
    box-sizing: border-box !important;
    padding-right: 30px;
    padding-left: 30px;

  }
  #sect11 .about .photo-ab{


  }
  #sect11 .name_block {
    left: auto;
    margin-left: 0;
    width: 100%;
  }
  /*#sect11 .about .txt .col {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 40px;
  }*/
  .mob-instagram {
    display: none;
  }
  #s-instagram .wrap{
    display: none !important;

  }
  .name_block {
    margin-bottom: 25px;
  }
  header {
    height: auto;
    text-align: center;
    padding: 10px 0px;
  }
  header .logo {
    display: inline-block;
    vertical-align: top;
    padding-top: 0;
  }

  header .contact {

    display: inline-block;
    vertical-align: top;
  }
  #sect1 {
    text-align: center;
  }
  #sect1 .wrap {
    margin: 0;
  }
  #sect1 .txt {
    display: inline-block;
    margin-left: 0;
  }
  #sect1 .txt2 {
    margin: -73px 0 0 0px;
    width: auto;
    background-position: center 0;
    left: 0;
    z-index: 2;
    position: relative;
  }
  #sect1 .txt2 .open_form2 {
    margin-left: 0;
  }
  #sect1 .txt2 .open_form2:before {
    display: none;
  }
  #sect2 {
    padding: 30px 0;
  }
  #sect2 #slider {
    margin: 0 10px;
  }
  #sect2 #slider .slick-prev {
    left: 10px;
    margin-left: 0px;
  }
  #sect2 #slider .slick-next {
    right: 10px;
    left: auto;
    margin-left: 0px;
  }
  #sect2 #slider .slick-slide {
    padding-top: 0;
  }
  #sect2 #slider .slick-slide a {
    display: block;
    padding: 5px;
  }
  #sect2 #slider .slick-slide a:after {
    display: none;
  }
  #sect2 #slider .slick-slide a:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: 15px;
  }
  #sect2 #slider .slick-current {
    height: auto;
  }
  #sect2 #slider .slick-current a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #sect2 #slider .slick-current img {
    border: 1px solid #959595 !important;
  }
  #sect3 {
    padding: 25px 0;
    text-align: center;
  }
  #sect3 .widget {
    float: none;
    width: 48%;
    padding: 15px 20px 25px 20px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 20px;
  }
  #sect3 .widget:nth-child(3n+2),
  #sect3 .widget:nth-child(3n+3) {
    margin-left: 0%;
  }
  #sect3 .widget:nth-child(2n+2) {
    margin-left: 2%;
    margin-right: 2%;
  }
  #sect3 .info {
    margin-top: 0;
  }
  #sect4 {
    padding: 25px 0;
  }
  #sect4 .box .thumb {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  #sect4 .box .txt {
    float: none;
    width: 100%;
  }
  #sect4 #slider2 .slick-list {
    margin: 0 50px !important;
  }
  #sect5 {
    padding: 25px 0;
  }
  #sect5 li {
    width: 48%;
    margin-bottom: 4%;
  }
  #sect5 li:nth-child(4n+2),
  #sect5 li:nth-child(4n+3),
  #sect5 li:nth-child(4n+4) {
    margin-left: 0%;
  }
  #sect5 li:nth-child(2n+2) {
    margin-left: 4%;
  }
  #sect5 .info {
    margin-top: 10px;
  }
  #sect6 {
    border-top: 1px solid #ddd;
    padding: 25px 0;
  }
  #sect6 .name_block {
    margin-bottom: 25px;
  }
  #sect6 li {
    width: 30%;
    margin-bottom: 2%;
  }
  #sect6 li:nth-child(3n+2),
  #sect6 li:nth-child(3n+3) {
    margin-left: 5%;
  }
  #sect6 li + li {
    margin-left: 0px;
  }
  #sect6 li + li:before {
    display: none;
  }
  #sect7 {
    padding: 25px 0;
  }
  #sect7 ul {
    background-image: none;
  }
  #sect7 li {
    width: 25%;
    margin: 0 0 15px 0;
    height: auto !important;
    font-size: 16px;
  }
  #sect7 li:nth-child(3n+5),
  #sect7 li:nth-child(3n+6),
  #sect7 li:nth-child(2),
  #sect7 li:nth-child(3) {
    margin-left: 0%;
  }
  #sect7 li:before {
    display: none;
  }
  #sect7 li p.namb {
    top: 0;
    left: 50%;
    margin-left: -55px;
    font-size: 25px;
  }
  #sect7 img {
    width: 130px;
    height: auto;
  }
  #sect8 #slider3 .slick-slide {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #sect8 #slider3 .slick-current {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #sect8 #slider3 .slick-current .box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: auto !important;
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
    padding: 20px 20px;
  }
  #sect8 #slider3 .slick-prev {
    left: 10px;
    margin-left: 0px;
  }
  #sect8 #slider3 .slick-next {
    left: auto;
    right: 10px;
    margin-left: 0px;
  }
  #sect9 {
    padding: 25px 0;
  }
  #sect9 #slider4 {
    padding-bottom: 70px;
  }
  #sect9 .box .thumb {
    width: 30%;
  }
  #sect9 .box .txt {
    width: 70%;
    float: right;
  }
  #sect9 .box .txt .avtor {
    margin-bottom: 15px;
  }
  #sect9 .box .video {

  }
  #sect9 .box .video img {

  }
  #sect9 .box .video a:before {

  }
  #sect9 .box .video span {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 20px;
    color: #fff;
    font-size: 17px;
    background-color: #F7931E;
    border-bottom: 2px solid #f5890a;
    cursor: pointer;
  }
  #sect9 .box .video span:hover {
    background-color: #762532;
    border-bottom: 2px solid #45141c;
  }
  #sect10 {
    padding: 0px 0;
  }
  #sect10 .name_block {
    display: block;
  }
  #sect10 .pc ul {
    padding-bottom: 0px;
  }
  #sect10 .pc li {
    width: 20%;
  }
  #sect10 .pc li:nth-child(7) {
    margin-left: 0%;
  }
  #sect10 .pc li:nth-child(7):before {
    display: none;
  }
  #sect10 .pc li:last-child {
    display: none;
  }
  #sect11 {
    padding: 0px 0;
  }
  #sect11 .about .thumb {
    width: 22%;
  }

  #sect12 {
    padding: 25px 0 0 0;
  }
  #sect12 .txt,
  #sect12 .forma-footer {
    width: 50%;
    float: left;
    padding-bottom: 15px;
  }
  #sect12 .map {
    width: 100%;
    height: 393px;
    position: relative;
    bottom: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
  }
  #sect12 .txt .contact {
    margin-bottom: 15px;
    padding-bottom: 30px;
  }
  #sect12 .social {
    margin-bottom: 10px;
  }
  #sect7 ul.step-list li .tooltip-img {
    bottom: auto;
    top: 0px;
  }
}
@media (max-width: 850px) {
  #sect10 .pc li {
    width: 20%;
  }

  #sect10 .pc li.name-title {
    width: 40%;
  }
  #sect10 .name_block {
    padding-top: 12%;
  }
  #sect3 .widget {
    width: 48%;
    float: left;
  }
  #sect3 .clear {
    display: block;
  }
  #sect3 .widget:last-child {
    margin: 20px auto;
    float: none;
  }
  #sect11 .about .photo-ab {
    background-position: -500px top;
  }
}
@media (max-width: 760px) {
  .instargam-full {
    width: 33.33333333333333%;
  }
  #instafeed {
    width: 66.66666666666667%;
  }
  header .logo {
    width: 100%;
    display: inline-block;
    padding: 0 10px;
  }
  header .contact {
    display: inline-block;
    padding-top: 15px;
    float: none;
  }
  #sect7 ul,
  #sect7 ul + ul{
    display: block;
  }
  #sect7 ul.step-list li {
    width: 50%;
    margin: 0;
    padding: 0px 10px 40px 10px;
  }
  #sect7 li p.namb {
    margin-left: 0;
  }
  #sect7 ul + ul {
    padding-top: 0;
  }
  #sect7 ul.step-list li:hover .tooltip-img {
    width: 100px;
    opacity: 1;
    left: 50%;
    margin-left: -50px;
  }
  #sect9 .box .video {
    width: 100%;
    margin-left: 0;
  }
  #sect9 .box .avt-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #sect9 .box .txt {
    padding-top: 0;
  }
  #sect11 .about .photo-ab {
    display: none;
  }
  #sect11 .name_block {
    text-align: center !important;
  }
  #sect12 .txt,
  #sect12 .forma-footer {
    width: 100%;
    float: none;
    padding-bottom: 15px;
    text-align: center;
  }
  #sect12 .txt .contact p {
      display: inline-block;
      margin: 0px 30px;
  }
}

@media (max-width: 680px) {
  .bee3D--slide {
    width: 100%;
    margin-left: 0;
    left:0;
    height: auto;
    margin-top: 0;
    top: 0;
  }
  .bee3D--nav {
    top:50%;
    margin-top: -19px;
  }
  #sect7 ul.step-list li p.namb {
    left: 0;
  }
  .slider-bee {
    height: 290px;
  }}
@media (max-width: 600px) {
  .instargam-full {
    width: 100%;
    height: 120px !important;
    display: inline-block;
    line-height: 0;
    border-top: 1px solid #a32e41;
    background: #a32e41;
  }
  #instafeed {
    width: 100%;
  }
  .wr-inst {
    background: transparent;
  }
  #sect12 .copy {
    margin: 20px auto;
  }
  .slider-bee {
    height: 290px;
    margin-bottom: 0px;
  }
  .name_block {
    font-size: 18px;
  }
  .name_block .namb {
    font-size: 50px;
  }
  .name_block p span {
    font-size: 22px;
  }
  header {
    padding: 20px 0;
  }
  header .logo a {
    display: inline-block;
  }

  header .logo a span {
    display: inline-block;
  }
  header .logo a span img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  header .logo {
    float: left;
    padding: 0 10px;
    display: inline-block;
  }
  header .logo_mobile {
    display: inline-block;
    padding: 0 10px;
  }
  header .logo_mobile img {
    width: 100%;
    max-width: 353px;

  }

  #sect1 .txt {
    background-position: center 0;
    width: auto;
    display: block;
  }
  #sect1 .txt2 {
    margin: -73px 0 0 0px;
    width: auto;
    background-position: center 0;
    left: 0;
  }
  #sect1 .txt2 .open_form2 {
    margin-left: 0;
  }
  #sect1 .txt2 .open_form2:before {
    display: none;
  }
  #sect1 .arrow {
    display: none;
  }
  #sect3 .widget {
    width: 100%;
  }
  #sect3 .widget:nth-child(2n+2) {
    margin-left: 0%;
  }
  #sect3 .info {
    margin-top: 0;
  }
  #sect5 li {
    font-size: 16px;
    width: 100%;
  }
  #sect5 li:nth-child(2n+2) {
    margin-left: 0;
  }
  #sect5 li .title {
    margin: 0 20px 10px 20px;
  }
  #sect5 li .title span {
    width: auto;
    padding-right: 50px;
  }
  #sect5 li .title img {
    display: none;
  }
  #sect6 li {
    font-size: 16px;
    width: 48%;
    margin-bottom: 2%;
  }
  #sect6 li:nth-child(3n+2),
  #sect6 li:nth-child(3n+3) {
    margin-left: 0%;
  }
  #sect6 li:nth-child(2n+2) {
    margin-left: 4%;
  }
  #sect7 li {
    width: 50%;
  }
  #sect8 #slider3 .box .txt p + p {
    font-size: 12px;
  }
  #sect10 .pc li {
    width: 25%;
  }

  #sect10 .pc li.name-title {
    width: 25%;
  }
  #sect10 .name_block  {
    text-align: center;
    padding-top: 12%;
  }
  #sect10 .name_block .bg {
    text-align: center;
  }
  #sect10 .name_block .name_block .namb {
    display: inline-block;
  }
  #sect3 .widget:nth-child(2n+2) {
    margin-top: 20px;
  }
}
@media (max-width: 550px) {
  .slider-bee {
    height: 260px;
    margin-bottom: 0px;
  }
  #sect7 ul.step-list li p.namb {
    position: static;
    margin-bottom: 10px;
  }
  #sect7 ul.step-list li:hover .tooltip-img {
    top: 40px;
  }
}
@media (max-width: 450px) {
  .slider-bee {
    height: 240px;
    margin-bottom: -30px;
  }
  .name_block {
    font-size: 18px;
  }
  .name_block .namb {
    display: none;
  }
  header .phone {
    display: inline-block;
    float: none;
  }
  header .open_form {
    display: inline-block;
    margin-left: 0;
    float: none;
    display: none;
  }
  #sect1 .txt2 {
    margin-top: -60px;
  }
  #sect3 {
    font-size: 16px;
  }
  #sect3 .name {
    font-size: 16px;
  }
  #sect3 .name img {
    display: none;
  }
  #sect3 ul {
    margin-left: 0;
  }
  #sect3 ul li {
    padding-left: 50px;
  }
  #sect3 ul li span {
    top: -2px;
  }
  #sect4 {
    font-size: 16px;
  }
  #sect4 #slider2 .slick-list {
    margin: 0 0px !important;
  }
  #sect4 #slider2 .slick-prev {
    top: 70px;
    left: 10px;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  #sect4 #slider2 .slick-next {
    top: 70px;
    right: 10px;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  #sect6 li {
    width: 100%;
    padding-top: 0;
    background-image: none !important;
    margin-bottom: 2%;
    text-align: left;
  }
  #sect6 li:nth-child(2n+2) {
    margin-left: 0%;
  }
  #sect7 li {
    width: 100%;
    font-size: 16px;
    text-align: left;
    padding-left: 35px;
  }

  #sect7 li p.namb {
    top: -1px;
    left: 0;
    margin-left: 0;
    font-size: 20px;
  }
  #sect8 #slider3 .slick-current .box .avtor {
    margin-left: 0;
    min-height: auto;
    padding-bottom: 10px;
  }
  #sect8 #slider3 .slick-current .box .avatar {
    display: none;
  }
  #sect8 #slider3 .slick-current .box .rating {
    display: none;
  }
  #sect9 .box .thumb {
    display: none;
  }
  #sect9 .box .txt {
    width: 100%;
    float: right;
  }
  #sect9 .box .txt .avtor {
    margin-bottom: 15px;
  }
  #sect9 .txt .logotip {
    position: relative;
    padding-top: 10px;
  }
  #sect10 .pc li {
    width: 50%;
  }

  #sect10 .pc li.name-title {
    width: 50%;
  }
  #sect10 .name_block  {
    text-align: center;
    padding-top: 35%;
  }
  #sect11 .about .thumb {
    display: none;
  }
  #sect11 .about .txt {
    width: 100%;
  }
  #sect12 .txt .contact {
    padding-bottom: 15px;
  }
  #sect12 .txt .contact p {
    padding-left: 0 !important;
    background-image: none !important;
    height: auto !important;
    margin-bottom: 10px;
  }
  #sect12 .social dt {
    display: none;
  }
  .panel .bg_content {
    width: 280px;
  }
  .panel .bg_content input[type=submit] {
    padding: 12px 0px;
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  #sect7 ul.step-list li:hover .tooltip-img {
    margin-left: -33px;
  }
}

@media (max-width: 380px) {
  .slider-bee {
    height: 230px;
    margin-bottom: -60px;
  }

}
@media (max-width: 350px) {
  .slider-bee {
    height: 220px;
    margin-bottom: -63px;
  }
  #sect7 ul.step-list li {
    width: 100%;
    padding-left: 0;
  }
  #sect7 ul.step-list li:hover .tooltip-img {
    margin-left: -50px;
  }

}


@media (max-width: 320px) {
  header .logo img {
    width: 100%;
  }
  .slider-bee {
    height: 180px;
  }

}