
/*
* ----------------------------------------------------------------------------------------
* 01. SLIDE
* ----------------------------------------------------------------------------------------
*/
.camera_container {
			bottom: 0;
			height: 750px;
			left: 0;
			position: relative;
			right: 0;
			top: 0;
			z-index: 0;
	}
	
 .camera_container .slide-1{
	 position:absolute;
	 top:50px;
	 text-align:center;
	 width:100%;
	 height:100%;
	 vertical-align:middle;
 }
 
  .camera_container .slide-2{
	 position:absolute;
	 bottom:0px;
	 text-align:left;width:100%;
	 vertical-align:baseline;
 }
 
  .camera_container .slide-2{
	 position:absolute;
	 bottom:0px;
	 text-align: left;
	 width:100%;
	 vertical-align:baseline;
 }
 
 .camera_container .camera_effected h2{
	 color:#fff;
	 font-family: 'Raleway', Sans-serif;
	 font-weight:300;
	 font-size:50px;
	 text-transform::none;
}


.camera_container .camera_effected h2 .span-1{
	font-size: 80px; 
	font-weight:800;
	letter-spacing: -0.3px;
}


.camera_container .camera_effected h2 .span-2{
	font-style:italic;
	font-weight:300;
	font-size:30px;
	text-transform:none;
}

@media (max-width: 767px) {
	.camera_container{
		height: 550px;
	}
	.camera_container .camera_effected h2{
		font-size:25px;
	}
	.camera_container .camera_effected h2 .span-1{
		font-size:30px;
	}	
	
	.camera_container .camera_effected h2 .span-2{
		font-size:20px;
	}
}
/*
* ----------------------------------------------------------------------------------------
* 01. BOX ATTIVITA'
* ----------------------------------------------------------------------------------------
*/

.team-mate {
    position: relative;
   /* box-shadow: 1px 1px 5px #ddd;*/
    border: 2px solid #ccc;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.team-mate:before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    right: 0;
    height: 5px;
    width: 100%;
    background: #a1c227;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.team-mate:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.team-mate .member-photo {
    overflow: hidden;
    position: relative;
    background: #F1F1F1;
}

.team-mate .member-photo-white {
    background: #fff;
}
.team-mate .member-photo img {
	width: auto;
	margin: 0 auto;
}
.team-mate .member-photo a img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.team-mate .member-title {
    padding: 15px 0;
    background-color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	background-color:#fff;
	color:#000;
	border-top:1px solid #ccc;
	text-align:center;
	min-height:60px;
	line-height:60px;
}

.team-mate .member-title a{
	font-family:'Montserrat', sans-serif;
	color:#333; 
	font-weight: 600;
}

.team-mate .member-title a span{
	font-weight: 400;
}

.team-mate .member-title h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 10px;
}
.team-mate:hover .member-title {
    background-color: #F9F9F9;
}
.member-photo .mask {
    background-color: #fff;
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.team-mate:hover .member-photo .mask {
    opacity: 0.8;
}

.member-photo .mask .test {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

.member-photo .mask .test a{ 
color: #333;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #333;
    margin: 0 6px 8px 6px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
 -webkit-animation: fadeInDown 1000ms ease-in-out;
    animation: fadeInDown 1000ms ease-in-out;
}


.member-photo .mask .single-team-social {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 20%;
    position: relative;
}
.member-photo .mask .single-team-social a {
    color: #333;
    display: inline-block;
    height: 40px;
    /*width: 40px;*/
    line-height: 40px;
   /* border: 1px solid #333;*/
    margin: 0 6px 8px 6px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.member-photo .mask .single-team-social a:hover{
	color: #000 !important;
}

.team-mate:hover .single-team-social a:nth-child(1) {
    -webkit-animation: fadeInLeft 1000ms ease-in-out;
    animation: fadeInDown 1000ms ease-in-out;
}
.team-mate:hover .single-team-social a:nth-child(2) {
    -webkit-animation: fadeInDown 1000ms ease-in-out;
    animation: fadeInDown 1000ms ease-in-out;
}
.team-mate:hover .single-team-social a:nth-child(3) {
    -webkit-animation: fadeInRight 1000ms ease-in-out;
    animation: fadeInRight 1000ms ease-in-out;
}
.member-photo .mask .single-team-social a:hover {
    color: #ffc300;
}
.owl-theme.team-slider .owl-dots {
    margin-top: 70px !important;
    margin-bottom: -30px;
}
.owl-theme.team-slider .owl-dots .owl-dot span {
	position: relative;
	height: 15px;
	width: 15px;
}
.owl-theme.team-slider .owl-dots div.active span {
    border-color: #ffc300;
    background: #ffc300;
}

.box_elem{
	width: 290px; 
	margin-right: 30px; 
	position:relative;
	display: inline-block;
}

@media (max-width: 767px) {
.box_elem{
	margin-right: 0px; 
	margin-bottom:30px;
}
	
}

.box_elem:hover .team-mate{
	   border: 2px solid #a1c227;
		-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.box_elem .icon_wrapper{
    position: relative;
    bottom: 28px;
}
.box_elem .icon_wrapper img{
    top: 48px;
    left: 15px;
    position: absolute;
}

.box_elem .icon{
    font-size:32px;
	position:absolute;
	color:fff;
	top:15px;
	left:15px;
	z-index:100;
	color:#fff;
}

 
.box_elem .icon_wraper:before{
	content:'';
	border-right: 100px solid transparent;
    border-top: 100px solid #ccc;
    position: absolute;
    left: 0px;
    top: 2px;
	z-index:100;
	
}

.box_elem:hover .icon_wraper:before{
	    border-top: 100px solid #a1c227;
		-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*
* ----------------------------------------------------------------------------------------
* 02. RANGE BOX
* ----------------------------------------------------------------------------------------
*/

.icon-box {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 400px;
  padding: 35px 30px;
  text-align: center;
  cursor: default;
  background-color: #fff;
  z-index: 1;
  margin-left: auto;
  margin-right: auto; }
  .icon-box .box-top,
  .icon-box .box-body {
    position: relative;
    will-change: transform;
    transition: .33s all ease;
    -webkit-filter: blur(0); }
  .icon-box .box-top {
    top: 0; }
  .icon-box .box-body {
    margin-top: 12px; }
  .icon-box .box-header {
    margin-top: 22px; }
  .icon-box .box-icon {
    min-height: 46px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .icon-box img,
  .icon-box svg {
    transition: .2s;
    stroke-width: 0;
    pointer-events: none; }
  .icon-box.hover:after, .icon-box:hover:after {
    height: 100%; }
  .icon-box.hover svg, .icon-box:hover svg {
    fill: #fff !important;
    stroke: #fff !important; }
  .icon-box.hover img, .icon-box:hover img {
    -webkit-filter: grayscale(100%) brightness(150%);
    filter: grayscale(100%) brightness(150%); }
  .icon-box.hover *, .icon-box:hover * {
    color: #fff; }
  .icon-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    transition: .3s ease-in-out;
    background-color: #a1c227;
    z-index: -1; }

@media (min-width: 768px) {
  .icon-box {
    max-width: 308px;
    padding: 60px 40px 53px;
    margin-left: auto;
    margin-right: auto; } }

html.ie-11 .icon-box,
html.ie-10 .icon-box {
  display: block; }
  
  
  @media (min-width: 480px) {
  .range {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .range > .range {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
  .range-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .range > [class*='cell'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }
	
	
	.height-fill {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .height-fill > * {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.range > .cell-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
	
@media (max-width: 767px) {
	.range > .cell-lg-3 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; 
	margin-bottom:20px;}
	
}
	
[class*="cell-"] {
  padding-left: 15px;
  padding-right: 15px; }
  
  
 .overlay {
    position: relative;
    z-index: 1;
}
.overlay:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.section-padding {
    padding: 100px 0;
    position: relative;
    /*float: left;*/
    width: 100%;
	overflow-x: hidden;
}
.section-back-image {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}


/*
* ----------------------------------------------------------------------------------------
* 03. OWL NEWS
* ----------------------------------------------------------------------------------------
*/

.dx-20{
	margin-right:20px;
}

#news-list .box{
	text-align:left;
}
#news-list a.title{
	line-height:20px;
	padding-bottom:10px;
	display:inline-block;
	font-weight:600;
}

#news-list span.data{
	padding:7px 0 5px 0;
	display:inline-block;
	color:#a1c227;
}

#news-list p{
	line-height:20px;
	text-align:justify;
}


#news-list.owl-theme .owl-nav, #news-list.owl-theme .owl-dots {
    margin-top: 0;
}

#news-list.owl-theme .owl-dots {
    position: absolute;
    margin-top: -20px;
    bottom: -76px;
}
#news-list.owl-theme .owl-nav button {
	color: #333;
	font-size: 25px;
	height: 45px;
	width: 45px;
	line-height: 45px;
	padding: 0;
	margin: 0;
	background: #fff;
	opacity: 1;
	visibility: visible;
	border-radius: 30px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
#news-list.owl-theme .owl-nav button:hover {
    background: #a1c227;
	color:#fff;
}
#news-list.owl-theme .owl-nav button {
    position: absolute;
    margin-top: -20px;
    bottom: -76px;
}
#news-list.owl-theme .owl-nav .owl-prev {
    left: 0;
}
#news-list.owl-theme .owl-nav .owl-next {
    right: 0;
}

#news-list .owl-dots .owl-dot span {
	position: relative;
	height: 15px;
	width: 15px;
}


#news-list .owl-dots button.active span {
    border-color: #a1c227;
    background: #a1c227;
}

#news-list .owl-dots .owl-dot span;hover {
	border-color: #a1c227;
    background: #a1c227;
}

@media (max-width: 767px) {
  #news-list .owl-dots .owl-dot span {
	  height: 12px;
	  width: 12px;
  }
  #news-list.owl-theme .owl-dots  {
    bottom: -66px;
 }
}