/*
====================================
------------------------------------
    1. Typography
    2. Header
    3. Main Slider
    4. About Us
    5. Service
    10. Contact
    11. Footer
    12. Carousel Effect
    13. Isotope
    14. Portfolio Hover effect
-------------------------------------
=====================================
*/


/*====================
======Typography=====
======================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=greek');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=greek');

body {
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-weight: 400;
    background: #fff;
    color: #43484E;
}

body section {
    padding: 75px 0;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    color: #fc7700;
}

h1, h2, h3, h4, h5, h6 {

    font-family: 'Roboto Condensed', sans-serif;
}

select, label {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.slider-btn {
    background-color:#fc7700;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 0 2px #fc7700;
    box-shadow: inset 0 0 0 2px #fc7700;
    text-transform: uppercase;
    width: 190px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    padding: 0;
    font-size: 18px;
    font-weight: 800;
    border: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.slider-btn:hover {
    background-color: #43484E;
    -webkit-box-shadow: inset 0 0 0 2px #43484E;
    box-shadow: inset 0 0 0 2px #43484E;
    color:#fff
}

.parallax-section {
    min-height: 300px;
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: table;
    background: #fff;
    z-index: 9999;
}

.preloder-wrap {
    display: table-cell;
    vertical-align: middle;
}

.preloder-inner {
    width: 200px;
    height: 100px;
    margin: 0 auto;
}

.ball {
    width: 10px;
    height: 10px;
    margin: 10px auto;
    border-radius: 50px;
}
  
.ball:nth-child(1) {
    background: #ff005d;
    -webkit-animation: right 1s infinite ease-in-out;
    -moz-animation: right 1s infinite ease-in-out;
    animation: right 1s infinite ease-in-out;    
}

.ball:nth-child(2) {
    background: #35ff99;
    -webkit-animation: left 1.1s infinite ease-in-out;
    -moz-animation: left 1.1s infinite ease-in-out;
    animation: left 1.1s infinite ease-in-out;
}

.ball:nth-child(3) {
    background: #008597;
    -webkit-animation: right 1.05s infinite ease-in-out;
    -moz-animation: right 1.05s infinite ease-in-out;
    animation: right 1.05s infinite ease-in-out;
}

.ball:nth-child(4) {
    background: #ffcc00;
    -webkit-animation: left 1.15s infinite ease-in-out;
    -moz-animation: left 1.15s infinite ease-in-out;
    animation: left 1.15s infinite ease-in-out;
}

.ball:nth-child(5) {
    background: #2d3443;  
    -webkit-animation: right 1.1s infinite ease-in-out;
    -moz-animation: right 1.1s infinite ease-in-out;
    animation: right 1.1s infinite ease-in-out;
}

.ball:nth-child(6) {
    background: #ff7c35;  
    -webkit-animation: left 1.05s infinite ease-in-out;
    -moz-animation: left 1.05s infinite ease-in-out;
    animation: left 1.05s infinite ease-in-out;
}

.ball:nth-child(7) {
    background: #4d407c;  
    -webkit-animation: right 1s infinite ease-in-out;
    -moz-animation: right 1s infinite ease-in-out;
    animation: right 1s infinite ease-in-out;
}


@-webkit-keyframes right {
    0%   { -webkit-transform: translate(-15px);   }
    50%  { -webkit-transform: translate(15px);    }
    100% { -webkit-transform: translate(-15px);   }
}

@-webkit-keyframes left {
    0%   { -webkit-transform: translate(15px);    }
    50%  { -webkit-transform: translate(-15px);   }
    100% { -webkit-transform: translate(15px);    }
}

@-moz-keyframes right {
    0%   { -moz-transform: translate(-15px);   }
    50%  { -moz-transform: translate(15px);    }
    100% { -moz-transform: translate(-15px);   }
}

@-moz-keyframes left {
    0%   { -moz-transform: translate(15px);    }
    50%  { -moz-transform: translate(-15px);   }
    100% { -moz-transform: translate(15px);    }
}

@keyframes right {
    0%   { transform: translate(-15px);  }
    50%  { transform: translate(15px);   }
    100% { transform: translate(-15px);  }
}

@keyframes left {
    0%   { transform: translate(15px);   }
    50%  { transform: translate(-15px);  }
    100% { transform: translate(15px);   }
}


.vertical-middle {
    width: 100%;
    height: 100%;
    display: table;
}

.vertical-middle div {
    display: table-cell;
    vertical-align: middle;
}


/*====================
======Header CSS=====
======================*/

#navigation .navbar {
  background:rgba(255, 255, 255, 0.952941);
  border-radius: 0;
  border-bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
  padding-bottom: 8px;
}

#navigation .navbar-toggle {
  margin-top: 20px;
  background-color: #333;
}

#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}

#navigation .navbar-nav.navbar-right {
	margin-top:28px
}

#navigation .navbar-nav.navbar-right li a {
    color: #43484E;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    padding: 0;
    /*text-transform: uppercase;*/
    -webkit-transition: all .9s ease 0s;
    -moz-transition: all .9s ease 0s;
    -o-transition: all .9s ease 0s;
    transition: all .9s ease 0s;
    padding: 6px 15px;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
    color: #fff;
    background-color: #fc7700;
    border-radius: 2px;
}


/*======================
====Main Slider CSS=====
=======================*/

.home-pattern {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    bottom: 0;
    background-image:url(../images/home-pattern.png);
    background-repeat:repeat;
    opacity: 0.2;
    }

#home {
  padding: 0;
  overflow: hidden;
  position: relative
}

#main-carousel .carousel-inner .item {
    background-size: cover;
    height: 100%;
    background-position: 50% 50%;
    background-repeat:no-repeat;
}

#main-carousel .carousel-indicators { 
    bottom: 15px;
}

#main-carousel .carousel-indicators li {
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.52);
    width: 13px;
    height: 13px;
    margin-left: 5px;
    text-indent: -9999px;
    display: inline-block;
}

.carousel-indicators .active {
    background-color: rgba(255, 255, 255, 0.52) !important;
}

.slider-content {
    height: 100%;
}

#main-carousel .carousel-caption {
    display: table;
    height: 100%;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
}

#main-carousel .carousel-caption > div {
    vertical-align: middle;
    display: table-cell;
    padding: 20px;
}

#main-carousel .carousel-inner h2 {
}

/*
#main-carousel .carousel-inner h2 span {
  color: #7ab700;
}
*/

#main-carousel .carousel-inner p {
    color: #f6f6f6;
    font-weight: 400;
    margin-bottom: 59px;
    margin-top: 0;
    /* text-shadow: none; */
    font-family: 'Roboto Condensed', sans-serif;
}

#main-carousel .carousel-left {
    left: -50px;
}

#main-carousel .carousel-right {
    right: -50px;
}

#main-carousel:hover .carousel-left {
    left:0px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

#main-carousel:hover .carousel-right {
    right:0px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right {
    padding: 15px;
    z-index: 12;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.52);
    top: 50%;
    position: absolute;
    margin-top: -60px;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.carousel-right {
    right: 65px
}

.carousel-left {
    left: 65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
    color: #F6F6F6;
}


/*=======================
====== heading =====
=========================*/

.heading {
    color: #f6f6f6;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    margin-bottom: 40px;
    text-shadow: none;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .heading {
        font-size: 40px;
    }
    .carousel-caption p {
        font-size: 30px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .heading {
        font-size: 50px;
    }
    .carousel-caption p {
        font-size: 32px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .heading {
        font-size: 60px;
    }
    .carousel-caption p {
        font-size: 34px;
    }
}
@media (min-width: 1200px) {
    .heading {
        font-size: 70px;
    }
    .carousel-caption p {
        font-size: 36px;
    }
}


/*=======================
====== About Us CSS =====
=========================*/

#about-us {
	background:#F6F6F6;
	overflow: hidden;
	padding: 85px 0;
}

#about-us h2 {
	margin-bottom:35px
}

.title-one {
	color: #666666;
	display: inline-block;
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	position:relative
}

.title-one:after {
	color: #fc7700;
	content: "||";
	position: absolute;
	right: -40px;
	top: -2px;
}

.title-one:before {
	color: #fc7700;
	content: "||";
	left: -40px;
	position: absolute;
	top: 0;
}

#about-us h4 {
	color: #909090;
	margin-bottom: 50px;
	margin-top: -5px;
	text-transform: capitalize;
}

#about-us p, 
#services p, 
#login p {
	font-weight: 300;
	font-size: 16px;
}

.about-us .col-sm-12 {
	margin-top: 50px
}

.about-us h3 {
    font-size: 26px;
    margin-bottom: 18px;
    text-align: center;
}

.about-us .tab-content {
	background:#FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 25px;
}

#about-us .about-us .tab-content p {
    font-size: 15px;
}

.about-us ul.nav-tabs {
    display: block;
    text-align: center;
}

.about-us ul.nav-tabs li {
    display: inline-block;
    float: none;
}

.about-us .nav-tabs li a {
    border-top:2px solid #f6f6f6;
    color: #fc7700;
    display: inline-block;
}

.about-us .nav-tabs li.active a, 
.about-us .nav-tabs li.active a:hover, 
.about-us .nav-tabs li.active a:focus {
	border-radius: 0;
	border-top: 2px solid #fc7700;
	color: #333333;
}

/*
.about-us .tab-content 
.pull-left.media-object {
	background-color: #F6F6F6;
	margin-right: 20px;
	padding: 5px;
}
*/

.skillbar {
    position: relative;
    display: block;
    margin-bottom: 18px;
    box-shadow: 2px 4px 0 0 #333333;
    width: 100%;
    background: #43484E;
    height: 35px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}

.skillbar-title {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    font-weight: bold;
    font-size: 13px;
    color: #43484E;
    background-color: #fc7700;
}

.skillbar-title span {
	float: none;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	text-align: left;
	display:block;
	background-color:#fc7700;
	padding:0 15px;
	height:35px;
	line-height:35px;
}

.skillbar-bar {
	height:35px;
	width:0px;
	background-color:#fc7700;
	box-shadow:0 1px 0 0 #333333;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#ffffff;
}


/*====================
======Service CSS=====
======================*/

section#services {

}

#services {
    background-image: url("../images/slider/slide4.jpg");
    color: #fff;
    text-align: center;
    background-color: #0A0A13;
}

.services {
    overflow: hidden;
    margin-top: 40px;
}

#services h2 {
    color: #fff;
    border-color: #fff;
    margin-bottom: 35px;
}

.single-service {
    background-color: rgba(0, 0, 0, 0.39);
    padding: 30px 20px 30px 20px;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    vertical-align: middle;
    border: 1px solid #fc7700;
}

.single-service p, 
.single-service ol, 
.single-service ul, 
.single-service ul li {
	text-align: left;
}

.single-service i {
	/*text-align: center;*/
	font-size: 80px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	height: 150px;
	line-height: 150px;
	width: 150px;
	color: #43484E;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.single-service:hover {
	background-color: #fc7700;
}

.single-service:hover i {
	color:#fc7700;
	-moz-transform: scale(1.1) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}


/*====================
======Contact CSS=====
======================*/

#login {
	overflow:hidden;
	background-color: #f6f6f6;
	position:relative;
	padding-bottom:85px;
	border-top:2px solid #ddd
}

#login .login-heading {
	padding-bottom:35px;
	position: relative;
	z-index: 10;
}

.login-details {	
	padding-top:75px;
}

.pattern {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    bottom: 0;
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
    opacity: 0.1;
}

.login-address {
    background-color: #fff;
    padding-top: 52px;
}
@media (max-width:767px) {
    .login-address {
        height: 320px;
    }
}
@media (min-width:768px) {
    .login-address {
        height: 390px;
    }
}

.login-address .social-icons i:hover {
    transform: scale(.9);
}

.login-address .social-icons, 
.login-address address {
    z-index: 2;
    position: relative;
}

.login-address p {
    font-weight: 800;
    font-size: 24px
}

.login-address p span {
    color: #fc7700;
}

#login-form-section {	
    padding: 35px;
    background-color: #FFF; 
    height: 390px;
}

#login-form-section .btn-primary {
    background-color: #fc7700;
    border-color: #f6f6f6;
    border-radius: 0;
    padding: 10px 35px;
    text-transform: uppercase;
    font-weight: 800;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

#login-form-section .btn-radio.btn-primary {
    background-color: #9198a1;
    border-color: #f6f6f6;
    border-radius: 0;
    padding: 6px 26px;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

#login-form-section .label-user h5 {
    display: block;
    padding: 0;
    margin: 0;
}
#login-form-section .label-user {
    float: left;
    padding-top: 7px;
    padding-bottom: 7px;
}

#login-form-section .btn-primary.active, 
#login-form-section .btn-primary:hover, 
#login-form-section .btn-primary:active, 
#login-form-section .btn-primary:focus {
    background-color: #43484E;
}

#login-form input, 
#login-form .btn-primary  {
    position: relative;
    z-index: 2;
}

#login-form .form-field {
    width: 99%;
}

.radio-wrap {
    display: block;
    cursor: pointer;
    width: 99%;
}

.radio-wrap label {

}

#login-form .form-field {
    margin-right: 2%;
    margin-bottom: 10px;
    float: left;
}

#login-button {
    margin-top: 6px;
}

#login-form-section .form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#login-form-section textarea {
    resize: none;
}

#login-form-section .form-control:focus {
    border-color: #fc7700;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}

#login-messages {
    font-size: 16px;
}


/*====================
======Footer CSS=====
======================*/

#footer {
	background-color:#f6f6f6;
	padding:25px 0;
	color:#43484E;
	font-size:16px;
	position:relative;
	margin-top:1px;
}

#footer p {
	margin: 0
}

#footer a {
	color:#fc7700
}


/*============================
======Carousel Effect CSS=====
==============================*/

.carousel.scale .carousel-inner > .item.left > div:nth-child(1),
.carousel.scale .carousel-inner > .item.right > div:nth-child(1) {
  -webkit-animation: fadeOutDown 300ms linear 0ms both;
  animation: fadeOutDown 300ms linear 0ms;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(1),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(1) {
  -webkit-animation: fadeInDown 300ms linear 75ms both;
  animation: fadeInDown 300ms linear 75ms;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(2),
.carousel.scale .carousel-inner > .item.right > div:nth-child(2) {
  -webkit-animation: fadeOutDown 300ms linear 75ms both;
  animation: fadeOutDown 300ms linear 75ms;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(2),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(2) {
  -webkit-animation: fadeInDown 300ms linear 150ms both;
  animation: fadeInDown 300ms linear 150ms;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(3),
.carousel.scale .carousel-inner > .item.right > div:nth-child(3) {
  -webkit-animation: fadeOutDown 300ms linear 150ms both;
  animation: fadeOutDown 300ms linear 150ms;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(3),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(3) {
  -webkit-animation: fadeInDown 300ms linear 225ms both;
  animation: fadeInDown 300ms linear 225ms;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(4),
.carousel.scale .carousel-inner > .item.right > div:nth-child(4) {
  -webkit-animation: fadeOutDown 300ms linear 225ms both;
  animation: fadeOutDown 300ms linear 225ms;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(4),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(4) {
  -webkit-animation: fadeInDown 300ms linear 300ms both;
  animation: fadeInDown 300ms linear 300ms;
}


/*============================
============Colors============
==============================*/
.red-color {
    color: #CC0000;
}
.green-color {
    color: #468847;
}