﻿
/*-------------------------------------------------
 =  Table of Css
                           
 1.Isotope filtering                            
 2.Header                          
 3.General code                   
 4.Content - home section        
 5.content - services section
 6.content - content - our work section                            
 7.content - team section 
 8.content - features section                              
 9.content - testimonial section                              
 10.content - portfolio section                              
 11.content - pricing section                             
 12.content - contact section                             
 13.Footer   
-------------------------------------------------*/


/*-------------------------------------------------------*/
/* 1. 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
/*-------------------------------------------------*/

.navbar {
    width: 100%;
	margin-bottom: 0;
    background: #fff;
    border-bottom: 3px solid #B60D0D;
}

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

.navbar-brand {
    padding: 4px 15px 5px;
}

.innher-header {
    padding: 0 15px;
}

.navbar-nav {
    margin: 10px 15px;
}

.navbar-default .navbar-nav > li {
    margin-left: 5px;
    position: relative;
}

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

.navbar-default .navbar-nav > li:before {
    content:'|';
    color: #e3e3e3;
    font-size: 10px;
    font-family: 'Raleway', 'sans-serif';
    margin-right: 5px;
}

.navbar-default .navbar-nav > li:first-child:before {
    content: '';
    margin-right: 0;
}

.navbar-default .navbar-nav > li > a {
    display: inline-block;
    color: #4b4b4b;
    font-size: 13px;
    font-family: 'Raleway', 'sans-serif';
    font-weight: 300;
    position: relative;
    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 > a:hover,
.navbar-default .navbar-nav > li > a.active {
    color: #B60D0D;
}

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

#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: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -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;
}

.preloader img {
    -webkit-backface-visibility: hidden;
}

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

#home-section {
    /*margin-top: -72px;
   

    /* background: url('../upload/bg.jpg') no-repeat center center; */
   -moz-background-size: cover;
   -webkit-background-size: cover;
   -o-background-size: cover;
   background-size: cover; 
   */
margin-top: 0px;
background-repeat: no-repeat;  
background-position: center center;    
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover;  
background-size: cover;  
background-image:url('../upload/bg.jpg'); 
position: relative;
}

#home-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.35); */
}


#home-section2 {
margin-top: 0px;
position: relative;
}

#home-section2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.35); */
}


.sopra_slide {
   position:absolute;
   top:20%;
   width:100%;
   z-index:2;
   margin-top: 0px;
}


.middle-section {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin-top: -125px;
    text-align: center;
    z-index: 2;
}

.flexcaption h1 {
    display: inline-block;
    color: #B60D0D;
    /* font-size: 30px;*/
    font-size: 2em;
    font-family: 'Raleway', 'sans-serif';
    font-weight: 600;
    margin: 0 0 15px;
    border: 0px solid #fff;
    padding: 16px 24px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #363636;
    -webkit-text-shadow: 1px 1px 0 #363636;
    -moz-text-shadow: 1px 1px 0 #363636;
    -o-text-shadow: 1px 1px 0 #363636;
}

.flexcaption p {
    color: #B60D0D;
    font-size: 16px;
    font-family: 'Raleway', 'sans-serif';
    font-weight: 300;
    margin: 0 0 20px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #363636;
    -webkit-text-shadow: 1px 1px 0 #363636;
    -moz-text-shadow: 1px 1px 0 #363636;
    -o-text-shadow: 1px 1px 0 #363636;
}

ul.social-icons {
    margin: 0 0 35px;
    padding: 0;
}

ul.social-icons li {
    list-style: none;
    display: inline-block;
    margin-left: 12px;
}

ul.social-icons li a {
    display: inline-block;
    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;
}

ul.social-icons li a:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

ul.social-icons li a i {
    font-size: 22px;
    color: #B60D0D;
}

a.go-next {
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    background: #B60D0D;
    text-align: center;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    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.go-next:hover {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

a.go-next i {
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-backface-visibility: hidden;
}

/*-------------------------------------------------*/
/* =  content - services section
/*-------------------------------------------------*/

#services-section {
    text-align: center;
    overflow: hidden;
    padding: 50px 0;
}

.title-section {
    text-align: center;
    border-bottom: 1px solid #efefef;
    margin-bottom: 50px;
    position: relative;
}

.title-section h1 {
    color: #B60D0D;
    font-size: 34px;
    font-family: 'Raleway', 'sans-serif';
    font-weight: 400;
    margin: 0 0 45px;
    text-transform: uppercase;
}

.title-section span {
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -25px;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #fff;
    text-align: center;
    border: 1px solid #efefef;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.title-section span i {
    color: #B60D0D;
    font-size: 16px;
    line-height: 45px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-backface-visibility: hidden;
}

.button-area {
    margin-bottom: 70px;
}

.button-area a {
    display: inline-block;
    text-decoration: none;
    background: #9C0C0C;
    width: 140px;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin: 0 4px 2px;
    font-weight: 400;
    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;
}

.button-area a:hover {
    background: #B60D0D;
    color: #fff;
}

.services-box {
    margin-bottom: 40px;
}

.services-box a {
    display: inline-block;
    text-decoration: none;
    background: #B60D0D;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    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;
    position: relative;
    border: 5px solid transparent;
    margin-bottom: 30px;
}

.services-box a:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 152px;
    height: 152px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid transparent;
    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-box a:hover {
    background: #96999e;
    border: 5px solid #fff;
}

.services-box a:hover:after {
    border: 1px solid #96999e;
}

.services-box a i {
    font-size: 40px;
    color: #fff;
    line-height: 150px;
}

.services-content h2 {
    color: #707070;
    font-size: 23px;
    font-family: 'Raleway', 'sans-serif';
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.services-content p {
    color: #707070;
    font-size: 16px;
    font-family: 'Raleway', 'sans-serif';
    font-weight: 400;
    margin: 0;
    line-height: 24px;
    padding: 0 70px;
}

.services-content .bx-wrapper .bx-pager {
    display: none;
}

#video-section {
    height: 480px;
    position: relative;
}

#video-section:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

#customElement {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
}

#video-section h1 {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    color: #ffffff;
    font-size: 50px;
    font-family: 'Raleway', 'sans-serif';
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
}

#video-section h1 a {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 0 18px;
    background: url('../images/play.png') center center no-repeat;
    margin-bottom: -30px;
    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;
}

#video-section h1 a.active {
    background: url('../images/pause.png') center center no-repeat;
}

#video-section h1 a:hover {
    opacity: 0.7;
}

/*-------------------------------------------------*/
/* =  content - our work section
/*-------------------------------------------------*/

#our-work-section {
    padding: 50px 0 20px;
}

.work-post {
    overflow: hidden;
    margin-bottom: 30px;
}

.work-post a {
    float: right;
    display: inline-block;
    text-decoration: none;
    background: #B60D0D;
    width: 68px;
    height: 68px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    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;
    position: relative;
    margin: 10px 10px 10px 20px;
}

.work-post a:after {
    content: '';
    position: absolute;
    top: -7px;
    left: -7px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #96999e;
    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;
}

.work-post:hover a {
    background: #96999e;
}

.work-post:hover a:after {
    border: 1px solid #96999e;
}

.work-post a i {
    color: #fff;
    font-size: 26px;
    line-height: 68px;
}

.work-post h2 {
    color: #B60D0D;
    font-size: 18px;
    font-family: 'Raleway', 'sans-serif';
    font-weight: 400;
    margin: 0 0 8px;
    text-transform: uppercase;
    text-align: right;
    padding-top: 15px;
}

.work-post p {
    color: #7a7a7a;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    line-height: 22px;
}

.work-list-box.right .work-post a {
    float: left;
    margin: 10px 25px 10px 10px;
}

.work-list-box.right .work-post h2 {
    text-align: left;
}

p.center-align {
    color: #717171;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0 auto 50px;
    line-height: 24px;
    text-align: center;
    max-width: 870px;
}

/*-------------------------------------------------*/
/* =  content - team section
/*-------------------------------------------------*/

#team-section {
    padding: 50px 0;
    text-align: center;
    background: url('../upload/back.jpg');
    overflow: hidden;
}

#team-section .bx-wrapper .bx-pager {
   display: none;
}

#team-section .bx-controls-direction {
   width: 84px;
   left: 50%;
   margin-left: -46px;
   bottom: -20px;
   position: absolute;
}

.title-section.white h1 {
    color: #fff;
}

.title-section.white span {
    background: #2c2f38;
    border: 1px solid #c9cacc;
}

.title-section.white span i {
    color: #c9cacc;
}

.team-box {
    padding: 0 60px 0 30px;
    margin-bottom: 40px;
}

.team-post {
    overflow: visible;
    padding: 20px 30px 15px 45px;
    margin: 65px 30px 65px 30px;
    position: relative;
    transition: all 0.26s ease-in-out;
    -moz-transition: all 0.26s ease-in-out;
    -webkit-transition: all 0.26s ease-in-out;
    -o-transition: all 0.26s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.team-post:hover {
    transform: scale(1.11);
    -webkit-transform: scale(1.11);
    -moz-transform: scale(1.11);
    -o-transform: scale(1.11);
}

.team-post:before {
    content: '';
    position: absolute;
    width: 240px;
    height: 240px;
    top: 30px;
    left: 24px;
    background: #B60D0D;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.team-post:after {
    content: '';
    position: absolute;
    width: 240px;
    height: 240px;
    top: 30px;
    left: 24px;
    background: rgba(0,0,0,0.4);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.26s ease-in-out;
    -moz-transition: all 0.26s ease-in-out;
    -webkit-transition: all 0.26s ease-in-out;
    -o-transition: all 0.26s ease-in-out;
    z-index: 2;
}

.team-post:hover:after {
    opacity: 0;
    visibility: hidden;
}

.inner-team {
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
}

.team-post img {
    display: inline-block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    margin-bottom: 20px;
    -webkit-backface-visibility: hidden;
    width: 78px;
}

.team-post h2 {
    color: #fff;
    font-size: 18px;
    font-family: 'Raleway', 'sans-serif';
    font-weight: 400;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ec6547;
    -webkit-backface-visibility: hidden;
}

.team-post p {
    color: #fff;
    font-size: 13px;
    font-family: 'Raleway', 'sans-serif';
    font-weight: 400;
    margin: 0 0 35px;
    line-height: 20px;
    -webkit-backface-visibility: hidden;
    max-height: 57px;
    overflow: hidden;
}


ul.team-social {
    margin: 0 auto;
    padding: 0;
    max-width: 100px;
    border-top: 1px solid #ec6547;
    padding-top: 8px;
    -webkit-backface-visibility: hidden;
}

ul.team-social li {
    list-style: none;
    display: inline-block;
    margin-left: 5px;
    -webkit-backface-visibility: hidden;
}

ul.team-social li a {
    display: inline-block;
    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;
    -webkit-backface-visibility: hidden;
}

ul.team-social li a:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

ul.team-social li a i {
    font-size: 14px;
    color: #fff;
    -webkit-backface-visibility: hidden;
}

/*-------------------------------------------------*/
/* =  content - features section
/*-------------------------------------------------*/

#features-section {
    padding: 50px 0;
    text-align: center;
}

.feature-box {
    position: relative;
    margin-bottom: 70px;
}

.feature-box:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 60%;
    left: 39px;
    top: 35px;
    background: #cbcbcb;
}

.feature-post {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 20px 12px;
}

.feature-post:last-child {
    margin-bottom: 0px;
}

.feature-post span {
    position: relative;
    z-index: 2;
    float: left;
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #fff;
    text-align: center;
    border: 0px solid #cbcbcb;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.feature-post span i {
    color: #B60D0D;
    font-size: 18px;
    line-height: 55px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-backface-visibility: hidden;
}

.feature-post p {
    color: #5f5f5f;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0 0 0 80px;
    line-height: 24px;
}

.feature-list {
    margin: 0;
    padding: 0 0 0 24px;
}

.feature-list li {
    list-style: none;
    margin: 0 0 6px;
}

.feature-list li p {
    color: #5f5f5f;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    line-height: 24px;
    display: inline-block;
}

.feature-list li i {
    float: left;
    display: inline-block;
    color: #989898;
    font-size: 23px;
    margin-right: 20px;
    line-height: 24px;
}

.image-place {
    text-align: right;
}

.image-place img {
    max-width: 100%;
}


/*-------------------------------------------------*/
/* =  content - testimonial section
/*-------------------------------------------------*/

#testimonial-section {
    padding: 75px 0;
    background: url('../upload/back2.jpg');
    position: relative;
    text-align: center;
    overflow: hidden;
}

#testimonial-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
}

span.test-quote {
    display: inline-block;
    width: 55px;
    height: 55px;
    text-align: center;
    border: 1px solid #d2d1d1;
    margin-bottom: 30px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

span.test-quote img {
    display: inline-block;
    line-height: 55px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin: 18px 0 0 0;
}

.testimonial-box h2 {
    color: #d2d1d1;
    font-size: 19px;
    font-family: 'Raleway', 'sans-serif';
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.testimonial-box p {
    color: #d2d1d1;
    font-size: 14px;
    font-family: 'Raleway', 'sans-serif';
    font-weight: 400;
    margin: 0 0 25px;
    line-height: 25px;
    -webkit-backface-visibility: hidden;
}

.testimonial-box img {
    display: inline-block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    margin-bottom: 20px;
    -webkit-backface-visibility: hidden;
    width: 103px;
    border: 3px solid #9e5040;
}

.testimonial-box .bx-controls-direction {
    display: none;
}

/*-------------------------------------------------*/
/* =  content - portfolio section
/*-------------------------------------------------*/

#portfolio-section {
    padding: 55px 0 0;
}

ul.filter {
    clear: both;
    padding: 30px 0 0;
    margin: 0 0 30px;
    text-align: center;
}

ul.filter li {
    list-style: none;
    display: inline-block;
    margin-left: 5px;
}

ul.filter li a {
    display: inline-block;
    text-decoration: none;
    background: #ececec;
    padding: 8px 20px;
    color: #6f6e6e;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    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 {
    background: #B60D0D;
    color: #fff;
}

.project-post {
    width: 33.32%;
    position: relative;
    overflow: hidden;
}

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

ul.project-list {
    position: absolute;
    top: -50px;
    left: 13px;
    padding: 0;
    margin: 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;
}

.project-post:hover ul.project-list {
    top: 9px;
}

ul.project-list li {
    display: inline-block;
    margin-right: 3px;
}

ul.project-list li a {
    display: inline-block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    border: 1px solid #B60D0D;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

ul.project-list li a:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

ul.project-list li a i {
    line-height: 40px;
    color: #B60D0D;
    font-size: 12px;
}

.project-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 0 16px;
    background: #ffffff;
    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;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    visibility: hidden\0/;
    opacity: 0\0/;
}

.project-post:hover .project-content {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    visibility: visible;\0/;
    opacity: 1\0/;    
}

.project-content h2 {
    color: #191919;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0 0 2px;
    text-transform: uppercase;
}

.project-content p {
    color: #818181;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
}

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

/*-------------------------------------------------*/
/* =  content - Pricing section
/*-------------------------------------------------*/

#pricing-section {
    padding-top: 55px;
}

.price-table {
    padding: 0 56px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.price-table:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: -15px;
    background: #d3d3d3;
}

.price-table.none:after {
    display: none;
}

.price-table a.icon {
    display: inline-block;
    text-decoration: none;
    background: #B60D0D;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    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;
    border: 1px solid #B60D0D;
    margin-bottom: 30px;
}

.price-table:hover a.icon {
    background: #FFF;
    border: 1px solid #d3d3d3;
}

.price-table a.icon i {
    color: #fff;
    font-size: 45px;
    line-height: 150px;
}

.price-table:hover a.icon i {
    color: #d3d3d3;
}

.price-table h2 {
    color: #505050;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0 0 4px;
}

.price-table h2 span {
    font-weight: 700;
}

.price-table p {
    color: #505050;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0 0 27px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.price-table p span {
    color: #B60D0D;
    font-size: 41px;
    font-weight: 300;
}

.price-table a.sign-up {
    display: inline-block;
    text-decoration: none;
    background: #B60D0D;
    padding: 4px 28px;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    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: 15px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.price-table a.sign-up:hover {
    opacity: 0.7;
}

.price-table a.read-more {
    display: block;
    text-decoration: none;
    color: #adacac;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    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;
}

.price-table a.read-more:hover {
    color: #9d92a2;
}

span.middle-icon {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: -37px;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #fff;
    text-align: center;
    border: 1px solid #d3d3d3;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: 2;
}

span.middle-icon i {
    color: #d3d3d3;
    font-size: 16px;
    line-height: 45px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-backface-visibility: hidden;
}

#client-section {
    padding: 40px 0 60px;
}

ul.client-list {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

ul.client-list li {
    list-style: none;
    float: left;
    width: 16%;
}

ul.client-list li a {
    display: inline-block;
    width: 100%;
}

ul.client-list li a img {
    width: 100%;
}

/*-------------------------------------------------*/
/* =  content - contact section
/*-------------------------------------------------*/

#contact-section {
    padding: 60px 0 40px;
    position: relative;
}

.map {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color:#B60D0D;
  /*  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(grayscale.html); */ /* Firefox 4+ */
    /* filter: gray; */ /* IE 6-9 */
}

.map:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
   /* background: rgba(0,0,0,0.75); */
    z-index: 2;
   background-color:#B60D0D;
}

.contact-info {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.contact-info:after {
    border-top: 1px solid #d8d8d8;
    position: absolute;
    width: 100%;
    height: 0;
    content: '';
    top: 22px;
    left: 0;
}

.contact-info span.icon-up {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #383838;
    text-align: center;
    border: 1px solid #d8d8d8;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.contact-info span.icon-up i {
    color: #d8d8d8;
    font-size: 16px;
    line-height: 45px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-backface-visibility: hidden;
}

.contact-info p {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0 0 20px;
    line-height: 20px;
}

#contact-section .container {
    position: relative;
    z-index: 3;
}

.floated-area {
    overflow: hidden;
    margin-bottom: 16px;
}

#contact-form2 .left {
    float: left;
    width: 50%;
    padding-right: 3px;
}

#contact-form2 .right {
    float: right;
    width: 50%;
    padding-left: 3px;
}

#contact-form2 input[type="text"],
#contact-form2 textarea {
    color: #FFF;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    background: transparent;
    outline: none;
    width: 100%;
    padding: 10px 18px;
    display: block;
    margin-bottom: 6px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;  
}

#contact-form2 textarea {
    height: 86px;
}

#contact-form2 button {
    display: block;
    text-align: center;
    color: #cecece;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #fff;
    padding: 12px;
    width: 140px;
    margin: 0 auto 10px;
    background: transparent;
    outline: none;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#contact-form2 button:hover,
.comment-form button:hover {
    background: #fff;
    color: #2a2a28;
}

#contact-form2 .message,
.comment-form .message {
    height:20px;
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
    float: none;
    margin-top: 5px;
    text-align: center;
}

#contact-form2 .message.error,
.comment-form .message.error {
    color:#eb2c06;
}

#contact-form2 .message.success,
.comment-form .message.success {
    color:#1e9397;
}

/*-------------------------------------------------*/
/* =  footer
/*-------------------------------------------------*/

footer {
    background: #fff;
    text-align: center;
    padding: 38px 0 25px;
    border: 3px solid #9a9a9a;
}

footer ul.social-icon-list {
    padding: 0;
    margin: 0 0 20px;
}

footer ul.social-icon-list li {
    display: inline-block;
    margin-right: 60px;
    position: relative;
}

footer ul.social-icon-list li:last-child {
    margin-right: 0px;
}

footer ul.social-icon-list li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #e7e7e7;
    top: 7px;
    left: -30px;
}

footer ul.social-icon-list li:first-child:before {
    display: none;
}

footer ul.social-icon-list li a {
    display: inline-block;
}

footer ul.social-icon-list li a i {
    color: #c2c3c5;
    font-size: 35px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

footer ul.social-icon-list li a:hover i {
    color: #B60D0D;
}

footer p {
    color: #c2c3c5;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
}