/*
Theme Name: 	Boo7Pack!
Theme URI: 		gorobey.it
Description: 	Bootstrap inside Wp
Version: 		1.1
Author: 		Goяo!
Author URI: 	https://gorobey.it
Tags: 			bootstrap, basis thema
*/
/*typegraphy*/
html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#585858;
}
body *{
 /*   -webkit-user-select: none; Safari 3.1+ */
 /*   -moz-user-select: none; Firefox 2+ */
 /*   -ms-user-select: none;  IE 10+ */
 /*   user-select: none; Standard syntax */
}
a, a:focus, a:hover{
	color: #a6c241;
    text-decoration: none;
}

p a{
    text-decoration: underline;
}

h3, b, strong{
	color:#a6c241;
}

h3{
	font-size: 35px;
	line-height: 40px;
}
h3:first-line {
	color:#585858;
}
h4{
    padding-left: 0px;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #585858;
}

hr {
    border-top: 10px solid #eee;
}

hr.hr-green{
    border-top: 5px solid #a6c241;	
}

.small, small {
    font-size: 70%;
}

label b{
	color:inherit;
}
.text-gray{
	color:#b1b1b1;
}

.text-green{
	color:#a2c037;	
}

.no-padd > * {
    padding: 0px;
    margin: 10px -15px;
}

.remove-border, .remove-border *{
	padding: 0px !important;
}
.remove-border *{
	margin: 0px;
}

.remove-border img{
	margin-top:10px;
}

/*bootstrap redesign*/

.img-responsive {
    padding: 35px;
}

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: @screen-sm-min) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: @screen-md-min) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: @screen-lg-min) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}


body > .container{
/*	border-color: #eee;*/
/*	border-width: 0px 1px 0px 1px;*/
/*	border-style: solid;*/
}

/*bootstrap 5 columns*/

.col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4 {
  float: left;
}

.col-xs-5th-5 {
  float: left;
  width: 100%;
}

.col-xs-5th-4 {
  width: 80%;
}

.col-xs-5th-3 {
  width: 60%;
}

.col-xs-5th-2 {
  width: 40%;
}

.col-xs-5th-1 {
  width: 20%;
}

.col-xs-5th-pull-5 {
  right: 100%;
}

.col-xs-5th-pull-4 {
  right: 80%;
}

.col-xs-5th-pull-3 {
  right: 60%;
}

.col-xs-5th-pull-2 {
  right: 40%;
}

.col-xs-5th-pull-1 {
  right: 20%;
}

.col-xs-5th-pull-0 {
  right: auto;
}

.col-xs-5th-push-5 {
  left: 100%;
}

.col-xs-5th-push-4 {
  left: 80%;
}

.col-xs-5th-push-3 {
  left: 60%;
}

.col-xs-5th-push-2 {
  left: 40%;
}

.col-xs-5th-push-1 {
  left: 20%;
}

.col-xs-5th-push-0 {
  left: auto;
}

.col-xs-5th-offset-5 {
  margin-left: 100%;
}

.col-xs-5th-offset-4 {
  margin-left: 80%;
}

.col-xs-5th-offset-3 {
  margin-left: 60%;
}

.col-xs-5th-offset-2 {
  margin-left: 40%;
}

.col-xs-5th-offset-1 {
  margin-left: 20%;
}

.col-xs-5th-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4 {
    float: left;
  }

  .col-sm-5th-5 {
    float: left;
    width: 100%;
  }

  .col-sm-5th-4 {
    width: 80%;
  }

  .col-sm-5th-3 {
    width: 60%;
  }

  .col-sm-5th-2 {
    width: 40%;
  }

  .col-sm-5th-1 {
    width: 20%;
  }

  .col-sm-5th-pull-5 {
    right: 100%;
  }

  .col-sm-5th-pull-4 {
    right: 80%;
  }

  .col-sm-5th-pull-3 {
    right: 60%;
  }

  .col-sm-5th-pull-2 {
    right: 40%;
  }

  .col-sm-5th-pull-1 {
    right: 20%;
  }

  .col-sm-5th-pull-0 {
    right: auto;
  }

  .col-sm-5th-push-5 {
    left: 100%;
  }

  .col-sm-5th-push-4 {
    left: 80%;
  }

  .col-sm-5th-push-3 {
    left: 60%;
  }

  .col-sm-5th-push-2 {
    left: 40%;
  }

  .col-sm-5th-push-1 {
    left: 20%;
  }

  .col-sm-5th-push-0 {
    left: auto;
  }

  .col-sm-5th-offset-5 {
    margin-left: 100%;
  }

  .col-sm-5th-offset-4 {
    margin-left: 80%;
  }

  .col-sm-5th-offset-3 {
    margin-left: 60%;
  }

  .col-sm-5th-offset-2 {
    margin-left: 40%;
  }

  .col-sm-5th-offset-1 {
    margin-left: 20%;
  }

  .col-sm-5th-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4 {
    float: left;
  }

  .col-md-5th-5 {
    float: left;
    width: 100%;
  }

  .col-md-5th-4 {
    width: 80%;
  }

  .col-md-5th-3 {
    width: 60%;
  }

  .col-md-5th-2 {
    width: 40%;
  }

  .col-md-5th-1 {
    width: 20%;
  }

  .col-md-5th-pull-5 {
    right: 100%;
  }

  .col-md-5th-pull-4 {
    right: 80%;
  }

  .col-md-5th-pull-3 {
    right: 60%;
  }

  .col-md-5th-pull-2 {
    right: 40%;
  }

  .col-md-5th-pull-1 {
    right: 20%;
  }

  .col-md-5th-pull-0 {
    right: auto;
  }

  .col-md-5th-push-5 {
    left: 100%;
  }

  .col-md-5th-push-4 {
    left: 80%;
  }

  .col-md-5th-push-3 {
    left: 60%;
  }

  .col-md-5th-push-2 {
    left: 40%;
  }

  .col-md-5th-push-1 {
    left: 20%;
  }

  .col-md-5th-push-0 {
    left: auto;
  }

  .col-md-5th-offset-5 {
    margin-left: 100%;
  }

  .col-md-5th-offset-4 {
    margin-left: 80%;
  }

  .col-md-5th-offset-3 {
    margin-left: 60%;
  }

  .col-md-5th-offset-2 {
    margin-left: 40%;
  }

  .col-md-5th-offset-1 {
    margin-left: 20%;
  }

  .col-md-5th-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4 {
    float: left;
  }

  .col-lg-5th-5 {
    float: left;
    width: 100%;
  }

  .col-lg-5th-4 {
    width: 80%;
  }

  .col-lg-5th-3 {
    width: 60%;
  }

  .col-lg-5th-2 {
    width: 40%;
  }

  .col-lg-5th-1 {
    width: 20%;
  }

  .col-lg-5th-pull-5 {
    right: 100%;
  }

  .col-lg-5th-pull-4 {
    right: 80%;
  }

  .col-lg-5th-pull-3 {
    right: 60%;
  }

  .col-lg-5th-pull-2 {
    right: 40%;
  }

  .col-lg-5th-pull-1 {
    right: 20%;
  }

  .col-lg-5th-pull-0 {
    right: auto;
  }

  .col-lg-5th-push-5 {
    left: 100%;
  }

  .col-lg-5th-push-4 {
    left: 80%;
  }

  .col-lg-5th-push-3 {
    left: 60%;
  }

  .col-lg-5th-push-2 {
    left: 40%;
  }

  .col-lg-5th-push-1 {
    left: 20%;
  }

  .col-lg-5th-push-0 {
    left: auto;
  }

  .col-lg-5th-offset-5 {
    margin-left: 100%;
  }

  .col-lg-5th-offset-4 {
    margin-left: 80%;
  }

  .col-lg-5th-offset-3 {
    margin-left: 60%;
  }

  .col-lg-5th-offset-2 {
    margin-left: 40%;
  }

  .col-lg-5th-offset-1 {
    margin-left: 20%;
  }

  .col-lg-5th-offset-0 {
    margin-left: 0%;
  }
}



/*navigation*/
#header .container {
    background-image: url(images/retina.png);
    background-repeat: repeat;
/*     padding: 0px; */
    background-color: rgba(156, 195, 52, 0.4);
}
.container.top-75{
	margin-top: 75px;
}
.header{
	position: relative;
}
.navbar {
  position: fixed;
  top: 0;
  width:inherit;
}

.navbar-sub{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.navbar-sub .navbar-nav > li{
	list-style: none;
}

.navbar-sub .navbar-nav > li > a {
    padding: 0px 5px;
    margin: 0px 4px;
    font-size: 17px;
    font-weight: 700;

}


.navbar-header {
    float: left;
    padding-left: 20px;
}

.navbar .navbar-nav,
.navbar-sub .navbar-nav{
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}



#menu-primary .dropdown-menu{
	background-image: url(images/retina.png);
	background-repeat: repeat;
	background-color: rgba(156, 195, 52, 0.4);
	color: #fff;
}

#menu-primary .dropdown-menu a{
	color:#fcfcfc;
}

#menu-primary .dropdown-menu a:hover{
	color:#fff;
	background: #a6c241;
}


.navbar-inverse .navbar-nav > li > a{
	color: #fcfcfc;
	font-weight: 700;
	padding: 15px 0;
	margin: 0 10px;
	font-size: 15px;
}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover{
	border-bottom:2px solid #a6c241;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover{
	background-color: transparent !important;
}
.navbar {
	border-width: 0px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-color: transparent;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar-brand {
    margin-top: -5px;
}



.navbar-toggle,
.navbar-toggle:hover{
	border:0px solid transparent;
	background-color: transparent !important;
}
.nav li{
	text-align: center;
}



.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.slider{
	position: relative;
	background-size: auto auto;
	padding-bottom: 44%;
	background-size: cover;
	background-position:top right !important; /*background-position:top center !important;*/
	overflow: hidden;
	margin: 0 -15px;
	min-height: 300px;
}

.container.img_grid {
    margin-top: 5px;
}

.container.img_grid .row {
    margin: 0px -20px;
}
.container.img_grid .row div[class^="col-"]{
	padding: 0px !important;
	margin: 0px !important;	
}

.container.img_grid .row div[class^="col-"] img {
    padding: 5px;
}

.subtitle{
	position: absolute; bottom:15%;left: 0px;width: 100%
}
.subtitle h2 {
	color: #fff;
	border-left: 5px solid #a6c241;
	margin-left: 45px;
	font-size: 60px;
	padding: 0px 2%;
	max-width: 90%;
	text-shadow: 3px 3px 9px #000;
}

.navbar-section{
	padding: 30px 0;
}

.navbar-section.navbar-sub .navbar-nav > li > a{
	font-weight: 600px;
	font-size: 20px;	
}

@media (max-width: 767px) {
	.navbar-header{
		float: none;
	}
	#menu-primary {
	    width: 100%;
	    padding: 0px;
	    margin: 0px;
	}	
		
	.menu-with-passion-we-build-the-future-container,
	.navbar-fixed-top .container{
		margin: 0px; padding: 0px;
	}
	
	#PrimaryNavbar{
		background:url(images/retina.png), rgba(24, 24, 24, .2);
		max-height: unset;
		height: 100vh;

	}
	#PrimaryNavbar li{
		text-align: center;
	}
	#PrimaryNavbar li a {
	    color: #fff;
	    font-weight: 500;
	    font-size: 20px;
	    padding: 10px 0;
	}
	
	#menu-primary .dropdown-menu{
		position: relative;
		background-image: none !important;
		background-color: transparent !important;
		margin: 0px;
		width: 100%;
		display: block !important;
	}

	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover{
		border:none !important;
		background-color: transparent !important;
	}
	
	#menu-primary .dropdown-menu a:hover{
		border:none !important;
		background-color: transparent !important;
	}
	
	.slider{
		margin: 0 -30px;
		padding-bottom: 40%;
	}

	.subtitle h2 {
		font-size: 35px;
	}


/*
body.about-us .slider{
	display:none !important;
}
*/

}

#menu-secondary a {
    font-size: 17px;
    padding: 0 7px;
}

#menu-secondary a:hover{
	background: transparent;
	color: #fff;
}


#menu-secondary{
	float:right;
	padding: 15px 0;
}
/*
.menu-with-passion-we-build-the-future-container{
	padding-bottom:45%;
	margin-top: -15px;
}
*/

.CustomNav {
    width: 524px;
    margin: 0 auto;
}

.CustomNav li {
	float: left;
	padding: 0px;
	margin: 45px 1%;
	list-style: none;
	text-align: center;
	border: 2px solid #fff;
	display:flex;
	line-height: 15px;
}

/*
.CustomNav li a {
	margin: 5px !important;
	width: 60px;
	height: 60px;
	color: #fff;
	display: inherit;
}
*/

.CustomNav li a .menu-image-title{
	text-transform: uppercase;
}


.CustomNav li a {
	margin: 15px;
	height: 130px;
	width: 130px;
	color: #fff;
	display: inline-grid;
}

@media (min-width: 768px){
	.blueimp-gallery .modal-dialog{
		max-width:inherit !important;
		width:100% !important;
	}
}

@media (max-width: 767px) {
	.CustomNav {
		width: 100%;
	}
	.CustomNav li {
	    float: left;
	    padding: 0px;
	    margin: 20px 0;
	    list-style: none;
	    text-align: center;
	    border: 0px solid #fff;
	    display: flex;
	    line-height: 15px;
	    width: 33.33333%;
	}
	.CustomNav li a{
		margin:5px;
		height: 80px;
		width: 100%;
	}
}


.menu-image-title {
	font-size: 12px;
	line-height: 16px !important;
}




@media (min-width: 992px) {
/*
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
*/
	div[class^="col-"] h2 {
	    font-size: 1.8em;
	    font-weight: 600;
	}

	div[class^="col-"].border-left-green{
		border-left: 3px solid #a6c241;
/* 		font-size:40px; */
	}

}

.carousel {
    position: relative;
    margin-bottom:40px;
}

.slick-prev, .slick-next{
	z-index:555;
}

.footer {
    background-image: url(images/retina.png);
    background-repeat: repeat;
    background-color: rgba(0,0,0, .3);
    color: #fff;
    padding-top: 45px;
    font-size: 14px;
}

.footer .note{
	padding: 10px 0 30px 0;
}

.footer a{
	color: rgba(255,255,255, .6);
}


.footer-logo img {
    padding-top: 45px;
}


/*
	shortcoder
*/

/* circle progress*/
.circle.progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    float: left;
    margin: 0 15px 45px 15px;
    overflow: visible;
}
.circle.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.circle.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.circle.progress .progress-left{
    left: 0;
}
.circle.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.circle.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.circle.progress .progress-right{
    right: 0;
}
.circle.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.circle.progress .progress-value{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 0px;
    z-index: 99;
    font-size: 0px;
}
.circle.progress .progress-bar{
    border-color: #a6c241;
}
.circle.progress .progress-left .progress-bar{
    animation: loading-2 1.2s linear forwards 1.5s;
}
.circle.progress.yellow .progress-bar{
    border-color: #a6c241;
}
.circle.progress .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.5s;
}
.circle.progress .progress-bar{
    border-color: #a6c241;
}
.circle.progress .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.5s;
}

.circle.progress .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.5s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .circle.progress{ margin-bottom: 20px; }
}

.management label p{
	font-weight: 400;
}

.management-profiles .img-circle.img-responsive{
	max-width: 220px;
}

.row.person-description p{
	font-size: 17px;
}

@media only screen and (max-width: 1230px){
	.row.person-description{
		display:block !important;
	}
	
	
	.row.person_description p {
    font-size: 17px;
}
	
	body.about-us .selector{
		display:none !important;
	}
	.vcenter{
		display: inherit !important;
		height: inherit !important;
		display: block;
	}
	.vcenter .vitem {
	    vertical-align: inherit !important;
	    float: inherit !important;
/* 	    padding: 35px 15px; */
	    display: block !important;
	    width: 100%;
	    clear: both;
	    text-align: center;
	}
	
	.vcenter .vitem h4 {
		padding-left: 0px;
		font-size: 32px;
		line-height: 45px;
		font-weight: 700;
	}
	.vcenter .vitem img {
		margin: 0 auto !important;
		padding: 0px !important;
	}
	.person-description .vcenter .vitem img {
		max-width: 190px !important;
	}

	.vcenter .vitem p{
		text-align:left;
		padding-top: 15px;
	}

	.border-left-green p.text-gray{
		text-align:center;
		padding-top: inherit;
	}

	.vcenter .vitem.person-fullname,
	.vcenter .vitem.hide-object{
	    display: none !important;		
	}
	
	.text-center-md{
		text-align: center !important;
	}	
}

@media (max-width: 991px) {
	.box-location{ /* , #p_map ul */
		height:auto !important;
		max-height: none !important;
	}
	
	#p_map ul{
		max-height: 300px !important;
		min-height: 300px !important;
	}	
	
	#p_map ul li:not(:first-child) {
		font-size:20px;
		font-weight: 700;
		padding: 10px;	
	}
}


@media (max-width: 761px){
	#p_map ul{
		max-height: 250px !important;
		min-height: 250px !important;
	}	
}



/*responsive video*/

.video-container {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
}

.video-container iframe, 
.video-container object, 
.video-container embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
 max-width: 100%;
}

.magnify {position: relative; cursor: none;}

/* Let's create the magnifying glass */
.large {
	display: none;
	width: 175px; 
	height: 175px;
	position: absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	
	/* box shadows to achieve the glass effect */
	-webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25)
}

/* To solve overlap bug at the edges during magnification */
.thumb { display: block; }



/* gallery lightbox (bootstrap modal) */
.blueimp-gallery .modal-dialog{
	width: 100% !important;
/*	max-width: 100% !important;*/
	margin: 0px;
}

.blueimp-gallery .modal-body{
	padding: 0px !important;
}
.blueimp-gallery .modal-header .modal-title{
	display: none !important;
}

.blueimp-gallery .modal-body img, .blueimp-gallery .modal-body .video-content video, .blueimp-gallery .modal-body .video-content iframe, .blueimp-gallery .modal-body .video-content a{
	position: relative !important;
	padding: 0px !important;
	margin: 0 auto !important;
	width: 100% !important;
	height: auto !important;
}

/* maps margin repair */
.mapsvg {
/*     margin: 0 -15px; */
	background: #fff !important;
/* 	padding: 15px !important; */
}
.mapsvg svg{
	position: absolute;
	top:0px;
	left: 0px;
}

.mapsvg-details-container.mapsvg-details-container-relative {
    display: block !important;
    background-color: #d6d6d6 !important;
    background-image: url(http://pacorini.ippogrifo.net/wp-content/uploads/2018/06/p_logo.png);
    background-size: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px !important;
}

@media only screen and (min-width: 1231px){
	.col-md-12.management{
		height:300px;
	    transition: all 0.8s ease-in-out;
	}

	.col-md-12.management.open {
	    height: 1200px !important;
	}
}

@media only screen and (max-width: 1230px){
	.col-md-12.management{
		height:0px !important;
	    display:none !important;
	}
	.col-md-12.management.open {
	    height: 0px !important;
	    display:none !important;
	}	
}

.selector {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 300px;
	margin-top: -150px;
	margin-left: -150px;
}

.selector,
.selector button {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}

.selector button {
  position: relative;
  width: 100%;
  height: 100%;
  background-color:#f1f1f1;
  border-radius: 50%;
  border: 0;
  color: white;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  transition: all .1s;
  padding: 50px;
}
.selector button img {
    width: 100%;
}		

.selector button:focus { outline: none; }

.selector ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
}

.selector li {
  position: absolute;
  width: 0;
  height: 100%;
  margin: 0 50%;
  -webkit-transform: rotate(-360deg);
  transition: all 0.8s ease-in-out;
}

.selector li input { display: none; }

.selector li input + label {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: 0;
  line-height: 1px;
  margin-left: 0;
  background: #f0f0f0;
  border-radius: 50%;
  text-align: center;
  font-size: 1px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
  margin: 180px;
  padding:5px;
  border: 2px solid #a6c241;
}

.selector li input + label:hover { background: #a2c037; }

.selector li input + label:hover p,
.selector li input + label:hover p .text-gray
{ color:#fff}

.selector li input:checked + label {

}

.selector li input:checked + label:hover { background: #a2c037; }

.selector.open li input + label {
    max-width: none !important;
    width: 180px;
    height: 180px;
    line-height: 18px;
    margin-left: -75px;
    font-size: 13px;
}

.person-description{
	display:none;
}

.person-description .img-responsive{
	padding: 0px;
}



.progress{
	height: 10px;
	background: #ccc;
}

.progress .progress-bar{
	background: #a6c241;
}

.progress-value.soft-commodities{
	background: url(images/soft-commodities.png);
	background-position: center center;
}

.progress-value.general-cargo{
	background: url(images/general-cargo.png);
	background-position: center center;
}

.progress-value.base-metal{
	background: url(images/base-metal.png);
	background-position: center center;
}


.circle.progress .custom-value {
    width: 100% !important;
    display: block;
    text-align: center;
    position: absolute !important;
    bottom: -95px !important;
    color: #a2c037;
    font-weight: 900;
}

h3.legend{
	width: 22px;
	font-size:22px;
}

#wpbgallery{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#wpbgallery li img{
	margin: 5px !important;
}

body.about-us h2 br{padding: 20px;}


.row.person-description {
    padding: 45px 0 45px 0;

}


.person-description .person-fullname h4{
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	text-align: right;
}

.vcenter{
	display: table;
	height: 100%;
}
.vcenter .vitem{
	display: table-cell;
  	vertical-align: middle;
	float: none;
}



.mapsvg-layer {
    width: 50% !important;
}

.mapsvg-details-container {
    width: 100%;
    right: 0px;
    left: inherit;
}

/*
.mapsvg-wrap .mapsvg {
    flex: none none;
    min-width: 0;
    float: left;
    width: 50% !important;
}
*/

.mapsvg-controller-view{
	background: #d6d6d6 !important;
	color: #585858;
	padding: 30px 20px 45px 10px;
}

.text-white{
	color:white;
}

.text-black{
	color:black;	
}

.mapsvg-view-title{
	text-transform: uppercase;
	border-left:2px solid #fff;
	padding-left: 10px;
	line-height: 45px;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
}
.mapsvg-view-desc{
	padding-left: 10px;
	font-size: 18px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover{
	background-color: rgba(166,194,65, .8);
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

.modal-header{
	background-color: transparent;
	border:0px solid transparent;	
}

.modal-header .close {
    top: -5px;
    right: 0px;
    padding: 0 7px;
    color: #a6c241;
    text-shadow: none;
    opacity: 1;
}

.close:focus, .close:hover{
	color:#fff;
	opacity: .7;
}

/* Modal Content (Image) */
.modal-content {
	background-color: transparent;
    margin: auto;
    display: block;
    width: 960px;
    max-height: 80%;
    max-width: 80%;
    box-shadow:none;
    border:0px solid transparent;
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}

.modal-body{
	border-radius:4px;
}

.modal-footer{
	border-top:0px solid transparent;
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0px;
}

.modal-footer .prev, .modal-footer .next {
	text-indent: -9999px;
	line-height: 0;
	background-color: rgba(166,194,65, .8);
	border: 0px solid;
	color: #fff !important;
	font-weight: 900;
	height: 75px;
}
.modal-footer .prev{
	border-radius: 0 5px 5px 0;	
}
.modal-footer .next {
	border-radius: 5px 0 0 5px;
}
.modal-footer .prev:after,
.modal-footer .next:after{
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
  font-size: 20px;
}

.modal-footer .prev:after {
  content: "<";
}

.modal-footer .next:after {
  content: ">";
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}


/*forms */

/*
div.wpcf7{
	background: #E2E2E2;
	padding: 30px 45px;
}
*/

#contact_us {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.wpcf7-form{
	width: 100%;
	margin:0 auto;

}

.wpcf7-form-control-wrap{
	width: 100%;
}

.wpcf7-form-control-wrap .cf7-icon-field {
    padding-left: 35px !important;
    background: transparent !important;
    width: 100%;
    height: 34px;
}

.wpcf7-form div .one_half{
  width: 48% !important;
  float: left !important;
  margin: 5px 1%;
}

.wpcf7-form div .full_row{
	width: 98%;
	margin: 5px 1%;
}
.full_row{
	width: 100%;
    margin: 0 10px 30px;
}
.wpcf7-form div .one_half input['type=text'],
.wpcf7-form div .one_half input['type=email'],
.wpcf7-form div .one_half input['type=password'],
.wpcf7-form div .one_half textarea{
  margin:5px 10px !important;
}

input[type="checkbox"],
input[type="radio"] {
    margin: -20px !important;
}

input[type="submit"]{
	font-size: 18px;
}

.form_contact{
	text-align: center;
}

textarea{
	resize: vertical;
}



span.curriculum {
  position:relative;
}
span.curriculum:before {
  content:"Curriculum";
  position:absolute;
  left:0;
  color:#777 !important;
  width:100%;
background: red;
  border-radius:5px;
  cursor:pointer;
  border:1px solid #eee;
padding-left: 40px !important;
background: transparent !important;
width: 100%;
height: 34px;
top:30px;
box-shadow: 0px 2px 3px rgba(200,200,200, .6) !important;
border-radius: 4px !important;
}
span.curriculum>input {
  opacity: 0;
}
    

span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: .7em;
    font-weight: normal;
    display: block;

    position: absolute;
    border: 2px solid red !important;
    z-index: 99999;
    margin-top: -58px;
    background: red;
    padding: 0 5px;
    border-radius: 4px;
    left: -10px;
}

.wpcf7-not-valid-tip::after {
    content: "";
    height: 10px;
    width: 10px;
    background: red;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    margin-top: -3px;
    left: 20px;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
    text-align:center;
}

.cf7-form-icons {
color: #a6c241 !important;
z-index: 999;
margin: 21px 4px;
    
}

input[type="checkbox"], input[type="radio"] {
    border: 1px solid #eee;
    background-color: rgba(255,255,255, .7) !important;
/*    border-radius: 4px;*/

	box-shadow:0px 2px 3px rgba(200,200,200, .6) !important;  
}

.cf7-icon-field, select, textarea{
	padding-left: 40px !important;
	border-radius:4px !important;
/*	margin-bottom: 10px !important;*/
	
	
    border: 1px solid #eee;
    background: rgba(255,255,255, .7) !important;
/*    border-radius: 4px;*/

	margin-bottom: 15px !important;
	margin-top:30px !important;
	box-shadow:0px 2px 3px rgba(200,200,200, .6) !important;





	
	
/*	*/
/*	border-color: #585858 !important;*/
/*	border-width: 1px !important;*/
/*	border-style: solid;*/
/*	background: #fff !important;*/
	
	
	
	
	color:#000 !important;
	width: 100%;
}
textarea{
	height: 150px;
	resize: none;
	color:#000 !important;
}

.btn{
	text-decoration:none;
}

.btn-default {
    color: #fff;
    background-color: #a6c241;
    border-color: #ccc;
}

.btn-success{
    color: #fff;
    background-color: #a6c241;
    border-color: #ccc;	
}

.top_pad{padding-top:25px;}

/*
.wpcf7-submit{
	background-color: #108c58;
	color: #f6aa33 !important;
	border: 2px solid #f6aa33 !important;
	border-radius:4px !important;
}
*/



.selector label {
  display: table;
}
.selector label p {
  display: table-cell;
  vertical-align: middle;
}


.menu-item a.menu-image-title-below.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper{
	padding-bottom: inherit;
}


.mapsvg-wrap-all{
	display:none;
}


#p_map {
    width: 100%;
    background-image: url(images/p_world.jpg);
    margin: 0px auto;
    background-size: 75%;
    background-position: top center;
    background-repeat: no-repeat;
    position:relative;
}

#p_map ul {
    height: 365px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 5px 0 5px;
    background: rgba(255,255,255, .7);
    box-shadow: 0px 2px 3px rgba(200,200,200, .6);
    border-radius: 0px 0px 10px 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: max-height .6s ease-out;
}

#p_map ul:hover{
	max-height:650px;
	transition: max-height .3s ease-in;
}

#p_map ul li:first-child {
    border-bottom: 2px solid;
    display: block !important;
    font-weight: 900 !important;
    margin: 0px -10px;
    padding: 10px 20px;
    color: #00533f;
}

#p_map ul li{
	padding: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: normal;
}


#p_map ul.america li:first-child{
	border-color:#005200;
}

#p_map ul.europa li:first-child{
	border-color:#ac0000;
}

#p_map ul.asia li:first-child{
	border-color:#f4ba0e;
}

#p_map ul.africa li:first-child{
	border-color:#86adea;
}

#p_map ul li:not(:first-child) {
    line-height: 20px;
    cursor: pointer;
    background-color: transparent;
    transition: all .5s;
    margin: 0 -5px;
    font-size: 18px;
    padding: 10px 30px;
}

#p_map ul li:not(:first-child).item-selected,
#p_map ul li:not(:first-child):hover{
	padding-left: 20px;
	background-color: rgba(156, 194, 52, 0.8);
}

#p_map #p_locations,
#p_map #p_locations > div{display:none;}

#p_map #p_locations {
    background: rgba(0,0,0,.9);
    width: 100%;
    height: 100vh;
    position: fixed;
	left:0px;
    top: 0px;
    overflow: hidden;
    z-index: 9999;
}

#p_map #p_locations > div {
    background: #eee;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 15px 30px;
    transform: translate(-50%,-50%);
    min-width: 50%;
    border-radius:4px;
}


#p_map #p_locations > div:after {
    content: "×";
    display: block;
    position: absolute;
    font-size: 50px;
    top: -72px;
    right: 0px;
    font-weight: 700;
    color:#a6c241;
    cursor:pointer;
}


.box-location {
    border: 1px solid #eee;
    background: rgba(255,255,255, .7);
    border-radius: 4px;
    padding: 15px;
	margin-bottom: 15px !important;
	min-height: 665px;
	box-shadow:0px 2px 3px rgba(200,200,200, .6);
	margin-top:30px;
}



.top-location{
    background: #eee;
    width: 100%;
    border-radius: 4px;
	padding: 10px;
}

.top-location img {
    width: 125px;
    margin-top: -35px;
}


.top-location a span.continent{
	text-transform: uppercase;

}
.top-location a span.country{
color:#000;
text-transform: uppercase;
}
.top-location a span.city{
color:#000;
text-transform: uppercase;
}



.box-location {
    max-height: 485px;
    transition: max-height .6s ease-out;
    min-height: 465px;
    overflow-y: hidden;
}

@media (max-width: 991px) {
	.box-location{
	    max-height: none !important;
		height:auto !important;
	}
	.box-location p{
		padding: 15px 0 !important;
	}
}


.box-location:hover {
    max-height: 650px;
    transition: max-height .3s ease-in;
    overflow-y: hidden;
}


/*
.box-location img {

    height: auto;
}
*/

.box-location p {
    text-align: center !important;
    font-size: .68em;
    padding: 5px 0;
}

.box-location p:not(:first-child){
	border-top: 1px dashed #ccc;
}

.tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    display:none;

}
.tile:hover { 

}

.scale-anm {
  transform: scale(1);
}


.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #a6c241;
}

/*
.selector ul{
   background-color: red !important;
   position: relative !important;
   width: 100% !important;
   padding-top: 100% !important;
}
*/

/*
.selector ul li {
   position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
}
*/
