
.scrollable #about, .scrollable #services, .scrollable #contact{
    background: none repeat scroll 0 0 #ffffff;
    padding: 6rem 0 4rem;
    position: relative;
}
.scrollable #team{
    background: none repeat scroll 0 0 #eeeeee;
    padding: 6rem 0 4rem;
    position: relative;
}
.scrollable #contact{
    background: #ffffff;
    padding-bottom: 0;
    position: relative;
}
.scrollable #works{
    background: #ffffff;
    padding: 6rem 0 4rem;
    position: relative;
}
.scrollable .sectionvideo{
    min-height: 250px;
    padding: 5rem 0;
    display: block;
    position: relative;
    overflow: hidden;
}
.sectionvideo h6{
    padding-top: 2rem;
}
.section-title{
    margin-bottom: 40px;
}
.sectionvideo h3, .sectionvideo h5, .sectionvideo h6{
    color: #ffffff;
}

#testimonials{
    background: transparent;
    position: relative;
    height: 100%;
    padding: 3rem 0 0;
}
#testimonials *{
    color: #ffffff;
}
#testimonials h3{
    font-size: 2rem;
}
#testimonials .orbit-container {
    height: 100%;
    min-height: 250px;
    padding: 2rem 0;
    text-align: center;
}
#testimonials li div{
    width: 80%;
    margin: 0 auto;
}
#testimonials .orbit-slide-number, #testimonials .orbit-timer, #testimonials .orbit-bullets{
    display: none;
}

iframe#videobg{
    min-height: 100%;
    min-width: 100%;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
}

.action{
    background: transparent;
    height: 100%;
    min-height: 250px;
    padding: 3rem 0 0;
    position: relative;
}
.action p{
    margin: 0;
    padding: 1rem 0;
}
.action *{
    color: #ffffff;
}
.action .button{
    border-radius: 100%;
    padding: 20px 24px;
    border-color: #ffffff;
    font-size: 18px;
}
.action .button:hover{
    background: #ffffff;
}
.action .button:hover .fa{
    color: #008CBA;
}

.box-item {
    height: auto;
    margin-bottom: 2em;
    overflow: hidden;
    position: relative;
    width: auto;
}
.box-item:hover .overlay-item {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform:translateY(0%);
    -webkit-transition: all 220ms ease-in;
    -moz-transition: all 220ms ease-in;
    -ms-transition: all 220ms ease-in;
    -o-transition: all 220ms ease-in;
    transition: all 220ms ease-in;
    opacity: 1;
}
.box-item:hover a.fancybox-elastic span{
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform:translateY(0%);
    -webkit-transition: all 220ms ease-in;
    -moz-transition: all 220ms ease-in;
    -ms-transition: all 220ms ease-in;
    -o-transition: all 220ms ease-in;
    transition: all 220ms ease-in;
    opacity: 1;
    right: 0;
    top: 0;
}
.box-item:hover .ajaxancor div {
    -webkit-transition: all 220ms ease-in;
    -moz-transition: all 220ms ease-in;
    -ms-transition: all 220ms ease-in;
    -o-transition: all 220ms ease-in;
    transition: all 220ms ease-in;
    bottom: 20px;
    left: 20px;
    opacity: 1;
}
.box-item:hover a.fancybox-elastic:before{
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform:translateY(0%);
    -webkit-transition: all 280ms ease-in;
    -moz-transition: all 280ms ease-in;
    -ms-transition: all 280ms ease-in;
    -o-transition: all 280ms ease-in;
    transition: all 280ms ease-in;
    opacity: 0.25;
    right: 0;
    top: 0;
}
.overlay-item {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform:translateY(100%);
    -webkit-transition: all 220ms ease-in;
    -moz-transition: all 220ms ease-in;
    -ms-transition: all 220ms ease-in;
    -o-transition: all 220ms ease-in;
    transition: all 220ms ease-in;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #FFFFFF;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-weight: 100;
    height: 90%;
    left: 2.5%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 4.5%;
    width: 95%;
}
.box-item .ajaxancor div hr {
    background: none repeat scroll 0 0 rgba(0, 140, 186, 0.6);
    border: medium none;
    height: 4px;
    margin: 15px auto;
    width: auto;
}
.box-item .ajaxancor div {
    -webkit-transition: all 220ms ease-in;
    -moz-transition: all 220ms ease-in;
    -ms-transition: all 220ms ease-in;
    -o-transition: all 220ms ease-in;
    transition: all 220ms ease-in;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    padding-right: 20px;
}
.box-item h4{
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin: 0 auto;
    text-transform: uppercase;
    width: 100%;
    float: left;
    color: #ffffff;
}
.box-item a.fancybox-elastic:before {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform:translateY(-100%);
    -webkit-transition: all 220ms ease-in;
    -moz-transition: all 220ms ease-in;
    -ms-transition: all 220ms ease-in;
    -o-transition: all 220ms ease-in;
    transition: all 220ms ease-in;
    background: none repeat scroll 0 0 #008CBA;
    border: 4px solid #008CBA;
    content: "";
    height: 50px;
    opacity: 0;
    position: absolute;
    right: -50%;
    top: -50%;
    width: 50px;
    z-index: 4;
}
.box-item a.fancybox-elastic span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform:translateY(-100%);
    -webkit-transition: all 220ms ease-in;
    -moz-transition: all 220ms ease-in;
    -ms-transition: all 220ms ease-in;
    -o-transition: all 220ms ease-in;
    transition: all 220ms ease-in;
    background: none repeat scroll 0 0 #008CBA;
    color: #FFFFFF;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    position: absolute;
    right: -50%;
    opacity: 0;
    text-align: center;
    top: -50%;
    width: 40px;
    z-index: 5;
}
#filters{
    text-align: center;
    padding-bottom: 2rem;
    margin: 0;
}
#filters li{
    display: inline-block;
    float: none;
    margin: 0;
}
#filters li a{
    border: 2px solid #008CBA;
    display: inline-block;
    float: none;
    margin: 5px;
    padding: 0.5rem 2rem;
}
#filters li a.selected {
    background: #008CBA;
    color: #ffffff;
}

#load_content_ajax #contentajax #container{
    padding-top: 6rem;
}
#load_content_ajax .spinner{
    left: 0;
    position: absolute;
    right: 0;
    top: 6.2rem;
    z-index: 1;
    width: 44px;
    margin: 0 auto;
    height: 44px;
    padding: 8px 10px;
    background: rgba(0, 0, 0, 0.90);
    border-radius: 7px;
}
#load_content_ajax #remove{
    background: #008CBA;
    border: 2px solid #008CBA;
    color: #FFFFFF;
    top: 8.2rem;
    padding: 7px 12px;
    position: absolute;
    right: 0.2rem;
    z-index: 1;
}
#load_content_ajax #remove:hover{
    background: #ffffff;
    border: 2px solid #008CBA;
    color: #008CBA;
}
.image-work{
    margin-bottom: 10px;
}
#load_content_ajax hr{
    background: #dddddd;
    height: 1px;
    border: none;
    width: 100%;
    margin: 15px auto;
}
#contentajax #container{
    margin-bottom: 40px;
}
#load_content_ajax #contentajax #container h3{
    padding-right: 30px;
}

#team img{
    border-radius: 100%;
    width: 100%;
}
.team-item {
    border-radius: 100%;
    margin: 0 auto 2rem;
    overflow: hidden;
    position: relative;
    width: 80%;
}
.boxteam{
    position: relative;
}
.team-item:hover .overlay-item-team {
    -webkit-transition: opacity 220ms ease-in;
    -moz-transition: opacity 220ms ease-in;
    -ms-transition: opacity 220ms ease-in;
    -o-transition: opacity 220ms ease-in;
    transition: opacity 220ms ease-in;
    opacity: 1;
}
.overlay-item-team {
    -webkit-transition: opacity 220ms ease-in;
    -moz-transition: opacity 220ms ease-in;
    -ms-transition: opacity 220ms ease-in;
    -o-transition: opacity 220ms ease-in;
    transition: opacity 220ms ease-in;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    bottom: 0;
    color: #FFFFFF;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-weight: 100;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}
.team-item:hover .info {
    -webkit-transition: all 220ms ease-in;
    -moz-transition: all 220ms ease-in;
    -ms-transition: all 220ms ease-in;
    -o-transition: all 220ms ease-in;
    transition: all 220ms ease-in;
    opacity: 1;
    right: 0;
    top: 0;
}
.team-item .info {
    -webkit-transition: all 220ms ease-in;
    -moz-transition: all 220ms ease-in;
    -ms-transition: all 220ms ease-in;
    -o-transition: all 220ms ease-in;
    transition: all 220ms ease-in;
    bottom: 0;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 60%;
    margin-top: 30%;
    font-size: 18px;
}
.team-item .info .name{
    font-size: 18px;
    color: #ffffff;
    margin: 0;
}
.team-item .info .role{
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
}
.team-item .info i{
    color: #ffffff;
}
.team-item .info a{
    font-size: 20px;
    padding: 0 5px;
}
.team-item .info a:hover i{
    color: #008CBA;
}

.data-about-us{
    background: #008CBA;
    height: 100%;
    min-height: 250px;
    padding: 3rem 0;
    position: relative;
}
.data-about-us *{
    color: #ffffff;
}
.data-about-us .counter{
    font-size: 100%;
    margin: 10px 0;
}
.data-about-us .counter strong{
    font-size: 50px;
}
.data-about-us h6{
    font-size: 15px;
    text-transform: uppercase;
}


section.bg{
    background: #ffffff;
    padding: 6rem 0 0;
    position: relative;
    z-index: 999999;
}
#map{
    height: 380px;
    margin-top: 6rem;
}
#map img{
    max-width: inherit;
    width: auto;
}

#contact .mail{
    padding: 0.3rem 0 1rem;
}
#contact .phone{
    padding: 0.3rem 0 1rem;
}
footer{
    background: #000000;
    padding: 2rem 0 1rem;
    color: #ffffff;
    position: relative;
}
footer .copy p{
    color: #ffffff;
    text-transform: uppercase;
}
footer .social a{
    font-size: 20px;
    padding: 0 10px;
}