@font-face {
    font-family: 'open_sansregular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.woff2') format('woff2'),
         url('OpenSans-Regular-webfont.ttf') format('truetype'),
         url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('OpenSans-Bold-webfont.eot');
    src: url('OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Bold-webfont.woff') format('woff'),
         url('OpenSans-Bold-webfont.woff2') format('woff2'),
         url('OpenSans-Bold-webfont.ttf') format('truetype'),
         url('OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('OpenSans-Semibold-webfont.eot');
    src: url('OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Semibold-webfont.woff') format('woff'),
         url('OpenSans-Semibold-webfont.woff2') format('woff2'),        
         url('OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.cf:before,
.cf:after {
    content: "";
    display: block;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

body {
	font-family: "Myriad Pro",sans-serif;
	background: #EEE url(../images/bodyback.gif) repeat-x top center;
}

#container {
	width: 960px;
    margin: 0 auto;
}

nav,
header { 
    padding: 0 144px;
}

nav {
    box-sizing: border-box;
}

/*oy*/

nav {
    width:960px;
    margin: 0 auto;
    height: 69px;
}

nav h1 a {
    background: url(../images/logo.gif) no-repeat left center;
    line-height: 3.72570194384em;
    font-size:1.1575em;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    color: #FFF;
    text-decoration:none;
    padding: 0px 15px 0px 33px;
    float: left;
}

nav ul {
    float: right;
}

nav ul li {
    float: left;
}

nav ul li a {   
    float: left;
    text-transform: uppercase;
    color: #888;
    text-decoration: none;
    padding: 0;
    margin: 0 8px;
    font-size: .875em;
    height: 69px;
    line-height: 4.92857142857em;
    transition: color .5s ease; 
}

nav ul li a:hover,
nav ul li a:focus  {
    text-decoration: underline;
    border-bottom: 3px solid #FFF;
    color: #FFF;
    box-sizing: border-box;
    transition: color .5s ease; 
}

nav ul li a.current {   
    color: #FFF;
}

/*header shitstorm*/

header {
    height: 308px;
    position: relative;
}

/*customize that shit*/

/*home*/
#dhome header {
    background: url(../images/dhome.jpg) no-repeat;
}

#dhome header div {
    top: 119px;  
    width: 237px;
    float:left;
    position:relative;
}

#dhome header div h2{
    background: #65C25D;   
    padding: 0 11px;
    font-size: 1.75em;
    height: 51px;
    line-height: 2em;
    font-weight: normal;
    margin-bottom: 12px;
    border-radius: 5px;
    transition: color,background .5s ease;
}

#dhome header div h2 a { 
    text-decoration: none;
    color: #FFF;
    transition: .5s ease;
}


#dhome header div h2:hover,
#dhome header div h2:focus {
    background: #fff;
    transition: .5s ease;
}

#dhome header div h2:hover a,
#dhome header div h2:focus a {
    color: #65C25D;
    transition: .5s ease;
}

#dhome header div h2+h3 {
    background: #000;
    padding: 0 11px;
    font-size: 1.125em;
    line-height: 1.67em;
    height: 30px;
    font-weight: normal;
    color: #FFF;
    border-radius: 3px;
    opacity: 0;
    transition: opacity .75s ease;
}

#dhome header div h2:hover+h3,
#dhome header div h2:focus+h3 {
    opacity: 1;
    transition: opacity .75s ease;
}

#dhome main section.getstarted a:hover,
#dhome main section.getstarted a:focus {
    color: #FFF;
    background: #65C25D;
    transition: color,background .5s ease;
}

/*portfolio*/
#dportfolio header {
    background: url(../images/dportfolio.jpg) no-repeat;
}

#dportfolio header div {
    top: 55px;
    float: right;  
    width: 250px;  
    position: relative; 
}

#dportfolio header div a {
    text-decoration: none;
}

#dportfolio header div h2 {
    font-family: 'open_sansbold','Open Sans',sans-serif;
    background: rgba(0,0,0,.5);
    padding: 0 14px;
    font-size: 1.02875em;
    font-weight: normal;
    height: 40px;
    line-height: 2.43013365735em;
    margin-bottom: 12px;
    border-radius: 5px;
    transition: color,background .5s ease;
}

#dportfolio header div h2 a {
    text-decoration: none;
    color: #FFF;
    transition: color,background .5s ease;
}

#dportfolio header div h2:hover,
#dportfolio header div h2:focus {
    background: #452447;
    transition: color,background .5s ease;
}

#dportfolio header div h2:hover a,
#dportfolio header div h2:focus a {
    color: #FFF;
    transition: color,background .5s ease;
}

#dportfolio header div h2+p {
    font-family: 'open_sansregular','Open Sans',sans-serif;
    background: #000;
    padding: 10px 8px;
    width: 172px;
    box-sizing: border-box;
    position: absolute;
    font-weight: normal;
    right: 0;
    font-size:0.6em;
    line-height: 1.71458333333em;
    font-weight: normal;
    color: #FFF;
    border-radius: 3px;
    opacity: 0;
    transition: opacity .75s ease;
}

#dportfolio header div h2:hover+p,
#dportfolio header div h2:focus+p {
    opacity: 1;
    transition: opacity .75s ease;
}

#dportfolio main section.getstarted a {
    color: #FFF;
    background: #000;
    transition: color,background .5s ease;
}

#dportfolio main section.getstarted a:hover,
#dportfolio main section.getstarted a:focus {
    color: #FFF;
    background: #452447;
    transition: color,background .5s ease;
}

/*services*/
#dservices header {
    background: url(../images/dservices.jpg) no-repeat;
}

#dservices header div {
    top: 27px;
    float: right;  
    width: 250px;  
    position: relative; 
    text-align: right;
}

#dservices header div p {
    font-family: 'open_sansbold','Open Sans',sans-serif;
    font-size: 1.114375em;
    line-height: 1.38451186003em;
    color: #FFF;
    margin-bottom: 45px;
}



#dservices header div h2 {
    font-family: 'open_sansbold','Open Sans',sans-serif;
    background: #f26c4f;
    padding: 0 11px;
    text-align: center;
    font-size: 0.856875em;
    float: right;
    font-weight: normal;
    height: 35px;
    width: 87px;
    line-height: 2.55288110868em;
    color: #FFF;
    margin-bottom: 12px;
    border-radius: 17px;
    transition: color,background.5s ease;
}

#dservices header div h2 a {
    text-decoration: none;
    color: #FFF;
    transition: color,background.5s ease;
}

#dservices header div h2:hover,
#dservices header div h2:focus {
    background: #FFF;
    transition: color,background .5s ease;
}

#dservices header div h2:hover a,
#dservices header div h2:focus a {
    color: #f26c4f;
    transition: color,background .5s ease;
}

#dservices main section.getstarted a {
    color: #FFF;
    background: #000;
    transition: color,background .5s ease;
}

#dservices ul.stats {
    position: absolute;
    width:100%;
    padding: 0 144px;
    box-sizing: border-box;
    border-top: 1px solid rgba(255,255,255,.25);
    bottom: 0;
    left:0;
    background: rgba(0,0,0,.5);
    height: 67px;
}

#dservices ul.stats li {
    float:left;
    color: #FFF;
    list-style: none;
    font-family: 'open_sanssemibold','Open Sans',sans-serif;
    text-transform: uppercase; 
    font-size: 0.68555555555em;
    line-height: 5.59157212318em;
    margin-right: 70px;
}

#dservices ul.stats li:last-child {
    margin-right: 0px;
}

#dservices ul.stats li span {
    font-size: 3.23500810373em;
}

#dservices main section.getstarted a:hover,
#dservices main section.getstarted a:focus {
    color: #FFF;
    background: #f26c4f;
    transition: color,background .5s ease;
}

/*staff*/
#dstaff header {
    background: url(../images/dstaff.jpg) no-repeat;
}

#dstaff header div {
    top: 27px;
    float: right;  
    width: 250px;  
    position: relative; 
    text-align: right;
}

#dstaff header div p {
    font-family: 'open_sansbold','Open Sans',sans-serif;
    font-size: 1.114375em;
    line-height: 1.38451186003em;
    color: #FFF;
    margin-bottom: 45px;
}

#dstaff header div h2 {
    font-family: 'open_sansbold','Open Sans',sans-serif;
    background: #f26c4f;
    padding: 0 11px;
    text-align: center;
    font-size: 0.856875em;
    float: right;
    font-weight: normal;
    height: 35px;
    width: 87px;
    line-height: 2.55288110868em;
    margin-bottom: 12px;
    border-radius: 17px;
    transition: color,background.5s ease;
}

#dstaff header div h2 a {
    text-decoration: none;
    color: #FFF;
    transition: color,background.5s ease;
}

#dstaff header div h2:hover,
#dstaff header div h2:focus {
    background: #FFF;
    transition: color,background .5s ease;
}

#dstaff header div h2:hover a,
#dstaff header div h2:focus a {
    color: #f26c4f;
    transition: color,background .5s ease;
}

#dstaff main section.getstarted a {
    color: #FFF;
    background: #000;
    transition: color,background .5s ease;
}

#dstaff ul.stats {
    position: absolute;
    width:100%;
    padding: 0 144px;
    box-sizing: border-box;
    border-top: 1px solid rgba(255,255,255,.25);
    bottom: 0;
    left:0;
    background: rgba(0,0,0,.5);
    height: 67px;
}

#dstaff ul.stats li {
    float:left;
    color: #FFF;
    list-style: none;
    font-family: 'open_sanssemibold','Open Sans',sans-serif;
    text-transform: uppercase; 
    font-size: 0.68555555555em;
    line-height: 5.59157212318em;
    margin-right: 70px;
}

#dstaff ul.stats li:last-child {
    margin-right: 0px;
}

#dstaff ul.stats li span {
    font-size: 3.23500810373em;
}

#dstaff main section.getstarted a:hover,
#dstaff main section.getstarted a:focus {
    color: #FFF;
    background: #f26c4f;
    transition: color,background .5s ease;
}

/*dpages*/
#dpages header {
    background: url(../images/dpages.jpg) no-repeat;
}

#dpages header div {
    top: 55px;
    float: left;  
    width: 250px;  
    position: relative; 
}

#dpages header div h2 {
    font-family: 'open_sansbold','Open Sans',sans-serif;
    background: rgba(0,0,0,.5);
    padding: 0 14px;
    font-size: 1.02875em;
    font-weight: normal;
    height: 40px;
    line-height: 2.43013365735em;
    margin-bottom: 12px;
    border-radius: 5px;
    transition: color,background .5s ease;
}

#dpages header div h2 a {
    color: #FFF;
    text-decoration: none;
    transition: color,background .5s ease;
}

#dpages header div h2:hover,
#dpages header div h2:focus {
    background: #f26c4f;
    transition: color,background .5s ease;
}

#dpages header div h2:hover a,
#dpages header div h2:focus a {
    color: #FFF;
    transition: color,background .5s ease;
}

#dpages header div h2+p {
    font-family: 'open_sansregular','Open Sans',sans-serif;
    background: #000;
    padding: 10px 8px;
    width: 172px;
    box-sizing: border-box;
    font-weight: normal;
    font-size:0.6em;
    line-height: 1.71458333333em;
    font-weight: normal;
    color: #FFF;
    border-radius: 3px;
    opacity: 0;
    transition: opacity .75s ease;
}

#dpages header div h2:hover+p,
#dpages header div h2:focus+p {
    opacity: 1;
    transition: opacity .75s ease;
}

#dpages main section.getstarted a {
    color: #FFF;
    background: #000;
    transition: color,background .5s ease;
}

#dpages main section.getstarted a:hover,
#dpages main section.getstarted a:focus {
    color: #FFF;
    background: #f26c4f;
    transition: color,background .5s ease;
}

/*dfeatures*/
#dfeatures header {
    background: url(../images/dfeatures.jpg) no-repeat;
    position: relative;
}

#dfeatures header div {
    margin: auto;  
    width: 250px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 125px; 
}

#dfeatures header div h2 {
    font-family: 'open_sansbold','Open Sans',sans-serif;
    background: rgba(3,44,59,.75);
    padding: 0 14px;
    font-size: 1.02875em;
    font-weight: normal;
    height: 40px;
    line-height: 2.43013365735em;
    margin-bottom: 12px;
    border-radius: 20px;  
    text-decoration: none;
    transition: color,background .5s ease;
}

#dfeatures header div h2 a {
    color: #FFF;
    text-decoration:none;
    transition: color,background .5s ease;
}

#dfeatures header div h2:hover,
#dfeatures header div h2:focus {
    background: #f26c4f;
    transition: color,background .5s ease;
}

#dfeatures header div h2:hover a,
#dfeatures header div h2:focus a {
    color: #FFF;
    transition: color,background .5s ease;
}

#dfeatures header div h2+p {
    font-family: 'open_sansregular','Open Sans',sans-serif;
    background: #000;
    padding: 10px 8px;
    box-sizing: border-box;
    font-weight: normal;
    font-size:0.6em;
    line-height: 1.71458333333em;
    font-weight: normal;
    color: #FFF;
    border-radius: 3px;
    opacity: 0;
    transition: opacity .75s ease;
}

#dfeatures header div h2:hover+p,
#dfeatures header div h2:focus+p {
    opacity: 1;
    transition: opacity .75s ease;
}

#dfeatures main section.getstarted a {
    color: #FFF;
    background: #000;
    transition: color,background .5s ease;
}

#dfeatures main section.getstarted a:hover,
#dfeatures main section.getstarted a:focus {
    color: #FFF;
    background: #f26c4f;
    transition: color,background .5s ease;
}

/*dcontact*/
#dcontact header {
    background: url(../images/dcontact.jpg) no-repeat;
}

#dcontact header div {
    width: 250px;
    float:left;
    margin-top: 100px;
}

#dcontact header div h2 {
    font-family: 'open_sansbold','Open Sans',sans-serif;
    background: rgba(158,37,42,.75);
    padding: 0 14px;
    font-size: 1.02875em;
    text-align: center;
    font-weight: normal;
    height: 40px;
    line-height: 2.43013365735em;
    margin-bottom: 12px;
    border-radius: 5px;
    transition: color,background .5s ease;
}

#dcontact header div h2 a {
    color: #FFF;
    text-decoration: none;
    transition: color,background .5s ease;
}

#dcontact header div h2:hover,
#dcontact header div h2:focus {
    background: #9e252a;
    transition: color,background .5s ease;
}

#dcontact header div h2:hover a,
#dcontact header div h2:focus a {
    color: #FFF;
    transition: color,background .5s ease;
}

#dcontact header div h2+p {
    font-family: 'open_sansregular','Open Sans',sans-serif;
    background: #000;
    padding: 10px 8px;
    box-sizing: border-box;
    font-weight: normal;
    text-align: center;
    font-size:0.6em;
    line-height: 1.71458333333em;
    font-weight: normal;
    color: #FFF;
    border-radius: 3px;
    opacity: 0;
    transition: opacity .75s ease;
}

#dcontact header div h2:hover+p,
#dcontact header div h2:focus+p {
    opacity: 1;
    transition: opacity .75s ease;
}

#dcontact main section.getstarted a {
    color: #FFF;
    background: #000;
    transition: color,background .5s ease;
}

#dcontact main section.getstarted a:hover,
#dcontact main section.getstarted a:focus {
    color: #FFF;
    background: #9e252a;
    transition: color,background .5s ease;
}

/*main*/

main {
    border-top: 1px #CCC6C5 solid;
    padding: 70px 144px;
    background: #FFF;
}

/*main*/

main {
    border-top: 1px #CCC6C5 solid;
    padding: 70px 144px;
    background: #FFF;
}

main section.features figure,
footer div section {
    width: 220px;
    float: left;
    margin-right:5px;
    box-sizing: border-box;
}

main section.features figure
{  
    text-align: center;
}

main section.features figure:nth-child(3n+3),
footer div section:last-child {
    margin-right: 0px;
}

section.features figure figcaption {
    padding: 36px 3px;
}

section.features figure figcaption h4 {
    font-size:1.62875em;
    text-transform: uppercase;
    font-weight: normal;
    color: #1F2126;
    font-family: 'open_sansbold','Open Sans',sans-serif;
    margin-bottom:24px;
}

section.features figure figcaption p {
    font-size: .75em;
    line-height: 1.485833em;
    color: #666;
}

section.getstarted {
    margin-top:70px;
    padding: 14px 300px 20px 0;
    background: url(../images/appleshit.jpg) no-repeat bottom right;
}

section.getstarted h3 {
    font-size: 1.875em;
    margin-bottom: 27px;
    color: #202227;
    font-weight: normal;
}

section.getstarted p {
    font-size: 1.125em;
    line-height: 1.22222222222em;
    color: #767370;
    margin-bottom: 25px;
}

section.getstarted a {   
    color: #FFF;
    background: #000;
    transition: color,background .5s ease;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 0px 10;
    font-family: 'open_sansbold','Open Sans',sans-serif;
    font-size: 0.77125em;
    line-height: 2.59319286872em;
    height: 32px;
    width: 103px;
    display: block;
    border-radius: 2px;
}


footer {
    border-top: 1px #AAA solid;
    background: #000;
    color: #787878;
    min-width: 960px;
}
    
#footcontainer {
    width: 960px;
    margin: 50px auto 0;
    padding: 0 144px  170px;
    box-sizing: border-box;
}

footer a {
    text-decoration: none;
    color: #AAA;
    transition: color,background .5s ease;
}

footer a:hover,
footer a:focus {
    text-decoration: underline;
    color: #DDD;
    transition: color,background .5s ease;
}

footer section {
    padding-right: 30px;
}

footer section.pooter {
    padding: 0 0 0 52px;
    box-sizing: border-box;
}

footer h5 {
    color: #FFF;
    text-transform: uppercase;
    font-weight:normal;
    font-size: .875em;
    margin-bottom: 15px;
}

footer ul li,
footer p {
    font-size: .75em;
    line-height: 1.2575em;
}

footer ul li {
    list-style: none;
}

footer p {
    color: #AAA;
}
