/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Onassis - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

body {
  background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}
.delay-5s {
	-webkit-animation-delay: 5s; /* Chrome, Safari, Opera */
    animation-delay: 5s;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #f85c37;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	position: relative;
	background: url(../img/header-bg.jpg) no-repeat center top;
	margin-top: -10px;
	padding-top:20px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;
	z-index: 0;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.koridor-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #EE5500;
	opacity: 0;
	z-index: 1;
}
#headerwrap .container {
	position: relative;
	z-index: 2;
}

#headerwrap h1 {
	margin-top: 130px;
	color: white;
	font-size: 140px;
	font-weight: 700;
	letter-spacing: 3px;
}

#headerwrap h2 {
	color: white;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 2px;
}
@media (max-width: 1280px) {

	/*
	#headerwrap h2 > span {
		display: block;
	}*/
	#headerwrap h2 {
		font-size: 35px;
	}
}
@media (max-width: 1024px) {
	#headerwrap h2 > span {
		display: block;
	}
}
@media (max-width: 768px) {
	#headerwrap h2 {
		font-size: 40px;
	}

}
@media (min-width: 768px) {
	span.min-768 {
		display: block;
		margin-right: -15px;
    	margin-left: -15px;
	}
	span.min-768:before,
	span.min-768:after {
		display: table;
    	content: " ";
	}
}
footer {
	padding: 40px 0;
}
footer h3 {
	text-transform: uppercase;
}
/* Portfolio Wrap */
#portfoliowrap {
	background: url(http://koridor.slenhtech-corp.com/assets/img/portfolio-bg.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:70px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#portfoliowrap h3 {
	color: #ffffff;
}

.port-space {
	padding-bottom: 20px;
}


/* White Wrap */
.overlay-dark {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 0;
}
.text-primary {
	color: #EE5500;
}
.portfolio-box {
	position: relative;
}
.portfolio-box .portfolio-item {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 20px;
}
.portfolio-box .portfolio-item:hover > .caption {
	top: 30%;
}

.portfolio-item > .caption {
	position: absolute;
	top: 120%;
	left: 0;
	right: 0;
	bottom: 0;
	background: #EE5500;
	background: rgba(238, 85, 0, 0.7);;
	padding: 10px 20px;
	color: #ffffff;
	transition: 200ms all ease-in-out;
}
.portfolio-item > .caption p {
	line-height: 1;
	font-size: 1em;
	font-weight: 700;
}
.block {
	display: block;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
#w {
	background: #ffffff;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}
#w.white-section {
	background: url('../img/bg-5.jpg') no-repeat center!important;
	background-size: cover;
	background-position: 0 center;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    position: relative;
}
#w.white-section .container {
	position: relative;
	z-index: 2;
}

#w h3 {
	font-weight: 700;
	color: #7b7b7b;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#w.white-section h3 {
	color: #fff;
}
#w bold {
	color: #EE5500;
}
.special-title {
	margin: 20px 0;
}

/* Grey Wrap */

#g {
	background: #f2f2f2;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}
#g.no-align {
	text-align: inherit;
}
textarea {
	resize: vertical;
}
#g input,
#g textarea {
	border-radius: 0;
}
/* Dark Grey Wrap */
#dg {
	background: #e0e0e0;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

/* Footer Wrap */

#f {
	background: #2f2f2f;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center
}

#f h3 {
	color: white;	
}

#f i {
	font-size: 26px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

/* Copyright Wrap */

#c {
	background: #222222;
	padding-top: 15px;
	text-align: right;
}

#c p {
	color: white
}


/* item Wrap */

#itemwrap {
	background: url(http://koridor.slenhtech-corp.com/assets/img/item-bg.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:70px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#itemwrap h1 {
	margin-top: 40px;
	color: white;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 3px;
}

#itemwrap h2 {
	color: white;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 2px;
}


.desc {
	text-align: left;
}

.desc-b {
	border-left: 4px solid #bababa;
}

.desc-a i {
	color: #555;
	padding-right: 8px;
}

.desc-b i {
	color: #555;
	padding-right: 8px;
}



/* MENU CONF*/

.menu {
	position: fixed;
	right: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
	background: #1a1a1a;
	width: 200px;
	height: 100%;
}

.menu h1.logo a {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #EE5500;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: #f85c37;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 20px;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu a:hover {
	color: #EE5500;
}

.menu a:active {
	color: #EE5500;
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 25px;
	font-size: 14px;
	line-height: 40px;
	margin: 25px 2px;
}

.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 18px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 28px;
	right: 8px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #EE5500;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	/*
	background: rgba(0,0,0,0.25);*/
	background: #EE5500;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}
#menuToggle:hover,
#menuToggle.active {
	-webkit-animation-duration: 0s;
  animation-duration: 0s;
}
#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}


/* BUTTON CONF */

.btn-theme {
	color: #fff;
	background-color: #1abc9c;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: 700;
	border-radius: 3px;
}

.btn-theme:hover {
	cursor: pointer;
	color: white;
	background-color: #16a085;
	
}

/* TEAM CONF */

.team {
	padding-top: 20px;
}

.team:hover {
	background: white;
}

.team a {
	padding-right: 10px;
	padding-left: 10px;
}

.img-center {
	margin: 80px auto 60px auto;
}
.img-center-md {
	margin: 20px auto 20px auto;
	max-width: 480px;
}
hr.sweet-line {
	border-color: #EE5500;
}
#g.white-section {
	background: #fff;
}
.no-text-align {
	text-align: inherit;
}
hr.sweet-line:after {
	content: '';
	display: block;
	margin: 0 auto;
	width: 320px;
	border-top: 4px solid #EE5500;
}
.text-uppercase {
	text-transform: uppercase;
}
.apropos-sub .col-md-6 img {
	max-width: 100%;
	min-width: 100%;
	height: auto;
	min-height: 250px;
	max-height: 250px;
	margin: 20px 0;
}
.icon-services {
	display: inline-block;
	padding: 20px;
	border-radius: 100%;
	border: 4px solid transparent;
	text-align: center;
	transition: 500ms all linear;
}
#g .col-md-3:hover .icon-services {
	color: #EE5500;
	border-color: #EE5500;
}
#g .col-md-3 p {
	padding: 0 10px;
}
#g .col-md-3 h4,
#g h3 {
	padding-bottom: 16px;
	border-bottom: 2px solid transparent;
	transition: 500ms all ease-in-out;
}
#g .col-md-3:hover h4 {
	color: #EE5500;
	border-color:#EE5500;
}
.btn {
	text-transform: uppercase;
}
.btn-primary {
	background: #EE5500;
	border-color: #EE5500;
}
.btn-primary:hover{
	background: #e0e0e0;
}
.tinyheader {
	position: relative;
	height: 120px;
	background: #fff;
}