@charset "utf-8";
/* CSS Document */


/*
Fonts
*/

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


/*
Globals
*/

* {
	padding: 0px;
	margin: 0px;
    box-sizing: border-box;
}

body {
	background: #000000 url(../images/bg.jpg) center top repeat;
}

#main {
    
}

a, img {
    border:none;
	color: #44bce9;
}

h1 {
    display: table;
    width: auto;
	font-family: "OpenSans";
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 20px auto;
}

h2 {
    font-family: "OpenSans";
    font-weight: 300;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
}

h3 {
    font-family: "OpenSans";
    font-weight: 300;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

p {
    font-family: "OpenSans";
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    padding: 0 0 20px 0;
}

.center-wrap {
    position: relative;
    width: auto;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}

.disable-text-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

.hidden {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}

/*
Header
*/

#header {
    position: fixed;
	width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

#header .center-wrap {
    height: 100%;
}

#header.sml .header-main {
    height: 75px;
}

#header.sml .header-sub-menu {
    top: 75px;
}

#header.sml .header-sub-menu.closed {
    top: 25px;
}

#header.sml.animated .header-main {
    transition: all .5s linear;
}

#header.sml.animated .header-sub-menu {
    transition: all .5s linear;
}

.header-main {
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0px;
    left: 0px;
    background: #131312;
    border-bottom: 3px solid #01fcff;
    z-index: 1200;
}

.header-sub-menu {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 150px;
    left: 0px;
    background: #131312;
    border-bottom: 1px solid #ffaa01;
    -webkit-box-shadow: inset 0px -9px 9px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px -9px 9px 1px rgba(0,0,0,0.75);
    box-shadow: inset 0px -9px 9px 1px rgba(0,0,0,0.75);
    z-index: 1100;
    transition: all .2s linear;
}

.header-sub-menu.closed {
    top: 100px;
}

#header a {
    color: #ffffff;
    text-decoration: none;
}

#logo {
    position: absolute;
	width: 100%;
    height: 75%;
    top: 0px;
    left: 0px;
}

#header.sml #logo {
	width: 50%;
    height: 75px;
}

#logo img {
	position: absolute;
    height: auto;
    max-height: 70%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#header.sml #logo img {
    left: 0px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#navMenu {
	position: absolute;
	width: 100%;
    height: 25%;
    left: 0;
    bottom: 0px;
    text-align: center;
}

.header-sub-menu #navMenu {
    height: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header.sml .header-main #navMenu {
    width: auto;
    height: auto;
    top: 55%;
    left: auto;
    right: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#navMenu li {
	display: inline-block;
    list-style: none;
    font-family: "OpenSans";
    font-weight: 300;
    font-size: 18px;
    color: #ffffff;
    padding: 0px 10px;
    margin: -3px;
    cursor: pointer;
}

.header-sub-menu #navMenu li {
	font-size: 16px;
}

.about {
    padding-right: 400px;
}

.nav-pointer {
    position: absolute;
    width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #01fcff;
    bottom: 0px;
}

.nav-pointer.animated {
    transition: all .2s linear;
}

#header.sml .nav-pointer {
    left: 835px;
}

#navMenu li:hover,
#navMenu li.hovered,
#navMenu li.selected,
#header li:hover a,
#header li.hovered a,
#header .selected a {
	color: #ffaa01;
    text-decoration: none;
}

.header-sub-menu #navMenu li.selected,
.header-sub-menu #navMenu li.selected a {
	font-size: 18px;
}

/*
#logo {
    position: relative;
    display: table;
	width: auto;
    height: 150px;
}

#logo img {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#navMenu {
	position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

#navMenu li {
	display: inline-block;
    list-style: none;
    font-family: "OpenSans";
    font-weight: 300;
    font-size: 18px;
    color: #01fcff;
    margin-top: -35px;
    padding: 70px 10px 0px;
    cursor: pointer;
}

#navMenu li#about {
	background: url(../images/about_icon.png) center no-repeat;
}

#navMenu li#portfolio {
	background: url(../images/portfolio_icon.png) center no-repeat;
}

#navMenu li#contact {
	background: url(../images/contact_icon.png) center no-repeat;
}


/*
Content
*/

.content {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 403px);
    margin-top: 150px;
    padding-bottom: 20px;
}

#carousel {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 240px;
    max-height: 450px;
    background: #131312;
    border-bottom: 3px solid #01fcff;
}

.slide-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
}

#carousel .slides {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    white-space: nowrap;
}

#carousel .slides li {
    list-style: none;
    display: inline-block;
    width: calc(50% + 4px);
    height: 100%;
    margin-right: -4px;
    overflow: hidden;
}

#carousel.project-cover .slides li {
    list-style: none;
    display: inline-block;
    width: calc(20% + 4px);
    height: 100%;
    margin-right: -4px;
    overflow: hidden;
}

#carousel .slides li img {
    width: 100%;
    height: auto;
}

#carousel.project-cover .slides li img {
    width: 100%;
    height: 100%;
}

#carousel.project-cover {
    position: relative;
    width: 100%;
    height: 240px;
    background: #131312;
    border-bottom: 3px solid #01fcff;
    margin: 0 0 160px 0;
}

.project-cover .center-wrap {
    padding: 0;
    height: 240px;
}

.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    z-index: 110;
}

.cover .cover-content {
    position: absolute;
    display: table;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 0 20px;
    z-index: 110;
}

.project-cover-content {
    position: absolute;
    display: table;
    width: auto;
    min-width: 1080px;
    height: auto;
    top: 100%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 110;
}

.cover .cover-content p {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    padding: 0;
}

.cover .cover-content p:nth-child(3) {
    margin-bottom: 40px;
}

.cover .cover-content h2 {
    
}

.cover .cover-content h3 {
    margin: -20px 0 20px;
}

.cover-btns {
    width: 100%;
    display: table;
    text-align: center;
}

.project-cover .cover-btns {
    position: absolute;
    text-align: left;
    margin: 0 10px;
    top: 75%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cover-btns li {
    position: relative;
    list-style: none;
    display: inline-block;
    text-align: center;
    width: auto;
    height: auto;
    padding: 10px 20px;
    margin: 0px 10px;
    background: rgba(255,255,255,0.05);
    border: 1px solid #01fcff;
    color: #01fcff;
    cursor: pointer;
}

.cover-btns li:hover {
    border: 1px solid #ffaa01;
}

.cover .cover-content .cover-btns li p,
.cover .project-cover-content .cover-btns li p {
    margin-bottom: 0;
    padding: 0;
}

.cover-btns li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.seperator {
    height: 1px;
    margin-top: 20px;
    padding: 0;
    border-bottom: 1px solid #ffaa01;
}

.columns {
    height: 100%;
    overflow: auto;
}

.columns p {
    text-align: left;
    padding: 0 0 10px;
}

.columns .cond h1 {
    text-align: left;
    margin: 0 auto 20px;
}

.col {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    height: 100%;
    padding: 0 20px;
}

.col:nth-child(odd) {
    padding: 0 20px 0 0;
}

.col:nth-child(even) {
    padding: 0 0 0px 20px;
}

.cmp {
    margin-bottom: 40px;
}

.cmp-title {
    height: 90px;
    overflow: hidden;
    margin-bottom: 20px;
}

.cmp-title {
    height: 90px;
    overflow: hidden;
    margin-bottom: 20px;
}

.cmp-title .col:nth-child(1) {
    overflow: hidden;
    width: 80%;
}

.cmp-title .col:nth-child(2) {
    width: 20%;
}

.cmp-title p {
    padding: 0;
}

.cmp-title a {
    text-decoration: none;
}

.cmp-logo {
    position: absolute;
    max-width: 100%;
    max-height: 85px;
    top: 50%;
    right: 0px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cmp .title {
    font-size: 20px;
    white-space: nowrap;
    color: #FFAA01;
}

.cmp .name {
    display: table;
    width: auto;
    margin: 5px 0 5px 0;
}

/*.gold-list {
    font-family: "OpenSans";
    font-weight: 300;
    font-size: 16px;
    margin: 0 0 0 20px;
}

.gold-list li {
    color: #ffaa01;
}

.gold-list p {
    color: #ffffff;
}*/

.gold-list {
    list-style: none;
    font-family: "OpenSans";
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    padding: 0 0 20px;
}

.gold-list li {
    position: relative;
    display: inline-block;
    border: 1px solid #01fcff;
    background: rgba(255,255,255,0.05);
    margin: 0 0 5px 0;
}

.gold-list li:hover {
    border: 1px solid #ffaa01;
}

.gold-list p {
    color: #ffffff;
    padding: 4px 10px;
}

.gold-list a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#portfolio {
    padding-top: 5px;
}

.image-list {
    list-style: none;
    width: 100%;
}

.project-list {
    padding-top: 70px;
}

.image-list li {
    position: relative;
    display: inline-block;
    width: calc(50% - 25px);
    height: 245px;
    background: #131312;
    border: 1px solid #01fcff;
    overflow: hidden;
    cursor: pointer;
}

.img-wrap {
    float: left;
    position: relative;
    display: inline-block;
    width: calc(50% - 25px);
    height: 245px;
    background: #131312;
    border: 1px solid #01fcff;
    overflow: hidden;
}

.back-btn {
    position: absolute;
    top: -30px;
    left: 0px;
    font-family: "OpenSans";
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 0 0 20px;
    background: url(../images/arrow.png) left center no-repeat;
    line-height: 15px;
    transition: all .1s linear;
}

.back-btn:hover {
    left: -5px;
    padding: 0 0 0 25px;
}

.details-wrap {
    float: left;
    position: relative;
    display: inline-block;
    width: calc(50% - 25px);
    height: 245px;
}

.project-title {
    position: absolute;
    top: 20%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.details-wrap h2 {
    text-align: left;
    margin: 0 20px;
}

.details-wrap h3 {
    text-align: left;
    margin: 7px 20px 0;
    text-transform: capitalize;
}

.image-list li:nth-child(odd) {
    margin-right: 20px;
}

.image-list li:nth-child(even) {
    margin-left: 20px;
}

.image-list li:nth-child(n+3) {
    margin-top: 20px;
}

.image-list li img {
    min-width: 100%;
    height: 100%;
}

.img-wrap img {
    min-width: 100%;
    height: 100%;
}

.img-wrap .cover {
    opacity: 0;
    transition: all .2s linear;
}

.image-list li .cover {
    opacity: 0;
    transition: all .3s linear;
}

.image-list li:hover .cover {
    opacity: 1;
}

.image-list li .cover h3 {
    margin: 0;
}

.image-list li .imageLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 120;
}

.contact-details {
    list-style: none;
    text-align: center;
    padding: 20px 0 0 0;
}

.contact-details li {
    display: inline-block;
}

.contact-details li p {
    padding: 70px 20px 0;
}


.contact-details li#phone {
    background: url(../images/phone-icon.png) center top no-repeat;
}

.contact-details li#email {
    background: url(../images/email-icon.png) center 5px no-repeat;
}

.contact-details li#facebook {
    background: url(../images/fb-icon.png) center 5px / 47px 47px no-repeat;
}

.contact-details li#linked-in {
    background: url(../images/li-icon.png) center 5px / 47px 47px no-repeat;
}

#contact-form {
    margin-top: 20px;
}

#contact-form input[type="text"] {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    background: rgba(255,255,255,0.05);
    border: 1px solid #01fcff;
    border-radius: 10px;
    font-family: "OpenSans";
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    padding: 0 10px;
}

#contact-form input[type="text"]:focus {
    background: rgba(255,255,255,0.1);
    border: 1px solid #ffaa01;
}

#contact-form textarea {
    width: 100%;
    max-width: 100%;
    height: 220px;
    min-height: 220px;
    margin-bottom: 20px;
    background: rgba(255,255,255,0.05);
    border: 1px solid #01fcff;
    border-radius: 10px;
    font-family: "OpenSans";
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 10px;
}

#contact-form textarea:focus {
    background: rgba(255,255,255,0.1);
    border: 1px solid #ffaa01;
}

#contact-form input[type="submit"] {
    width: 100%;
    height: 60px;
    background: rgba(255,170,1,0.25);
    border: 1px solid #ffaa01;
    border-radius: 10px;
    font-family: "OpenSans";
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

#contact-form input[type="submit"]:hover {
    background: rgba(255,170,1,0.5);
}

#contact-form input[type="submit"][disabled] {
    background: rgba(255,255,255,0.1);
}

#contact-form input[type="submit"][disabled]:hover {
    background: rgba(255,255,255,0.1);
    cursor: default;
}

#feedback {
    position: relative;
    margin-top: 20px;
}

#feedback .success {
    color: #00bb00;
}

#feedback .error {
    color: #dd0000;
}


/*
No Script
*/

#noscript-blanket {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
    top: 0;
    left: 0;
	background: #000000 url(../images/bg.jpg) center top repeat;
	z-index: 10000;
	text-align: center;
}

#noscript-blanket #noscript-wrap {
	position: absolute;
	width: 100%;
	top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	text-align: center;
}

#noscript-blanket #logo {
    position: relative;
	height: 120px;
}

#noscript-blanket h1 {
	font-size: 50px;
	font-weight: 300;
	color: #01fcff;
	text-transform: uppercase;
}

#noscript-blanket h2 {
	font-size: 20px;
	font-weight: 300;
	color: #f74401;
	text-transform: uppercase;
	margin-top: 20px;
}

#noscript-blanket p {
    text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
}

#noscript-blanket a {
	font-size: 14px;
    color: #01fcff;
}

#noscript-blanket .social-network {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    transform: none;
}

/*
Footer
*/

#footer {
	width: 100%;
    height: 250px;
    background: #131312;
    border-top: 3px solid #01fcff;
    -webkit-box-shadow: inset 0px 9px 9px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 9px 9px 1px rgba(0,0,0,0.75);
    box-shadow: inset 0px 9px 9px 1px rgba(0,0,0,0.75);
}

#footer .center-wrap {
    height: 250px;
}

#footer #footer-top {
	position: absolute;
    width: 100%;
    height: 50%;
    top: 0px;
    left: 0px;
}

.social-network {
    list-style: none;
    position: absolute;
    top: 70%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.social-network li {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    margin: 20px;
}

.social-network li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.social-network #facebook {
	background: url(../images/fb-icon.png) center no-repeat;
}

.social-network #linked-in {
	background: url(../images/li-icon.png) center no-repeat;
}

.social-network li:hover {
    opacity: 0.8;
}

#footer #footer-bottom {
	position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0px;
    left: 0px;
}

#footer #copy-info {
	position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#footer #copy-info p {
    width: 100%;
    text-align: center;
	margin-bottom: 10px;
}

/*

Modal

*/

.modal-blanket {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.89);
    cursor: pointer;
    z-index: 2000;
}

.modal-window {
    position: absolute;
    display: block;
    width: 100%;
    max-width: 90%;
    height: auto;
    max-height: 90%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    background: #131312;
    border: 3px solid #01fcff;
    cursor: default;
    overflow: hidden;
}

.modal-window .img-wrap {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow: auto;
}

.modal-window .modal-close-btn {
    position: fixed;
    width: 25px;
    height: 25px;
    top: 0px;
    right: -1px;
    background: #01fcff;
    font-family: 'pfdintextpro';
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    cursor: pointer;
    z-index: 400;
}

.modal-window .modal-prev-btn {
    position: fixed;
    width: 100px;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/arrow_prev.png) center no-repeat;
    cursor: pointer;
    z-index: 350;
    transition: all .2s linear;
}

.modal-window .modal-prev-btn:hover {
    background: url(../images/arrow_prev.png) 20px center no-repeat;
}

.modal-window .modal-next-btn {
    position: fixed;
    width: 100px;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../images/arrow_next.png) center no-repeat;
    cursor: pointer;
    z-index: 350;
    transition: all .2s linear;
}

.modal-window .modal-next-btn:hover {
    background: url(../images/arrow_next.png) 40px center no-repeat;
}

.modal-window img {
    width: 100%;
    height: auto;
}

.modal-window.tall {
    width: auto;
}

.modal-window.tall img {
    width: auto;
    height: 100%;
}

.modal-window .modal-close-btn:before {
    content: "×";
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: -1px 0px;
}

/*********************** Loading Indicator *************************/

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);      
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-top-color: #01fcff;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-top-color: #01fcff;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border-top-color: #01fcff;
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);      
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-top-color: #01fcff;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-top-color: #01fcff;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border-top-color: #01fcff;
    }
}

.loadingPositioner {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: block;
    box-sizing: border-box;
    z-index: 300;
}

.loadingDesc {
    position: absolute;
    top: calc(50% + 40px);
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family: 'MyriadPro';
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
}

.loadingIndicator {
	position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

.loadingIndicator div {
    height: 100%;
    box-sizing: border-box;
}

/* loader 4 */
.loadingIndicator div{
    border-radius: 50%;
    padding: 3px;
    border: 2px solid transparent;
    -webkit-animation: rotate linear 3.5s infinite;
    animation: rotate linear 3.5s infinite;
    border-radius: 50%;
    padding: 1px;
    -webkit-animation: rotate2 4s infinite linear;
    animation: rotate2 4s infinite linear;
}

.loadingIndicator div:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

#feedback .loadingPositioner {
    margin-top: -50px;
    margin-left: -100px;
}


/************************************************/

@media screen and (max-width: 1400px){
    #carousel.project-cover .slides li {
        width: calc(25% + 4px);
    }
}

@media screen and (max-width: 1050px){
	#carousel .slides li {
        list-style: none;
        display: inline-block;
        width: 100%;
        height: 100%;
        margin-right: -4px;
        overflow: hidden;
    }
    
    .cover .cover-content {
        width: 100%;
        padding: 0 20px;
    }
    
    #carousel.project-cover .slides li {
        width: calc(33.3% + 4px);
    }
    
    .project-cover-content {
        min-width: 100%;
    }
    
    .image-list li img {
    }
}

@media screen and (max-width: 630px){
	#logo img {
        width: 100%;
        padding: 0 20px;
    }
    
    #carousel.project-cover {
        border-bottom: none;
        margin: 0px 0px 20px;
    }
    
    #carousel.project-cover .slides li {
        width: calc(50% + 4px);
    }
    
    #carousel.project-cover .cover {
        z-index: 200;
    }
    
    .project-cover-content {
        top: 0;
        left: 0;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    
    .cover .cover-content p {
        display: none;
    }
    
    .cover .cover-content .cover-btns p {
        display: block;
    }
    
    .project-title {
        width: 100%;
        top: 40%;
    }
    
    .project-title h2 {
        text-align: center;
    }
    
    .project-title h3 {
        text-align: center;
    }
    
    .project-cover .cover-btns {
        margin: 0;
        text-align: center;
    }
    
    .back-btn {
        top: 220px;
        left: 10px;
        z-index: 210;
        font-size: 12px;
        padding: 0px 0px 0px 15px;
    }
    
    .back-btn:hover {
        left: 5px;
        padding: 0px 0px 0px 20px;
    }
    
    .details-wrap {
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 245px;
        top: 0;
        left: 0;
        z-index: 200;
    }
    
    .img-wrap {
        position: absolute;
        width: 100%;
        z-index: 150;
        top: 0;
        left: 0;
        z-index: 150;
    }
    
    .image-list li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    
    .image-list li:nth-child(2n) {
        margin-left: 0;
    }
    
    .image-list li:nth-child(2n+1) {
        margin-right: 0;
    }
    
    .image-list li:nth-child(n+3) {
        margin-top: 0;
    }
    
    .img-wrap .cover {
        opacity: 1;
    }
    
    .project-cover .slide-wrap {
        display: none;
    }
    
    .col {
        width: 100%;
    }
    
    .col:nth-child(2n+1) {
        padding: 0px 0px 0px 0px;
    }
    
    .col:nth-child(2n) {
        padding: 0px 0px 0px 0px;
    }
}
