@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700&subset=latin,latin-ext);
/* Set assets path for different color variation */
/* Zen Green */
/*#b2cd49;*/
/* Blue Variation*/
/* Purple Variation
$contact-background: #614e90;
$services-h2-background: $contact-background;
$custom-header: $form-button;
$contact-header-color: #bba7ef;
$address: $contact-header-color;
$address-border: $contact-header-color;
$dark-color: #272727;
$services-h3: $contact-header-color;
$menu-hover: $contact-header-color;
$member-image-border: $contact-header-color;*/
.icoTel {position:fixed; bottom: 40px; right: 20px; cursor:pointer;}
.galeriaGeral .col-md-3 {margin-bottom:30px;}
.galeriaGeral .abstract h3 {color:#FFF;}
.main .container:after, .slider:after, .abstract:after, .services:after, .projects:after, .about:after, .team:after, .services .service:after, .projects .project:after, .projects .single:after, .team .member .image:after, .footer ul:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden; }

.projects .project div img:hover, .projects .project div img.active {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: grayscale(100%); }

#imagelightbox {
    position: fixed;
    z-index: 9999;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.09); }

#imagelightbox-overlay {
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

#imagelightbox-close {
    width: 2.5em;
    height: 2.5em;
    text-align: left;
    text-indent: -9999px;
    position: fixed;
    z-index: 10000;
    top: 2.5em;
    right: 2.5em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box; }
#imagelightbox-close:before, #imagelightbox-close:after {
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px; }
#imagelightbox-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
#imagelightbox-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

#imagelightbox-loading,
#imagelightbox-loading div {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

#imagelightbox-loading {
    width: 2.5em;
    /* 40 */
    height: 2.5em;
    /* 40 */
    position: fixed;
    z-index: 10003;
    top: 50%;
    left: 50%;
    padding: 0.625em;
    /* 10 */
    -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.35);
    /* 40 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

#imagelightbox-loading div {
    width: 1.25em;
    /* 20 */
    height: 1.25em;
    /* 20 */
    background-color: #fff;
    -webkit-animation: imagelightbox-loading .5s ease infinite;
    -moz-animation: imagelightbox-loading .5s ease infinite;
    -o-animation: imagelightbox-loading .5s ease infinite;
    animation: imagelightbox-loading .5s ease infinite; }

@-webkit-keyframes imagelightbox-loading {
    from {
        opacity: .5;
        -webkit-transform: scale(0.75); }

    50% {
        opacity: 1;
        -webkit-transform: scale(1); }

    to {
        opacity: .5;
        -webkit-transform: scale(0.75); } }

@-moz-keyframes imagelightbox-loading {
    from {
        opacity: .5;
        -moz-transform: scale(0.75); }

    50% {
        opacity: 1;
        -moz-transform: scale(1); }

    to {
        opacity: .5;
        -moz-transform: scale(0.75); } }

@-o-keyframes imagelightbox-loading {
    from {
        opacity: .5;
        -o-transform: scale(0.75); }

    50% {
        opacity: 1;
        -o-transform: scale(1); }

    to {
        opacity: .5;
        -o-transform: scale(0.75); } }

@keyframes imagelightbox-loading {
    from {
        opacity: .5;
        transform: scale(0.75); }

    50% {
        opacity: 1;
        transform: scale(1); }

    to {
        opacity: .5;
        transform: scale(0.75); } }

body, h1, h2, h3, h4, h5, h6, ul, li, form, div, p {
    margin: 0;
    padding: 0; }

ul {
    list-style-type: none; }

body {
    font-size: 16px;
    font-family: "Titillium Web", sans-serif;
    text-align: center;
    color: #5f5e5d;
    background: #272727 url(images/pattern_bamboo1.jpg); }

h1, h2, h3, h4, h5 {
    font-weight: bold;
    text-transform: uppercase;
    color: #333333; }

div {
    width: auto;
    height: auto;
    margin: 0 auto; }

a {
    text-decoration: none;
    outline: none;
    color: #5f5e5d; }
a:hover {
    text-decoration: none; }

.main {
    text-align: left; }
.main .container {
    max-width: 960px; }
@media all and (max-width: 960px) {
    .main .container {
        width: 96%; } }

.header, .main {
    background:  #f6f0e1; }

.header {
    width: 100%;
    z-index: 10;
    position: relative; }
@media all and (max-width: 680px) {
    .header {
        background:#ecebe4;
    } }
.header h1 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100px;
    width: 150px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.header h1:hover {
    top: -6px; }
@media all and (max-width: 680px) {
    .header h1:hover {
        top: 0; } }

.header h1 a {
    top: 90px;
    width: 200px;
    height: 100px;
    display: block;
    text-indent: -9999px;
    background: url(images/logo.png) no-repeat center center;
}


.menu {
    background: url(images/menu_bg.png);
    padding: 0px 0;
}
.menu ul {
    text-align: center; }
.menu ul li {
    display: inline-block;
    vertical-align: middle;
}
.menu .left-side {
    padding-right: 105px; }
@media all and (max-width: 680px) {
    .menu .left-side {
        padding-right: 0; } }
.menu .right-side {
    padding-left: 105px; }
@media all and (max-width: 680px) {
    .menu .right-side {
        padding-left: 0; } }
.menu li a {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: white;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 15px 15px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
@media all and (max-width: 800px) {
    .menu li a {
        padding: 25px 5px; } }
@media all and (max-width: 680px) {
    .menu li a {
        padding: 5px 10px; } }
.menu li a.active, .menu li a:hover {
    color: #c3a956; }

.slider {
    /*
    background: #000; //used on video version combined with opacity of video
    */ }
.slider .container {
    position: relative;
    max-width: none; }
.slider .container .slides li {
    padding: 176px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
@media all and (max-width: 600px) {
    .slider .container .slides li {
        padding: 76px 0; } }
.slider .container .slides li div {
    text-align: center;
    width: 46.0417%;
    padding: 10px 0;
    text-transform: uppercase;
    color: white;
    font-size: 36px;
    line-height: 40px;
    border-bottom: 5px solid white;
    border-top: 5px solid white; }
@media all and (max-width: 600px) {
    .slider .container .slides li div {
        font-size: 24px;
        line-height: 30px;
        width: 80%; } }
.slider .container .slides li div strong {
    font-size: 42px; }
@media all and (max-width: 600px) {
    .slider .container .slides li div strong {
        font-size: 28px; } }
.slider .container .flex-direction-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -26px; }
.slider .container .flex-direction-nav a {
    background-color: #8e7c63;
    font-family: FontAwesome;
    font-size: 3em;
    color: white;
    text-align: center;
    display: block;
    position: absolute;
    width: 50px;
    height: 65px; }
.slider .container .flex-direction-nav a.flex-prev:before {
    content: "\f104"; }
.slider .container .flex-direction-nav a.flex-next:before {
    content: "\f105"; }
.slider .container .flex-direction-nav a:hover {
    opacity: .9; }
.slider .container .flex-direction-nav .flex-prev {
    left: 5.20833%; }
.slider .container .flex-direction-nav .flex-next {
    right: 5.20833%; }



.abstract, .services, .projects, .about, .team {
    margin-bottom: 50px; }

.abstract {

    text-align: center; }
@media all and (max-width: 600px) {
    .abstract {
        width: 60%; } }
@media all and (max-width: 400px) {
    .abstract {
        width: 80%; } }
.abstract h2 {
    font-size: 20px; }
.abstract h3 {
    font-size: 28px;
    margin-bottom: 15px; }
.abstract blockquote {
    font-style: italic; }

.abstract h2, .about h2, .contact h2 {
    text-align: center;
    overflow: hidden;
    color: #4d4d4d;
    font-weight: normal;
    text-transform: none; }
.abstract h2:before, .abstract h2:after, .about h2:before, .about h2:after, .contact h2:before, .contact h2:after {
    background: #4d4d4d;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%; }
.abstract h2:before, .about h2:before, .contact h2:before {
    right: 1.25em;
    margin-left: -50%; }
.abstract h2:after, .about h2:after, .contact h2:after {
    left: 1.25em;
    margin-right: -50%; }
.abstract h3, .about h3, .contact h3 {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 20px;
    color: #b18c8c; }
.abstract p{
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: #b18c8c;
}
.services {
    text-align: center;
    background: url(images/banner-video-bg.png);
    background-repeat: no-repeat;
    background-position: center center!important;
    background-size: cover;
    color: white; }
.services h2 {
    background: rgba(255,255,255,0.7);
    line-height: 76px;
    font-size: 20px;
    color: #5e272e; }
.services h3 {
    font-size: 16px;
    display: inline-block;
    color: #5e272e;
    margin: 0 26px 5px; }
.services h3 i {
    color: white;
    padding-bottom: 28px;
    margin-bottom: 26px;
    background: url(images/i-border.png) center bottom no-repeat; }
.services .service {
    padding: 34px 0; }
.services .service .container div {
    float: left;
    width: 100%;
    min-height: 298px;
    margin-right: 5%;
    padding: 45px 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.services .service .container div:hover {
    background: rgba(0,0,0,0.0); }
.services .service .container div:hover h3 {
    color: #5f5e5d; }
.services .service .container div:hover p {
    color: #fff; }
.services .service .container div:last-child {
    margin-right: 0; }
@media all and (max-width: 800px) {
    .services .service .container div {
        width: 100%;
        margin-bottom: 5%; } }
.services .service p {
    font-size: 14px;
    line-height: 20px;
    color: #fff; }

.projects {
    margin-bottom: 25px;
    text-align: center; }
.projects a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold; }
.projects ul.button-group li {
    display: inline-block; }
.projects ul.button-group li a {
    padding: 3px 5px;
    border: 2px solid transparent;
    color: #272727;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.projects ul.button-group li a:hover, .projects ul.button-group li a.active {
    border: 2px solid #5e272e; }
.projects .project {
    margin-top: 18px;
    z-index: 5;
    padding-bottom: 25px; }
.projects .project div {
    width: 25%;
    float: left; }
@media all and (max-width: 600px) {
    .projects .project div {
        width: 50%; } }
@media all and (max-width: 320px) {
    .projects .project div {
        width: 100%; } }
.projects .project div img {
    width: 100%;
    height: auto;
    float: left; }
.projects .single {
    text-align: left;
    margin-top: 40px; }
.projects .single .image {
    width: 50%;
    float: left; }
@media all and (max-width: 800px) {
    .projects .single .image {
        width: 100%;
        float: none; } }
.projects .single .image img {
    width: 100%;
    height: auto; }
.projects .single .details {
    width: 45.83333%;
    float: right; }
@media all and (max-width: 800px) {
    .projects .single .details {
        width: 100%;
        float: none; } }
.projects .single a {
    text-transform: none;
    color: #5e272e;
    font-style: italic; }
.projects .single a:hover {
    text-decoration: underline; }
.projects .single h2 {
    padding: 0 5px;
    line-height: 74px;
    border-bottom: 2px solid #4d4d4d;
    border-top: 2px solid #4d4d4d;
    position: relative; }
.projects .single h2 a {
    position: absolute;
    right: 5px;
    width: 13px;
    color: #5e272e; }
.projects .single h2, .projects .single p {
    margin-bottom: 25px; }
.projects .single ul {
    margin-left: 25px; }
.projects .single li {
    padding: 2px 0; }
.projects .single li i {
    margin-right: 6px;
    color: #5e272e; }
.projects .single li:last-child {
    padding-left: 12px;
    background: none;
    font-style: italic;
    font-size: 15px; }

.about {
    text-align: center; }
.about .title {
    width: 100%; }
.about h2 {
    font-size: 20px; }
.about h3 {
    font-size: 30px; }
.about h3, .about p {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: #b18c8c;
    margin-bottom: 0px;
}

.team h4 {
    line-height: 22px;
    margin-bottom: 16px; }
.team h4 span {
    color: #5f5e5d;
    font-style: italic;
    text-transform: none;
    font-weight: normal; }
.team .member {
    width: 25%;
    float: left;
    text-align: center;
    overflow: hidden; }
@media all and (max-width: 800px) {
    .team .member {
        width: 50%;
        margin-bottom: 20px; } }
@media all and (max-width: 320px) {
    .team .member {
        width: 100%;
        margin-bottom: 20px; } }
.team .member .image {
    margin-bottom: 20px;
    border-bottom: 5px solid #5e272e;
    position: relative; }
.team .member .image img {
    float: left;
    z-index: 5;
    width: 100%;
    text-align: center; }
.team .member .image p {
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.9);
    padding: 25px;
    position: absolute;
    top: 0;
    color: white;
    display: none;
    font-size: .8em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
@media all and (max-width: 800px) {
    .team .member .image p {
        font-size: .7em; } }
@media all and (max-width: 320px) {
    .team .member .image p {
        font-size: 1em; } }
.team .member li {
    display: inline-block;
    margin: 0 2px; }
.team .member li a {
    font-family: 'FontAwesome';
    font-size: 14px;
    display: block;
    width: 14px;
    padding: 3px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #2b2b2b;
    background: #5e272e;
    /*background: $dark-color;
    color: $contact-header-color;*/ }
.team .member li a:hover {
    color: #5e272e;
    background: #2b2b2b;
    /*background: $contact-header-color;
    color: $dark-color;*/ }

.contact {
    background: #5e272e;
    padding: 28px 0; }
.contact .title h2 {
    font-size: 20px;
    color: #fff; }
.contact .title h2:after, .contact .title h2:before {
    background: #fff; }
.contact .title h3 {
    border-bottom: none;
    font-size: 28px;
    padding-bottom: 20px; }
.contact .form {
    width: 52.08333%;
    text-align: center; }
@media all and (max-width: 600px) {
    .contact .form {
        width: 100%; } }
.contact .error, .contact .message {
    margin: 2% 2% 10px; }
.contact .error.active {
    color: #ee2828;
    background: #fddede;
    padding: 5px 10px; }
 
@media all and (max-width: 600px) {
    .contact input {
        width: 100%;
        margin: 0 0 2%;
        float: none; } }
.contact textarea {
    width: 96%;
    height: 100px;
    margin-bottom: 2%;
    resize: none; }
@media all and (max-width: 600px) {
    .contact textarea {
        width: 100%;
        float: none; } }
.contact button {
    padding: 7px 50px;
    border: 3px solid #333333;
    background: #fff;
    font-weight: bold;
    color: #5e272e;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.contact button:hover {
    color: #bfa453; }

.map #map_canvas {
    height: 315px; }

.footer {
    font-size: 15px;
    background-color: #f6f0e1;
    color:#75655c;
}
.footer .container {
    padding: 50px 0;
    position: relative; 
}
@media all and (max-width: 400px) {
    .footer .container {
        padding: 30px 0; } 
}
.footer .social {
    width: 45%; 
}
@media all and (max-width: 800px) {
    .footer .social {
        width: 80%; 
    }
}
@media all and (max-width: 600px) {
    .footer .social {
        width: 90%; } 
}
@media all and (max-width: 400px) {
    .footer .social {
        width: 90%; 
    } 
}
.footer h4 {
    margin-bottom: 5px;
    color: white; 
}
.footer ul, .footer p {
 
}
.footer .col-md-3 ,
.footer .col-md-2 {
    vertical-align: text-bottom;;
    display: inline-block;
    float: none;
}
.footer .col-md-2 a,
.footer .col-md-3 a {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;  
}
.footer .col-md-2 h3,
.footer .col-md-3 h3,
.footer .col-md-2 h2,
.footer .col-md-3 h2{
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;  
    color:#75655c;
    font-weight: 500;
}
.footer{
  padding: 50px 0;
  text-align: center;
}
.footer ul li {
        margin: 8px 0px;
} 
.footer p,
.footer h3,
.footer h2,
.footer i,
.footer a,
.footer ul li {
    text-align: left!important;
}

.footer ul li a {
 
    color: #75655c;
  
}
.footer ul li a:hover {
    color: #5e272e; 
}
.footer .copyright {
    color: #5f5e5d;
    margin-bottom: 0; 
}
.back {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
.back .container {
    position: relative;
}
.back a {
    width: 50px;
    height: 50px;
    background: #5e272e;
    text-align: center;
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.back a:hover {
    bottom: -6px; 
}

.anchor {
    display: block;
    height: 0px; 
}

.video-link{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.side-bar{
    padding: 20px;
    background-color: #9e8e85;
}
.side-bar.no-background-color{
    background-color:transparent;
}
.side-bar > ul > li{
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
    color:#fff;
    padding-bottom: 3px;
}
.side-bar > ul > li > ul{
    padding-left: 15px;
}
.side-bar > ul > li > ul > li{
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
    color:#fff;
}
.gallery .col-md-12,
.gallery .col-md-6,
.gallery .col-md-4{
    padding: 5px;
}
li.dropdown  > ul{
    background-color: #61523f;
    position: absolute;
    display: none;
}
li.dropdown:hover  > ul{
    display: block;
}
li.dropdown  > ul > li{
    display: block;  
}
.bg-1{
    padding: 10px 0;
    background-color: #75655c;
}
.bg-2{
    padding: 10px 0;
    background-color: #d7caab;
}
.bg-3{
    padding: 10px 0;
    background-color: #f6f0e1;
}
.bg-4{
    padding: 10px 0;
    background-color: #75655c;
}
.bg-5{
    padding: 10px 0;
    background-color: #d7caab;
}
.bg-6{
    padding: 20px 0;
    background-color: #75655c;
}

.bg-1 p,
.bg-1 h1,
.bg-2 p,
.bg-3 p,
.bg-4 p,
.bg-5 p{
    color:#fff;
}

.bg-2 p,
.bg-2 .title h3 {
    color:#75655c;
}

.bg-3 p,
.bg-3 .title h1 {
    color:#75655c;
}
.bg-4 p,
.bg-4 .title h1 {
    color:#fff;
}

.bg-5 p,
.bg-5 span,
.bg-5 small,
.bg-5 .title h1 {
    color:#75655c;
}
.bg-5{
    padding: 40px 0;
}
.bg-5 span{
    font-size: larger;
}
.bg-5 small{
    font-size: 90%;
}

.title h4,
.title h3, 
.title h2,
.title h1, 
p{
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
}
input{
    height: 50px;
}
input,
textarea{
   -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border:transparent;
    margin: 1px; 
}
.contact-form input.form-control:focus{
    border:transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}
*::-webkit-input-placeholder {
    font-size: large;
    color:#75655c;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

*::-moz-placeholder {
    font-size: large;
    color:#75655c;
     opacity: 1;
     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

*::-ms-placeholder {
    font-size: large;
    color:#75655c;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

*::placeholder {
    font-size: large;
    color:#75655c;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.contact-form .col-md-6,
.contact-form .col-md-12{
    padding: 5px;
}
.contact-form button{
    padding: 15px 60px;
    background-color: #75655c;
    border:none;
    color:#fff;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.footer i{
    font-size: 20px;
    color:#75655c;
    margin: 5px;
}
.footer-copy-right,
.footer-copy-right a{
    color:#fff;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
}