/* Float Elements
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure{ margin:0px;}

img{ max-width:100%;}

a, a:hover, a:active{ outline:0px !important}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Primary Styles
---------------------------------*/
body {
  background:#fff;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  font-weight:normal;
  color:#888888;
  margin:0;
}
h2{
  font-size:34px;
  color:#222222;
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  letter-spacing: -1px;
  margin:0 0 15px 0;
  text-align:center;
  text-transform:uppercase;
}
h3{
  font-family: 'Montserrat', sans-serif;
  color:#222222;
  font-size:16px;
  margin:0 0 5px 0;
  text-transform:uppercase;
  font-weight:400;
}
h6{
  font-size:16px;
  color:#888888;
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  text-align:center;
  margin:0 0 60px 0;
}
p{
  line-height:24px;
  margin:0;
  
}

/* Header Styles
---------------------------------*/

.header{
  text-align:center;
  background:url(../img/pw_maze_black_2X.jpg) left top no-repeat;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding:80px 0;
}
.logo{
  width:250px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto
}
.header h1{
  font-family: 'Montserrat',sans-serif;
  font-size:50px;
  font-weight:400;
  letter-spacing: 2px;
  margin:10 10 22px 10 ;
  color:#fff;
}

.we-create{
  padding:0;
  margin:35px 0 55px;
}
.wp-pic{
  margin-bottom:20px;
}
.we-create li{
  display:inline-block;
  font-family: 'Montserrat',sans-serif;
  font-size:14px;
  color: #bcbcbc;
  text-transform: uppercase;
  font-weight: 400;
  margin:0 5px 0 0;
  padding:0 0 0 15px;
}
.we-create li:first-child{
  background:none;
}

.start-button {
  padding-left: 0px;
}

.start-button li a{
color: #000;
}


.link{
  padding:15px 35px;
  background:#fff;
  color:#000 !important;
  font-size:16px;
  font-weight:400;
  font-family: 'Montserrat', sans-serif;
  display:inline-block;
  border-radius:3px;
  text-transform:uppercase;
  line-height:25px;
  margin-bottom:20px;
  transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
}
.link:hover {
  text-decoration:none;
  color:#fff !important;
  background:#000;
}

.link:active, .link:focus {
  background: #000;
  text-decoration:none;
  color:#fff !important;
}

/* Navigation
---------------------------------*/
.main-nav-outer{
  padding:0px;
  border-bottom:1px solid #dddddd;
  box-shadow:0 4px 5px -3px #ececec;
  position:relative;
  background:#fff;
}
.main-nav{
  text-align:center;
  margin:10px 0 0px;
  padding:0;
  list-style:none;
}
.main-nav li{
  display:inline;
  margin:0 1px;
}
.main-nav li a{
  display:inline-block;
  color:#222222;
  text-transform:uppercase;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  line-height:20px;
  margin:17px 32px;
  transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
}

.main-nav li a:hover{ 
  text-decoration:none;
  color: #f00;
}

.small-logo{ 
  padding:0 32px;
}

.main-section{
  padding:90px 0 110px;
}


/* Services
---------------------------------*/
.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 2.30;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #fff;
  display: block;
}

.service-box {
  background-color: #fff;
  padding: 1.0rem 0.3rem;
  border-radius: 10rem;
  margin-bottom: 3rem;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #fff;
  box-shadow: 0 0 0 10px #f00;
}

.service-box .service-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.service-box .ico-circle {
  transition: all 500ms ease;
  font-size: 4rem;
}

.service-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: .4rem 0;
}

.service-box .s-description {
  color: #4e4e4e;
}


/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.main-section.paddind{
  padding-bottom:60px;
}



/* Contact
---------------------------------*/
.main-section.contact{
  padding:90px 0 100px;
}

.main-section.contact{
  background:url(../img/bg-map.png) left 190px no-repeat;
}
.contact-info-box{
  font-size:15px;
  margin:0 0 14px 68px;
  padding-left:0;
}
.contact-info-box h3{
  font-size: 15px;
  font-weight:400;
  float:left;
  width:102px;
  margin-right:12px;
  line-height:28px;
}
.contact-info-box h3 i{
  font-style:normal;
  font-size:18px;
  color:#222222;
  font-family: 'FontAwesome';
  font-weight:normal;
  margin-right:7px;
}
.contact-info-box span{
  line-height:28px;
  display:block;
  overflow:hidden;
}
.social-link{
  padding:35px 0;
  margin:0 0 0 68px;
  display:block;
  overflow:hidden;
  list-style:none;
}
.social-link li{
  float:left;
  margin-right:8px;
}
.social-link li a{
  display:block;
  width:50px;
  height:50px;
  text-align:center;
  line-height:50px;
  font-size:25px;
  color:#fff;
  background:#222222;
  border-radius:50%;
  transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
  text-decoration:none;
}
.twitter a:hover {
  background: #55acee;
}
.facebook a:hover {
  background: #3b5998;
}
.pinterest a:hover {
  background: #cb2026;
}
.gplus a:hover {
  background: #dd4b39;
}
.dribbble a:hover {
  background: #ea4c89;
}

.form{
  margin:0 66px 0 30px;
}
.input-text{
  padding:15px 16px;
  border:1px solid #ccc;
  width:100%;
  height:50px;
  display:block;
  border-radius:4px;
  font-size:15px;
  color:#aaa;
  font-family: 'Open Sans', sans-serif;
  margin:0 0 15px 0;
  transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
  border: 1px solid #7cc576;
  outline:0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);  
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
  height:165px;
  resize:none;
  overflow:auto;
}
.input-btn{
  width:175px;
  height:50px;
  background:#dcd;
  border-radius:4px;
  color:#ffffff;
  font-size:14px;
  text-transform:uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight:400;
  border:0px;
  transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
  background: #111;
  color: #fff;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: #7cc576;
    border:1px solid #7cc576;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
  display:block;
}

/* Footer
---------------------------------*/

.footer{
  background:url(../img/);
  padding:35px 0 35px;

}
.footer-logo{
  margin:15px auto 35px;
  width: 76px;
}
.copyright, .credits{
  color:#cccccc;
  font-size:14px;
  display:block;
  text-align:center;
}
.copyright a, .credits a{
  color:#7cc576;
  font-weight:600;
  text-decoration: none;
  transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover, .credits a:hover {
  color: #fff;
}

.res-nav_click {
  line-height:38px;
  font-family: 'FontAwesome';
  font-size:38px;
  text-decoration: none !important;
  color:#777777;
  font-style:normal;
  display:none;
  width:42px;
  height:27px;
  margin:20px auto;
  transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
  color: #7cc576 !important;
}

.portfolioContainer{
  max-width: 1140px;
}


/* Animation Timers
---------------------------------*/
.delay-02s { 
  animation-delay: 0.2s; 
  -webkit-animation-delay: 0.2s; 
}
.delay-03s { 
  animation-delay: 0.3s; 
  -webkit-animation-delay: 0.3s; 
}
.delay-04s { 
  animation-delay: 0.4s; 
  -webkit-animation-delay: 0.4s; 
}

.delay-05s { 
  animation-delay: 0.5s; 
  -webkit-animation-delay: 0.5s; 
}
.delay-06s { 
  animation-delay: 0.6s; 
  -webkit-animation-delay: 0.6s; 
}

.delay-07s { 
  animation-delay: 0.7s; 
  -webkit-animation-delay: 0.7s; 
}
.delay-08s { 
  animation-delay: 0.8s; 
  -webkit-animation-delay: 0.8s; 
}

.delay-09s { 
  animation-delay: 0.9s; 
  -webkit-animation-delay: 0.9s; 
}
.delay-1s { 
  animation-delay: 1s; 
  -webkit-animation-delay: 1s; 
}
.delay-12s { 
  animation-delay: 1.2s; 
  -webkit-animation-delay: 1.2s; 
}