/* ---------------------- 
Stylesheet Guide
-------------------------

FONTS
GENERAL STYLES
HEADER
MAIN MENU
PAGE STRUCTURE
PAGE TITLE
LABELS
LATEST WORKS
PROGRESS BARS
COUNTER
TIMELINE
DOWNLOAD CV BUTTON
PORTFOLIO
RESPONSIVE IFRAME
CONTACT
FOOTER
SOCIAL ICONS

*/
/* ================= FONTS ================== */
 @font-face {
    font-family:'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold-webfont.woff') format('woff'), url('../fonts/opensans-bold-webfont.ttf') format('truetype'), url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'open_sansitalic';
    src: url('../fonts/opensans-italic-webfont.eot');
    src: url('../fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-italic-webfont.woff') format('woff'), url('../fonts/opensans-italic-webfont.ttf') format('truetype'), url('../fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'oswaldbold';
    src: url('../fonts/oswald-bold-webfont.eot');
    src: url('../fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-bold-webfont.woff') format('woff'), url('../fonts/oswald-bold-webfont.ttf') format('truetype'), url('../fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'oswaldregular';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-regular-webfont.woff') format('woff'), url('../fonts/oswald-regular-webfont.ttf') format('truetype'), url('../fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ================= GENERAL STYLES ================== */
::-moz-selection {
    color:#fff;
    text-shadow:none;
    background:#2c2c2c;
}
::selection {
    color:#fff;
    text-shadow:none;
    background:#2c2c2c;
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow:hidden;
    color:#3f3f3f;
}
body {
    font-family:'open_sansregular';
    background-image:url('../images/bg.jpg');
    background-repeat:repeat;
    font-size:13px;
    color:#3f3f3f;
}
h1, h2, h3, h4, h5, h6 {
    margin-top:0px;
    margin-bottom:15px;
    padding:0px;
    line-height:1;
    font-family:'oswaldregular';
    font-weight:normal;
    color:#2c2c2c;
}
h1 {
    font-size:36px;
}
h2 {
    font-size:30px;
}
h3 {
    font-size:26px;
}
h4 {
    font-size:22px;
}
h5 {
    font-size:18px;
}
h6 {
    font-size:16px;
}
.subtitle {
    padding-bottom:14px;
    border-bottom:1px solid rgba(0, 0, 0, 0.1);
    position:relative;
}
.subtitle:after {
    content:"";
    position:absolute;
    display:block;
    bottom:-1px;
    height:1px;
    background-color: #c65b36;
    left: 0px;
    border:none;
    outline:none;
    width:150px;
}
.show {
    display:block !important;
}
.hide {
    display:none !important;
}
.clear {
    clear:both;
}
p {
    font-size:13px;
    line-height:1.5;
    margin-bottom:21px;
    margin-top:0px !important;
    font-family:'open_sansregular';
    font-weight:normal;
    color:#3f3f3f;
}
p:last-child {
    margin-bottom:0px;
}
a {
    color: #fff;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    -ms-transition: color 0.4s ease-in-out;
    text-decoration:none;
}
a:hover {
    color: #aa1111;
}
strong {
    font-family:'open_sansbold';
    font-weight: bold;
}
i, em {
    font-family:'open_sansitalic';
    font-style: italic;
}
blockquote {
    font-family: 'open_sansregular';
    font-weight: normal;
    line-height: 1.5;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px 0px 21px 0px;
    position: relative;
    border-left:3px solid #c65b36;
    color:#fff;
    background-color:#3f3f3f;
}
blockquote cite {
    font-family: 'open_sansitalic';
    font-style:italic;
    font-size:14px;
    line-height:1.5;
    display:block;
    margin-top:20px;
    text-align:right;
}

/* ================= HEADER ================== */
header {
    position:relative;
}
.logo {
    width:230px;
    height:230px;
    z-index:99;
    position:absolute;
    top:0;
    left:0;
}
.logo img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width:100%;
    height:auto;
    margin-left:-15px;
    border:5px solid #3f3f3f;
}
.my-card {
    position:relative;
    width:100%;
    color:#fff;
}
.my-card h1 {
    margin:0;
    font-size:50px;
    color:#fff;
    text-align:right;
    text-transform:uppercase;
}
.my-info {
    background-color:#3f3f3f;
    margin-left:110px;
    height:auto;
    padding:30px;
    padding-bottom:25px;
    margin-right:-9px;
}
/* ================= MAIN MENU ================== */
#mobile-menu
{
    position:fixed;
    z-index:9999;
    left:0px;
    top:0px;
    display:none;
    line-height:3;
    padding-left:15px;
    width:100%;
    background-color:#2c2c2c;
    font-family: 'oswaldregular';
    font-weight:normal;
    font-size:22px;
    background-image:url('../images/bottom-s.png');
    background-repeat:no-repeat;
    background-position:98% center;
}
#mobile-menu:hover
{
    cursor:pointer;
    color:#fff;
}
.menu-close
{
    background-image:url('../images/top-s.png') !important;
}
#main-menu {
    z-index:9;
    height:60px;
    font-family:'oswaldregular';
    font-size:18px;
    background-color:#c65b36;
    margin-right:-9px;
}
#main-menu ul {
    list-style:none;
    margin:0;
    display:inline-block;
    padding-right:15px;
    position:relative;
    float:right;
}
#main-menu ul:after {
    content:"";
    position:absolute;
    display:block;
    border-style:solid;
    bottom:-0.5em;
    border-color:#2c2c2c transparent transparent transparent;
    right:0px;
    border-width:0.5em 0.5em 0 0;
}
#main-menu li {
    float:left;
    display:inline-block;
    padding-left:5px;
    padding-right:5px;
    line-height:60px;
    height:60px;
    cursor:pointer;
}
#main-menu li a {
    color:#fff;
    text-decoration:none;
    outline:none !important;
}
#main-menu li a:hover {
    color:#fff;
}
#main-menu ul li a::before, #main-menu ul li a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}
#main-menu ul li a::before {
    margin-right: 10px;
    content:'|';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}
#main-menu ul li a::after {
    margin-left: 10px;
    content:'|';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}
#main-menu ul li a:hover::before, #main-menu ul li a:hover::after, #main-menu ul li a:focus::before, #main-menu ul li a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}
/* ================= PAGE STRUCTURE ================== */
.main-container {
    position:relative;
    margin:0px auto 0px auto;
    width:100%;
    height:100%;
    padding:0px;
    max-width:1024px;
    min-height:100%;
}
article {
    display:none;
}
#home {
    display:block;
}
.page {
    width:100%;
    background-color:rgba(255, 255, 255, 0.5);
    padding-right:10px;
    display:inline-block;
}
.page-content {
    height:100%;
    padding-left:30px;
    padding-right:20px;
    padding-top:0px;
}
.page-full {
    width:100%;
}
.page-left {
    width:60%;
    float:left;
}
.page-right {
    width:40%;
    float:right;
}
.page-left-content {
    padding-right:15px;
}
.page-right-content {
    padding-left:15px;
}
.box {
    margin-bottom:30px;
}
.box:last-child {
    margin-bottom:0px;
}
/* ================= PAGE TITLE ================== */
.page-title {
    padding-left:100px;
    margin-bottom:30px;
    width:auto;
    z-index:9;
}
.page-title h2 {
    background-color:#3f3f3f;
    display:inline-block;
    color:#fff;
    padding-top:15px;
    padding-bottom:15px;
    padding-right:25px;
    padding-left:100px;
    margin:0px;
    position:relative;
    font-size:30px;
    text-transform:uppercase;
}
.page-title h2:after {
    content:'';
    display: block;
    position: absolute;
    top: 0px;
    right: -60px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: #3f3f3f transparent transparent transparent;
}
/* ================= LABELS ================== */
.info {
    background-color:#3f3f3f;
    color:#fff;
    line-height:28px;
    margin-bottom:15px;
    font-size:13px;
}
.label {
    padding-top:5px;
    padding-bottom:5px;
    padding-left:8px;
    padding-right:5px;
    background-color:#c65b36;
    position:relative;
    margin-right:32px;
}
.label:after {
    content:'';
    display: block;
    position: absolute;
    top: 0px;
    right: -28px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 28px 28px 0 0;
    border-color: #c65b36 transparent transparent transparent;
}
/* ================= LATEST WORKS ================== */
.carousel .slide a {
    display:block;
    outline:none;
    overflow: hidden;
}
.carousel .slide a:hover img {
    -moz-transform:scale(1.2, 1.2);
    -webkit-transform:scale(1.2, 1.2);
    -o-transform:scale(1.2, 1.2);
    -ms-transform:scale(1.2, 1.2);
    transform:scale(1.2, 1.2);
}
.carousel img {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -moz-transform:scale(1, 1);
    -webkit-transform:scale(1, 1);
    -o-transform:scale(1, 1);
    -ms-transform:scale(1, 1);
    transform:scale(1, 1);
}
/* ================= PROGRESS BARS  ================== */
 div.progress {
    padding:2px;
    margin-bottom:15px;
    border:1px solid #3f3f3f;
    height:25px;
    width:100%;
}
div.progress:last-child {
    margin-bottom:0px;
}
div.progress.last {
    margin-bottom:0px !important;
}
div.progress .meter {
    height:100%;
    width:20%;
    -webkit-backface-visibility: hidden;
    display:block;
    background-color:#c65b36;
    position:relative;
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent);
    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
}
@-webkit-keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 0;
    }
}
@-moz-keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 0;
    }
}
div.progress .meter span {
    background-color:#3f3f3f;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:8px;
    padding-right:8px;
    font-size:12px;
    color:#fff;
    margin-left:-3px;
    min-width:100px;
}
/* ================= COUNTER ================== */
 .loading-animation {
    position:absolute;
    top:170px;
    right: 30px;
    z-index: -1;
    display: inline-block;
    visibility: hidden;
    overflow: hidden;
    height: 1em;
    text-align: right;
    font-family:'open_sansregular';
    font-weight: 300;
    font-size: 5em;
    line-height: 1em;
    pointer-events: none;
    z-index:999999;
}
.loading-animation.load-animate {
    visibility: visible;
}
.loading-animation::after {
    position: relative;
    width: 100%;
    color: rgba(63, 63, 63, 0.3);
    content:"0%\A 10%\A 22%\A 36%\A 48%\A 53%\A 64%\A 71%\A 83%\A 100%\A";
 white-space: pre;
}
.loading-animation.load-animate::after {
    -webkit-animation: counter 1.5s steps(10);
    animation: counter 1.5s steps(10);
}
@keyframes counter {
    0% {
        top: 0;
    }
    100% {
        top: -10em;
        opacity: 0;
    }
}
@-webkit-keyframes counter {
    0% {
        top: 0;
    }
    100% {
        top: -10em;
        opacity: 0;
    }
}
/* ================= TIMELINE ================== */
.timeline {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.timeline:last-child {
    margin-bottom:-30px;
}
.timeline > li .time {
    display: block;
    width: 25%;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    background-color:#c65b36;
    color:#fff;
    display: block;
    font-family:'oswaldregular';
    font-weight:normal;
    font-size: 16px;
    text-align:center;
    border-left:3px solid #3f3f3f;
}
.timeline > li .timeline-box {
    margin: 0px 0px 30px 25%;
    background: #3f3f3f;
    color: #fff;
    padding: 30px;
    position: relative;
    -webkit-backface-visibility: hidden;
}
.timeline > li .timeline-box h5 {
    color: #fff;
}
.timeline > li .timeline-box p {
    color: #c7c7c7;
    margin:0px;
}
.timeline > li .timeline-box:after {
    right: 100%;
    border: solid transparent;
    content:" ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #3f3f3f;
    border-top-color: #3f3f3f;
    border-width: 10px;
    top: 0px;
}
/* ================= DOWNLOAD CV BUTTON ================== */
a.document-button {
    width:100%;
    position: relative;
    font-family:'oswaldregular';
    font-weight:normal;
    font-size:18px;
    text-align:center;
    background-color:#3f3f3f;
    color:#fff;
    padding:15px;
    display:inline-block;
    -webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 6px 0px #2c2c2c;
    -moz-box-shadow: 0px 6px 0px #2c2c2c;
    box-shadow: 0px 6px 0px #2c2c2c;
    margin-bottom:6px;
}
a.document-button:active {
    -webkit-box-shadow: 0px 3px 0px #2c2c2c;
    -moz-box-shadow: 0px 3px 0px #2c2c2c;
    box-shadow: 0px 3px 0px #2c2c2c;
    position: relative;
    top: 3px;
}
/* ================= PORTFOLIO ================== */
 #filters {
    list-style:none;
    margin-left:0;
    margin-right:0;
    margin-top:0;
    margin-bottom:15px;
    padding:0;
    display:inline-block;
}
#filters li {
    float:left;
    margin-right:10px;
}
#filters li a {
    font-family:'oswaldregular';
    font-weight:normal;
    color:#fff;
    background-color:#3f3f3f;
    padding:5px 10px 5px 10px;
    font-size:18px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
}
#filters li a:hover {
    background-color:#2c2c2c;
}
#filters li a.active {
    background-color:#c65b36;
}
.img-grid {
    list-style:none;
    width:100%;
    position:relative;
    padding:0;
    display:inline-block;
    margin: 0;
}
.img-grid li {
    float:left;
    position:relative;
    width:20%;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    cursor:pointer;
}
.img-grid li a {
    display:block;
    outline:none;
    overflow: hidden;
}
.img-grid li img {
    width:100%;
    height:auto;
    -webkit-backface-visibility: hidden;
}
.img-grid figure {
    margin: 0;
    position: relative;
}
.img-grid figure img {
    width:230px;
    display:block;
    opacity:1;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
}
.img-grid figcaption {
    position: absolute;
    left: 0;
    padding:10px;
    background: #3f3f3f;
    color: #fff;
    height: 100%;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.img-grid figcaption h5 {
    margin: -10px;
    margin-bottom:10px;
    padding: 10px;
    color: #fff;
    background-color:#2c2c2c;
}
.img-grid figcaption p {
    margin:0px;
    color: #c7c7c7;
}
.img-grid figcaption a {
    position:absolute;
    right:10px;
    bottom:10px;
    padding-left:7px;
    padding-right:7px;
    padding-top:5px;
    padding-bottom:5px;
    background-color:#c65b36;
    color:#fff;
    line-height:1;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.img-grid figcaption a:hover {
    background-color:#2c2c2c;
    color:#fff;
}
.img-grid figure {
    overflow: hidden;
}
.img-grid figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    width:100%;
}
.no-touch .img-grid figure:hover img, .img-grid figure.cs-hover img {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.no-touch .img-grid figure:hover figcaption, .img-grid figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
.no-effect figure:hover img, .no-effect figure.cs-hover img {
    -webkit-transform: translateY(0%) !important;
    -moz-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
}
.no-effect figure:hover figcaption, .no-effect figure.cs-hover figcaption {
    display:none;
    opacity:0;
}
/* ================= RESPONSIVE IFRAME ================== */
 .flex {
    position:relative;
    padding-bottom:67.5%;
    height:0;
    overflow:hidden;
    margin:0;
}
.flex.widescreen {
    padding-bottom:37.25%
}
.flex.vimeo {
    padding-top:0
}
.flex iframe, .flex object, .flex embed, .flex video {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    outline:none;
    border:none;
}
/* ================= CONTACT ================== */
 input[type="text"], input[type="email"], input[type="number"], input[type="date"], textarea {
    border: 1px solid #3f3f3f;
    width: 80%;
    display: block;
    font-size: 14px;
    margin: 0px 0px 11px 0px;
    padding: 5px 10px 5px 10px;
    height: 30px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    background-color: rgba(255, 255, 255, 0.2);
    color:#3f3f3f;
}
input[type="text"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="date"].oversize {
    font-size:15px;
    padding:4px 5px
}
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="date"]:focus, textarea:focus {
    outline:none !important;
    border-color:#c65b36;
}
input[type="submit"] {
    margin-top:14px;
}
textarea {
    height:80px;
    width:100%;
    margin-bottom:0px !important;
}
.button {
    width: auto;
    position: relative;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    margin: 5px 0px 4px 0px;
    outline: none;
    padding: 8px 10px 8px 10px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
    border: none !important;
    background-color:#3f3f3f;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 4px 0px #2c2c2c;
    -moz-box-shadow: 0px 4px 0px #2c2c2c;
    box-shadow: 0px 4px 0px #2c2c2c;
}
.button:active {
    -webkit-box-shadow: 0px 2px 0px #2c2c2c;
    -moz-box-shadow: 0px 2px 0px #2c2c2c;
    box-shadow: 0px 2px 0px #2c2c2c;
    position: relative;
    top: 2px;
}
/* ================= FOOTER ================== */
footer {
    height:50px;
    background-color:#3f3f3f;
    right:-9px;
    left:-9px;
    position:absolute;
    width:auto;
    bottom:0px;
    z-index:99;
}
footer span {
    color:#fff;
    margin:0;
    line-height:50px;
    padding-left:15px;
}
footer:before {
    content:"";
    position:absolute;
    display:block;
    border-style:solid;
    top:-9px;
    border-color:transparent transparent transparent #2c2c2c;
    right:0px;
    border-width:9px 0 0 9px;
}
footer:after {
    content:"";
    position:absolute;
    display:block;
    border-style:solid;
    top:-9px;
    border-color:transparent transparent #2c2c2c transparent;
    left:0px;
    border-width:0 0 9px 9px;
}

/* ================= SOCIAL ICONS ================== */
 .social-icons {
    list-style-type:none;
    display:block;
    margin:0px;
    margin-right:10px;
    margin-left:5px;
    margin-top:10px;
    padding:0px;
    float:right;
}
.social-icons li {
    float:left;
    display:block;
    margin-left:5px;
    padding:0;
}
.social-icons li img {
    width:32px;
    height:auto;
}
.social-icon {
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding:5px;
}
.social-icon:hover {
    background-color:#c65b36;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}