@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800,900,100,200);
@import url(http://fonts.googleapis.com/css?family=Merriweather:400italic,400,900,700,900italic,700italic);
 html{
    margin: 0;
    padding: 0;
height:100%;
 }
 /*
**************************
PRELOADER
**************************
*/

.preloader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 999;
}
.preloader .item {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -55px;
    margin-top: -85px;
}
/*.spinner {
    width: 40px;
    height: 40px;
    margin: 0px auto;
    background-color: #bd8a53;
    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;
    }
}*/
#dot {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  
  background: #bd8a53;
}

#ring {
/*  height: 30px;
  width: 30px;
  border-radius: 100%;*/
  
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  
/*  border: 2px solid rgba(0,0,0,0.6);*/
  
  animation-name: bloop;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}

@keyframes bloop {
  0% {width: 10px; height: 10px; opacity: 1;}
  100% {width: 100px; height: 100px; opacity: 0;}
}

@keyframes move {
  0% {right: 0;
  left: 0;
  top: -190px;
  bottom: 0;}
  
  30% {transform: scale(1.0)}
  50% {transform: scale(0.3)}
  70% {transform: scale(1.0)}
  
  100% {right: 0;
  left: 0;
  top: 190px;
  bottom: 0;}
}

#move {
  position: absolute;
  margin: auto;
  animation-name: move;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

#rotate {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-name: rotate;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes rotate {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
 #loading{
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    color:rgba(0,0,0,0.5);
    text-align:center;
    margin-top:40px;
    -webkit-animation: scaleout 2.0s infinite ease-in-out;
    animation: scaleout 2.0s infinite ease-in-out;

}
@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(1.0)
    }
    50% {
        -webkit-transform: scale(0.95);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 1;
    }
}
@keyframes scaleout {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
    50% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 1;
    }
}
 body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    height:100%;
}
canvas{
    display: inline-block;
}
.large-header {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

#wrapper {
    min-height:100%;
    position:relative;
}
#header {
    padding:10px;
}
#content {
    padding-bottom:180px; /* Height of the footer element */
}
#footer {
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
p {
    font-family: 'Merriweather', 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;
    /*	border-bottom:1px solid #dedede;*/
}
a:focus {
    outline: none;
    q
}
strong {
    font-weight: 700;
}


/*
**************************
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-size: 18px;
    text-align: center;
    line-height: 70px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}
ul.menu-fullscreen li > a {
    color: #bd8a53;
    border: 0;
}
ul.menu-fullscreen li > a:hover {
    color: #bd8a53;
    border-bottom: 3px solid #bd8a53;
}
#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: 30px;
    z-index: 99999;
    padding: 0px;
    background-color: transparent;
    cursor: pointer;
    border-radius: 190px;
}
.menu-index i {
    float: right;
    font-size: 24px;
    color: #bd8a53;
    padding-right: 0px !important;
}
.menu-index i:hover {
    border: 0;
}
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 {
    font-family: 'Raleway', sans-serif;
    font-size: 23px;
    font-weight: 900;
    float: left;
    line-height: 80px;
    padding-right: 0px;
    border-bottom: 1px solid #f1f1f1;
}
header .logo > a:hover {
    color: #535353;
}
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;
}
.content .text-intro h1 {
    font-size: 43px;
    width: 40%;
    text-transform: uppercase;
    color: #000000;
    font-weight: 900;
    line-height: 70px;
}
.content .text-intro p {
    font-size: 13px;
    color: #515151;
    margin-top: 30px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.2px;
    width: 40%;
}
.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-top: 100px;
}
.prev-next a {
    color: black;
    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: 30px auto;
    overflow: hidden;
}
#portfolio-sidebar {
    width: 780px !important;
    padding-right: 390px;
}
li.grid-item {
    width: 360px;
    position: relative;
    float: left;
    padding: 0;
    margin: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
li.grid-item img:hover{
    background: black;
}
.grid-hover {
    position: absolute;
    width: 360px;
    height: 100%;
    top: 0;
    background: black;
    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.90;
}
.grid-hover h1 {
    font-size: 18px;
    bottom: 80px;
    left: 40px;
    position: absolute;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 800;
    line-height: 40px;
}
.grid-hover h3{
    font-family: 'Merriweather', sans-serif;
    color: rgba(255,255,255,0.8);
    left: 40px;
    position: absolute;
    bottom: 28px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
}
.grid-hover p {
    font-family: 'Merriweather', sans-serif;
    font-size: 13px;
    bottom: 32px;
    left: 40px;
    position: absolute;
    color: #bd8a53;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 50px;
}
li.grid-item img {
    width: 360px;
}
/*
**************************
FOOTER
**************************
*/

#footer-box {
    height: 150px;
    margin-top: 75px;
}
footer {
    background: #1b1b1b;
    width: 100%;
    margin-top: 70px;
    height: 180px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.footer-margin {
    width: 1140px;
    margin: 40px auto;
    line-height: 50px;
}
#footer-left {
    text-align: left;
}
.footer-margin .copyright {
    color: #686868;
    letter-spacing: 1px;
    font-size: 12px;
    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: 18px;
    color: #bd8a53;
    margin: 0 20px;
}
.footer-margin .social-footer a:hover {} .footer-margin p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    color: #bd8a53;
}
.fa {
    padding-bottom: 10px;
}
.fa:hover {
    border-bottom: 2px solid #bd8a53;
}
/*
**************************
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: #fcfcfc;
    border: 3px solid #bd8a53;
    color: #242424;
    font-weight: 500;
    line-height: 40px;
    font-family: 'Merriweather', sans-serif;
    letter-spacing: 0.3px;
    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: #bd8a53;
    font-weight: 500;
    border: 0;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    float: right;
    font-weight: 900;
    line-height: 40px;
    font-size: 13px;
}
input:focus {
    background: #fcfcfc;
    border: 3px solid #bd8a53;
    outline: none;
}
textarea {
    width: 100%;
    height: 40px;
    border: 3px solid #bd8a53;
    line-height: 20px;
    background: #fcfcfc;
    color: #242424;
    font-size: 13px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
    padding: 8px 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: #fcfcfc;
    height: 250px;
    border: 3px solid #bd8a53;
    outline: none;
}
ul.bigbig {} ul.bigbig li {
    color: black;
    display: inline-block;
}
ul.bigbig li>a {
    font-family: 'Raleway', sans-serif;
    font-size: 10pt;
    margin-left: 50px;
    color: black;
    padding: 0;
}
ul.bigbig li>a:hover {
    border-bottom: 3px solid black;
}
.hehe {
    position: absolute;
    right: 0;
}
.skills li {
    font-family: 'Raleway', sans-serif;
    font-size: 10pt;
    color: black;
    margin-top: 10px;
}
.something {} #touch {
    font-family: 'Raleway', sans-serif;
    font-size: 12pt;
    color: #b17d46;
    text-align: center;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    /*    border-top:1px solid #f1f1f1;*/
}
.sep {
    height: 1px;
    background-color: #f1f1f1;
}
input.button-submit:focus {
    width: 220px;
    height: 40px;
    background: #bd8a53;
    font-weight: 500;
    border: 0;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    float: right;
    font-weight: 900;
    line-height: 40px;
    font-size: 13px;
}
.emphasis {
    color: #bd8a53;
    font-weight: 700;
}
#wrapper {
    min-height:100%;
    position:relative;
}
#header {
    padding:10px;
}
#content {
    padding-bottom:260px; /* Height of the footer element */
}
#footer {
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
}
.about-brief{
    font-weight: bold;
}
.about-connect{
    font-family: 'Merriweather', sans-serif;
    font-weight: 600;
    color: #bd8a53;
    font-size: 12px;
}
.swork{
    background-image: url(img/moodle-cover.jpg) no-repeat 100% 100%;
    height: 120px;
    width: 100%;
}
.swork-title{
    font-family: 'Merriweather', sans-serif;
    font-weight: 600;
    color: #bd8a53;
    font-size: 16px;
    text-align: center;
padding: 30px;
}
#index-more{
      font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    text-decoration: underline;
}