/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
 

html{
	height:100vh;
	min-height: 100%
}

body {
  height: 100%;
  width: 100%;
  font-family: 'Old Standard TT', serif;
  font-size:48px;
}
hr {
  border-color: #0b3c5d;
  border-width: 3px;
  max-width: 100px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'Old Standard TT', serif;
}
p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
    font-family: 'Old Standard TT', serif;
}
.bg-primary {
  background-color: #0b3c5d;
}
.bg-light {
  background-color: #328cc1;
}
.color_primary-dark {
	color: #0b3c5d;
}
.color_primary-light{
	color: #d9b310;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
.container{
    width:100%;
}
section {
	padding: 20px 20px;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Old Standard TT', serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
  .z-depth-1, .jumbotron, .card, .list-group, .popover, .navbar, .dropdown-menu, .badge, .chip, .pagination .active .page-link, .btn, .pager li a {
     box-shadow: none; 
}
.navbar-default .navbar-header .navbar-brand {
 
  font-family: 'Old Standard TT', serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #337ab7;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #1d2731;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #1d2731;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #0b3c5d;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #0b3c5d !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: #0b3c5d;
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: white;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #328cc1;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: white;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #328cc1;
  }
}
header {
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/header.jpg');
  text-align: center;
  color: white;
}
header .header-content {
  position: absolute;
  text-align: center;
  padding: 0 10%;
  width: 100%;
  top:30%;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
/*   header .header-content { */
/*     position: absolute; */
/*     top: 50%; */
/*     -webkit-transform: translateY(-50%); */
/*     -ms-transform: translateY(-50%); */
/*     transform: translateY(-50%); */
/*     padding: 0 50px; */
/*   } */
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(11,60,93, 0.7);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Old Standard TT', serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
  .header-content-inner span{
  	font-size:30px;
  }
}


.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #337ab7;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #1d2731;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #1d2731;
  background-color: #f2f2f2;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #1d2731;
}
.btn-primary {
  color: white;
  background-color: #0b3c5d;
  border-color: #0b3c5d;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:active,
.btn-primary:focus{
	background-color: #0b3c5d;
  	border-color: #0b3c5d;
}
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #328cc1;
  border-color: #328cc1;
} 

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #d9b310;
}
.btn-primary .badge {
  color: #328cc1;
  background-color: white;
}
.btn {
  font-family: 'Old Standard TT', serif;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #0b3c5d;
  color: white;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #1d2731;
}
.btn-outline-primary{
	font-size:40px;
	background: transparent;
	border-radius: 30px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-outline-primary:hover{
	background: #ffffff38;
}
::selection {
  color: white;
  text-shadow: none;
  background: #1d2731;
}
.img-ae{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: height .25s ease-in-out,filter .25s ease-in-out;
}
.img-ae:hover{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    height: 50px;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #1d2731;
}

.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  margin: 1px;
  position: relative;
  width: 100%;
}
.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#where{
	position: relative;
	padding: 0px;
}
#where div .background-hover {
	background-color: #0b3c5d;
	opacity : 0.2;
	content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#where div .background {
	
	background-image:url("../img/img_dove.jpg");
	background-repeat: no-repeat;
    background-size: cover;
	content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.parallax_header {
    /* The image used */
    /* Set a specific height */
    min-height: 100%; 

    /* Create the parallax scrolling effect */
    background: url("../img/generica.jpg") no-repeat fixed center;
    background-size: cover;
    -webkit-background-size: cover;
    position:relative;
    
}

.parallax{
    /* The image used */
    background-image: url("../img/header.jpg");

    /* Set a specific height */
    min-height: 600px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    
}

.parallax_where {
    /* The image used */
    background-image: url("../img/esterni3.jpeg");

    /* Set a specific height */
    min-height: 400px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding-top:100px;
    position:relative;
}
.parallax_time {
    /* The image used */
    background-image: url("../img/segreteria.jpg");

    /* Set a specific height */
    min-height: 450px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding-bottom:100px;
    position:relative;
}
.overlayPattern-header{
    background-color: rgba(11,60,93,0.5);
    background-repeat:repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display:block;
}
.carousel{
    padding-left: 15%;
    padding-right: 15%;
}
.overlayPattern{
    background-color: rgba(50,50,50,0.5);
    background-repeat:repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display:block;
}
.carousel-inner img{
    width:100%;
    max-height: 460px;
    -webkit-filter: blur(3px);
    filter: blur(3px);

}
.carousel-content {
    color:black;
    display:flex;
    align-items:center;
   	
    }
.text-carousel {
  width: 100%;
  height: auto;
  bottom:-20px;
  position: absolute;
  color:white;
}

.text-carousel p{
    font-size:22px;
    text-align: center;
    padding:0 150px
}
.verticalCenter{
	margin-top:auto;
	margin-bottom:auto;
}
.titleBig{
	font-size:50px;
	text-transform: uppercase;
}
.footer{
    color:#1d2731;
    font-size:18px;
    padding:30px;
    text-align: center;
 }
.footer-info{
    background-color:#0b3c5d;
    color:white;
    font-size:11px;
    text-align: center;
    padding: 8px;
}
.footer-image{
    margin:20px;
}

.header-content-inner img{
	width: 90%; 
	min-width: 350px; 
	max-width: 450px;
	border: 2px solid #0b3c5d;
    border-radius: 5px;
    padding: 5px;
    background-color: white;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: -20px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top {
    position: fixed;
    bottom: 35px;
    right: 20px;
    background: rgba(11, 60, 93, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(11, 60, 93, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: -30px;
}
.card-wrapper{
	margin:5px 0 12px;
	height: 500px;
	position:relative;
	-web-perspective:800px;
	perspective:800px
}
.card-wrapper .card-rotating{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

card-wrapper .back, .card-wrapper .front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s;
}

card-wrapper .face {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.card-wrapper .card-up{
	height: 50%;
	overflow: hidden;
}
.card-wrapper .avatar {
    border-radius: 50%;
    display: block;
    height: 200px;
    margin: -100px auto 0;
    overflow: hidden;
    width: 200px;
}
.card-wrapper .back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    
    height:500px;
    background-color:white;
}
.back div{
	position:absolute;
	overflow:auto;
	padding: 15px;
	height:100%;
	top:0;
}
.back h3{
	text-align:center;
}
.back p{
	font-size:16px;
}
.float{
	position:absolute;
	bottom:0px;
	right:10px;
}
a.float{
	color:#424242;
	font-size: 30px;
    cursor: pointer;
}
.card-wrapper .back, .card-wrapper .front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s;
}
.card-wrapper .face {
	text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

/* entire container, keeps perspective */
.card-wrapper {
	perspective: 1000px;
}


/* flip speed goes here */
.card-rotating {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/*staff skill*/
  
.staffContent,
.skillContent
{
	background-color: rgba(176, 196, 210, 0.56);
	padding-top: 30px;
}

.staffElement{
	margin-left:15%;
	margin-right:15%;
}
.skillElement{
	margin-left:10%;
	margin-right:10%;
}
.staffElement .box{
	overflow: hidden;
    position: relative;
    padding: 48px 10px 0px;
    border-top: 2px solid #0b3c5d;
}
.skillElement .box{
	overflow: hidden;
    position: relative;
    padding: 48px 30px 53px;
    border-top: 1px solid #0b3c5d;
}
.staffElement .text-box, .skillElement .text-box{
	overflow: hidden;
    position: relative;
    margin-left: 10px;
}

.staffElement .img-box, .skillElement .img-box{
	margin: 0 auto 34px;
    overflow: hidden;
    display: block;
    position: relative;
    border-top-left-radius: 132px;
    border-top-right-radius: 132px;
    border-bottom-right-radius: 132px;
    border-bottom-left-radius: 132px;
}
.staffElement .alignLeft .img-block, .skillElement .alignLeft .img-block{
    /* width: 47.3%;
    margin: 4px 51px 0 0; */
}

.staffElement .alignLeft .title-box, .skillElement .alignLeft .title-box{
	float: left;
    width: 30%;
    margin: 4px 51px 0 0;
}

.staffElement .alignLeft .text-box, .skillElement .alignLeft .text-box {
    text-align: left;
}

.staffElement .alignLeft .img-box, .skillElement .alignLeft .img-box{
	float: left;
    margin: 0 39px 50px 25px;
    box-shadow: none;
    transition: box-shadow 1s;
    height:264px;
    width:264px;
    
} 
.staffElement .alignLeft .img-box:hover, .skillElement .alignLeft .img-box:hover{
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2), 1px 1px 14px 8px rgba(0, 0, 0, 0.19);
}
.staffElement .alignRight .img-block, .skillElement .alignRight .img-block{
	float: right;
    /* width: 47.3%;
    margin: 4px 0 0 50px; */
}

.staffElement .alignRight .img-box, .skillElement .alignRight .img-box{
	float: right;
    margin: 0 25px 50px 39px;
    box-shadow: none;
    transition: box-shadow 1s;
    height:264px;
    width:264px;
}
.staffElement .alignRight .img-box:hover, .skillElement .alignRight .img-box:hover{
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2), 1px 1px 14px 8px rgba(0, 0, 0, 0.19);
}
.staffElement .alignright .text-box, .skillElement .alignright .text-box {
    text-align: right;
    
}

.staffElement .img-box img , .skillElement .img-box img {
    border-top-left-radius: 132px;
    border-top-right-radius: 132px;
    border-bottom-right-radius: 132px;
    border-bottom-left-radius: 132px;
    position: relative;
    vertical-align: top;
    width: 264px;
    height: 264px;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    
}
.staffElement .img-box img:hover, .skillElement .img-box img:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	cursor:pointer;

}
.staffElement .email, .skillElement .email {
    font-family: serif;
    font-style: italic;
    font-size: 17px;
    text-decoration: none;
    color: #424242;
}
.staffElement .text-box p, .skillElement .text-box p{
	font-size: 18px;
    line-height: normal;
}
.fullBio p{
	font-size: 18px;
    line-height: normal;
    text-align: justify;
}
.text-right{
	text-align:right;
	font-size:20px;
}
.text-left{
	text-align:left;
	font-size:20px;
}
@media only screen and (max-width: 1023px){
	.text-right{
		text-align:center;
		font-size:15px;
	}
	.text-left{
		text-align:center;
		font-size:15px;
	}
}

@media only screen and (max-width: 767px){
	.staffElement .box, .skillElement .box {
	    border-top-width: 1px;
	    text-align: left;
	    padding: 37px 9px 43px;
	}
}
@media only screen and (max-width: 767px){
	.staffElement .img-box img{
	    border-top-left-radius: 66px;
	    border-top-right-radius: 66px;
	    border-bottom-right-radius: 66px;
	    border-bottom-left-radius: 66px;
	    position: relative;
    	vertical-align: top;
    	width: 132px;
    	height: 132px;
	}
}
@media only screen and (max-width: 767px){
	.staffElement .box .img-block{
	    width: 100%;
	    text-align: center;
	    margin: 0 0 25px;
	    float: none;
	}
	.skillElement .box .title-box{
		font-size:32px;
		float:none;
		width:100%;
		margin-bottom:10px;
		text-align:center;
	}
}
@media only screen and (max-width: 767px){
	.staffElement .alignLeft .img-box {
	    margin: 0 auto 25px;
	    float:none;
	    height: 132px;
    	width: 132px;
	}
	.skillElement .alignLeft .img-box {
		margin: 0 auto 25px;
	    float:none;
	}
	.skillElement .alignRight .img-box {
		margin: 0 auto 25px;
	    float:none;
	}
	.header-content-inner h3{
		font-size:18px;
	}
}

@media only screen and (max-width: 767px){
	.staffElement .alignRight .img-box {
	    margin: 0 auto 25px;
	    float:none;
	    height: 132px;
    	width: 132px;
	}
} 
@media only screen and (max-width: 767px){
	.staffElement .box .img-block {
	    width: 100%;
	    text-align: center;
	    margin: 0 0 25px;
	    float: none;
	}
}
@media only screen and (max-width: 1023px){
	.parallax_header .private{
		min-height:900px;
	}
}
@media only screen and (max-width: 767px){
	.staffElement .alignLeft .text-box, .skillElement .alignLeft .text-box{
	    text-align:center;
	}
	.staffElement .alignRight .text-box, .skillElement .alignRight .text-box{
	    text-align:center;
	}
	.staffElement .text-box p, .skillElement .text-box p{
		font-size:16px;
		text-align:center;
	}
	.staffElement .text-box h1, .skillElement .text-box h{
		font-size:30px;
	}
	.privateButton{
		font-size:25px
	}
}
.header-content-inner span{
		font-size:75px;
	}
@media only screen and (max-width: 767px){
	.header-content-inner span{
		font-size:35px;
	}
}
.skillContent ul li{
	list-style: none;
    font-size: 25px;
    /*border-top: 1px solid #0b3c5d;*/
    padding: 7px 0 0 7px;
    
}

.skillContent .skill ul li{
	list-style: none;
    font-size: 18px;
    border-bottom: 1px solid #0b3c5d;
    padding: 7px 0 0 7px;
    
}

.skillContent ul li a{
	color:#3c3c3c;
	text-transform:uppercase;
	font-size:16px;
	padding:15px 5px 13px 5px;
	text-decoration: none;
}
.skillContent ul li a:hover{
	color: black;
	/*background: linear-gradient(to top, rgba(119,119,119,1), rgba(255,255,255,0));*/
}
.skillContent ul li a.selected{
	color:#0b3c5d;
	border-bottom: none;
	background-color: #fff;
	border-radius:3px;
}
.skill{
	width:90%;
	float:left;
	display:none;
}
.skillContent p{
	margin-bottom:0px;
}
.skillTitle{
	text-align:center;
	border-top:1px solid #0b3c5d;
	padding-top: 8px;
    margin-top: 3px;
	display:none;
}
.skill hr{
	display:none;
}
@media only screen and (max-width: 999px){
	.skillContent .row{
	margin-left:0px;
	}
	.skillContent .col-xs-8{
		width:100%;
	}
	.skill{
		width:100%;
		text-align:center;
	}
	.skill hr{
		display:block;
		border-width: 1px;
    	margin-bottom: 2px;
    	margin-top: 2px;
    	width: 10%;
	}
	.skillContent ul li{
	list-style: none;
    font-size: 15px;
    border-top: 1px solid #0b3c5d;
    padding: 3px 0 0 3px;
    display:none;
	}
	.skillTitle{
		color:#0b3c5d;
		font-size:30px;
		display:block;
	}
	.skillContent .skill ul li{
		display: block;
    	border: none;
	}
	.skillContent .skill{
		font-size:18px;
	}
	.skill{
	display:block;}
}
  .documentsContent{ 
 	font-size: 20px; 
     padding:30px 20px; 
 } 
 @media only screen and (max-width: 767px){
 .documentsContent {
    font-size: 20px;
    padding: 30px 0px;
}
 }
 table.dataTable.no-footer {
    border-bottom: 2px solid #0b3c5d;
}
 
 .table tbody tr td{ 
 	vertical-align: middle; 
 	border-top:2px solid #0b3c5d; 
 	text-align: center; 
 } */
 .table thead tr th{ 
 	text-align: center; 
 } 
 .icon{ 
 	color:#0b3c5d; 
 	font-size:30px; 
 	text-align:center; 
 } 
 
 table.dataTable thead th, table.dataTable thead td {
    padding: 10px 12px;
    border-bottom: 2px solid #0b3c5d;
    text-align: center
}

td.title{
	font-size:22px;
}
td.date{
	font-size:18px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #0b3c5d !important;
    border: 1px solid #0b3c5d;
}

@media only screen and (max-width: 999px){
	.table{
		font-size:12px;
	}
	th.description{
		display:none;
	}
	td.description{
		display:none;
	}
	.table tbody tr td{
		font-size:14px;
	}
	.table thead tr th{
		font-size:20px;
	}
}
