
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Lato);

/*-------------------------------------------------
 =  Table of Css

 1.Fonts
 2.Isotope
 3.Header
 4.General code
 5.Content sections
 6.Footer

-------------------------------------------------*/


/*-------------------------------------------------*/
/* =  Fonts
/*-------------------------------------------------*/


@font-face { 
    font-family: 'Lato', sans-serif;
}

@font-face { 
    font-family: 'Droid Sans', sans-serif;
}



/*-------------------------------------------------------*/
/* = Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/



.face {
    position: relative;
    display: inline-block;
}

.face span.top-angular {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
}

.face span.bottom-angular {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
}

.face span.top-angular:before {
    position: absolute;
    content: '';
    width: 0;
    height:0;
    top: 0;
    left: -43px;
    border: 43px solid #1cc09f;
    border-top: 25px solid #1cc09f;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.face span.top-angular:after {
    position: absolute;
    content: '';
    width: 0;
    height:0;
    top: 0;
    right: -43px;
    border: 43px solid #1cc09f;
    border-top: 25px solid #1cc09f;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.face span.bottom-angular:before {
    position: absolute;
    content: '';
    width: 0;
    height:0;
    bottom: 0;
    left: -43px;
    border: 43px solid #1cc09f;
    border-bottom: 25px solid #1cc09f;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

.face span.bottom-angular:after {
    position: absolute;
    content: '';
    width: 0;
    height:0;
    bottom: 0;
    right: -43px;
    border: 43px solid #1cc09f;
    border-bottom: 25px solid #1cc09f;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

.face span.line-up {
    position: absolute;
    width: 100%;
    height: 75px;
    top: -1px;
    left: 0;
    border: 1px solid rgba(255,255,255,0.2);
    border-bottom-color: transparent;
}



ul.menu {
    padding: 0;
    margin: 0;
}
ul.menu li a {
    display: inline-block;
    width: 100%;
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    background: #3b424d;
    padding: 26px 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.menu li a.active,
ul.menu li a:hover {
    background: #e64c65;
}

header.vertical-mode.active {
    position: fixed;
}

header.vertical-mode.active .profile {
    display: none;
}

header.vertical-mode .menu-box {
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.toggle-line {
    position: fixed;
    top: 0;
    left: 0px;
    width: 10px;
    height: 100%;
    background: #3b424d;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.toggle-line.active {
    width: 0;
    left: 200px;
}

a.toggle-elem {
    position: absolute;
    top: 185px;
    right: -46px;
    width: 46px;
    height: 48px;
    background: url('../images/toggle-icon.png') center center no-repeat;
}

header.horizontal-mode {
    z-index: 9999;
}

.navbar-default {
    width: 100%;
    background: #fff;
    border: none;
    margin-bottom: 0;
    z-index: 9999999;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.navbar.active {
    position: fixed;
    opacity: 0.95;
}

.navbar-default .navbar-nav > li > a {
    color: #004e9c;
    font-size: 18px;
	font-weight:400;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px;
	border-radius: 10px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.navbar-default .navbar-nav > li {
    margin-left: 30px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
    background: #004e9c;
}



.navbar-brand {
    /*padding: 18px 15px;*/
}

/*-------------------------------------------------*/
/* =  General content
/*-------------------------------------------------*/

#container {
    opacity: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

#container.active {
    opacity: 1;
}

.preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    margin-top: -32px;
    margin-left: -32px;
    -webkit-backface-visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    outline: none;
}

/*-------------------------------------------------*/
/* =  content - home section
/*-------------------------------------------------*/

.top-section {
    overflow: hidden;
	/*height: 1080px !important;*/
}

.top-section ul.social-icons {
    padding: 0;
    margin: 0;
    text-align: right;
}

.top-section ul.social-icons li {
    display: inline-block;
    margin-right: 4px;
}

.top-section ul.social-icons li > a {
    color: #999;
    position: relative;
    display: inline-block;
    padding: 10px;
  /* width: 28px; */
  /* height: 16px; */
    /*background: #858585;*/
    margin-bottom: 8px;
    margin-top: 18px;
    text-align: center;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.top-section ul.social-icons li > a:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 0;
    height: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.top-section ul.social-icons li > a:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.top-section ul.social-icons li > a i {
    font-size: 18px;
    line-height: 16px;
    -webkit-backface-visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.top-section ul.social-icons li > a:hover {
	color: #fff;
    background: #004e9c;
}





.background-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}

.background-section img {
    position: absolute;
    min-width: 1920px;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.background-internas {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}

.background-internas img {
    position: relative;
    min-width: 1920px;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.top-section-content {
    position: relative;
    z-index: 2;
    text-align: center;
    height: 100%;
}

.center-place {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -100px;
}

.center-place h1 {
    color: #f3f3f1;
    font-size: 49px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    line-height: 60px;
    margin: 0 0 5px;
}

div.white-line {
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
}

div.white-line:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 1px;
    background: #fff;
    margin-top: 0px;
    top: 50%;
    left: -185px;
}

div.white-line:after {
    position: absolute;
    content: '';
    width: 150px;
    height: 1px;
    background: #fff;
    top: 50%;
    margin-top: 0px;
    right: -185px;
}

.center-place h3 {
    position: relative;
    display: inline-block;
    color: #17c592;
    font-size: 34px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    line-height: 40px;
    margin: 0px;
    -webkit-backface-visibility: hidden;
}

.center-place h3:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    top: 50%;
    margin-top: -3px;
    right: -35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.center-place h3:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    top: 50%;
    margin-top: -3px;
    left: -35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.center-place h3 span {
    color: #f3f3f1;
}

.center-place li > p {
    color: #fff;
    font-size: 30px;
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    line-height: 40px;
}

.button-section {
}

.inner-buttons {
    display: inline-block;
    padding: 12px 18px;
    background: rgba(255,255,255,0.35);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    position: relative;
    z-index: 222;
}

.inner-buttons a {
    -webkit-backface-visibility: hidden;
}

.inner-buttons a.green-button {
    margin-right: 18px;
}

.title-section {
    text-align: center;
    padding: 65px 0 40px;
    position: relative;
}

.title-section:before {
    position: absolute;
    content: '';
    width: 47px;
    height: 47px;
    top: -25px;
    left: 50%;
    margin-left: -12px;
    /*background: url('../images/icon.png') center center no-repeat;*/
}

.title-section h2,
.services-post h2,
.content-side h2 {
    color: #004e9c;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.title-section h3 {
    color: #fff;
    font-size: 26px;
    font-family: 'Droid Sans';
    line-height: 30px;
    margin: 0;
}

.services {
    margin-bottom: 20px;
}

.services-line {
    padding: 37px 25px 47px;
    border-top: 1px solid #c4c4c4;
    overflow: hidden;
}

.services-post > a {
    position: relative;
    display: inline-block;
    float: left;
    width: 94px;
    height: 54px;
    background: #3b424d;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: center;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.services-post > a span {
    position: absolute;
    display: inline-block;
    width: 96px;
    height: 79px;
    top: -26px;
    left: -1px;
    border: 1px solid #d6d6d6;
    border-bottom: none;
    z-index: -1;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post > a:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 47px solid transparent;
    border-right: 47px solid transparent;
    border-bottom: 25px solid #3b424d;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post > a:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 47px solid transparent;
    border-right: 47px solid transparent;
    border-top: 25px solid #3b424d;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post > a i {
    font-size: 32px;
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
    line-height: 54px;
    -webkit-backface-visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post > a:hover i {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.services-post > a:hover {
    background: #e64c65;
}

.services-post > a:hover:before {
    border-bottom: 25px solid #e64c65;
}

.services-post > a:hover:after {
    border-top: 25px solid #e64c65;
}

.services-post > a:hover span {
    border: 1px solid transparent;
    background: #f0f0f0;
}

.services-post .post-content {
    margin-left: 140px;
    padding-top: 10px;
}

.services-post .post-content p {
    color: #31313c;
    font-size: 17px;
    font-family: 'Droid Sans';
    line-height: 28px;
    margin: 0;
    max-width: 320px;
}

.services-post .post-content h2 {
    margin: 0 0 2px;
}

.creative-part {
    background: #e7e7e7;
    padding-top: 125px;
}

.creative-part-content {
    background: #b6d4cb;
}

.video-side img {
    margin-top: -86px;
    max-width: 100%;
}

.content-side {
    padding-top: 45px;
}

.content-side p {
    color: #111111;
    font-size: 18px;
    font-family: 'Droid Sans';
    line-height: 30px;
    margin: 0;
}

.content-side p span {
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    display: inline-block;
}

.content-side p a {
    font-size: 17px;
    color: #111111;
    display: inline-block;
}

a.red-button,
a.green-button {
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Droid Sans';
    background: #e64c65;
    padding: 6px 30px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.green-button {
    background: #17c592;
}

a.red-button:hover,
a.green-button:hover {
    opacity: 0.7;
}

.content-side a.red-button {
    margin-top: 40px;
}

ul.filter {
    text-align: center;
    padding: 23px 0;
    margin-bottom: 45px;
    border-bottom: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
}

ul.filter li {
    display: inline-block;
}

ul.filter li:after {
    content: '/';
    color: #121212;
    font-size: 18px;
    font-family: 'Droid Sans';
    margin: 0 0 0 4px;
}

ul.filter li:last-child:after {
    content: '';
    margin: 0;
}

ul.filter li a {
    display: inline-block;
    color: #121212;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Droid Sans';
    padding: 5px 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.filter li a:hover,
ul.filter li a.active {
    color: #fff;
    background: #e64c65;
}

.portfolio-content {
    border-bottom: 1px solid #c4c4c4;    
}

.portfolio-box {
    position: relative;
    width: 1170px;
    margin-left: -15px;
    margin-bottom: 95px;
}

.portfolio-post {
    width: 360px;
    margin: 15px;
    overflow: hidden;
}

.portfolio-post img {
    width: 100%;
}

.hover-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(237,85,101,0.8);
    z-index: 2;
}

.hover-box a {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -12px;
}

.hover-box a i {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
}

#team-section {
    border-bottom: 1px solid #b8b8b8;    
}

.team-background {
    position: relative;
    border-top: 1px solid #b8b8b8;
    padding-top: 130px;
    margin-bottom: 20px;
}

.team-background:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 358px;
    width: 100%;
    background: url('../images/photo-banner.png');
}

.team-background:after {
    position: absolute;
    content: '';
    height: 328px;
    top: 30px;
    left: 0;
    width: 100%;
    background: #b6b6b6;
    z-index: -1;
}

.carousel-control .glyphicon {
    display: none;
}

.carousel-control {
    width: 56px;
    height: 30px;
    background: none;
    top: -130px;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    opacity: 1;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.carousel-control i {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
}

.carousel-control:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 16px solid #e64c65;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.carousel-control:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-bottom: 16px solid #e64c65;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.carousel-control:hover:after {
    border-top: 16px solid #3b424d;
}

.carousel-control:hover:before {
    border-bottom: 16px solid #3b424d;
}

.carousel-control.left {
    right: 56px;
    left: auto;
    background: #e64c65;
}

.carousel-control.right {
    right: 0;
    background: #e64c65;
}

.carousel-control.left:hover,
.carousel-control.right:hover {
    background: #3b424d;
    opacity: 1;
}

.team-post {
    border: 1px solid #d2d2d2;
    margin-bottom: 30px;
}

.team-post img {
    width: 100%;
}

.team-post-content {
    padding: 20px;
    background: #fff;
}

.team-post-content h5 {
    color: #000000;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    line-height: 22px;
    margin: 0;
}

.team-post-content span {
    display: inline-block;
    color: #e64c65;
    font-size: 16px;
    font-family: 'Droid Sans';
    margin: 0 0 15px;
}

.team-social {
    padding: 0;
    margin: 0;
}

.team-social li {
    display: inline-block;
    margin-right: 1px;
}

.team-social li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #dddddd;
    background: #fff;
    text-decoration: none;
    text-align: center;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.team-social li a:hover {
    background: #e64c65;
}

.team-social li a i {
    line-height: 32px;
    font-size: 18px;
    color: #7f7f7f;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.team-social li a:hover i {
    color: #fff;
}

.skills-progress {
    margin-bottom: 110px;
}

.skills-progress p {
    color: #4e4e4e;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.skills-progress p span {
    display: inline-block;
    color: #3b424d;
    float: right;
    font-size: 16px;
    font-family: 'Droid Sans';
}

.meter { 
    height: 40px;  /* Can be anything */
    position: relative;
    background: #fff;
    border: 1px solid #b3b3b3;
    margin-bottom: 20px;
}

.meter > span {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #3b424d;
}

.clients {
    padding-top: 30px;
    border-top: 1px solid #c4c4c4;
}

.clients .carousel-control {
    top: -90px;
}

.clients .carousel-control:hover:after {
    border-top: 16px solid #babcbf;
}

.clients .carousel-control:hover:before {
    border-bottom: 16px solid #babcbf;
}

.clients .carousel-control.left:hover,
.clients .carousel-control.right:hover {
    background: #babcbf;
    opacity: 1;
}

.clients-container {
    padding: 60px 0;
    background: url('../images/pattern.png');
    margin-bottom: 70px;
}

.client-item {
    width: 100%;
    display: inline-block;
    background: #fff;
    text-align: center;
}

.client-item img {
    max-width: 100%;
}

.service-style2 {
    border-top: none;
    padding: 1px 0;
}

.service-style2 .services-post {
    text-align: center;
    position: relative;
}

.service-style2 .services-post:before {
    position: absolute;
    content: '';
    top: 0;
    left: -14px;
    width: 1px;
    height: 100%;
    background: #ebebeb;
}

.service-style2 .services-post a {
    float: none;
}

.service-style2 .services-post .post-content {
    margin-left: 0;
    margin-top: 30px;
}

.service-style2 .services-post .post-content p {
    margin-bottom: 30px;
}

.services-post .post-content a {
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Droid Sans';
    background: #e64c65;
    padding: 6px 30px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    margin-bottom: 50px;
}

.services-post .post-content a:hover {
    background: #3b424d;
}

#client-section {
    border-bottom: 1px solid #b8b8b8;
}

#client-section .services {
    margin-bottom: 90px;
}

#map {
    width: 100%;
    height: 500px;
    margin-bottom: 60px;
}

.contact-form h2 {
    text-align: center;
    color: #848283;
    font-size: 26px;
    font-family: 'Droid Sans';
    line-height: 30px;
    margin: 0 0 45px;
}

#contact-form input[type="text"],
#contact-form textarea {
    color: #666666;
    font-size: 16px;
    font-family: 'Droid Sans';
    border: 1px solid #909090;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 8px 8px;
    display: block;
    margin-bottom: 13px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; 
}

#contact-form input[type="text"]:focus,
#contact-form textarea:focus {
    border: 1px solid #e64c65; 
}

#contact-form textarea {
    height: 146px;   
}

#contact-form input[type="submit"] {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 114px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 10px 55px;
    background: #3b424d;
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

#contact-form input[type="submit"]:hover {
    opacity: 0.8;
}

.message {
    display: none;
    height:30px;
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
}

.message.error {
    color:#e64c65;
}

.message.success {
    color:#1e9397;
}

.contact-info {
    padding: 40px;
    background: #f7f7f7;
}

.info-box {
    overflow: hidden;
}

.contact-info-post {
    padding: 15px 5px 60px;
    position: relative;
}

.contact-info-post:before {
    position: absolute;
    content: '';
    top: 0;
    left: -20px;
    width: 1px;
    height: 100%;
    background: #e3e3e3;
}

.contact-info-post h3 {
    color: #000000;
    font-size: 16px;
    font-family: 'Droid Sans';
    line-height: 20px;
    margin: 0 0 26px;
    text-transform: uppercase;
}

.contact-info-post p {
    color: #666666;
    font-size: 15px;
    font-family: 'Droid Sans';
    line-height: 28px;
    margin: 0;
}

footer {
    background: #004e9c;
    padding: 40px 0 30px;
}

footer p {
    color: #fff;
    font-size: 13px;
    font-family: 'Droid Sans';
    line-height: 28px;
    margin: 0;
}

footer a {
	color: #FFF;
	text-decoration:none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

footer a:hover {
	color: #797e82;
}

footer ul.social-icons {
    padding: 0;
    margin: 0;
    text-align: center;
}

footer ul.social-icons li {
    display: inline-block;
    margin-right: 4px;
}

footer ul.social-icons li > a {
    color: #004e9c;
    position: relative;
    display: inline-block;
    padding: 10px;
  /* width: 28px; */
  /* height: 16px; */
    background: #fff;
    margin-bottom: 8px;
    margin-top: 18px;
    text-align: center;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

footer ul.social-icons li > a:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 0;
    height: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

footer ul.social-icons li > a:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

footer ul.social-icons li > a i {
    font-size: 18px;
    color: #004e9c;
    line-height: 16px;
    -webkit-backface-visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

footer ul.social-icons li > a:hover {
    background: #ccc;
}

.right-parag {
    float: right;
}

#contact-section {
	background-color: #004e9c;
}

#contact-section h1 {
	color:#fff;
}
#contact-section p {
	color:#fff;
}

#contact-section a {
	color:#fff;
	text-decoration:none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

#contact-section a:hover {
	color:#797e82;
}

#nosotros {
	background-color: #fff;
}

#nosotros h1 {
	color:#004e9c;
}
#nosotros p {
	color:#797e82;
}

#servicios {
	background-color: #d1d2d4;
	padding-bottom:400px;
}

#servicios h1 {
	color:#004e9c;
}
#servicios p {
	color:#797e82;
}

#ServiciosInt {
	background-color:#fff;
}

#LitigioAdmin {
	background-color:#fff;
}

#DCI {
	background-color:#fff;
}

#ConsultoriaFiscal {
	background-color:#fff;
}

#LitigioFiscal {
	background-color:#fff;
}


@font-face {
	font-family: 'anyoldicon';
	src:url('../fonts/anyoldicon/anyoldicon.eot');
	src:url('../fonts/anyoldicon/anyoldicon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/anyoldicon/anyoldicon.woff') format('woff'),
		url('../fonts/anyoldicon/anyoldicon.ttf') format('truetype'),
		url('../fonts/anyoldicon/anyoldicon.svg#anyoldicon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* General grid styles */
.cbp-ig-grid {
	list-style: none;
	padding: 0 0 50px 0;
	margin: 0;
}

/* Clear floats */
.cbp-ig-grid:before, 
.cbp-ig-grid:after { 
	content: " "; 
	display: table; 
}

.cbp-ig-grid:after { 
	clear: both; 
}

/* grid item */
.cbp-ig-grid li {
	width: 23%;
	padding: 0;
	margin: 10px;
	float: left;
	height: 270px;
	text-align: center;
	background-color:#004e9c;
}

/* anchor style */
.cbp-ig-grid li > a {
	display: block;
	height: 100%;
	color: #fff;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}

/* the icon with pseudo class for icon font */
.cbp-ig-icon {
	padding: 40px;
	background: #fff;
	display: block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.cbp-ig-icon:before {
	font-family: 'anyoldicon';
	font-size: 14em;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.cbp-ig-icon-shoe:before {
	content: "\e000";
}


/* title element */
.cbp-ig-grid .cbp-ig-title {
	margin: 20px;
	padding: 20px 0 0 0;
	font-size: 1.1em;
	line-height: normal;
	position: relative;
	text-transform:uppercase;
	/*-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;*/
}

/*.cbp-ig-grid .cbp-ig-title:before {
	content: '';
	position: absolute;
	background: #000;
	width: 160px;
	height: 6px;
	top: 0px;
	left: 50%;
	margin: -10px 0 0 -80px;
	-webkit-transition: margin-top 0.2s;
	-moz-transition: margin-top 0.2s;
	transition: margin-top 0.2s;
}*/

.cbp-ig-grid .cbp-ig-category {
	text-transform: uppercase;
	display: inline-block;
	font-size: 1em;
	letter-spacing: 1px;
	color: #fff;
	-webkit-transform: translateY(10px);
	-moz-transform: -moz-translateY(10px);
	-ms-transform: -ms-translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	-webkit-transition: transform 0.3s, opacity 0.2s;
}

.cbp-ig-grid li:hover .cbp-ig-category,
.touch .cbp-ig-grid li .cbp-ig-category {
	opacity: 1;
	/*-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);*/
}

/* Hover styles */

.cbp-ig-grid li > a:hover {
	background: #01356E;
}

.cbp-ig-grid li > a:hover .cbp-ig-icon {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}

.cbp-ig-grid li > a:hover .cbp-ig-icon:before,
.cbp-ig-grid li > a:hover .cbp-ig-title {
	color: #fff;
}

.cbp-ig-grid li > a:hover .cbp-ig-title {
	/*-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);*/
}

.cbp-ig-grid li > a:hover .cbp-ig-title:before {
	background: #fff;
	margin-top: 80px;
}


@media screen and (max-width: 62.75em) {
	.cbp-ig-grid li {
		width: 47%;
	}

}

@media screen and (max-width: 41.6em) { 
	.cbp-ig-grid li {
		width: 100%;
	}

}

@media screen and (max-width: 25em) { 
	.cbp-ig-grid {
		font-size: 80%;
	}

	.cbp-ig-grid .cbp-ig-category {
		margin-top: 20px;
	}
}

/* LISTADO CONTENIDO */

.ListadoContenido {
	margin-bottom: 40px;
}

.ListadoContenido p{
	margin: 0 0 0.3em;
	padding: 1em 0 0.5em;
	border-bottom: 1px solid #353435;
	font-size: 1.50em;
	font-weight: 400;
	text-align:left;
}

.ListadoContenido h3 {
	margin: 0 0 0.3em;
	padding: 1em 0 0.5em;
	border-bottom: 1px solid #ccc;
	font-size: 2.75em;
	font-weight: 300;
	text-align:left;
}

.ListadoContenido h5 {
	margin: 0 0 -0.7em;
	padding: 1em 0 0.5em;
	font-size: 28px;
	font-weight: 300;
	text-align:left;
}

/* LISTADO CONTENIDO NORMAL */

.ListadoContenidoNormal {
	margin-bottom: 40px;
}

.ListadoContenidoNormal p{
	margin: 0 0 0.3em;
	padding: 1em 1.5em 0.5em;
	border-bottom: 1px solid #ccc;
	font-size: 1em;
	font-weight: 600;
}


.ListadoContenidoNormal h3 {
	margin: 0 0 0.3em;
	padding: 1em 0 0.5em;
	border-bottom: 1px solid #ccc;
	font-size: 2.75em;
	font-weight: 300;
}

.ListadoContenidoNormal h5 {
	margin: 0 0 -0.7em;
	padding: 1em 0 0.5em;
	font-size: 28px;
	font-weight: 300;
	text-align:left;
}