/*--------------------
-----Main Styles------
----------------------*/
html {
  height: 80%;
}

body{
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	color:#3a3c4a;
	font-weight:300;
	overflow-x:hidden;
    height: 100%;
}

/*for footer*/
#content {
    min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Ubuntu',serif;
    font-weight:400;
    letter-spacing:0.02em;
    margin:0 0 20px;
}

h1, h2 {
    /* highlighting title */
    /*-webkit-filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.5));
    filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.5));*/
}

p {
    font-size:18px;
    line-height:24px;
    font-weight:300;
    margin-bottom:20px;
}

.lead {
    font-size:20px;
    line-height:28px;
    font-weight:100;
    letter-spacing:0.02em;
    margin-top:40px;
    margin-bottom:40px;
}

a,
a:hover,
a:focus {
    outline:none !important;
    text-decoration:none;
}

a {
  color:#28B4B4;
  text-decoration: none;
}

a:hover,
a:focus {
  color:#28B4B4;
  text-decoration: underline;
}

a:focus,
.btn:focus {
  outline: none;
}

.color-bg a{
	color:#fff;
	text-decoration: underline;
}

.color-bg a:hover,
.color-bg a:focus {
  color:#fff;
  text-decoration: none;
}

.primary {
	color:#28B4B4;
}

/*----------------------
---Main Layout Styles---
------------------------*/
.img-center{
    margin:0 auto;
}

.highlighted{
    -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1.0));
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1.0));
}

.micro-padding-top-bottom {
    padding:20px 0;
}

.micro-padding-top {
    padding:20px 0 0;
}

.mini-padding-top-bottom {
    padding:40px 0;
}

.mini-padding-top {
    padding:40px 0 0;
}

.padding-top-bottom {
    padding:80px 0;
}

.padding-top {
    padding:80px 0 0;
}

.navbar {
    margin:0;
    border-radius:0;
}

.section-header {
    margin-bottom:80px;
}

.section-header h1{
    font-size:48px;
    font-weight:600;
    letter-spacing:0.05em;
}
/*------------------
----- Buttons ------
--------------------*/

.btn-meflat {
	border: none;
	font-family: inherit;
	font-size: inherit;
	cursor: pointer;
	padding: 10px 30px;
	display: inline-block;
	margin:20px 0;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 400;
	line-height:28px;
	height:52px;
	outline: none;
	position: relative;
	background: #28B4B4;
	color: #fff;
	box-shadow: none;
	border-radius: 52px;
	opacity:0.8;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-meflat:hover,
.btn-meflat:focus,
.btn-meflat:active {
	color: #fff;
	opacity:1;
	text-decoration: none;
}

.btn-meflat.white {
	background: transparent;
	border:2px solid #fff;
	box-shadow: none;
	-webkit-transition:all .1s ease-out;
	transition:all .1s ease-out;
	text-decoration: none;
}

.btn-meflat.white:hover,
.btn-meflat.white:focus,
.btn-meflat.white:active {
	top:0;
	text-decoration: none;
}

.btn-meflat.icon-left [class*=fa]{
    margin-right:10px;
}

.btn-meflat.icon-right [class*=fa]{
    margin-left:10px;
}

.btn i{
    padding-right: 15px;
}

/*----------------
----- Colors -----
------------------*/

.white-bg{
    background:#fff;
}

.gray-bg{
    background:#f2f2f2;
}

.medium-bg{
    background:#3A9090;
}

.light-bg{
    background:#ACD6D1;
}

.color-bg{
    background:#28B4B4;
}

.dark-bg{
    background:#1D2026;
}

.dark-green-bg{
    background:#146E6E;
}

.dark-dark-green-bg{
    background:#073030;
}

.brown-bg{
    background:#B0806A;
}

.dark-brown-bg{
    background:#946E5B;
}

.info-bg{
    background:#28B4B4;
    /*background:#B42756;*/
    /*background:#E999B3;*/
    /*background:#EE4433;*/
}

.light-typo {
    color:#fff;
}

.color-bg.light-typo .section-title:after{
	background:#fff;
}


/*----------------------
----Corner Ribbon Styles---
------------------------*/

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  z-index: 9999;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}


/*----------------------
----Navigation Styles---
------------------------*/
#main-nav .navbar-toggle{
    border:1px solid rgba(255,255,255,0.5);
    border-radius:0;
}

#main-nav .icon-bar {
    background:#fff;
}

.navbar-nav {
    float:none;
    text-align:center;
}

#main-nav .navbar-nav li {
    display:inline-block;
    float:none;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:active,
.navbar-brand:focus {
    position:relative;
    padding:0 10px;
    font-size:42px;
    line-height:54px;
    font-family: 'Roboto Slab',serif;
    font-weight:600;
    color:#777;
    font-variant:small-caps;
    height:auto;
    letter-spacing:0.02em;
    -webkit-transition:font-size .2s ease-out;
    transition:font-size .2s ease-out;
    overflow:hidden;
}

#main-nav{
    background:transparent;
    -webkit-transition:background 0.3s ease-out;
    transition:background 0.3s ease-out;
}

#main-nav .navbar-toggle{
    color:#777;
    border-color:#777;
}

#main-nav .navbar-toggle .icon-bar{
    background:#777;
}

#main-nav .container{
    padding:15px 0;
    -webkit-transition:padding 0.3s ease-out;
    transition:padding 0.3s ease-out;
}

#main-nav.scrolled { /* bar scrolled */
    background:#146E6E;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}

#main-nav.scrolled .container{
    padding:0;
}

#main-nav .nav a{
    position:relative;
    z-index:1;
}

#main-nav .nav a,
#main-nav .nav a:active,
#main-nav .nav a:hover{
    padding:0px 5px;
    font-size:15px;
    line-height:54px;
    font-weight:700;
    letter-spacing:0.01em;
    text-transform:uppercase;
    background:transparent;
    color:#146E6E; // not scrolled text
}

#main-nav.scrolled .nav a{
    color:#fff;  // scrolled text
}

#main-nav li{
    background:transparent;
    margin:0 20px;
    opacity:0.7;
    vertical-align:middle;
    -webkit-transition:opacity 0.2s ease-out;
    transition:opacity 0.2s ease-out;
}

#main-nav .nav li.active,
#main-nav .nav li:hover{
    opacity:1;
    -webkit-transition:color .2s ease-out;
    transition:color .2s ease-out;
    /*-webkit-filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 1.0));
    filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 1.0));*/
}

#main-nav .dropdown-menu a{
    font-size:14px;
}

#main-nav .nav a:before {
    display:block;
    position:absolute;
    bottom:0;
    left:25%;
    content:"";
    width:50%;
    height:3px;
    background:#28B4B4; // not scrolled underline
    z-index:-1;
    opacity:0;
    -webkit-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

#main-nav.scrolled .nav a:before {
    background:#fff; // scrolled underline
}

#main-nav .nav a:hover:before,
#main-nav .nav .active a:before {
    bottom:10px;
    opacity:1;
}

.no-csstransforms #main-nav .nav a:before {
	display:none;
}

#main-nav #logo{
    opacity:1;
    vertical-align:middle;
    /*-webkit-filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.5));
    filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.5));*/
}

#main-nav #logo img{
    height: 80px;
    -webkit-transition:font-size 0.3s ease-out;
    transition:font-size 0.3s ease-out;
}

#main-nav #logo h1{
    font-size:35px;
    font-weight:600;
    -webkit-transition:font-size 0.3s ease-out;
    transition:font-size 0.3s ease-out;
}

#main-nav #logo span{
    font-size:75%;
    position:relative;
    top:7px;
}

#main-nav.scrolled #logo img{
    height: 42px;
}

#main-nav.scrolled #logo h1{
    font-size:28px;
    position:relative;
    top:5px;
}

#main-nav .nav #logo a:before {
    display:none;
}

#main-nav.scrolled .nav #logo a:hover {
    /*color:#28B4B4; */
    -webkit-transition:color .2s ease-out;
    transition:color .2s ease-out;
    -webkit-filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.1));
    filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.1));
}
/*----------------------
-----Header Styles------
------------------------*/

.jumbotron {
    background:#FFF;
    color:#146E6E;
    padding:0;
    margin-bottom:0;
    padding:80px 0 80px;
	overflow:hidden;
}

.jumbotron .text-footer{
    margin-top:50px;
}

.jumbotron h1{
    font-size:50px;
    font-weight:600;
    letter-spacing:0.02em;
    margin-bottom:30px;
/*	opacity:0;
	-webkit-transform:translateX(1000px);
	transform:translateX(1000px);
	-webkit-transition:opacity .5s ease-out .3s,-webkit-transform .5s ease-out .3s;
	transition:opacity .5s ease-out .3s,transform .5s ease-out .3s;
*/}

.jumbotron h1.in{
	opacity:1;
	-webkit-transform:translateX(0);
	transform:translateX(0);
}

.jumbotron p{
    font-size:24px;
    font-weight:200;
    letter-spacing:0.02em;
    margin-left:20px;
    line-height: 1.5em;
/*    opacity:0;
    -webkit-transform:translateX(1000px);
    transform:translateX(1000px);
    -webkit-transition:opacity .5s ease-out .3s,-webkit-transform .8s ease-out .3s;
    transition:opacity .5s ease-out .3s,transform .8s ease-out .3s;
*/}

.jumbotron p i{
    padding-right:10px;
    font-size:80%;
}

.jumbotron p.in{
    opacity:1;
    -webkit-transform:translateY(0);
    transform:translateY(0);
}

.jumbotron h2{
    font-family: 'Caveat', cursive;
    font-size: 52px;
    font-weight: 400;
    letter-spacing: 0em;
    padding-bottom: 40px;
    margin-top: -20px;
/*margin-top:16px;*/
/*    opacity:0;
    -webkit-transform:translateY(1000px);
    transform:translateY(1000px);
    -webkit-transition:opacity .5s ease-out .8s,-webkit-transform .5s ease-out .8s;
    transition:opacity .5s ease-out .8s,transform .5s ease-out .8s;
*/}

.jumbotron h2.in{
	opacity:1;
	-webkit-transform:translateY(0);
	transform:translateY(0);
}

.jumbotron .imac-frame {
    display:block;
    position:relative;
    width:100%;
    max-width:750px;
    margin:0 auto;
    overflow:hidden;
	opacity:0;
	-webkit-transform:translateX(1000px);
	transform:translateX(1000px);
	-webkit-transition:opacity .5s ease-out .6s,-webkit-transform .5s ease-out .6s;
	transition:opacity .5s ease-out .6s,transform .5s ease-out .6s;
}

.jumbotron .imac-frame.in {
	opacity:1;
	-webkit-transform:translateX(0);
	transform:translateX(0);
}

.jumbotron .imac-screen{
    background:transparent;
    display:block;
    position:absolute;
    top:6%;
    left:6%;
    width:88%;
	height:65%;
    overflow:hidden;
	opacity:1;
	-webkit-transition:opacity .3s ease-out;
	transition:opacity .3s ease-out;
}

.jumbotron #title{
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}

.jumbotron #name{
    font-size: 40px;
    color: #28B4B4;
    padding-top: 25px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.jumbotron #address{
    color: #28B4B4;
}

.jumbotron #phone{
    color: #28B4B4;
}

.jumbotron #address .ghost{
    color: transparent;
}

.flexslider {
    margin:0;
    padding:0;
    background:transparent;
    border:none;
    box-shadow:none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	z-index:1;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next{
    background:#28B4B4;
    background-image:none;
    display:inline;
    text-indent:0;
    position:absolute;
    top:50%;
    width:44px;
    height:44px;
    padding:0;
    padding-left:12px;
    margin:0;
    margin-top:-22px;
    font-size:42px;
    line-height:38px;
    color:#fff;
    text-align:left;
    border-radius:5px;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}

.flex-direction-nav .flex-next{
    text-align:right;
    padding-right:12px;
}

.flex-direction-nav a:hover,
.flex-direction-nav a:active,
.flex-direction-nav a:focus{
    text-decoration:none;
}

.flex-direction-nav a:hover {
    background:#363B46;
}

.flex-direction-nav .flex-disabled {
    display:none;
}

.flexslider:hover .flex-next {opacity: 1; right: 5px;}
.flexslider:hover .flex-prev {opacity: 1; left: 5px;}

/*----------------------
-----Move Styles----
------------------------*/
#move {
    text-align: center;
}

#move span {
    font-family: 'Caveat',cursive;
    font-size: 40pt;
}

#move span a {
    font-family: 'Ubuntu',serif;
    font-size: 11pt;
}

/*----------------------
-----Info banner Styles----
------------------------*/
#info {
    text-align: center;
}

#info span {
    font-family: 'Ubuntu',serif;
    font-size: 24pt;
}

#info span a {
    font-family: 'Ubuntu',serif;
    font-size: 12pt;
    color: #fff;
}

/*----------------------
-----Services Styles----
------------------------*/
#services .item {
    text-align:center;
    margin-bottom:30px;
}

#services .item .icon{
    margin:0 auto 30px;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

#services .item h2{
    font-size:24px;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

#services .item:hover h2{
    color:#28B4B4;
}

#services .item:hover .icon{
    -webkit-transform:translateY(-10px);
    transform:translateY(-10px);
    -webkit-transition:-webkit-transform .4s ease-out;
    transition:transform .4s ease-out;
}

#services h3{
    text-align: center;
}

#services p{
    text-align: justify;
}

/*----------------------
-----Running Styles----
------------------------*/
#running h2{
    text-align: center;
}

#running p{
    text-align: justify;
    font-size: 20px;
}

/*----------------------
-----About Styles----
------------------------*/

/*#about img{
    margin-bottom:40px;
	border:15px solid transparent;
	box-shadow:5px 3px 0 rgba(255,255,255,.6);
}*/

#about p{
    font-size: 20px;
    line-height: 28px;
    text-align: justify;
}

.skills {
    margin-top:60px;
}

.chart {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  margin:50px 0;
  text-align: center;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.percent {
    display: inline-block;
    line-height: 140px;
	font-size:38px;
	font-weight:300;
    z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: 50%;
}

.skills h2 {
    margin:0 0 80px;
    font-family:'Titillium Web';
    font-size:24px;
    font-weight:400;
}

/*----------------------
-----Featured Project----
------------------------*/
.img-wrapper {
    position:relative;
    width:100%;
    height:auto;
    max-width:800px;
    margin:0 auto;
    overflow:hidden;
}

.img-wrapper img {
    -webkit-transition:opacity .4s ease-out;
    transition:opacity .4s ease-out;
}

.img-wrapper:hover img {
    opacity:.6;
}

.img-wrapper .on-hover{
    position:absolute;
    top:50%;
    margin-top:-30px;
    width:100%;
    opacity:1;
    -webkit-transform:translateX(-50px);
    transform:translateX(-50px);
    opacity:0;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.img-wrapper:hover .on-hover{
    -webkit-transform:translateX(0);
    transform:translateX(0);
    opacity:1;
}
.img-wrapper .on-hover .btn{
    opacity:1;
}

/*----------------------
-----Prices Styles----
------------------------*/

#prices h4{
/*    text-align: justify;
*/}

/*----------------------
-----Portfolio Styles----
------------------------*/
#filter-works ul {
    list-style:none;
    padding:0;
    margin:0;
    margin-bottom:40px;
    text-align:center;
}

#filter-works ul li{
    display:inline-block;
    padding:0;
    line-height:24px;
    background:transparent;
    margin:0;
    margin-left:5px;
    margin-bottom:10px;
}

#filter-works ul [class*=fa]{
    margin-right:5px;
}

#filter-works ul [class*=fa-check]{
    position:relative;
    left:1px;
}

#filter-works ul li a{
    display:block;
    font-size:16px;
    line-height:28px;
    height:48px;
    text-transform:uppercase;
    padding:10px 45px;
    border-radius:48px;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}

#filter-works ul li a,
#filter-works ul li a:active,
#filter-works ul li a:hover{
    font-weight:300;
    background:transparent;
    color:#333;
    text-decoration:none;
    background:#fff;
}

#filter-works ul li.active a,
#filter-works ul li:hover a{
    color:#fff;
    background:#1D2026;
}

.masonry-wrapper{
    margin:0 auto;
    padding:0;
    overflow:hidden;
}

#projects-container {
    margin:0 auto;
    visibility:hidden;
}

#projects-container .project-item{
    display:block;
    position:relative;
    margin:0;
    width:320px;
	margin-bottom:25px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity:1;
	filter:alpha(opacity=100);
	overflow:hidden;
}

#projects-container .project-item.filtered{
	-moz-transform: scale(0);
	-ms-transform: scale(0);
    transform:scale(0);
	opacity:0;
	filter:alpha(opacity=0);
}

.project-item:hover{
	cursor:pointer;
}

.project-item img {
	-webkit-transform: translateX(0);
	transform: translateX(0);
    -webkit-transition:-webkit-transform 0.4s ease-out;
    transition:transform 0.4s ease-out;
}

.project-item:hover img {
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}


.project-item .hover-mask {
    position:absolute;
    padding:0;
    padding-left:50px;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#1D2026;
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
    -webkit-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
}

.project-item:hover .hover-mask {
    -webkit-transform:translateX(-50px);
    transform:translateX(-50px);
}

.project-item .hover-mask .project-title {
    color:#fff;
    margin:30px 0 0;
    padding:10px;
    font-family:"Titillium Web",sans-serif;
    font-size:21px;
    line-height:24px;
    font-weight:600;
    text-transform:uppercase;
    text-align:center;
}

.project-item .hover-mask p {
    color:#28B4B4;
    margin:0;
    font-size:16px;
    line-height:24px;
    font-weight:600;
    text-transform:uppercase;
    text-align:center;
    -webkit-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.project-item .hover-mask:after{
    display:block;
    position:absolute;
    content: "\f061";
    font-family:'FontAwesome';
    bottom:20px;
    left:175px;
    color:#fff;
}

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
   transition-timing-function:ease-in-out;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top, -webkit-transform, opacity;
     -moz-transition-property: left, right, top, -moz-transform, opacity;
      -ms-transition-property: left, right, top, -ms-transform, opacity;
       -o-transition-property: left, right, top, -o-transform, opacity;
          transition-property: left, right, top, transform, opacity;
}

/*--------------------------
----Project Modal Styles----
----------------------------*/

.fade.modal {
	overflow-x:hidden;
}


.modal.fade .modal-dialog {
	-webkit-transform: translateY(2000px);
	-moz-transform: translateY(2000px);
	-ms-transform: translateY(2000px);
	transform: translateY(2000px);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.5s;
}

.modal.in .modal-dialog {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.modal-backdrop{
    background-color:#1D2026;
}

.modal-backdrop.in{
    opacity:1;
	filter:alpha(opacity=100);
}

.modal-dialog{
    width:100%;
    padding:0;
	margin:0;
}

.modal-content{
    width:100%;
    border:none;
    border-radius:0;
    box-shadow:none;
    background-color:#fff;
}

.modal-header{
    width:100%;
    margin:0;
    padding:0;
    padding-top:40px;
    background:#28B4B4;
    color:#fff;
    border:none;
    text-align:center;
}

#hdr-title{
    margin-bottom:40px;
}

#project-modal .close{
    float:none;
    font-size:52px;
    line-height:52px;
    font-weight:300;
    margin-top:0px;
    margin-bottom:30px;
    opacity:1;
    color:inherit;
    text-shadow:none;
    -webkit-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
}

#project-modal .close:hover{
    opacity:.8;
}

.modal-body {
    margin:0;
    padding:60px 0 20px;
}

.modal-body .project-descr{
    margin:0 0 24px;
}

.modal-header .loader {
    position:absolute;
    left:50%;
    top:0;
    margin-top:32%;
    margin-left:-18px;
    width:36px;
    height:36px;
    background:url('../assets/loader.gif') no-repeat 50% 50%;
	z-index:1;
}

.modal-header .image-wrapper {
    position:relative;
    overflow:hidden;
}

.modal-header .screen{
    box-sizing:padding-box;
    border:none;
    box-shadow:none;
    margin:0;
    padding:0;
    position:absolute;
    top:10.5%;
    width:100%;
    height:auto;
    z-index:2;
    opacity:0;
    -webkit-transition:all 0.5s ease-out 0.7s;
    transition:all 0.5s ease-out 0.7s;
}

.modal-header .screen.done {
    opacity:1;
}

#project-sidebar{
    margin-bottom:40px;
}

#project-sidebar p{
    margin-bottom:10px;
}

#sdbr-descr{
    margin-top:30px;
}

#sdbr-category:before {
	display: inline-block;
	width:20px;
    content:"\f115";
    font-family:"Fontawesome";
    margin-right:10px;
}

#sdbr-date:before {
	display: inline-block;
	width:20px;
    content:"\f073";
    font-family:"Fontawesome";
    margin-right:10px;
}

#sdbr-client:before {
	display: inline-block;
	width:20px;
    content:"\f007";
    font-family:"Fontawesome";
    margin-right:10px;
}

#sdbr-link:before {
	display: inline-block;
	width:20px;
    content:"\f0ac";
    font-family:"Fontawesome";
    margin-right:10px;
}
/*----------------------
-----Dribbble Styles----
------------------------*/
.dribbble-button {
    display:block;
    text-align:center;
    text-transform:uppercase;
    margin:0;
}

.dribbble-button a{
    display:block;
    color:#fff;
    background:#28B4B4;
    text-decoration:none;
    padding:25px 0;
    -webkit-transition:background .3s ease-out;
    transition:background .3s ease-out;
}

.dribbble-button a:hover{
    background:#F06096;
}

#dribbble .row{
    margin:0;
}

#dribbble [class*=col]{
    padding:0;
}

#dribbble a {
    display:block;
    overflow:hidden;
}

#dribbble a img {
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

#dribbble a:hover img {
    opacity:.6;
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}
/*----------------------
-----Contact Styles-----
------------------------*/
#contact{
    padding-bottom:100px;
}

#contact h2{
    font-family: 'Caveat', cursive;
    font-size: 48px;
    padding-top: 20px;
    text-underline-position: under;
}

#contact a{
    color: #333;
}

#contact i{
    padding-top: 30px;
    padding-bottom: 10px;
}

#contact .section-header{
    margin-bottom:0px;
}

/*----------------------
-----Rendez-vous Styles-----
------------------------*/
#rendez-vous{
    padding-bottom:100px;
}

#rendez-vous a{
    color: #fff;
}

#rendez-vous .section-header p {
    opacity:0.6;
    margin-bottom:-40px;
}

#rendez-vous .section-footer p {
    opacity:0.6;
    margin-top:20px;
}

.bl_form {
  margin: 0 0 40px;
}

.bl_form input,
.bl_form textarea{
  padding-top: 15px;
  background: rgba(255,255,255,0.10);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  border: none;
  color: white;
  height:44px;
  max-height:44px;
  min-height:44px;
  width:207px;
  max-width:207px;
  min-width:207px;
  padding: 10px 15px;
  border-radius: 25px;
  font-size: 16px;
  outline: none;
  vertical-align:middle;
}


.lb_wrap .lb_label.top, .lb_wrap .lb_label.bottom {
  left: 15px !important;
  z-index:1;
}

.lb_wrap .lb_label.left {
  left: 0;
  z-index:1;
}

.lb_label {
  font-weight: bold;
  color: #999;
  z-index:1;
}

.lb_label.active {
  color: #FFF;
  z-index:1;
}

.no-placeholder .lb_label {
	display:none;
}

#contact-form .field-wrap{
    display:inline-block;
    position:relative;
    vertical-align:top;
    margin-bottom:60px;
}

#contact-form .field-wrap .error-message{
    display:block;
    position:absolute;
    top:50px;
    left:0;
    width:100%;
    font-size:16px;
    text-align:center;
    color:#28B4B4;
}

#contact-form .field-wrap .control-label{
    display:none;
    position:absolute;
    top:-30px;
    left:15px;
}

#contact-form.no-placeholder .field-wrap .control-label{
    display:inline-block;
}
/*----------------------
-----Footer Styles------
------------------------*/
#main-footer {
    clear: both;
    position: relative;
    height: 4.5em;
    margin-top: -4.5em;
}

#main-footer p{
    font-size:16px;
    line-height:40px;
    opacity:0.6;
}

#main-footer hr{
    margin-top:0;
    border-color:#19191d;
}

.social-links {
    list-style:none;
    margin:0;
    padding:0;
    margin-bottom:20px;
}

.social-links li{
    display:inline-block;
    margin:0 5px;
    border-radius:3px;
    box-shadow:0 4px 0 transparent;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.social-links li a {
    display:block;
    color:#fff;
    color:rgba(255,255,255,0.3);
    font-size:18px;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    background:rgba(0,0,0,0.2);
    border-radius:50%;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.social-links li a:hover {
    color:#fff;
    background:#28B4B4;
}

/*------------------------
---Scrolling animations---
-------------------------*/

.scrollimation.fade-in{
	opacity:0;
	-webkit-transition:opacity 0.6s ease-out;
	transition:opacity 0.6s ease-out;
}

.scrollimation.fade-in.in{
	opacity:1;
}

.scrollimation.scale-in{
	opacity:0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform:scale(0.5);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
	transition: transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
}

.scrollimation.scale-in.in{
	opacity:1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform:scale(1);
}

.scrollimation.fade-right{
	opacity:0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform:translateX(-100px);
	-webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
	transition: transform .4s ease-out,opacity .4s ease-out;
}

.scrollimation.fade-right.in{
	opacity:1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform:translateX(0px);
}

.scrollimation.fade-left{
	opacity:0;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform:translateX(100px);
	-webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
	transition: transform .4s ease-out,opacity .4s ease-out;
}

.scrollimation.fade-left.in{
	opacity:1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform:translateX(0px);
}

.scrollimation.fade-up{
	opacity:0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform:translateY(100px);
	-webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-in;
	transition: transform .4s ease-out,opacity .4s ease-in-out;
}

.scrollimation.fade-up.in{
	opacity:1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform:translateY(0px);
}

.scrollimation.d1{
	transition-delay:.2s;
}

.scrollimation.d2{
	transition-delay:.4s;
}

.scrollimation.d3{
	transition-delay:.6s;
}

.scrollimation.d4{
	transition-delay:.8s;
}

.touch .scrollimation.fade-in{
	opacity:1;
}

.touch .scrollimation.scale-in{
	opacity:1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform:scale(1);
}

.touch .scrollimation.fade-right{
	opacity:1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform:translateX(0px);
}

.touch .scrollimation.fade-left{
	opacity:1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform:translateX(0px);
}

.touch .scrollimation.fade-up{
	opacity:1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform:translateY(0px);
}

/*----------------------
-----Media Queries------
------------------------*/
@media (max-width: 767px) {

    .navbar {
        padding:0 20px;
    }

    #main-nav {
        background:#fff;
        box-shadow:0 1px 2px rgba(0,0,0,0.1);
    }

	#main-nav .navbar-nav li {
		display:block;
        text-align:center;
	}

	#main-nav .nav a:before {
		display:none;
	}

	#main-nav .navbar-nav #logo{
		display:none;
	}

    #main-nav .nav a{
        color:inherit;
        transition:color .2s ease-out;
    }

	#main-nav .nav .active a,
	#main-nav .nav a:hover{
        color:#28B4B4;
    }

    #main-footer [class*=row],
    #main-footer .text-right{
        text-align:center;
    }

    .section-header h1{
        font-size:38px;
    }
}

@media (min-width: 1200px) {
	.jumbotron {
		min-height:660px;
	}
}