@import url(http://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);


body{
	font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight: 400;
	overflow-y:scroll;
	-webkit-font-smoothing: antialiased;
	background-color: #bfd5d8;
	color: white;
}

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

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

p{
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:14px;
  font-weight: 400;
}

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;
}

a:focus {
  outline:none;
}

strong{
  font-weight:700;

}

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

.preloader{
  position:fixed;
  top:0;
  width:100%;
  height:100%;
  background:#bfd5d8;
  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: #5A8389;
  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(130, 160, 165, 0.95);
}

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

ul.menu-fullscreen li{
  text-align:center;
}

ul.menu-fullscreen li > a {
    color: white;
    border: 0;
    display: block;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: .15em;
    background-color: rgba(111, 144, 150, 0.2);
    margin-bottom: 2px;
    padding: 40px 0;
    font-size: 45px;
    text-align: center;
    font-weight: 100;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: .3em;
}

ul.menu-fullscreen li > a:hover{
	color: #ddf6f9;
	background-color: rgba(172, 204, 210, 0.15);
}


#full{
  width:1140px;
  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{
  position:fixed;
  width:100%;
  margin:0 auto;
  height:80px;
  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:1140px;
  margin:0 auto;
}

header.boxed .header-margin-mini{
  width:90%;
  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: 5%;
  top: 20px;
  z-index: 99999;
  padding:20px;
  background: rgba(191, 213, 216, 0);
  cursor:pointer;
}


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

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


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:#000000;
}

ul.header-nav{
  width:60%;
  float:left;
}

header .logo > a {
    float: left;
    line-height: 80px;
    margin-right: 80px;
    background-position: 0 0;
    display: block;
    text-indent: -9999px;
    width: 120px;
    height: 120px;
    background: url(../img/logo_chris_radd.svg);
    background-size: 120px 120px;
    outline: none;
    left: 5%;
    position: absolute;
}

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

header li{
  text-transform:uppercase;
  list-style-type: none; margin: 0 auto; float: left;
}

header li > a{
  font-size:13px;
  color:#c3c3c3;
  padding-right:25px;
  padding-left:25px;
  font-weight:800;
  line-height:80px;
  display:inline-block;
  border-bottom:0;
}

header li > a:hover{
  color:#000000;
}

header li > a #active{
  color:#000000;
}

header li ul{
  overflow: hidden; display: none; background: #f9f9f9; 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;
  background: url('../../img/full/full.jpg') center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

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

.two-column{
  width:60%;
  position:relative;
  float:left;
}

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

.two-column p{
  width:100% !important;
}

.clear{
  clear:both;
}

.content{
  position:relative;
  width:1140px;
  margin:50px auto;
}


.content .text-intro{
	width: 1140px;
	margin-top: 150px;
	margin: 150px auto 0;
	border-bottom: 6px solid white;
	padding-bottom: 20px;
}

.content .text-intro h1 {
    font-size: 4em;
    width: 40%;
    color: white;
    font-weight: 900;
    line-height: 70px;
    letter-spacing: -.03em;
}

.content .text-intro.detail-pg h1 {
	border-bottom: 2px solid white;
	width: 100%;
	padding: 30px 0 20px;
}


.content .text-intro.about-pg h1 {
	border-bottom: 2px solid white;
	width: 100%;
	padding: 30px 0 20px;
}

.content .text-intro.about-pg p {
    width: 100%;
    margin: 20px 0;
    line-height: 1.6em;
    letter-spacing: .02em;
    font-size: 1em;
    font-weight: 400;
}

.content .text-intro.about-pg a {
    color: #fff;
	text-decoration: underline;
	outline: none;
}

.content .text-intro.about-pg a:hover {
    color: #d2faff;
	text-decoration: none;
	outline: none;
}

.content .text-intro.about-pg .subHeader-txt {
    font-size: 1.6em;
    letter-spacing: -.01em;
    font-weight: 600;
    line-height: 1.2em;
    margin-top: 40px;
}

.content .text-intro.about-pg .award-txt {
    font-size: 1em;
    letter-spacing: -.01em;
    line-height: 1.3em;
}

.content .text-intro.detail-pg {
    border-bottom: none;
}

.content .text-intro p {
    font-size: 1em;
    color: #FFF;
    margin-top: 30px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1px;
    width: 40%;
}

.detail-view-container {
    margin: 40px 0 20px;
    padding: 20px 0;
    border-top: 6px solid white;
    border-bottom: 6px solid white;
}

.detail-view {
    margin: 15px auto;
}

        .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: 20px 0 50px;
    border-bottom: 2px solid white;
}

.prev-next a {
    color: white;
    font-weight: 500;
    padding-bottom: 15px;
}

.prev-next a:hover{
  /*border-bottom:1px 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: 1170px;
    position: relative;
    margin: 20px auto;
    overflow: hidden;
    border-bottom: 2px solid white;
    padding-bottom: 20px;
}

#portfolio-sidebar{
  width: 780px !important;
  padding-right: 390px;

}

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

.grid-hover{
	position: absolute;
	width:360px;
	height: 100%;
	top:0;
	background: #bfd5d8;
	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.95;
}

.grid-hover h1 {
    font-size: 23px;
    bottom: 80px;
    left: 30px;
    position: absolute;
    /*text-transform: uppercase;*/
    color: #0b1928;
    letter-spacing: -.02em;
    font-weight: 900;
    line-height: 1em;
}

.grid-hover p {
    font-size: 13px;
    bottom: 40px;
    left: 30px;
    position: absolute;
    color: #0b1928;
    letter-spacing: -.01em;
    font-weight: 400;
    line-height: 1.5em;
}

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

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

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

footer {
    width: 100%;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.footer-margin {
    width: 1140px;
    margin: 0px auto;
    line-height: 4em;
}

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

.footer-margin .copyright{
  color: white;
  letter-spacing: 1px;
  font-size: 12px;
  width: 100%;
  text-align:center;
  float: left;
}

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

.footer-margin .social-footer a {
    font-size: 25px;
    color: white;
    padding: 20px;
}

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


/*
**************************
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:500;
  line-height:40px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom:10px;
  font-size:13px;
  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;
  font-weight:500;
  border:0;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:#000000;
  float:right;
  font-weight:900;
  line-height:40px;
  font-size:13px;
}

input:focus{
  background:#f4f4f4;
}

textarea{

  width:100%;
  height:40px;
  border:0;
  line-height:40px;
  background:#f8f7f7;
  color:#000000;
  font-size:13px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:500;
  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;}
