html {
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
}

body {
    overflow-x: hidden;
    margin: 0 auto;
    padding:0;
	font-size: 16px;
    font-family: 'Fira Sans', 'Advent Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #fff; /*N #E4E4E4;*/
    color: #333;
}

::selection {
    color: #fff;
    background: #84C2F4; /*N #CC4646;*/
}

::-moz-selection {
    color: #fff;
    background: #84C2F4; /*N #CC4646;*/
}

h1, h2, h3, h4, h5, h6 {
	font-size: calc(16px + 0.2vw);
    font-family: 'Advent Pro', sans-serif;
    font-weight: 500;
    color: #444;
}

h1 {
    font-size: 1.7em;
}

h2 {
    font-size: 1.5em;
}


p {
	font-size: 1.2em;
    color: #333;
	font-weight: 300;
	line-height:1.2em;
}

a,
a:hover,
a:active,
a:focus {
    outline: 0;
}

a {
    font-family: 'Fira Sans', sans-serif;
    color: #4BA8F3;
    text-decoration: none;
    text-shadow: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    a:hover {
        color: #3C86C2;
        text-decoration: none;
    }

.mrgn30 {
    margin: 30px 0;
}

#top {
    position: relative;
}

.topHome {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5;
	background: #D63030; /*#84C2F4;*/ /*N #CC4646; */
}
.topHome .fa-2x {
font-size: 20px;
color:#fff;
margin: 4px;
}
/* Header 
----------------------------------------------*/
.header {
    position: fixed;
    width: 100%;
    background: #84C2F4; /*N #CC4646; */
    z-index: 50;
    border-radius: 0;
    top: 0px;
    border-bottom: 1px solid #BADDF9; /*N #F57676; */
}

.dropdown-menu {
    font-size: 1em !important;
}

.dropdown-menu > li > a {
    margin: 10px 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: #84C2F4 !important;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #e9e9e9 !important;
    border-bottom-color: #e9e9e9 !important;
}

.navbar-inverse .navbar-toggle {
    border-color: #84C2F4;
    background-color: #84C2F4;
    /*N border-color: #CC4646;
    background-color: #CC4646; */
}
.header .navbar {
margin: 0;
background: transparent !important;
}
    .navbar-inverse .navbar-toggle .icon-bar {
        /*background-color: #CC4646;*/;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background: #84C2F4; /*N #CC4646; */
    }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #84C2F4; /*N #CC4646; */
}

.navbar-inverse .navbar-toggle:hover .icon-bar {
    background: #fff;
}
.navbar-inverse .navbar-nav > li > a {
	color: #e9e9e9; /*N #FFB8B8; */
    font-weight: 500;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #FFFFFF;
/*background: #77AFDC; */
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #FFFFFF;
background: none;
}	
.navbar-toggle {
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #BADDF9;
}

/*.carousel-inner*/
#myCarousel {
    margin-top: 50px;
    border-bottom: 4px solid #CC4646;
}


.circle {
    background: #CC4646;
    height: 60px;
    width: 60px;
    border-radius: 35px;
    color: #fff;
    line-height: 60px !important;
}
/*----Nav ----*/
.header .navbar-brand {
    float: left;
    padding: 16px 15px;
    line-height: 18px;
    height: 50px;
    /*color:#CC4646;*/;
}

.navbar-brand b {
    color: #fff;
	font-family: 'Princess Sofia', cursive;
	font-weight:400;
}

.logo {
    font-size: 2.2em;
    text-shadow: none;
    margin: 8px 0 0 0;
}

.logo-sm {
    font-size: 1em;
    text-shadow: none;
    margin: 8px 0 0 0;
    line-height: 1em;
}

    .logo:hover {
        color: #5A5A5A;
    }

.header .navbar {
    margin: 0;
    background: #fff;
    border: 0;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 1.2em;
    line-height: normal;
    margin: 17px;
    padding: 6px 10px !important;
    border-radius: 5px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background: none;
}

.navbar-nav > li:hover > a {
    color: #fff;
}

.header .navbar-nav > li > a {
    /*! padding: 25px 18px; */
    /*! text-transform: uppercase; */
}

.sub-heading {
    padding: 15px 0;
}

    .sub-heading h2 {
        font-size: 18px;
        margin: 15px 0 8px !important;
    }

    .sub-heading p {
        color: #5A5A5A;
    }

.heading { 
    padding: 3px 10px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    display: block;
}

    .heading p {
        font-size: 1.2em;
    }

.pdingBtm30 {
    padding-bottom: 30px;
}

.da-arrows span:after {
    width: 25px;
    height: 24px;
}

.da-arrows span {
    position: absolute;
    top: 50%;
    height: 34px;
    width: 34px;
    border-radius: 60px;
    background: none;
}

.da-dots span {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.13);
    margin: 3px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.6) inset, 1px 1px 1px rgba(255,255,255,0.1);
    border: 2px solid rgba(255, 255, 255, 0.6);
}
.secPad{
	padding:80px 0;
}

.tileBox p{
    background-color: #f0f0f0;
font-size: 15px;
color: #777777;
padding: 20px;
margin: 0px;
}
/*parlex*/
.bg-parlex1 {
padding-top: 0px;
background-image: url('../img/slides/enoikiazomena-domatia-agio-01.jpg');
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}

.bg-parlex2 {
padding-top: 0px;
background-image: url('../img/slides/enoikiazomena-domatia-agio-04.jpg');
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}

.bg-parlex3 {
padding-top: 0px;
background-image: url('../img/slides/enoikiazomena-domatia-agio-07.jpg');
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}

.bg-parlex4 {
padding-top: 0px;
background-image: url('../img/slides/enoikiazomena-domatia-agio-11.jpg');
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.parlex-back {
padding: 80px 0;
background-color: rgba(0, 0, 0, 0.37);
color: #FDFDFD !important;
}

.isotopeWrapper article {
    margin-bottom: 30px;
}


nav#filter {
    margin-bottom: 1.5em;
}

    nav#filter li {
        display: inline-block;
        margin: 0 0 0 5px;
    }

    nav#filter a {
        padding: 4px 12px;
        line-height: 20px;
        border: 1px solid #CC4646;
        text-decoration: none;
    }

.current {
    background: #CC4646;
    color: #fff;
}



.fancybox-overlay {
    background: rgba(0, 0, 0, 0.64);
}

.back-to-top {
    display: inline-block;
    clear: both;
    background: #fff;
    color: #333;
    padding: 0 10px 5px;
    margin: 20px 0 0;
    text-shadow: none;
}

    .back-to-top:hover {
        background: #333;
        color: #fff;
        text-decoration: none;
    }

hr {
    border-color: #ddd;
}

/*N body {
    margin: 0;
    font-family: Arial, sans-serif;
} */

#navigation {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    background: #ffffff;
    box-shadow: 0 10px 10px -10px #000000;
}

    #navigation > li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #navigation > li > a {
            margin: 1px;
            color: #000000;
            background: #cccccc;
            display: block;
            padding: 5px;
            text-decoration: none;
            transition: all 400ms;
        }

            #navigation > li > a.current,
            #navigation > li:hover > a {
                background: #999999;
            }

.pageSection {
    min-height: 600px;
    padding: 20px;
    background: #dddddd;
}

    .pageSection:nth-child(odd) {
        background: #eeeeee;
    }


footer {
    border-top: 1px solid #e5e5e5;
    padding: 60px 0;
    background: #84C2F4;
}



.customNavigation {
    text-align: center;
}

    .customNavigation a {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

.well {
    border-radius: 0;
    margin-top: 20px;
    background: #f3f3f3;
}

.my-section {
    padding-top: 20px;
    padding-bottom: 20px;

}

/* owl carousel */
.owl-carousel .item {
      margin: 3px;
}

.owl-carousel .item img {
      display: block;
      width: 100%;
      height: auto;
}

/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url("../img/spinner.gif") center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
    z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
    text-align: left !important;
    display: block;
    font-size: 1em;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
    font-size: 1em;
    border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #84C2F4;
  -moz-box-shadow: 0px 0px 1px 0px #84C2F4;
          box-shadow: 0px 0px 0px 1px #84C2F4;
}

.input-group-addon {
  background-color: #fefefe;
  border-radius: 0;
}

.widget-contact {
    text-align: left;
}


.company-social {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
}

.company-social {
    text-align: left;
}

.company-social li{
    display: inline-block;
    margin:0 !important;
    padding:0;
}


.company-social a{
    margin:0;
    padding:0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
    text-align: center;
    margin:0;
    padding:0;
}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-dribble a{background: #d74980;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #DF4B38;}
.company-social .social-vimeo a{background: #51a6d3;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #f769a0;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #DD5D4D;}
.company-social .social-vimeo a:hover{background: #71c6f3;}


/* #google-map {
    display: block;
    width: 100%;
    height: 310px;
}*/

.btn-blue {
    border-radius: 0;
    font-family: 'Advent Pro', sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
    background: #84C2F4;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue.active {
  color: #fff;
  background-color: #4BA8F3;
  border-color: #4BA8F3;
}

#contact-well {
    margin: 0;
}

#copyright {
    font-family: 'Advent Pro', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    color: #fff;
}

.pad-top {
    padding-top: 20px;
}

.marg-top {
    margin-top: 0px;
}

.header-slideshow {
    padding-top: 68px;
}

.alert {
    padding:5px;
    margin:10px 0 0 0;
}

.section-icon {
    vertical-align: middle !important;
}

#google-map p {
    font-size: 0.9em;
}

.flex-title {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 11;
  overflow: hidden;
  color: #fff;
  font-size: 1.3em;
  background-color: rgba(0, 0, 0, 0.5);
}



/*** media queries ***/

@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }

    .navbar-nav {
        float: right;
    }

    .navbar-inverse .navbar-nav > li > a {  
        padding: 5px 12px !important;
        border-radius: 5px;
        margin: 19px 0px;
    }

    .navbar-collapse.collapse {
        margin: 0px 0px;
    }
}

@media (max-width: 767px) {
    .banner-container {
        background-size: contain;
    }

    .team-member .member-img img {
        max-width: 100%;
    }

    .da-slider {
        height: 380px;
        width: 100%;
        min-width: initial;
        margin: 0px !important;
    }
.da-slide h2 {
        font-size: 40px;
        text-align: center;
        width: initial;
        top: 10px;
    }

    .da-slide p {
        width: 65%;
        top: 65px;
        height: 50px;
    }

    
    .navbar-toggle {
        margin: 17px;
    }

    .header .navbar-nav > li > a {
        padding: 10px;
        margin: 10px !important;
    }

    .portfolio-item:hover .folio-info {
        top: 0px;
    }

    .portfolio-item .portfolio-desc .folio-info {
        padding: 0px;
    }

        .portfolio-item .portfolio-desc .folio-info h5 {
            font-size: 1em;
        }

    .navbar-inverse .navbar-nav > li > a { 
        font-size: 1em;
        padding: 5px 7px !important;
        border-radius: 5px;
        margin: 19px 0px;
    }
    .skilltitle {
    text-align: left;
    }
    #timeline { 
    margin:0px 12px;
    }
}

@media (max-width: 600px) {
    .flex-title {
        font-size: 0.8em;
        left: 0;
        bottom: 0;
        padding: 2px;
    }
}

@media (max-width: 480px) {

    .logo {
        font-size: 1em;
        text-shadow: none;
        margin: 8px 0 0 0;
    }

    .banner-container {
        background-size: contain;
        margin-top: 67px;
    }

    .navbar-toggle {
        margin: 17px;
    }

    .page-section h1 {
        font-size: 3em;
    }

    .page-section h2 {
        font-size: 2em;
    }

    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }

}

@media (max-width: 320px) {
    .banner-container {
        background-size: contain;
    }

    nav#filter li {
        display: inline-block;
        margin: 7px;
    }
}
