

.container {
	margin-top:30px;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro';
  font-weight:700;
}

.hiddenLink {
	display: none;
}


.fancyTab {
	text-align: center;
	padding-top: 5px;
	padding: 0 0;
	background-color: #eee;
	box-shadow: 0 0 0 1px #ddd;
	top:10px;	
	transition: top .2s;
	height: 90px;
	width: 70px;
	vertical-align: text-top;
}

.fancyTab.active {
	top:0;
	transition:top .2s; 
}

.whiteBlock {
	display:none;
}

.fancyTab.active .whiteBlock {
  	display:block;
  	height:2px;
  	bottom:-2px;
  	background-color:#fff;
  	width: 79%;
  	position:absolute;
  	z-index:1;
}

.fancyTab a {
	font-family: 'Source Sans Pro';
	font-size:1.65em;
	font-weight:300;
  	transition:.2s;
  	color:#333;
}

.fancyTab .hidden-xs {
  white-space: normal;
}

.fancyTabs {
	border-bottom:2px solid #ddd;
	margin: 15px 0 0;
}

li.fancyTab a {
  	padding-top: 10px;
  	top:-15px;
  	padding-bottom:0;
}

li.fancyTab.active a {
	padding-top: inherit;
}

.fancyTab .fa {
	font-size: 36px;  
	width:100%;
	padding: 10px 0 3px;
	color:#666;
}

.fancyTab.active .fa {
	color: #cfb87c;
}

.fancyTab a:focus {
	outline:none;
}

.fancyTabContent {
  	border-color: transparent;
  	box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
  	padding: 30px 15px 15px;
  	position:relative;
  	background-color:#fff;
}

.nav-tabs > li.fancyTab.active > a, 
.nav-tabs > li.fancyTab.active > a:focus,
.nav-tabs > li.fancyTab.active > a:hover {
	border-width:0;
}

.nav-tabs > li.fancyTab:hover {
	background-color:#f9f9f9;
	box-shadow: 0 0 0 1px #ddd;
}

.nav-tabs > li.fancyTab.active:hover {
  	background-color:#fff;
  	box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}

.nav-tabs > li.fancyTab:hover a {
	border-color:transparent;
}

.nav.nav-tabs .fancyTab a[data-toggle="tab"] {
  	background-color:transparent;
  	border-bottom:0;
}

.nav-tabs > li.fancyTab:hover a {
	border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab > a {
	margin-right:0;
	border-top:0;
  	padding-bottom: 30px;
  	margin-bottom: -30px;
}

.nav-tabs > li.fancyTab {
	margin-right:0;
	margin-bottom:0;
}

.nav-tabs > li.fancyTab:last-child a {
	border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab.active:last-child {
	border-right: 0px solid #ddd;
	box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
}

.fancyTab:last-child {
	box-shadow: 0 0 0 1px #ddd;
}

.tabs .nav-tabs li.fancyTab.active a {
	box-shadow:none;
	top:0;
}


.fancyTab.active {
	background: #fff;
	box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
	padding-bottom:30px;
}

/*
.arrow-down {
	display:none;
  	width: 0;
  	height: 0;
  	border-left: 20px solid transparent;
  	border-right: 20px solid transparent;
  	border-top: 22px solid #ddd;
  	position: absolute;
  	top: -1px;
  	left: calc(50% - 20px);
}
*/

.arrow-down {
	display:none;
  	width: 0;
  	height: 0;
  	border-left: 16px solid transparent;
  	border-right: 16px solid transparent;
  	border-top: 16px solid #ddd;
  	position: absolute;
  	top: -1px;
  	left: calc(50% - 16px);
}

/*
.arrow-down-inner {
  	width: 0;
  	height: 0;
  	border-left: 18px solid transparent;
  	border-right: 18px solid transparent;
  	border-top: 12px solid #fff;
  	position: absolute;
  	top: -22px;
  	left: -18px;
}
*/
/*
.arrow-down-inner {
  	width: 0;
  	height: 0;
  	border-left: 14px solid transparent;
  	border-right: 14px solid transparent;
  	border-top: 10px solid #fff;
  	position: absolute;
  	top: -18px;
  	left: -14px;
}

.fancyTab.active .arrow-down {
	display: block;
}
*/

@media (max-width: 1200px) {
  
  	.fancyTab .fa {
  		font-size: 32px;
  	}
  
  	.fancyTab .hidden-xs {
  		/*font-size:22px;*/
  		font-size:18px;
	}
		
}
	
	
@media (max-width: 992px) {
    
  	.fancyTab .fa {
  		font-size: 30px;
  	}
  	  
  	.fancyTab .hidden-xs {
  		/*font-size:18px;*/
  		font-size:16px;
  		font-weight:normal;
  	}
		
}
	
	
@media (max-width: 768px) {
    
  .fancyTab > a {
    font-size:18px;
  }
    
  .nav > li.fancyTab > a {
    padding:15px 0;
    margin-bottom:inherit;
  }
    
  .fancyTab .fa {
    font-size:28px;
  }
    
  .nav-tabs > li.fancyTab > a {
    border-right:1px solid transparent;
    padding-bottom:0;
  }
    
  .fancyTab.active .fa {
    color: #333;
	}
		
}

.iconimage:after {
    content: '\A';
    white-space: pre;
}


.myButton {
	-moz-box-shadow: 3px 4px 0px 0px #899599;
	-webkit-box-shadow: 3px 4px 0px 0px #899599;
	box-shadow: 3px 4px 0px 0px #899599;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bab1ba));
	background:-moz-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-o-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#bab1ba',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d6bcd6;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.myButton:active {
	position:relative;
	top:1px;
}

input::file-selector-button {
	-moz-box-shadow: 3px 4px 0px 0px #899599;
	-webkit-box-shadow: 3px 4px 0px 0px #899599;
	box-shadow: 3px 4px 0px 0px #899599;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bab1ba));
	background:-moz-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-o-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#bab1ba',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d6bcd6;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
	/*
    font-weight: bold;
    color: dodgerblue;
    padding: 0.5em;
    border: thin solid grey;
    border-radius: 3px;
    */
}

.flex-container {
  display: flex;
  flex-direction: column;
  background-color: White;
}

.flex-container > div {
  background-color: White;
  margin: 10px;
  padding: 20px;
  font-size: 30px;
}


