/*GENERAL*/

*::selection{
    background: #fe8a00;
    color: #000;
}
*::-moz-selection{
    background: #fe8a00;
    color: #000;
}
a.aMore{
    display: inline-block;
    width: 70px;
    height: 25px;
    border: 1px solid #444;
    border-radius: 1px;
    background: #222;
    box-shadow: 0 0 0 1px #222;
    color: #ddd !important;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000 !important;
    font-size: 10px;
    line-height: 25px;
}
a.aMore:hover,
a.aMore:focus{
    border: 1px solid #888;
    background: #000;
    box-shadow: 0 0 0 1px #000;
    color: #fff;
}

/*GENERAL - END*/

body{
    background-color: #fff;
    background-position: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
}

body:before {
   position: fixed;
   top: -10px;
   left: 0;
   z-index: 100;
   width: 100%;
   height: 10px;
   -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 20px rgba(0,0,0,.8);
   box-shadow: 0px 0px 20px rgba(0,0,0,.8); 
   content: "";
   }

/*WRAPPER*/

#wrapper {
    min-height: 500px;
    border-top: 5px solid #3c3c3e;
    background-color: #fff;
}

/*WRAPPER*/


/*HEADER*/

.sprite.logo {
    width: 200px;
    height: 80px;
    background: url(logo.png);
}

#header {
    border-top: 5px solid #ddd;
    background-color: #f6f6f6;
}

#header > h1{
    margin: 0 auto;
    width: 320px;
}
#header > h1:hover {
    opacity: 0.9;
}

#header address{
    text-align: center;
    font-size: 13px;
}
#header address .addressAip {
    display: none;
    padding-right: 5px;
    color: #aaa;
    text-align: right;
}

/*HEADER - END*/



/*CONTACT LINKS*/

.contactLinks li {
    float: left;
    padding: 5px;
    width: 50%;
}
.contactLinks li:first-child {
    width: 100%;
}
.contactLinks a{
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #eee;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.05);
    color: #fe8a00;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
    line-height: 40px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}
.contactLinks a:hover {
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
    background-color: #f6f6f6;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
    -webkit-transform: translateX(-3px) translateY(-3px);
    -moz-transform: translateX(-3px) translateY(-3px);
    transform: translateX(-3px) translateY(-3px);
}

.contactLinks p {
    text-align: center;
    margin: 10px 5px;
    font-size: 14px;
    color: #333;
}
.contactLinks p > strong {
    font-weight: bold;
}

.contactLinksTop {
    display: none;
}

.contactLinksBottom {
    height: 160px;
}

/*CONTACT LINKS - END*/


/*TOPMENU*/

#topMenu {
    overflow: hidden;
    padding: 0;
}

#topMenu > a.aCircle > span.circle{
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}

#topMenuCircle {
    position: relative;
    height: 150px;
}

#topMenuCircle li {
    float: left;
    padding: 0 5px;
    width: 100%;
}

#topMenuCircle a {
    position: relative;
    display: block;
    margin: 5px 0;
    padding-left: 50px;
    width: 100%;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #eee;
    line-height: 35px;
}
#topMenuCircle a:after {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/right.png);
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    opacity: 0.3;
}
#topMenuCircle a:hover:after{
    right: 15px;
    opacity: 0.6;
}

#topMenuCircle a.aCircle > span.circle{
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}

#topMenuCircle a.aCircle{
    position: relative;
    display: block;
    float: left;
    text-align: center;
}
#topMenuCircle a.aCircle > span.text{
    display: block;
    float: left;
    color: #333;
}

#topMenuCircle a.aCircle > span.circle{
    position: absolute;
    top: 1px;
    left: 10px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-position: center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 2px #fff, 0 0 10px 2px #888;
}
#topMenuCircle a.aCircle:hover > span.circle{
    -webkit-transform: rotateZ(30deg) scale(1.2);
    -moz-transform: rotateZ(30deg) scale(1.2);
    transform: rotateZ(30deg) scale(1.2);
}

#topMenuCircle a.aRwd > span.circle{
    background-color: #47badf; background-image: url(../img/arwd.png);
}
#topMenuCircle a.aPhonegap > span.circle{
    background-color: #FABF37; background-image: url(../img/phonegap.png);
}
#topMenuCircle a.aSites > span.circle{
    background-color: #5cc051; background-image: url(../img/sites.png);
}

#topMenu > a.menuPortfolio{
    display: block;
    clear: both;
    margin: 10px auto;
    width: 150px;
    height: 40px;
    border-radius: 3px;
    background: #ffee57;
    background: -moz-linear-gradient(top, #ffee57 0%, #fa9a1c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffee57), color-stop(100%,#fa9a1c));
    background: -webkit-linear-gradient(top, #ffee57 0%,#fa9a1c 100%);
    background: -o-linear-gradient(top, #ffee57 0%,#fa9a1c 100%);
    background: -ms-linear-gradient(top, #ffee57 0%,#fa9a1c 100%);
    background: linear-gradient(to bottom, #ffee57 0%,#fa9a1c 100%);
    box-shadow: 0 0 0 3px #fff, 0 0 10px 3px rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 3px #fa9a1c, 0 0 5px #fa9a1c, 0 3px 10px rgba(0,0,0,0.3);
    letter-spacing: 1.5px;
    font-weight: bold;
    font-size: 13px;
    line-height: 40px;
    opacity: 0.9;
}
#topMenu > a.menuPortfolio:hover {
    box-shadow: 0 0 0 3px #fff, 0 0 10px 3px rgba(0,0,0,0.5);
    opacity: 1;
}

/*TOPMENU - END*/


/*CONTENT*/

#content {
    padding: 0 5px;
    font-size: 13px;
    line-height: 1.5em;
}

#content h2 {
    font-size: 25px;
    color: #666;
    margin: 5px 5px 15px 5px;
}

#content h3 {
    margin-bottom: 0.5em;
    border-bottom: 1px dashed rgba(0,0,0,0.05);
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.4);
    color: #666;
    font-size: 18px;
}

#content h3 > strong {
    color: #333;
}

#content p {
    margin-bottom: 0.5em;
}

#content li {
    margin-bottom: 0.5em;
    margin-left: 25px;
    list-style: circle;
}

.articleSubParts > section {
    position: relative;
    margin: 5px 0;
    padding: 10px 5px;
    min-height: 200px;
    border: 1px dashed rgba(0,0,0,0.05);
    border-radius: 3px;
    background-color: #f9f9f9;
    background-position: right bottom;
    background-position: right -50px bottom -50px;
    background-repeat: no-repeat;
    /* box-shadow: inset 2px 2px 5px rgba(0,0,0,0.05); */
    -webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    transition: background 500ms;
}

.articleSubParts > section:nth-child(odd) {
    background-color: #e6ecef;
}

.articleSubParts > section:hover {
    background-position: right 5px bottom 5px;
    box-shadow: inset 3px 3px 10px rgba(0,0,0,0.05);
}

.articleSubParts > section:hover h3 > strong {
    text-shadow: 0 0 1px #000, 0 0 3px #fff;
}

.articleSubParts.articleMore > section {
    padding-bottom: 45px;
}

.articleSubParts > section .aMore {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 12px;
}

/*CONTENT - END*/


/*PORTFOLIO*/

.portfolioContainer {
    margin-bottom: 15px;
    padding: 10px 0;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.05);
}

.portfolioImages {
    position: relative;
    clear: both;
    margin: 0 auto;
    width: 250px;
    border-radius: 3px;
}

.portfolioImages img {
    position: relative;
    margin: 5px;
    padding: 5px;
    width: 240px;
    height: 137px;
    border-radius: 3px;
    background: #ffee57;
    background: -moz-linear-gradient(top, #ffee57 0%, #fa9a1c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffee57), color-stop(100%,#fa9a1c));
    background: -webkit-linear-gradient(top, #ffee57 0%,#fa9a1c 100%);
    background: -o-linear-gradient(top, #ffee57 0%,#fa9a1c 100%);
    background: -ms-linear-gradient(top, #ffee57 0%,#fa9a1c 100%);
    background: linear-gradient(to bottom, #ffee57 0%,#fa9a1c 100%);
    box-shadow: 0 0 1px 1px rgba(250,154,28,0.5), 0 0 5px rgba(0,0,0,0.25);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}

.portfolioImages:hover img {
    opacity: 0.5;
}

.portfolioImages a:hover img {
    z-index: 10;
    box-shadow: 0 0 1px 1px rgba(250,154,28,1), 0 0 25px rgba(0,0,0,0.7);
    opacity: 1;
/* -webkit-transform: scale(1.25); */
/* -moz-transform: scale(1.25); */
/* transform: scale(1.25); */
}

/*PORTFOLIO - END*/


/*FOOTER*/

#footer {
    background-color: #3c3c3e;
    padding: 10px 5px;
    color: #ddd;
    box-shadow: 0 -5px 0 0 #ddd, 0 5px 0 0 #ddd;
    color: #ddd;
    font-size: 11px;
    clear: both;
}
#footer > p {
    line-height: 1.5em;
}
#footer > p > em{
    font-weight: bold;
    font-style: italic;
}
#footer > p > a{
    border-bottom: 1px solid #fff;
    color: #fff;
}
#footer > p.fR > a{
    border: none;
    color: #fe8a00;
}
#footer > p > a:hover{
    color: #fff;
}

/*FOOTER - END*/


/*LIGHTBOX*/

.li9htboxWrapper{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    background: rgba(0,0,0,0.8);
    box-shadow: inset 0 0 20px 10px #000;
}
.li9htboxWrapper > div{
    display: table;
    margin: auto;
    height: 100%;
}
.li9htboxWrapper > div > div{
    display: table-cell;
    vertical-align:middle;
}
.li9htboxImage{
    position: relative;
    min-width: 320px;
    min-height: 240px;
    background: #111 url(../img/li9htbox_loader.gif) no-repeat center center;
}
.li9htboxImage > img{
    display: block;
    min-width: 320px;
    min-height: 240px;
    box-shadow: 0 0 0 1px #eee, 0 0 0 2px #888, 0 0 0 3px #eee, 0 0 20px 10px #000;
}
.li9htboxNav{
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 40%;
    left: 0;
    font-size: 50px;
}
.li9htboxNav > a{
    height: 100%;
    color: #fff;
    text-shadow: 0 0 5px #000;
    font-weight: bold;
    line-height: 200%;
}
.li9htboxNav > a:hover,
.li9htboxNav > a:focus{
    -webkit-transition: transform 500ms;
    -moz-transition: transform 500ms;
    -ms-transition: transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -khtml-transition: transform 500ms;
    -khtml-transform: scale(1.5);
}
.li9htboxNavLeft{
    float: left;
}
.li9htboxNavRight{
    float: right;
}

/*LIGHTBOX - END*/
