@font-face {font-family: "Iris UPC"; src: url("fonts/iris-upc.eot"); src: url("fonts/iris-upc.eot?#iefix") format("embedded-opentype"), url("fonts/iris-upc.woff2") format("woff2"), url("fonts/iris-upc.woff") format("woff"), url("fonts/iris-upc.ttf") format("truetype"), url("fonts/iris-upc.svg#Iris UPC W01 Regular") format("svg");}
body{background-color:#f6fafc;color:#53636c;background-image:none;}
.navbar-brand{height:80px;}
.navbar-inverse{background-color:#53636c}
.navbar-inverse .navbar-nav > li > a {color:#d7dfe4;}
a{color:#77e000; text-decoration:none;}
a:hover{color:#ff0000;}
h1{font:400 8em 'Iris UPC','Times New Roman',Times;text-transform:none;}
h2{font:400 2em 'Iris UPC','Times New Roman',Times;letter-spacing:0.3em;}
.btn-primary{background:#77e000;}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{background:#ff0000;}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{color:#77e000;}
.team a i.fa:hover{color:#77e000;}
.highlight-info{color:#333;}
.highlight-info h4{color:#333;}
.highlight-info .overlay{background:rgba(211,224,230,0.8);}
#home{background-color:#53636c;}
#footer{background-color:#53636c; color:#d7dfe4; padding: 2em 0;}
#footer a{color:#d7dfe4;}
#footer a:hover{color:#fff; text-decoration:none;}
.services{margin-top:2.5em;}
.red{color:#ff0000;}
#works figcaption h3{text-shadow:2px 2px 10px #000, 2px 2px 10px #000;}
.contactform textarea,.contactform input{margin-bottom: 0;}
.text-danger{color: #ff0000;}
.text-muted{color: #838b8f;}
#success{margin-top:20px;}
a.h2{color:#53636c; text-decoration:none;}
a.h2:hover{color:#77e000;}
a.list{color:#53636c; text-decoration:none;}
a.list:hover{color:#77e000;}
.gototop{background: rgba(83, 99, 108, 0.5) none repeat scroll 0 0; bottom: 13px;}
.carousel-inner > .item {background-color:#e5e9eb;}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.noborder:before {
    background-color: #f6fafc;
}

.timeline>li {
    position: relative;
    margin-bottom: 20px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.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: 5px solid #ddd;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #77e000;
}

.timeline>li .timeline-image h4 {
    margin-top: 0.6em;
    font-size: 1.0em;
    line-height: 1.6em;
}

.timeline>li .timeline-image span {
    font-family: 'Iris UPC','Times New Roman',Times;
	font-size: 2.0em;
}

.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 h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    padding-top: 1.2em;
	text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

.modal-content {
	border-radius: 0;
}

.portfolio-modal .modal-content {
	padding: 1.5em 0 4em 0;
	min-height: 100%;
	text-align: left;
}

.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 3em;
}

.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
	margin: 20px 0 30px;
	font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}

.portfolio-modal .modal-body {
	padding: 0 100px;
}

@media(max-width:767px) {
	.portfolio-modal .modal-content {
		padding: 20px 0 40px 0;
	}

	.portfolio-modal .modal-body {
		padding: 0 30px;
	}

	.portfolio-modal .modal-body h2 {
		font-size: 2em;
	}
}

.portfolio-modal .close-modal {
	position: absolute;
	top: 23px;
	right: -30px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
	font-size: 40px;
	color: #ccc;
}

.portfolio-modal .close-modal:hover {
	color: #777;
}
