@import url(http://fonts.googleapis.com/css?family=Playfair+Display);
@import url(http://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800,900,100,200);


body{
  font-family: 'Playfair Display', serif;
  font-size:14px;
  overflow-y:scroll;
  -webkit-font-smoothing: antialiased;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
  }
  
  ::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
  }

p{
  font-family: 'Playfair Display', serif;
  font-size:12px;
  color:#3c3c3b;
}

h1{
  font-family: 'Oswald', sans-serif;
  font-size:18px;
  font-weight:400;
  letter-spacing:0px;
  color:#3c3c3b;
}

a{
  text-decoration:none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; 
  border-bottom:0px solid #dedede;
}

a:focus {
  outline:none;
}

strong{
  font-weight:700;

}

/*
**************************
PRELOADER
**************************
*/

.preloader{
  position:fixed;
  top:0;
  width:100%;
  height:100%;
  background:white;
  z-index:999;
}
 
.preloader .item{
  position:absolute;
  width:50px;
  height:50px;
  left:50%;
  top:50%;
  margin-left:-25px;
  margin-top:-25px;
} 

.spinner {
  width: 40px;
  height: 40px;
  margin: 0px auto;
  background-color: #333;
  border-radius: 100%;  
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}





/*
**************************
NAVIGATION OPACITY
**************************
*/



.opacity-nav{
  position:fixed;
  display:none;
  width:100%;
  height:100%;
  top:0;
  z-index:9999;
  background:rgba(0,0,0,0.95);
}

ul.menu-fullscreen{
  width: 100%;
  top: 50%;
  position: absolute;
  height: 280px;
  margin-top: -140px;
}

ul.menu-fullscreen li{
  font-family: 'Oswald', sans-serif;
  font-size:14px;
  font-weight:200;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align:center;
  line-height:70px;
}

ul.menu-fullscreen li > a{
  color:#999999;
  border:0;
}

ul.menu-fullscreen li > a:hover{
  color:#ffffff;
}


#full{
  width:900px;
  position: relative;
  top:0;
  margin:0 auto;
  z-index: 9997;
}


#fullscreen{
  display:none;
  position:absolute;
  top:0;
  width:100%;
  margin:0 auto;
  height:80px;
  z-index: 9998;
}

/*
**************************
HEADER
**************************
*/

header.boxed {
  text-align: center;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  height: 170px;
  z-index: 9999;
  display: none;
  background: none;
  top: 0;
  -webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in; 
}

header.boxed .header-margin{
  width:900px;
  margin:0 auto;
}

header.boxed .header-margin-mini{
  width:90%;
  text-align:center;
  margin:0 auto;
}


ul.social-icon{
  float:right;
}

ul.social-icon a{
  float:right;
  font-size:15px;
  border-bottom:0;
  color:black;
  padding-right:0px !important;
}

ul.social-icon a:hover{
  color:#c3c3c3;
}

.menu-index{
  position: fixed;
  right: 3%;
  top: 25px;
  z-index: 99999;
  padding:10px;
  background:black;
  cursor:pointer;
}


.menu-index i{
  float:right;
  font-size:18px;
  color:white;
  padding-right:0px !important;
}

.menu-index i:hover{
  color:#c3c3c3;
}


ul.menu-icon{
  float:right;
}

ul.menu-icon a{
  float:right;
  font-size:19px;
  color:white;
  padding-right:0px !important;
}

ul.menu-icon i{
  padding:20px;
  background:black;
}

ul.menu-icon a:hover{
  color:#c3c3c3;
}

header a{
  color:#3c3c3b;
}

ul.header-nav{
  width:100%;
  float:center;
}

header .logo > a{
  font-family: 'Oswald', sans-serif;
  font-size:46px;
  font-weight:500;
  float:bottom;
  line-height:100px;
  padding-right: 0px;
  border-bottom: 0px solid #f1f1f1;
}

header .logo > a:hover{
  color:#c3c3c3;
}

header li{
  font-family: 'Oswald', sans-serif;
  font-size:12px;
  padding-left: 0px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  text-transform:uppercase;
  list-style-type: none; margin: 0 auto; float:center;
  display: inline-block;
}

header li > a {
  color: #c3c3c3;
  padding-right: 35px;
  padding-left: 35px;
  font-weight: 300;
  line-height: 10px;
  display: inline-block;  
  border-bottom: 0;
}

header li > a:hover {
  color: #3c3c3b;
}

header li > a #active {
  color: #3c3c3b;
}

header li ul {
  overflow: hidden; display: none; background: #fff; z-index:20;
}

header li ul li a{
  line-height:50px;
  padding-left:30px; 
  width:260px;
}

header li:hover ul{
  position: absolute; 
  padding: 0; 
  display: block; 
  width: 260px;
}



/*
**************************
CONTENT
**************************
*/

.hero-image{
  position:relative; 
  width:100%; 
  top:0; 
  height:400px; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  
}

.one-column{
  width:30%;
  position:relative;
  float:left;
}

.two-column{
  width:70%;
  position:relative;
  float:left;
  border-left-color: #000;
  border-left-width: 1px;
}

.one-column p{
  width:70% !important;
}

.two-column p{
  width:100% !important;
  /* padding-left: 20px;
  border-left: 1px solid #f1f1f1; */
}

.clear{
  clear:both;
}

.content{
  position:relative;
  width:900px;
  margin:0px auto;
}


.content .text-intro{
  width: 900px;
  margin-top: 0px;
  margin: 190px auto 0;
}


.content .text-intro h1{
  font-size:21px;
  width:40%;
  text-transform:uppercase;
  color:#3c3c3b;
  font-weight:400;
  line-height:25px;
  letter-spacing: 0px;
}

.content .text-intro p{
  font-size:11px;
  color:#8d8d8d;
  margin-top:30px;
  font-weight:100;
  line-height:25px;
  letter-spacing:1px;
  width:40%;
}

.content .text-intro a {
  color: #3c3c3b;
  text-decoration: none;
}
.content .text-intro a:hover {
  color: #f1f1f1;
}


        .typed-cursor{
            opacity: 1;
            font-weight: 900;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }

/*
**************************
HOME SIDEBAR
**************************
*/

.home-sidebar{
  top:0;
  position:absolute;
  width:33.3333%;
  right:0;
  height:100%;
  background:#f4f4f4;
  z-index:9;
  overflow:hidden;
  background-size:100%;
}

.parallax{
  position:absolute;
}

.parallax-option{
  position:absolute; width:100%; height:100%;
}

/*
**************************
PORTFOLIO GRID
**************************
*/

.prev-next{
  width:100%;
  max-width:1170px;
  margin:0 auto;
  padding:100px 0 20px 0;
  font-size: 12px;
}

.prev-next a{
  color:black;
  padding-bottom: 15px;
}

.prev-next a:hover{
  border-bottom:0px solid black;
}

.prev-button{
  width:50%;
  position:relative;
  float:left;
  text-align:left;
}

.next-button{
  width:50%;
  position:relative;
  float:left;
  text-align:right;
}


#ajax-content{width:100%;}

.portfolio-grid{
  width:910px;
  position:relative;
  margin:5px auto;
  overflow:hidden;
}

#portfolio-sidebar{
  width: 910px !important;
  padding-right: 285px;

}

li.grid-item{
  width:285px;
  position:relative;
  float:left;
  padding:7px;
}

.grid-hover{
  position: absolute;
  width: 285px;
  height: 100%;
  top:0;
  background: white;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; 
}

.grid-hover:hover{
  opacity: 0.85;
}

.grid-hover h1{
  font-size:21px;
  bottom:35px;
  left:20px;
  position:absolute;
  text-transform:uppercase;
  color:#3c3c3b;
  letter-spacing:0px;
  font-weight:400;
  line-height:50px;
}

.grid-hover p{
  font-size:12px;
  bottom:10px;
  left:20px;
  position:absolute;
  color:#686868;
  letter-spacing:1px;
  font-weight:200;
  line-height:50px;
}

li.grid-item img{
  width:285px;
}

/*
**************************
FOOTER
**************************
*/

#footer-box{height:150px; margin-top:75px;}

footer{
  background: #fff;
  width:100%;
  margin-top:10px;
  height:150px;
  overflow:hidden;
  position:relative;
  z-index:10;
}

.footer-margin{
  width:900px;
  margin: 30px auto;
  line-height: 55px;
}

#footer-left{text-align:left;}

.footer-margin .copyright{
  color: #686868;
  letter-spacing: 0px;
  font-size: 11px;
  width: 100%;
  text-align:center;
  float: left;
}

.footer-margin .social-footer{
  color: #686868;
  letter-spacing: 1px;
  font-size: 13px;
  width: 100%;
  text-align:center;
  float: left;
}

.footer-margin .social-footer a{
  font-size:15px;
  color:black;
  padding: 15px;
}

.footer-margin .social-footer a:hover{
  color:#c3c3c3;
}


/*
**************************
CONTACT
**************************
*/

.contact-one, .contact-two{
  width:30%;
  padding-right:3%;
  position:relative;
  float:left;
}

.contact-three{
  width:33%;
  position:relative;
  float:left;
}

.contact-one p, .contact-two p, .contact-three p{
  width:100% !important;
}

input{

  width:100%;
  height:40px;
  background:#f8f7f7;
  border:0;
  color:#000000;
  font-weight:200;
  line-height:40px;
  font-family: 'Playfair Display', serif;
  margin-bottom:10px;
  font-size:11px;
  padding-left:15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

input.button-submit{

  width:220px;
  height:40px;
  background:#f8f7f7;
  border:0;
  font-family: 'Oswald', sans-serif;
  font-weight:500;
  font-size:12px;
  letter-spacing: 0.2px;
  float:right;
  line-height:40px;
}

input:focus{
  background:#f4f4f4; 
}

textarea{

  width:100%;
  height:40px;
  border:0;
  line-height:40px;
  background:#f8f7f7;
  color:#000000;
  font-size:11px;
  font-family: 'Playfair Display', serif;
  font-weight:200;
  margin-bottom:10px;
  padding:0 0 0 15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; */ 
}

textarea:focus{background:#f4f4f4; height:250px;} */
