/*   /$$   /$$  /$$$$$$  /$$      /$$ /$$$$$$$$ /$$$$$$$   /$$$$$$   /$$$$$$  /$$$$$$$$       /$$$$$$   /$$$$$$ 
 *  | $$  | $$ /$$__  $$| $$$    /$$$| $$_____/| $$__  $$ /$$__  $$ /$$__  $$| $$_____/      /$$__  $$ /$$__  $$
 *  | $$  | $$| $$  \ $$| $$$$  /$$$$| $$      | $$  \ $$| $$  \ $$| $$  \__/| $$           | $$  \ $$| $$  \__/
 *  | $$$$$$$$| $$  | $$| $$ $$/$$ $$| $$$$$   | $$$$$$$/| $$$$$$$$| $$ /$$$$| $$$$$ /$$$$$$| $$$$$$$$| $$ /$$$$
 *  | $$__  $$| $$  | $$| $$  $$$| $$| $$__/   | $$____/ | $$__  $$| $$|_  $$| $$__/|______/| $$__  $$| $$|_  $$
 *  | $$  | $$| $$  | $$| $$\  $ | $$| $$      | $$      | $$  | $$| $$  \ $$| $$           | $$  | $$| $$  \ $$
 *  | $$  | $$|  $$$$$$/| $$ \/  | $$| $$$$$$$$| $$      | $$  | $$|  $$$$$$/| $$$$$$$$     | $$  | $$|  $$$$$$/
 *  |__/  |__/ \______/ |__/     |__/|________/|__/      |__/  |__/ \______/ |________/     |__/  |__/ \______/   
 *  ____________________________________________________________________________________________________________
 *  
 *                           H O M E P A G E - A G   der   O B S  P A P E N T E I C H 
 *  ____________________________________________________________________________________________________________       
 */                                                                                                    

/*-------------------------------*/
/*     # General Style #         */
/*-------------------------------*/


/* Schriften */

/* kalam-regular - latin */
@font-face {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/kalam-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/kalam-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/kalam-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/kalam-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/kalam-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/kalam-v16-latin-regular.svg#Kalam') format('svg'); /* Legacy iOS */
}


/* armata-regular - latin */
@font-face {
  font-family: 'Armata';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/armata-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/armata-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/armata-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/armata-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/armata-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/armata-v19-latin-regular.svg#Armata') format('svg'); /* Legacy iOS */
}

/* metrophobic-regular - latin */
@font-face {
  font-family: 'Metrophobic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/metrophobic-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/metrophobic-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/metrophobic-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/metrophobic-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/metrophobic-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/metrophobic-v19-latin-regular.svg#Metrophobic') format('svg'); /* Legacy iOS */
}


/* Office365Icons */
@font-face {
	font-family:SPO365Icons;
	src:url('//cdn.sharepointonline.com/15772/_layouts/15/fonts/Office365Icons.eot');
	src:url('//cdn.sharepointonline.com/15772/_layouts/15/fonts/Office365Icons.eot?#iefix') format('embedded-opentype'),
		url('//cdn.sharepointonline.com/15772/_layouts/15/fonts/Office365Icons.woff') format('woff'),
		url('//cdn.sharepointonline.com/15772/_layouts/15/fonts/Office365Icons.ttf') format('truetype'),
		url('//cdn.sharepointonline.com/15772/_layouts/15/fonts/Office365Icons.svg#web') format('svg');
	font-style:normal;
	font-weight:400;
	}
	
    .img_gal { 
        border: 5px red ;
        position: relative;
        width: 100%;
        height:200px;
        border-radius: 15%;
        padding-bottom: 70%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        overflow:hidden;
        }
    
    
    .img_gal:hover .headl {
        top:0%;
    }
     
    .headl {
        position:absolute;
        top:-100%;
        right:0;
        background:rgba(255, 255, 255, 0.75);
        width:100%;
        height:200px;
        padding:2%;
        text-align:center;
        color: grey !important;
        z-index:50;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    
    







	
.text_up {
margin-padding: 150px;}
	
	
	
	
	
	.blinkklasse {
 
  animation: blink 3s linear infinite;
}

@keyframes blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
	
	
	.navbar-left {
  float: left;
  margin-left: 15px;
}
	
	
	
	
	
	
				
.Office365Logo:after{
	font-family: SPO365Icons;
	font-size:26px;
	content: "\e056";
	color: #D24726;
}
							
.sharepoint:after{
	font-family: SPO365Icons;
	font-size:26px;
	content: "\e072";
	color: #007141;
}
				
.outlook:after{
	font-family: SPO365Icons;
	font-size:26px;
	content: "\e062";
	color: #2B579A;
}		

.onedrive:after{
	font-family: SPO365Icons;
	font-size:26px;
	content: "\e016";
	color: #CC0B0B;
}	

	
.modal-content {
  width: 100%;

}

@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes pulse {
  25% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.pulse {
  display: inline-block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


    body {
		overflow-x: hidden;
        opacity: 1;
        transition: 1s opacity;
hyphens: auto;		}
    body.fade-out {
        opacity: 0;
        transition: none;
    }




.fadeInBlock {
    opacity:0.3;
}
.intro {
  position: relative;
  overflow: hidden;
  margin: 70px 0 0 0;
  width: 100%;
  height: auto;
}

.intro .content1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1;
}

.intro .content1 h1 {
  /* Stile für den Text hier */
}

.intro::before {
  content: "";
  position: absolute;
  top: 50%; /* Zentrierung des Bildes vertikal */
  left: 50%; /* Zentrierung des Bildes horizontal */
  width: 100%; /* Vollständige Breite des Elternelements */
  height: 100%; /* Vollständige Höhe des Elternelements */
  transform: translate(-50%, -50%); /* Zentrierung des Bildes */
  background: url(../img/bg05a.jpg) no-repeat center center / cover;
  animation: kenburns 30s infinite alternate; /* Anpassung der Animationsdauer */
}

@keyframes kenburns {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    transform: scale(1.1) translate(-50%, -50%);
  }
}

  

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 60px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}
 
btn-start{
	color: white;
	border: 1px solid white;
	 background: transparent;
	  -webkit-transition: background 0.9s ease-in-out;
  -moz-transition: background 0.9s ease-in-out;
  transition: background 0.9s ease-in-out;
}
 
.btn-circle {
  width: 70px;
  height: 70px;
  border: 1px solid white;
  
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}


btn-default:hover,
.btn-default:focus {
  outline: none;
  color: grey;
  background: rgba(255, 255, 255, 0.1);
}
.btn-default i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-default:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}



@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}





.img50 {width: 250%}


.vp {
	font-size: 0.8vw;
}


.uber1 {
	min-height: 170px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
	background-color: #f5f5f5;
	border: 1px solid grey;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	}

.uber {display: flex;
    justify-content: center;
    align-items: center;
	min-height: 170px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
	background-color: #f5f5f5;
	border: 1px solid grey;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	}

	
.btn-group-wrap {
    text-align: center;
}

.btn-group {
    margin: 0 auto; 
    text-align: center;
    width: inherit;
    display: inline-block;
}

.btn-same {
    min-width: 200px;
    max-width: 200px;
}
.btn-red {
    color: #CC0B0B;
    background-color: transparent;
    border: 1px solid #CC0B0B;
    margin-right: 15px;
}

.btn-red:hover {
    color: #CC0B0B;
    background: rgba(0,0,0,0.3);
    border-color: #CC0B0B;
}

.btn-theme {
    color: grey;
    background-color: transparent;
    border: 1px solid grey;
    margin-right: 15px;
}

.btn-theme:hover {
    color: grey;
    background-color: #fff;
    border-color: grey;
}

body {
	font-family: 'Metrophobic', sans-serif;
	background-color: white;
	color: #7C7C7C;
	}

body,
html {
	height: 100%;
	font-family: 'Armata', sans-serif;
	line-height: 150%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
	}
 
hr {
	width: 60%;
	}
	
a:hover,
a:focus {
	text-decoration: none;
	}
	

/*-------------------------------*/
/*           # Fonts #           */
/*-------------------------------*/

/* IcoMoon */
 @font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon.eot?l9tyba');
	src:  url('../fonts/icomoon.eot?l9tyba#iefix') format('embedded-opentype'),
	url('../fonts/.icomoon.ttf?l9tyba') format('truetype'),
	url('../fonts/icomoon.woff?l9tyba') format('woff'),
	url('../fonts/icomoon.svg?l9tyba#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

.icon-01:before {
	content: "\e900";
	}
.icon-02:before {
	content: "\e901";
	}
.icon-logo-font:before {
	content: "\e904";
	}



/*-------------------------------*/
/*         # Ribbon #            */
/*-------------------------------*/
 
.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	z-index:200;
	}
.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #41a4e8 ;
	}
.ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 15px 0;
	background-color:  #41a4e8 ;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color:  #fffd6e;
	font: 700 18px/1 'Lato', sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #fffd6e;
	}

.ribbon-top-left {
	top: -10px;
	left: -12px;
	}
	
.ribbon-top-left::before,
.ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
	}
	
.ribbon-top-left::before {
	top: 0;
	right: 0;
	}
	
.ribbon-top-left::after {
	bottom: 0;
	left: 0;
	}
	
.ribbon-top-left span {
	right: -25px;
	top: 30px;
	transform: rotate(-45deg);
	}
 
 
/*-------------------------------*/
/*         # Hesder #            */
/*-------------------------------*/
 
 .headertext {
    margin: 0 auto;
    color: red;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
 
 
 .row.no-gutter {
	margin-left: 0;
	margin-right: 0;
	}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
	padding-right: 0;
	padding-left: 0;
	} 

 .headfoto1 { 
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 69.82%;
	background-repeat: no-repeat;
	background-postion: center center;
	background-size: cover;
	overflow:hidden;
	webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}

	


 .headfoto2 { 
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 38.8%;
	background-repeat: no-repeat;
	background-postion: center center;
	background-size: cover;
	overflow:hidden;
	}


 
 
  .headfoto3 { 
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 49.8%;
	background-repeat: no-repeat;
	background-postion: center center;
	background-size: cover;
	overflow:hidden;
	}

 
   .headfoto4 { 
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 37.5%;
	background-repeat: no-repeat;
	background-postion: center center;
	background-size: cover;
	overflow:hidden;
	}

.img-01 {
	background: url(../img/h1-c.jpg ) center no-repeat; 	
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.img-02 {
	background: url(../img/s6.jpg ) center no-repeat; 	
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.img-03 {
	background: url(../img/s7.jpg ) center no-repeat; 	
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.img-04 {
	background: url(../img/s5.jpg ) center no-repeat; 	
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.img-05 {
	background: url(../img/s8.jpg ) center no-repeat; 	
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.img-06 {
	background: url(../img/s4.jpg ) center no-repeat; 	
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}
 
.img-h {
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); 

	}

.img-h:hover {
	filter: none; /* IE6-9 */
	-webkit-filter: grayscale(0); 
	}
 
.text {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.8) 100%) repeat 0 0;
	display: block;
	position: absolute;
	width: 100%;
	color: white;
	left: 0;
	bottom: 0;
	padding: 1em;
	font-size: 1.2vw;
	font-weight: 300;
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	filter: none;
	-webkit-filter: grayscale(0); 
	}

/*-------------------------------*/
/*         # Images #            */
/*-------------------------------*/
  
img a{
	border-radius: 3px; 
	line-height: 0;
	display: inline-block;
	border: solid 0px white;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	transition: all 200ms ease-out;
	}

.img.radius {
	border-radius: 3px; 
	}
    
img.alignleft, div.alignleft {
	float:left;
	margin:0 0.5em 0.5em 0;
	}  
	
img.alignright, div.alignright {
	float:right;
	margin:0 0 0.5em 0.5em;
	}
	
img.aligncentered, div.aligncentered {
	text-align:center;
	margin:0 auto;
	}

 .entry-content img {
	margin: 0 0 1.5em 0;
	}
	
.alignleft, img.alignleft { 
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
	
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
	
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
	
.alignnone, img.alignnone {
	/* not sure about this one */
	}
	
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
	
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
	
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
	
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
	
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
	
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
  
blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
	}
	
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
	}
	
blockquote p {
	display: inline;
	}

blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	}
 
blockquote cite:before {
	content: "\2014 \2009";
	}

 .img-thumbnail2 {
	width: 375px;
	Height: 230px;
	line-height: 1.42857143;
	padding :1px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: block;  
	overflow:hidden;
	}

.half {
	width: 33%;
	float: left;
	margin-left: 1px;
	Overflow: hidden;
	}
	
	
	
/*---------------------------------------------------------------------------------------------------------------------*/



aside ul
 {list-style-type:none
 }

.tag-box  {
  padding: 20px;
  margin-bottom: 30px;
  width:100%;
}

.tag-box-v6 {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
 .banner {
	 	height: 170px; 
	border-radius: 0px;
	background: url('../img/banner.jpg')!important; 

 }
 
.shadow {
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.4);
box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.4);
}

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
 
 
.content-section {

padding-top: -30px;
}

.term-defs {
height: 300px;
overflow: scroll; }
 
 
 .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

 
 
/*-------------------------------*/
/*            # Menu #           */
/*-------------------------------*/

.menu {
	display:inline-block;
	height: 40px;
	Border: solid grey 2px;
	overflow: hidden;
	position: fixed;
	z-index:200;
	top: 16px;
	left: 20px;
	padding: 5px 3px 0px 45px;
	}


.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {
	background-color: transparent;
	}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	background-color: white;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}


.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 0px;
    background-color: silver;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li:first-child a {
    color: grey;
    background-color: white;
	
}
.sidebar-nav li:nth-child(1):before {
    background-color: silver; 
	border-bottom: solid 3px;
	border-radius: 0px;
	border-image: -webkit-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: -moz-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: -o-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: linear-gradient(to right, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%) 2%;	
}
.sidebar-nav li:nth-child(2):before {
    background-color: silver; 
	border-bottom: solid 3px;
	border-radius: 0px;
	border-image: -webkit-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: -moz-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: -o-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: linear-gradient(to right, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%) 2%;	
}
.sidebar-nav li:nth-child(3):before {
    background-color: silver;   
	border-bottom: solid 3px;
	border-radius: 0px;
	border-image: -webkit-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: -moz-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: -o-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: linear-gradient(to right, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%) 2%;
}
.sidebar-nav li:nth-child(4):before {
    background-color: silver;   
	border-bottom: solid 3px;
	border-radius: 0px;
	border-image: -webkit-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: -moz-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: -o-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: linear-gradient(to right, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%) 2%;
}
.sidebar-nav li:nth-child(5):before {
    background-color: silver;   
	border-bottom: solid 3px;
	border-radius: 0px;
	border-image: -webkit-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: -moz-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: -o-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: linear-gradient(to right, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%) 2%;
}
.sidebar-nav li:nth-child(6):before {
    background-color: silver;   
	border-bottom: solid 3px;
	border-radius: 0px;
	border-image: -webkit-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: -moz-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: -o-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: linear-gradient(to right, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%) 2%;   
}
.sidebar-nav li:nth-child(7):before {
    background-color: silver;   
	border-bottom: solid 3px;
	border-radius: 0px;
	border-image: -webkit-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: -moz-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: -o-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: linear-gradient(to right, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%) 2%;
}
.sidebar-nav li:nth-child(8):before {
    background-color: silver;   
	border-bottom: solid 3px;
	border-radius: 0px;
	border-image: -webkit-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: -moz-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: -o-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
	border-image: linear-gradient(to right, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%) 2%; 
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: grey;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #fff;
    box-shadow: none;
}

.sidebar-search{
	display: block;
	color: grey;
	text-decoration: none;
	padding: 10px 0px 10px 30px; 
	}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 20px;  
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 10;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: grey;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: Grey;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}


 /* Tooltip */
.test + .tooltip > .tooltip-inner {
    background-color: silver;
    color: #FFFFFF;
    border: 1px solid grey;
    padding: 3px;
    font-size: 20px;
	font-family: 'Noto Serif', serif;

}

/* Tooltip on top */
.test + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid grey;
}

/* Tooltip on bottom */
.test + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid grey;
}

/* Tooltip on left */
.test + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid grey;
}

/* Tooltip on right */
.test + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid black;
}




.photo {  
  position: relative;
}



.photo_h {  
  position: absolute;
    top: 45%;
    left: 0%;
width: 100%;
}


.space{
	margin: 100px 150px;
}

.space50 {
	margin: 50px 150px;
}


.padding {padding-top: 5px}
 
 /* ENd TEST */
 
 
p { -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
 hyphens: auto; 
 text-align: justify;}

.firstcharacter { float: left; color: #903; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: Georgia; }

.letter:first-child:first-letter { float: left; color: #903; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: Georgia; }

			

/* ### NAVBAR ###*/				


	
.orange-tooltip + .tooltip > .tooltip-inner {
	background-color: #F45712 ;
	border: solid black 2px;}	
	
.red-tooltip + .tooltip > .tooltip-inner {
	background-color: #F45712 ;
	border: solid black 2px;}	
	
.blue-tooltip + .tooltip > .tooltip-inner {
	background-color: #F45712 ;
	border: solid black 2px;}	
	
.green-tooltip + .tooltip > .tooltip-inner {
	background-color: #F45712 ;
	border: solid black 2px;}	
	
.well2{

	min-height: 20px;
	padding: 19px 0px 19px 0px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	background-color:rgba(255,255,255,.9); 
	border: solid white 1px;
	}
	
	
.box {
    border-radius: 3px;
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
	background-color:rgba(255,255,255,.8); 
	border: solid silver 1px;
}
.box-icon {

    display: table;
    height: 150px;
	max-height: 150px;
    margin: 0 auto;
    width: 150px;
	max-width: 150px;
    margin-top: -61px;
	background-color: white;
	padding:2px;
}


.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.info h4 {
    font-size: 26px;
    letter-spacing: 2px;
}
.info > p {
    color: #717171;

    padding-top: 10px;
    text-align: left;
}
.info > a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
.info > a:hover {
    background-color: #0288d1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
	
	
	
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
	


.slogan {
	-moz-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-webkit-transform: rotate(-6deg); 
	font-family: 'Kalam', cursive; 
	
	margin-top: 35px;
	}
	

.bg-1 {
	background: url('../img/b02_mini.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}	
	
.bg-2 {
	background: url('../img/b01_mini.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

	
.bg-3 {
	background: url('../img/b12_m.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	}	

  
  
  section {
  color: grey;
  min-height: 600px;
  height: auto !important;
  height: 100%;
  padding-top:100px;
}
  
  
  
  
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Kalam', cursive;
  font-weight: 500;
  line-height: 1.1;
}
 
.form-control {
display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: black;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #d0d0d0;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.carousel-caption {
background-color: transparent;
position: absolute;
left: 50%;
bottom: auto;
top: 70%;
right: auto;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
text-align: center;
width: 70%;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
padding-top: 0px;
padding-bottom: 0px;
font-size: 16px;
font-weight: bold;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0.25);
}

.carousel-caption h1,
.carousel-caption h3,
.carousel-caption .lead {
margin: 0;
line-height: 1.25;
text-shadow: 0 1px 1px rgba(0,0,0,.4);
font-weight: bold;
}

.carousel-caption .btn {
margin: 10px 0px 10px 0px;
border: solid 1px #0082D6;
background-color: rgba(0, 0, 0, 0.6);
color: #0082D6;
}

.big {
width: 500px;
height:230px;
margin-bottom:10px;
}

.white_b {background-color: white}
.red-b{background-color: #CC0B0B}
.blue-b{background-color:#0082D6}
.black-b{background-color:#000000}
.orange-b{background-color:#F45712}
.green-b{background-color:#439E29}

.border-white{
	border: solid 1px white;
}

.white {color: white}
.red{color: #CC0B0B}
.blue{color:#0082D6}
.black{color:#000000}
.orange{color:#F45712}
.green{color:#439E29}
.grey {color: grey}
.green2 {color:#1A9BA1}
.purple {color:#5059C9}

a.red:link {color: #CC0B0B;}
a.red:visited {color: #CC0B0B;}
a.red:hover, 
a:focus {color: #CC0B0B; 
text-decoration: none;}
a.red:active {color: #CC0B0B;}

a.blue:link {color: #0082D6;}
a.blue:visited {color: #0082D6;}
a.blue:hover,
a:focus {color: #0082D6; 
 text-decoration: none;}
a.blue:active {color:  #0082D6;}

a.green:link {color: #439E29;}
a.green:visited {color: #439E29;}
a.green:hover,
a:focus {color: #439E29;
  text-decoration: none;}
a.green:active {color:  #439E29;}

a.orange:link {color: #F45712;}
a.orange:visited {color: #F45712;}
a.orange:hover,
a:focus {color: #F45712;
  text-decoration: none;}
a.orange:active {color:  #F45712;} 

a.purple:link {color: #5059C9;}
a.purple:visited {color: #5059C9;}
a.purple:hover, 
a:focus {color: #5059C9; 
text-decoration: none;}
a.purple:active {color: #5059C9;}

a.green2:link {color: #1A9BA1;}
a.green2:visited {color: #1A9BA1;}
a.green2:hover,
a:focus {color: #1A9BA1;
  text-decoration: none;}
a.green2:active {color:  #1A9BA1;}



.trans {
 background: rgb(192, 192, 192); /* The Fallback */background: rgba(255,255,255,0.5);
 border: solid 1px grey;
}



 .bottom-align-text {
    position: absolute;
    bottom: 0;
    right: 0;
  }

.centered {
width:100%;
margin:0 auto;	
}

.rotate_back {
-moz-transform:rotate(-5deg); /* Firefox 3.6 Firefox 4 */
-webkit-transform:rotate(-5deg); /* Safari */
-o-transform:rotate(-5deg); /* Opera */
-ms-transform:rotate(-5deg); /* IE9 */
transform:rotate(-5deg); /* W3C */
} 

.colorgraph_top {
border-top: solid 3px;
  border-radius: 0px;
  border-image: -webkit-linear-gradient(left, #CC0B0B, #CC0B0B 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
  border-image: -moz-linear-gradient(left, #CC0B0B, #CC0B0B 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
  border-image: -o-linear-gradient(left, #CC0B0B, #CC0B0B 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
  border-image: linear-gradient(to right, #CC0B0B, #CC0B0B 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%) 2%;
}

.colorgraph_bottom {
border-bottom: solid 3px;
  border-radius: 0px;
  border-image: -webkit-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
  border-image: -moz-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
  border-image: -o-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
  border-image: linear-gradient(to right, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%) 2%;
}

.colorgraph {
  height: 1px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
  background-image: -moz-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
  background-image: -o-linear-gradient(left, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
  background-image: linear-gradient(to right, #971724, #971724 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
}

.colorgraph_top_small {
border-top: solid 1px;
  border-radius: 0px;
  border-image: -webkit-linear-gradient(left, #CC0B0B, #CC0B0B 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
  border-image: -moz-linear-gradient(left, #CC0B0B, #CC0B0B 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
  border-image: -o-linear-gradient(left, #CC0B0B, #CC0B0B 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%);
  border-image: linear-gradient(to right, #CC0B0B, #CC0B0B 25%, #F45712 25%, #F45712 50%, #0082D6 50%, #0082D6 75%, #439E29 75%, #439E29 100%) 2%;
}



.footer-bottom {
	border-bottom: solid 100px;
	border-radius: 0px;
	background: url('../img/footer.png')!important; 
	background-repeat: repeat-y;
	}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #971724;
	font-weight: bold;
      background:transparent;
    border:none !important;
}

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #971724;
	font-weight: bold;
   background:transparent;
    border:none !important;
  }

  .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
     background:transparent;
    border:none !important;
  color: #439E29;
}






.animate {
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Iphone */


.span4
{
    width: 80px;
    float: left;
    margin: 0 8px 10px 8px;
}

.phone
{
    margin-top: 15px;
    background: #fff;
}
.tel
{
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #9e9e9e;
    border-radius: 0px;
}
.num-pad
{
    padding-left: 15px;
}


.num
{
    border: 1px solid #9e9e9e;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    height: 80px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}
.num:hover
{
    background-color: #9e9e9e;
    color: #fff;
    transition-property: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
}
.txt
{
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
    font-family: 'Metrophobic', sans-serif;
    line-height: 30px;
    color: #333;
}
.small
{
    font-size: 15px;
}

.btn
{
    font-weight: normal;
    -webkit-transition: .6s ease-in background-color;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
}

.btn-default{
	color:grey;
}
.btn:hover
{
    transition-property: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
}
.spanicons
{
    width: 72px;
    float: left;
    text-align: center;
    margin-top: 40px;
    color: #9e9e9e;
    font-size: 30px;
    cursor: pointer;
}
.spanicons:hover
{
    color: #3498db;
    transition-property: color .2s linear 0s;
    -moz-transition: color .2s linear 0s;
    -webkit-transition: color .2s linear 0s;
    -o-transition: color .2s linear 0s;
}
.actived
{
    color: #3498db;
}		


/*=============== Home-team ===============*/

.home-doctors {
  text-align: center;
  padding: 70px 0 80px;
  background: #f0f5f6;
}

.home-doctors h2 {
    font-weight: normal;
}

.home-doctors .common-doctor {
  background-color: #fff;
}
.home-doctors .common-doctor figure {
  overflow: hidden;
  width: 100%;
	height: 196px;
}

.home-doctors img {
	width: 100%;
	height: auto;
	margin-top: -6em;
}

.home-doctors .common-doctor h5 {
  margin: 0 0 7px;
  font-size: 18px;
	font-weight: 700;
	color: #3a3c41;
}
.home-doctors .common-doctor .for-border {
  margin-bottom: 20px;
}
.home-doctors .common-doctor .text-content {
  padding: 19px 14px 13px;
}
.home-doctors.doctors-var-two {
  text-align: left;
  background-color: #fff;
}
.home-doctors.doctors-var-two .slogan-section {
  text-align: left;
}
.home-doctors.doctors-var-two .common-doctor {
  background-color: transparent;
}
.home-doctors.doctors-var-two .common-doctor .for-border {
  display: none;
}
.home-doctors.doctors-var-two .common-doctor .text-content {
  padding: 20px 0 20px;
}
.home-doctors.doctors-var-two .text-center {
  text-align: left;
}

.slogan-section {
	margin-bottom: 50px;
	text-align: center;
}

.home-doctors .common-doctor .for-border {
	margin-bottom: 20px;
}

.for-border {
	height: 11px;
	width: 100%;
	background: transparent url(http://omarhabash.com/nova/wp-content/uploads/2014/08/feature-border.png) center center no-repeat;
	border: none;
}

.home-doctors .common-doctor h5 small {
	color: #008fd5;
	font-weight: bold;
	font-size: 0.8em;
	font-style: italic;
}

.home-doctors .common-doctor ul{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -28px;
	text-align: center;
	margin-top: 10em;
	opacity: 0;
	z-index: 1;
}

.home-doctors .common-doctor li a {
	background: #008fd5;
	color: white;
	padding: 0.75em;
	border: 5px solid rgba(255, 255, 255, 0.33);
}


.doc-img{
	 /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1, 1); // This is the scale for the normal size of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
}

.doc-item:hover .doc-img{
	 /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.2, 1.2); // This is the enlarged size scale of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.20, 1.20);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;

  opacity: 0.7;
}

.doc-item:hover .social-lists{
	margin-top: -2em;
	opacity: 1;
}


/*=============== //Home-team ===============*/	
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        } 
	}	

ul.notes li {
  margin: 10px 40px 50px 0px;
  float: left;
 
}

ul.notes li, ul.tag-list li {
  list-style: none;
}

ul.notes li div small {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
  
}

.notetext {
	font-family: 'Kalam', cursive; 
	font-size:160%;  
	-ms-hyphens: none; 
	-webkit-hyphens: none;
	hyphens: none;
	}

div.rotate-1 {
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
   border: 1px #E4E6CD solid;
}

div.rotate-2 {
  -o-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  position: relative;
  top: 5px;
}

.lazur-bg {
  background-color: #23c6c8;
  color: #ffffff;
}

.red-bg {
  background-color: #ed5565;
  color: #ffffff;
}

.navy-bg {
  background-color: #1ab394;
  color: #ffffff;
}

.yellow-bg {
  background-color: #FCFDEA;
  color: #ffffff;
}

ul.notes li div {
  text-decoration: none;
  color: #000;
  display: block;
  height: 210px;
  width: 210px;
  padding: 2em 1.2em 1.2em 1.2em;
  -moz-box-shadow: 5px 5px 7px #212121;
  -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  -moz-transition: -moz-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  -webkit-transition: -webkit-transform 0.15s linear;
}

	body.cookiewarning {
	padding-bottom: 0em;
}
body div.cookiewarning {
	display: none;
}
body.cookiewarning div.cookiewarning {
padding: 0.5em 0em 0em 0em;	
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
	background-color: rgba(0,0,0,.8);
	color: white;
}

body .removecookie {
	display: inline-block;
}

body.cookiewarning .removecookie {
	display: none;
}	
