/*!
 * 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.
 */

body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

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

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

.alert-success {
  background-color: #F17841;
  border-color: #F17841;
  color: #ffffff;
}

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

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

hr {
    margin: 25px auto 10px;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f069";
    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: #F17841;
}

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

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

.skillset hr.star-light:after {
    color: #fff;
    background-color: #A6B1B8;
}


.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background: url('../img/Baltimore-Skyline-lowRes.jpg');
    background-size:cover;
	background-position:center;
  	background-repeat: no-repeat;
}

header .main {
	
    background: rgb(241,120,65);
    background: rgba(241,120,65,.8);
}

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

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

header .intro-text .introduction {
    display: table-cell;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
    text-align: left;
    width: 168px;
    padding-top: 10px;
    
	white-space:nowrap;
}

.quotation {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-align: left;
    padding-top: 10px;
    
}

.quotation::before {
	content: "\201c";
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    
}

.quotation::after {
	content: "\201d";
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
   
}

.introduction-right {
	width:336px !important;
	text-align:right !important;
}


header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
}

header .intro-text .introduction2 {
    width:100%;
    background-color:#fff;
    display: table-cell;
    float:right;
    height: 21px;
}



header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

header .intro-text .location {
    font-size: 1em;
    font-weight: 300;
    display:block;
}

header .intro-text .contact-btn {
    margin-top:40px;
    display: block;
}

.lastname:before {
	display:none;
}



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

    header .intro-text .name {
        font-size: 66px;
    }

    header .intro-text .skills {
        font-size: 1.5em;
    }
    
    .lastname:before {
    	display:inherit;
  		content: "[pronounciation: ˈCHē-mä-sĕz-skē]";
  		font-size: 16px;
  		position: absolute;
  		float: left;
  		margin-left: 102px;
  		margin-top: 80px;
  		text-transform: none;
	}
}

@media(min-width: 992px) 
{
	header .intro-text .name {
        font-size: 86px;
    }
    
    header .intro-text .skills {
        font-size: 1.75em;
    }
    
    .lastname:before {
    	margin-left: 185px;
  		margin-top: 100px;
	}
}

@media(min-width: 1200px) 
{
	header .intro-text .name {
        font-size: 104px;
    }
    
    .lastname:before {
    	margin-left: 243px;
  		margin-top: 114px;
	}
}

@media(max-width:767px) {
	
	.navbar-fixed-top {
        padding: 10px 0;
    }
}

#outer .list-inline>li {
  width: 110px;
}

@media(min-width:480px) {
  .quotation {
     font-size: 3em;
   }

   #outer .list-inline>li {
	width: 170px;	
   }
}

@media(min-width:768px) {
 
   .navbar-fixed-top {
        padding: 25px 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;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

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

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

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

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

.navbar-default,
.navbar-inverse {
    border: 0;
}

.navbar-shrink {
	opacity: .90;
}

section {
    padding: 100px 0;
}

#about { 
	padding-bottom: 0px;
}

section h1 {
    margin: 0;
    font-size: 3em;
}

section.skillset {
    color: #fff;
    background: #355468;
    //padding-top: 20px;
    //padding-bottom: 20px;
}
section.cv {
	color: #fff;
    background: #F17841;
    padding-bottom:50px;
}

section.projects {
	color: #fff;
    background: #A6B1B8;
}

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

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

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

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

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

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

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

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

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

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.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: #F17841;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
  	border-right: 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.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.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: #F17841;
}

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: #355468;
}

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

footer .footer-below {
    padding: 25px 0;
    background-color: #273E4D;
}

.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 {
    
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

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

.scroll-top .fa {
	top: -2px;
  	position: relative;
}

.portfolio-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;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

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

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

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

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #355468;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #355468;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.strikeout {
  position: relative;
}
.strikeout:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}
.strikeout:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;

  -webkit-transform:rotate(5deg);
  -moz-transform:rotate(5deg);
  -ms-transform:rotate(5deg);
  -o-transform:rotate(5deg);
  transform:rotate(5deg);
}

.emphasize {
	text-decoration: underline;
	font-style: italic;
	text-transform: uppercase;
}

.doubleCheader {
	margin-top: -20px;
}

.doubleCtitle {
	width: 200px;
	height: 200px;
	display: block;
	margin-top: 12px;
}

.doubleCtitleWrap {
	width: 240px;
  	height: 240px;
  	border: 10px #fff solid;
  	border-radius: 50%;
  	text-align: center;
  	margin: auto;
  	margin-bottom: 20px;
}

.list-inline {
	margin-left: 0px;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
    margin-top:20px;
      margin-bottom: 0px;
}

.timeline-more .btn-outline {
	margin-top: 0px;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline a, .projects a {
	color: #fff;
	font-weight: 700;
}


.timeline>li {
    position: relative;
    padding-bottom: 50px;
    min-height: 50px;
}

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

.timeline>li:last-of-type:after {
	content: none;
}


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

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

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

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

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
}

.timeline-more {
    z-index: 100;
    position: relative;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: #fff;
}

.timeline>li .timeline-image h3 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

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

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

.timeline>li:last-child {
    margin-bottom: 0;
}

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

.timeline .timeline-heading h3.subheading {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 0px;
}

.timeline .timeline-heading .employer {
    text-transform: none;
    font-size: 16px;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.timeline .timeline-heading .employer-city {
    text-transform: none;
    font-size: 14px;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
}

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

@media only screen and (min-width : 768px) {
    

    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        padding-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }
    
    .timeline-more {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h3 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }

	.post-inner-content {
		padding: 15px 40px 30px;
	}
}
    
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h3 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 0;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h3 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 0 20px 20px;
    }
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #F17841;
  background-color: transparent;
}




/* 
 *  Start of the rounded jQuery chart CSS
 *
 */



.overlay-container {
    width: 520px;
    height: 520px;
    margin: auto;
    position: relative;
    margin-top: 6px;
}





.overlay-chart {
	overflow:hidden;
    width:300px;
    height:300px;
    position:relative;
}

.labels {
	width:100%;
	height:100%;
    position: absolute;
    transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
	-moz-transform: rotate(45deg); /* Firefox */
	font: 13px/1.4 'Montserrat', 'Helvetica Neue', 'Helvetica','Arial', sans-serif;
    
}

.percentage {
	width:100%;
	height:100%;
    position: absolute;
    transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
	-moz-transform: rotate(45deg); /* Firefox */
}

.percentage-scaled {
	width:100%;
	height:100%;
    position: absolute;
    transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
	-moz-transform: rotate(45deg); /* Firefox */
}

.label {
	left:50%;
	top:50%;
	position: absolute;
    color: #A6B1B8;
    font-weight: 300;
    font-size: 1.0em;
    vertical-align: top;
    line-height: 1.0em;
    display: none;
}

.credits {
    padding-top: 0.5em;
    clear: both;
    color: #999;
}

.credits a {
    color: #fff;
}

.dark {
	overflow: visible;
 	margin-top: 10px;
    background: #A6B1B8;
    width: 520px;
    height: 520px;
    position: absolute;
    top: 0;
    left: 0;
}

.dark .percentage,
.dark .label {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 1.0em;
    margin-bottom: 0.3em;
}

.caption-body {
	display: block;
}

.skillController {
	background: none;
	height: 146px;
}

.skillController .caption {
	color: #fff;
}

.skillController i {
	font-size: 100px;
	margin-bottom: 10px;
}

.thumbnail.skillController {
	margin-bottom: 21px;
	
	border: none;
	
}



/* line 20, ../sass/pizza.scss */
[data-pie-id] li:nth-child(1) {
  color: #F17841;
}

/* line 20, ../sass/pizza.scss */
[data-pie-id] li:nth-child(2) {
  color: #666666;
}

/* line 20, ../sass/pizza.scss */
[data-pie-id] li:nth-child(3) {
  color: #355468;
}

/* line 20, ../sass/pizza.scss */
[data-pie-id] li:nth-child(4) {
  color: #cccccc;
}

/* line 20, ../sass/pizza.scss */
[data-pie-id] li:nth-child(5) {
  color: #d64e10;
}

/* line 20, ../sass/pizza.scss */
[data-pie-id] li:nth-child(6) {
  color: #132A39;
}

/* line 20, ../sass/pizza.scss */
[data-pie-id] li:nth-child(7) {
  color: #888888;
}

/* line 20, ../sass/pizza.scss */
[data-pie-id] li:nth-child(8) {
  color: #273E4D;
}

/* line 31, ../sass/pizza.scss */
ul[data-pie-id] {
  list-style: none;
  padding: 10px;
}

#svg path {
	cursor: pointer;
}

#svg {
	overflow: visible;
}

svg:not(:root) {
  overflow: visible;
}

.barContainer,.pieContainer {
	display:none;
}

#skillBox1, #skillBox2, #skillBox3 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	padding-bottom:20px;
	padding-top: 20px;
}

.col-sm-0 {
	width: 0px;
	margin: 0px;
}

.grey-arrow-up {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 30px solid #355468;
	margin: auto;
}

.grey-arrow-down {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 30px solid #355468;
	margin: auto;
}

.orange-arrow-wrap {
	
	background: #F17841;

}

#graphWrapper {
	-moz-box-shadow: inset 0px 11px 8px -10px #000, inset 0px -11px 8px -10px #000;
	-webkit-box-shadow: inset 0px 11px 8px -10px #000, inset 0px -11px 8px -10px #000;
	box-shadow: inset 0px 11px 8px -10px #000, inset 0px -11px 8px -10px #000;
	background:#A6B1B8; 
	display: none;
	padding-bottom: 30px;
}

.orange-border {
	border: 7px solid #F17841;
}

#outer .list-inline>li {
	padding-left: 10px;
	padding-right: 10px;
}

.lastCV {
	margin-bottom: 30px;
}

#timelineMore .fa {
	top: 2px;
	position: relative;
}
.intro-city {
	display: block;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 32px;
}

.form-group label {
	margin-bottom: 1px;
}



/* HEXAGON STARTS HERE */
.hex {
	width:150px;
	height:86px;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: 50% 50%;			
	-webkit-background-size: auto 173px;							
	-moz-background-size: auto 173px;							
	-ms-background-size: auto 173px;							
	-o-background-size: auto 173px;							
	position: relative;
	float:left;
	margin:25px 0px;
	text-align:center;
	zoom:1;
}
		
	.hex.hex-gap {
		margin-left: 86px;
	}
	
	.hex a {
		display:block;
		width: 100%;
		height:100%;
		text-indent:-9999em;
		position:absolute;
		top:0;
		left:0;
	}

	.hex .corner-1,
	.hex .corner-2 {
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background: inherit;								
		z-index:-2;						
		overflow:hidden;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;			
		backface-visibility: hidden;			
	}
	
	.hex .corner-1 {
		z-index:-1;
		-webkit-transform: rotate(60deg);
		-moz-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		-o-transform: rotate(60deg);
		transform: rotate(60deg);
	}
	
	.hex .corner-2 {
		-webkit-transform: rotate(-60deg);
		-moz-transform: rotate(-60deg);
		-ms-transform: rotate(-60deg);
		-o-transform: rotate(-60deg);
		transform: rotate(-60deg);
	}
	
	.hex .corner-1:before,
	.hex .corner-2:before {
		width: 173px;
		height:	173px;
	  content: '';
	  position: absolute;
	  background: inherit;
	  top:0;
	  left: 0;
	  z-index: 1;
	  background: inherit;
	  background-repeat:no-repeat;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;	
		backface-visibility: hidden;				  
	}			
	

	.hex .corner-1:before {
		-webkit-transform: rotate(-60deg) translate(-87px, 0px);
		-moz-transform: rotate(-60deg) translate(-87px, 0px);
		-ms-transform: rotate(-60deg) translate(-87px, 0px);
		-o-transform: rotate(-60deg) translate(-87px, 0px);
		transform: rotate(-60deg) translate(-87px, 0px);	
	  -webkit-transform-origin: 0 0;
	  -moz-transform-origin: 0 0;
	  -ms-transform-origin: 0 0;
	  -o-transform-origin: 0 0;
	  transform-origin: 0 0;
	}			
	
	.hex .corner-2:before {
		-webkit-transform: rotate(60deg) translate(-48px, -11px);
		-moz-transform: rotate(60deg) translate(-48px, -11px);
		-ms-transform: rotate(60deg) translate(-48px, -11px);
		-o-transform: rotate(60deg) translate(-48px, -11px);
		transform: rotate(60deg) translate(-48px, -11px);	
		bottom:0;
	}
	
	.text-danger ul {
		padding-left: 0px;
		font-size: 14px;
	}
	
	.text-danger li{
		list-style: none;
	}		
