

body {
background-color:#cccccc !important;
font-family: 'Roboto', sans-serif !important;
}

p {
    font-size: 1.24em;
    text-align: justify;
}
.pull-left {
    padding: 0 2em 2em 0;
}

.pull-left a {
    padding: .4em 0;
    display: block;
}

.shadow {
    -webkit-box-shadow: 5px 5px 5px #aaa;
    -moz-box-shadow: 5px 5px 5px #aaa;
    box-shadow: 5px 5px 5px #aaa;
    margin-bottom: 10px;
}

#cf4a {
  position:relative;
  height:330px;
  width:330px;
  margin:0 auto;
}

#cf4a img {
    animation-name: cf4FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 9s;
}
#cf4a img {
    position: absolute;
    left: 0;
}

@keyframes cf4FadeInOut {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

#cf4a img:nth-of-type(1) {
  animation-delay: 9s;
}
#cf4a img:nth-of-type(2) {
  animation-delay: 6s;
}
#cf4a img:nth-of-type(3) {
  animation-delay: 3s;
}
#cf4a img:nth-of-type(4) {
  animation-delay: 0;
}

.checkout {
    left: 30px;
    position: relative;
}

.padd-bottom {
    padding-bottom: .9em;
}

.mySite {
    position: relative;
    margin-bottom: -7px;
    display: block;
    border-top: 1px dotted #9ba315;
}

.mySite a {
        color: #9ba315;
    text-decoration: none;
    font-size: .8em;
    text-align: center;
    padding: 0;
    background: #ffffff;
    width: 138px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: -.9em;
    border: 1px solid #9ba315;
    border-top: none;
    border-bottom: none;
}

body#blk {
background-color:#000 !important;
}
body#blk header {
background: url("../images/simplelogo-flower-blk.png") no-repeat top center;
background-color: #000;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
height:10em;
}
body#blk header nav ul {
margin-top:3em;
}
body#blk header nav ul li.mid {
width: 10px;
background-image: url(../images/pattern3.png);
background-repeat: repeat;
background-color: #5C5C5C;
height: 1.8em;
}
body#blk header nav ul li {
display: inline-block;
height: auto;
background-image: url(../images/pattern3.png);
background-repeat: repeat;
background-color: #5C5C5C;
width: 16%;
margin: 0 .2em;
}
body#blk header nav ul li a:hover {
color:#fff;
text-decoration: none;
}
body#blk .title-head {
width: 100%;
padding: 10px 0;
background-image: url(../images/pattern3.png);
background-repeat: repeat;
background-color: #5d5d5d;
margin: 0 auto;
display: block;
box-sizing: border-box;
text-transform: uppercase;
}
body#blk .title-head h2 {
color: #868613;
font-size: 1.4em;
margin: .4em auto 0;
text-align: center;
line-height: 1em;
}
h1 {
font-family: 'Open Sans', sans-serif;
color:#9ba315 !important;
}
h4 {
font-size: 1.24em;
text-transform: uppercase;
}

header {
background: url("../images/simplelogo-flower.png") no-repeat top center;
background-color: #ccc;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
height: auto;
}

header.sticky {
position: fixed;
line-height: 48px;
height: 80px;
width: 100%;
text-align: left;
z-index: 1000;
background: url("../images/simplelogo-flower.png") no-repeat top center;
background-color: #ccc;
}
.logo.sticky {
display: none;
}
.title { border-top: 1px solid #9ba315; position: relative; top: 20px; margin-bottom: 30px; }
.title span {
color: #fff;
text-decoration: none;
font-size: 1.8em;
text-align: center;
padding: 2px 5px;
background: #9ba315;
width: 300px;
margin: 0 auto;
display: block;
position: relative;
top: -.8em;
font-family: 'Raleway', sans-serif;
}
.title-head {
width: 100%;
padding: 6px 0;
background-image: url(../images/pattern.png);
background-repeat: repeat;
background-color: #cccccc;
margin: 0 auto;
display: block;
}
.title-head h2 {
color: #868613;
font-size: 1.4em;
margin: .4em auto 0;
text-align: center;
line-height: 1em;
}
header nav ul {
width: 100%;
height: 3.6em;
text-align: center;
text-transform: uppercase;
font-size: 16px;
margin: 1em auto 0em;
}
header nav ul li.mid {
width: 10px;
background-color: #f6f5f5;
height: 1.8em;
}
header nav ul li {
display: inline-block;
height: auto;
background-color: #efefef;
width: 16%;
margin: 0 .2em;
}
header nav ul li a {
display: block;
text-decoration: none;
color: #868613;
padding: .2em 0;
}
header nav ul li a:hover {
color:#337ab7;
text-decoration: none;
}
.logo {
display: inline-block;
padding: 1em 0 0em 12em;
}
.fixed {
position:fixed;
top:0;
}
/*.menu {
height:2em;
padding:.5em;
width:100%;
}*/

.intro-section {
    height: 100%;
    padding-top: 110px;
    text-align: center;
    background: #707070;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 2px solid #337ab7;
    background-size:100%;
}



#about {
background-color:#fff;
padding-top: 85px;
}
#client {
background-color:#fff;
padding-top: 85px;
}
td.client-row {
width: 50%;
border-left:1px solid #ededed;
border-right:1px solid #ededed;
}
td.client-row:hover {
background-color:#dddddd;
border-left:1px solid #dfdfdf;
border-right:1px solid #dfdfdf;

}
.client-list {
width: 100%;
}
.client-list tr td {
    width: 70%;
}
.client-list tr td:last-child {
width: 20%;
}
.client-list tr td a {
text-transform: uppercase;
font-size:.8em;
padding: 3px 4px;
background: #fff;
border:1px solid #dcdcdc;
color:#9ba315;
}
.client-list tr td a:hover {
border:1px solid #9ba315;
text-decoration: none;
color:#e8b8bd;
}
#portfolio {
padding-top: 120px;
background: url("../images/pattern.png") repeat top center;
}
.container {
padding: 0 40px 0;
}
#skills {
background: url("../images/pattern.png") repeat top center;
padding-top: 85px;
}
#skills .dark {
padding-top: 30px;
}
#skills ul {
padding: 2px 2px;
height: auto;
float: left;
width: 90%;
padding-left: 30px;
}
#skills ul li {
padding: 3px 0px;
height: auto;
list-style: none;
width: 100%;
line-height: 1.2em;
font-size: 1.1em;
}
#skills ul li h4 {
line-height: 18px;
font-size: 1.4em;
padding: 0px;
margin: 0px;
color: #868613;
}
#skills ul li em {
font-size: .8em;
color: #09F;
font-style: italic;
}
#skills .dark {
background-color:#efefef;
}
#connect {
background-color:#fff;
padding-top: 30px;
border-bottom: 2px solid #337ab7;
text-align: center;
}
#connect h5 {
margin: 0 auto;
padding: 0;
font-size: 1.4em;
color: #337ab7;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
}
#connect p {
    padding-top: 1.2em;
    width: 70%;
    margin: 0 auto;
}
#connect .prag {
    padding: .5em;
    width: auto;
    margin: 0 auto;
    display: block;
}
#connect .icons {
display: block;
padding-top: 1.2em;
}
#connect .icons a.circle {
margin: 0 .4em 0 0;
display: inline-block;
height:38px;
}
#connect .icons a.git {
background: url("../images/social-icons.png") no-repeat;
background-position: 0 0;
height:38px;
width:38px;
}
#connect .icons a.git:hover {
background: url("../images/social-icons.png") no-repeat;
background-position: 0 -38px;
}
#connect .icons a.code {
background: url("../images/social-icons.png") no-repeat;
background-position: -38px 0;
height:38px;
width:38px;
}
#connect .icons a.code:hover {
background: url("../images/social-icons.png") no-repeat;
background-position: -38px -38px;
}
#connect .icons a.fiddle {
background: url("../images/social-icons.png") no-repeat;
background-position: -76px 0;
height:38px;
width:38px;
}
#connect .icons a.fiddle:hover {
background: url("../images/social-icons.png") no-repeat;
background-position: -76px -38px;
}
#connect .icons a.linked {
background: url("../images/social-icons.png") no-repeat;
background-position: -114px 0;
height:38px;
width:38px;
}
#connect .icons a.linked:hover {
background: url("../images/social-icons.png") no-repeat;
background-position: -114px -38px;
}
#connect .icons a.insta {
background: url("../images/social-icons.png") no-repeat;
background-position: -152px 0;
height:38px;
width:38px;
}
#connect .icons a.insta:hover {
background: url("../images/social-icons.png") no-repeat;
background-position: -152px -38px;
}
.fa {
margin: 0 .6em !important;
color: #9ba315;
font-size:18px !important;
}
a.button {
    border: 3px solid #dcdcdc;
    color: #9ba315;
    background: #fff;
    padding: 3px 6px 1px 6px;
    text-transform: uppercase !important;
    font-size: 1.1em;
    margin-bottom: 9px;
    display: inline-flex;
}
a.button:hover {
border: 3px solid #9ba315;
color:#e8b8bd;
text-decoration: none;
background: #fff;
}
#footer {
height: 60px;
padding: 0;
margin: 0;
background: url("../images/simplelogo-flower-btm.png") no-repeat bottom center;
}
#photography {
background-color:#000;
padding-top: 30px;
}
#porfolio-nav {
padding:0 !important;
margin:0 auto !important;
text-align: center !important;
}

#logo {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0;
    max-height: 54%;
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.logo_container img {
    max-width: 100%;
    height: auto;
}

.container-top-nav {
    width: 960px;
    margin: 0 auto;
    display: block;
}

span.logo_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
nav#headTop {
    background-color: #cccccc !important;
}

nav#porfolio-nav {
    background-color: transparent; 
}
#myNav {
    margin: 0 auto;
    height: 100%;
    text-align: center;
    width: auto;
    display: table;
}


#myNav .navbar-nav  {
    width: auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin: 1em auto 0em;
    display: inline-block;
}

#myNav .navbar-nav > li.mid {
    width: 10px;
    background-color: #f6f5f5;
    height: 1.8em;
}

#myNav .navbar-nav > li {
    display: inline-block;
    height: auto;
    background-color: #efefef;
    margin: 0 .2em;
    padding: .8em 1.8em;
}


#myNav .navbar-nav > li a {
    display: block;
    text-decoration: none;
    color: #868613;
    padding: .2em 0;
}

#myNav .navbar-nav > li:hover {
    background-color: #9ba315;
}

#myNav .navbar-nav > li:hover a {
    color: #fff;
}
#myNav .navbar-nav > li.mid:hover {
    background-color: #c8384a;
}

.top-nav-collapse .container {
    padding-bottom: 10px;
}





@media (max-width:1316px) {
    .intro-section img {
        width:100%;  
    }
}

@media (max-width: 990px) {
   
    body#blk header {
    height:6em;
    }
    body#blk header nav ul {
    margin-top:1em;
    }
    #myNav .navbar-nav > li {
    padding: .8em 1.3em;
    }
}


@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
    }
}

@media (max-width: 767px) {
    #myNav .navbar-nav {
        margin: .5em auto;
    }
    #myNav .navbar-nav > li {
    padding: .4em 1.3em;
    }
    .intro-section {
    padding-top: 3.6em;
    }

    .intro-section img {
    width: 140%;
    overflow: hidden;
    position: relative;
    left: -19%;
    /* right: -50%; */
}

    .wagwep-container ul#portfolio-filter a, .client-list h4, .client-list tr td a {
        font-size:.7em;
    }
    .client-list tr td {
        width: 43%;
    }
    .client-list tr td:last-child {
        width: 28%;
    }

    #connect p {
        padding: 1.2em;
        width: 80%;
        margin: 0 auto;
    }
    #connect .prag {
        width: 100%;
    }

}



@media (max-width: 640px) {

    p {
        clear: both;
    }

    .og-grid li {
        width: 100%;
    }

    .og-grid li > a,
    .og-grid li > a img {
        width: 90% !important;
        margin: 0 auto;
    }

    body#blk header {
    height:auto;
    }

    body header {
    height: auto;
    line-height: 28px;
    line-height: inherit;
    width: 100%;
    }
    body header.sticky {
    height:auto;
    line-height: 28px;
    position: fixed;
    z-index: 1000;
    }
    body header .logo {
    display: none;
    }

    #myNav {
        width: 100%;
    }

    #myNav .navbar-nav {
        width: 100%;
    }

    #myNav .navbar-nav > li.mid {
        display: none;
    }

    #myNav .navbar-nav > li {
        width: 100%;
        display: block;
        margin: .4em;
        padding: .2em;
    }

    .wagwep-container ul#portfolio-filter li {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

    body#blk header nav ul {
    height: auto;
    padding: 1em 0;
    }
    body#blk header nav ul li {
    display: block;
    height: auto;
    width: auto;
    margin: 0 .2em;
    }
    body#blk header nav ul li.mid {
    display:none;
    }
}

@media (max-width: 500px) {


}
