/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@viewport {
   width: device-width;
   min-zoom: 1;
   max-zoom: 1;
  }

body {
    height: 100%;
}

html {
    height: 100%;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #16a6b6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: 'Open Sans',sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}



.header-background {
	/*background: url('../img/header.jpg') no-repeat;*/
	/*
	background-color: #fe6158;
	background: -moz-linear-gradient(top, #F75E10 0%, #FFAA66 100%);
	background: -webkit-linear-gradient(top, #F75E10 0%,#FFAA66 100%);
	background: linear-gradient(to bottom, #F75E10 0%,#FFAA66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F75E10', endColorstr='#FFAA66',GradientType=0 );
	background-origin: inherit;
	background-size: 100%;
	*/
	
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
	/*background: rgba(0, 0, 0, 0.5) none;*/
    display: block;
    /*text-transform: uppercase;*/
    /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: 'Open Sans',sans-serif;
    font-size: 0.9em;
    /*font-weight: 700;*/
    line-height: 1.1;
}

header .intro-text h2, h3 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    text-transform:none;
}

header .intro-text h2 {
    font-size: 5em;
    padding-bottom:25px;
}

header .intro-text h3 {
    font-size: 1.8em;
}

header .divider {
    width: 500px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin:auto;
    margin-top:25px;
}

@media(max-width:768px) {

    header .intro-text h2 {
        font-size: 4em;
    }

    header .divider {

        width:250px;

    }

}

.intro {

    display: table;
    height: auto;
    width:100%;
    padding: 100px 0;
    text-align: center;
    color: white;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  
}

@media(min-width:768px) {
    header .container {
        padding-top: 15%;
        padding-bottom: 15%;
    }

}

@media(min-width:768px) {
    .navbar-fixed-top {
        /*padding: 25px 0;*/
		padding: 15px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        color: #000;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 0px;
        background-color: #fff;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        border-bottom: 1px solid #e8e8e8;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

	.navbar-fixed-top.navbar-shrink .navbar-brand img {
		height:100%;
		padding-right:10px;
    }

}

@media(max-width:1024px) {
	
	.modal-content h2 {
		font-size: 6vw !important;
		margin: 0;
	}

}

/*
.responsive-video div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    border:10px solid #000;
    border-radius: 10px;
    background-color:#000;
    margin-top:20px;
}

@media(min-width:1024px) {

    .responsive-video video {
        max-width:600px;
    }

}

.whiteBg {
	background-color:#fff;
	background: url('../img/background-white.png');
	border-bottom: 1px solid #111;
    border-top: 1px solid #222;
}

.grayBg {
	background-color: #f8f8f8;
	border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}

.darkgrayBg {
	background-color: #222;
    
    text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
	border-bottom: 1px solid #111;
    border-top: 1px solid #111;
    color: #fff:
}

.darkgrayBg p, .darkgrayBg h2 {
    color: #fff;
    /*transform: rotate(-1deg);*/
}

@media(min-width:1024px) {

    .darkgrayBg {
        background: url(../img/paper.jpg) no-repeat center scroll;
        background-size: cover;
    }

    .darkgrayBg p, .darkgrayBg h2 {
        color: #222;
        text-shadow: none;
        line-height:1.2;
        /*transform: rotate(-1deg);*/
    }
}



.navbar {
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
	font-weight: 300;
	border-bottom: 1px solid #ddd;
    /*font-weight: 700;*/

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.navbar-default .navbar-brand {
    color: #000000;
}

.navbar-default .navbar-toggle .icon-bar {
    color: #000000;
}

.navbar-toggle {
    background-color: #000000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: #e8e8e8;
    color: #000000;
}

.navbar-default .navbar-toggle:hover > .icon-bar, 
.navbar-default .navbar-toggle:focus > .icon-bar {
    background-color:#000000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.navbar-brand {
	padding: 5px 15px;
    color: #000;
}

.navbar-brand a:focus {
    outline: 0;
}

/** Links Logo-Bereich **/
.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus {
	background-color: transparent;
	color: #000000;
}

/** Rechts Menü-Bereich **/
.navbar-default .navbar-nav > li > a:hover {
    background-color: #e8e8e8;
    color: #000000;
}

/** Rechts Menü-Bereich, wenn "zeiger" auf Menüpunkt zeigt **/
.navbar-default .navbar-nav > li > a:focus {
    background-color: #e8e8e8;
	color:#000000;
}

/** Rechts Menü-Bereich Active **/
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #e8e8e8;
    color: #000000;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar .navbar-nav li a {
	-webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    transition: all 0.75s;
	-o-transition :  all 0.75s;
    color: #000;
}

.navbar-default,
.navbar-inverse {
    background-color: rgba(255,255,255,0.9);
    border: 0 none;
}

@media(max-width:767px) {
	
	.navbar-default,
    .navbar-inverse {
        background-color: #ffffff;
        border-bottom: 1px solid #e8e8e8;
    }

    .navbar-nav .page-scroll a:before {
        content: "> ";
    }

    .navbar-collapse {
        border-color: #e8e8e8 !important;
        border-top: 1px solid;
    }

}

.navbar img {
	height:150%;
	padding-right:10px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
    color: #333333;
}

.section-heading {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    color: #333333;
    text-transform: none;
    
}

section.success {
    color: #fff;
    background: #18bc9c;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

/*******************************************/

#skills .topic {
	border-bottom:1px solid #333;
	width:70vw;
	max-width:60%;
	margin-left: 55px;
}

#skills .row > font {
    margin-left: -55px;
}

#gallery {
	height: auto !important;
	padding:100px 0px 0px 0px;
}

#gallery .gallery-list::after {
    clear: both;
    content: "";
    display: table;
}
#gallery .gallery-list {
    /*background: #000 none repeat scroll 0 0;*/
    font-size: 0;
    list-style: outside none none;
    margin: auto;
    /*transform: translateY(2px);*/
    width: 80%;
}

#gallery .gallery-list {
	font-size: 16px;
	list-style: outside none none;
}

.gallery-list {
	margin: 0px;
    padding:100px 0px 0px 0px;
}

#gallery .gallery-list li {
	float: left;
	width: 16.666%;
}

#gallery .gallery-list a {
	display: block;
	height: 165px;
	overflow: hidden;
	position: relative;
}

#gallery .gallery-list a:hover .bg1 {
	transform: scale(1.5);
}
	
#gallery .gallery-list a:hover .bg2 {
	opacity: 0.8;
}


#gallery .gallery-list a:hover .i1,
#gallery .gallery-list a:hover .i2 {
	transform: translateY(100px);
}

#gallery .gallery-list .bg1 {
	background: rgba(0, 0, 0, 0) none no-repeat scroll center center ;
	
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#gallery .gallery-list .bg2 {
	/*background-image: linear-gradient(to bottom, #a78874 0px, #bf9c84 100%);*/
	background: rgba(167,136,116,.9);
	opacity: 0;
}

#gallery .gallery-list .bg1::after {
	background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}

/*
#gallery .gallery-list .placeholder2 .bg1 {
	background-image: url("../img/leistungen/cake.png");
}
#gallery .gallery-list .placeholder3 .bg1 {
	background-image: url("../img/leistungen/cabin.png");
}
#gallery .gallery-list .placeholder4 .bg1 {
	background-image: url("../img/leistungen/game.png");
}
#gallery .gallery-list .placeholder5 .bg1 {
	background-image: url("../img/leistungen/safe.png");
}
#gallery .gallery-list .placeholder6 .bg1 {
	background-image: url("../img/leistungen/submarine.png");
}
*/

#gallery .gallery-list .bg1, 
#gallery .gallery-list .bg2, 
#gallery .gallery-list .i1, 
#gallery .gallery-list .i1::after, 
#gallery .gallery-list .i2, 
#gallery .gallery-list .i2::after {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 0.35s ease 0s;
	width: 100%;
}

#gallery .gallery-list .i1, 
#gallery .gallery-list .i2 {
	bottom: 0;
	height: auto;
}

#gallery .gallery-list .i1::after, 
#gallery .gallery-list .i2::after {
	content: "";
	transition: none 0s ease 0s ;
}

#gallery .gallery-list .i1 img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	max-height: 40%;
    max-width: 50%;
}

#gallery .gallery-list .i2 img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -200px;
	max-height: 40%;
    max-width: 50%;
}

/*******************************************/

#gallery .gallery-item {
    right: 0;
    /*margin: 0 0 15px;*/
}

#gallery .gallery-item .gallery-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 360px;
}

#gallery .gallery-item .gallery-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(130,197,216,.9);
	background: rgba(238,97,25,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#gallery .gallery-item .gallery-link .caption:hover {
    opacity: 1;
}

#gallery .gallery-item .gallery-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#gallery .gallery-item .gallery-link .caption .caption-content i {
    margin-top: -12px;
}

#gallery .gallery-item .gallery-link .caption .caption-content h3,
#gallery .gallery-item .gallery-link .caption .caption-content h4 {
    margin: 0;
}

#gallery * {
    z-index: 2;
}

#gallery .container {
	padding:0;
    margin-bottom: 50px;
}


#gallery .row {
	margin:0;
}

@media(min-width:768px) {
	#gallery .container {
		width:100%;
	}
    #gallery .gallery-list li {
        float: left;
		width: 33.333%;
    }
}

@media(min-width:1024px) {
	#gallery .container {
		width:100%;
	}
    #gallery .gallery-list li {
        float: left;
		width: 16.666%;
    }
}

@media(max-width:767px) {
	
	.modal-content h2 {
		font-size: 6vw !important;
		margin: 0;
	}

	#gallery .gallery-list li {
        float: left;
		width: 50%;
    }
}

.btn-success {
    background-color: #16a6b6;
    border-color: #16a6b6;
    color: #ffffff;
	position: relative;
	overflow:hidden;
	transition: all 0.3s ease 0s;
}

.btn-success:hover {
    background-color: transparent;
    border-color: #16a6b6;
    color: #ffffff;
}
	

.btn-success:hover .bgOverlay {
	opacity:1;
	height:100px;
}
	
.btn-success .bgOverlay {
    background-image: linear-gradient(to right, #16a6b6 0px, #16a6b6 100%);
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 100%;
}
.btn-success .bgOverlay, .btn-success::after {
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.btn-success::after, 
.btn-success::before{
    color: #fff;
    content: attr(data-title);
    z-index: 1;
	position:absolute;
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #a78874;
    background: #fff;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100% !important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-circle:hover {

    font-size:50px;
    background-color: rgba(255,255,255,0.5);
    padding:0px;

}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    /*padding-right: 0;*/
    /*padding-left: 0;*/
    border: 0;
    /*border-radius: 0;*/
    font-size: 1.0em;
    /*background: 0 0;*/
    box-shadow: none!important;
    resize: none;
	border:1px solid #dddddd;
}

.floating-label-form-group input:hover,
.floating-label-form-group textarea:hover {
   border-color: #16a6b6;
}

.floating-label-form-group input:focus,
.floating-label-form-group textarea:focus {
   border-color: #16a6b6;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #82c5d8;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    /*background-color: #2c3e50;*/
	/*background-color: #111;*/
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    /*background-color: #233140;*/
	/*background-color: #000;*/
    color:#000;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.gallery-modal .modal-content,
.impressum-modal .modal-content,
.datenschutz-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.impressum-modal .modal-content,
.datenschutz-modal .modal-content {
	text-align:left;
}

.gallery-modal .modal-content h2,
.impressum-modal .modal-content h2,
.datenschutz-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.gallery-modal .modal-content img {
    margin-bottom: 30px;
}

.gallery-modal .modal-content .item-details,
.impressum-modal .modal-content .item-details,
.datenschutz-modal .modal-content .item-details {
    margin: 30px 0;
}

.gallery-modal .close-modal,
.impressum-modal .close-modal,
.datenschutz-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.gallery-modal .close-modal:hover,
.impressum-modal .close-modal:hover,
.datenschutz-modal .close-modal:hover {
    opacity: .3;
}

.gallery-modal .close-modal .lr,
.impressum-modal .close-modal .lr,
.datenschutz-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gallery-modal .close-modal .lr .rl,
.impressum-modal .close-modal .lr .rl,
.datenschutz-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.gallery-modal .modal-backdrop,
.impressum-modal .modal-backdrop,
.datenschutz-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

#kontakt hr {
	/*display: inline-block;*/
    /*position: relative;*/
    top: -.8em;
    padding: 7px 0 0;
    font-family: FontAwesome;
    font-size: 2em;
}

#kontakt span {
	padding-left: 50px;
}

#kontakt hr.kontakt-home:after {
    content: "\f015";
	padding: 7px 0 0;
	margin-left: -8px;
}

#kontakt hr.kontakt-telephone:after {
    content: "\f095";
	margin-left: -5px;
}

#kontakt hr.kontakt-mobile:after {
    content: "\f10b";
}

#kontakt hr.kontakt-mail:after {
	content: "\f1fa";
	margin-left: -7px;
}

.charts-container {
	font-size: 10em;
}


.pie-wrapper {
  float: left;
  height: 1em;
  margin: 15px;
  position: relative;
  width: 1em;
}

.pie-wrapper .label {
  /*background: #34495e none repeat scroll 0 0;*/
  border-radius: 50%;
  bottom: 0.5em;
  color: #ecf0f1;
  cursor: default;
  display: block;
  font-size: 0.25em;
  left: 0.5em;
  line-height: 2.6em;
  position: absolute;
  right: 0.5em;
  text-align: center;
  top: 0.5em;
}

 .pie-wrapper:hover > .pie .half-circle {
	
	 border-color: rgba(255, 255, 255, 1);

	-webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;

}

.pie-wrapper .label2 {
  background: rgba(0,0,0,0.35) none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 0.4em;
  cursor: default;
  display: block;
  font-size: 0.25em;
  left: 0.4em;
  line-height: 2.6em;
  position: absolute;
  right: 0.4em;
  text-align: center;
  top: 0.4em;
  width:auto;

  /*
	width: 160px; 
  height: 160px; 
  */
  left: 0; 
  top: 0; 
  right: 0px; 
  bottom: 0px; 
  margin-top: 0px;

}

.pie-wrapper .label > img {
    width: 100%;
}

.pie-wrapper .label .smaller {
  color: #bdc3c7;
  font-size: 0.45em;
  padding-bottom: 20px;
  vertical-align: super;
}

.pie-wrapper .pie {
  clip: rect(0px, 1em, 1em, 0.5em);
  height: 90%;
  width: 90%;
  left:7px;
  top:8px;
  position: absolute;
}

/* LEFT SIDE*/
.pie-wrapper.progress-5 .pie .left-side {
  transform: rotate(18deg);
}

.pie-wrapper.progress-10 .pie .left-side {
  transform: rotate(36deg);
}

.pie-wrapper.progress-15 .pie .left-side {
  transform: rotate(54deg);
}

.pie-wrapper.progress-20 .pie .left-side {
  transform: rotate(72deg);
}

.pie-wrapper.progress-25 .pie .left-side {
  transform: rotate(90deg);
}

.pie-wrapper.progress-30 .pie .left-side {
  transform: rotate(108deg);
}

.pie-wrapper.progress-35 .pie .left-side {
  transform: rotate(126deg);
}

.pie-wrapper.progress-40 .pie .left-side {
  transform: rotate(144deg);
}

.pie-wrapper.progress-45 .pie .left-side {
  transform: rotate(162deg);
}

.pie-wrapper.progress-50 .pie .left-side {
  transform: rotate(180deg);
}

.pie-wrapper.progress-55 .pie .left-side {
  transform: rotate(198deg);
}

.pie-wrapper.progress-60 .pie .left-side {
  transform: rotate(216deg);
}

.pie-wrapper.progress-65 .pie .left-side {
  transform: rotate(234deg);
}

.pie-wrapper.progress-70 .pie .left-side {
  transform: rotate(252deg);
}

.pie-wrapper.progress-75 .pie .left-side {
  transform: rotate(270deg);
}

.pie-wrapper.progress-80 .pie .left-side {
  transform: rotate(288deg);
}

.pie-wrapper.progress-85 .pie .left-side {
  transform: rotate(306deg);
}

.pie-wrapper.progress-90 .pie .left-side {
  transform: rotate(324deg);
}

.pie-wrapper.progress-95 .pie .left-side {
  transform: rotate(342deg);
}

.pie-wrapper.progress-100 .pie .left-side {
  transform: rotate(370deg);
}

/* RIGHT SIDE */
.pie-wrapper.progress-50 .pie .right-side,
.pie-wrapper.progress-55 .pie .right-side,
.pie-wrapper.progress-60 .pie .right-side,
.pie-wrapper.progress-65 .pie .right-side,
.pie-wrapper.progress-70 .pie .right-side,
.pie-wrapper.progress-75 .pie .right-side,
.pie-wrapper.progress-80 .pie .right-side,
.pie-wrapper.progress-85 .pie .right-side,
.pie-wrapper.progress-90 .pie .right-side,
.pie-wrapper.progress-95 .pie .right-side,
.pie-wrapper.progress-100 .pie .right-side {
    transform: rotate(180deg);
}


.pie-wrapper.progress-50 .pie,
.pie-wrapper.progress-55 .pie,
.pie-wrapper.progress-60 .pie,
.pie-wrapper.progress-65 .pie,
.pie-wrapper.progress-70 .pie,
.pie-wrapper.progress-75 .pie,
.pie-wrapper.progress-80 .pie,
.pie-wrapper.progress-85 .pie,
.pie-wrapper.progress-90 .pie,
.pie-wrapper.progress-95 .pie,
.pie-wrapper.progress-100 .pie {
    clip: rect(auto, auto, auto, auto);
}

.pie-wrapper.progress-30 .pie .half-circle {
  /*border-color: #fff;*/
}

.pie-wrapper .pie .half-circle {
	border: 0.05em solid;
	border-color: rgba(238, 97, 25, 1);
	border-radius: 50%;
	clip: rect(0px, 0.5em, 1em, 0px);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;

	-webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}

.pie-wrapper .shadow {
	border: 0.05em solid #222;
	border-radius: 50%;
	height: 90%;
	width: 90%;
	left:7px;
	top:8px;
	position: absolute;
}


@media(min-width:768px) {

	.charts-container {
		font-size: 8em;
	}

	.pie-wrapper .label2 {
		width:103%;
		height:102%;
	}
}

@media(min-width:1024px) {

	.charts-container {
		font-size: 10em;
	}

	.pie-wrapper .label2 {
		width:100%;
		height:100%;
	}
}

@media(max-width:767px) {

	.charts-container {
		font-size: 5em;
	}

	.pie-wrapper .label2 {
		width:110%;
		height:110%;
	}

}

.form-control:focus {
  border-color: #82c5d8;
  outline: 0 none;
}

@media only screen and (max-width: 480px) {
    .width-full {
        display:none;
    }
}