@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Abel', sans-serif;
	color:#343434;
}

header .header-content .header-content-inner {
	background: rgb(255, 255, 255); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(255, 255, 255, .7);
	width: 100%;
	padding: 50px;
}

header .header-content .header-content-inner h3 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 300;
	line-height: 1.5em;
}


.section-heading {
    font-size: 40px;
}

#services .section-heading {
	color:#F63;
}

#portfolio .section-heading {
	color:#F63;
}

.service-box img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.service-box h3 {
	text-transform: uppercase;
	font-size: 28px;
}

.text-orange {
	color:#ff6633;
}

section {
    padding: 60px 0;
}

.grey {
    max-width: 50px;
    border-color: #343434;
    border-width: 3px;
}

.text-grey {
    color: #343434;
}

p {
	font-size:15px;
}

footer {
    padding: 10px 0;
    text-align: center;
}

footer span.copyright {
  	line-height: 20px;
	font-size: 12px;
}

footer ul.quicklinks {
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
	text-align: center;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #ff6633;
}


.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-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: Arial, Helvetica, 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;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.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: #222;
    -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: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

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

#terms p {
	font-size: 12px;
}

#privacy p {
	font-size: 12px;
}

#links img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.privacy {
	color:#ff6633;
}