/* === prettify === */
@import url('../js/google-code-prettify/prettify.css');
/* === fontawesome === */
@import url('font-awesome.css');

/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');

/* ===================================
1. General
==================================== */
body,html{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;	
}

body {
	font-family:'Lato', Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#656565;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}


a:active {
	outline:0;
}

.clear {
	clear:both;
}

h1,h2, h3, h4, h5, h6 {
	font-family:'Montserrat', Arial, sans-serif;
	font-weight:700;
	line-height:1.2em;
	color:#333;
	margin-bottom: 20px;
}

/* ===================================
2. layout
==================================== */

.container {
	padding:0 20px 0 20px;
	position:relative;
}

#wrapper{
	width:100%;
	margin:0;	
	padding:0;
}


.row,.row-fluid {
}

.row .row,.row-fluid .row-fluid{

}

.row.nomargin,.row-fluid.nomargin {
	margin-bottom:0;
}



/* ===================================
3. Responsive media
==================================== */


img.img-polaroid {
	margin:0 0 20px 0;
}
.img-box {
	max-width:100%;
}
/* ===================================
4. Header
==================================== */

#header{
	position:relative;
	width: 100%;
	padding:0px;
	margin:0px;
	height:43px;
	background-color: rgba(0, 0, 0, 0.02);
	border-bottom: 1px solid #e4e4e4;
}
#header .container{
	padding-bottom:0px;
	margin-bottom:0px;
	bottom:0px;
}
#header ul{
	margin-bottom:0px;
	bottom:0px;
}

#header .header-bottom{
	color: #949494;
	font-size: 12px;
	width: 100%;
	transition: all 0.3s ease 0s;
	line-height:40px;
}

#header .header-contact{
	width: 100%;
}

#header .header-contact ul{
	
}
#header .header-contact ul li {
  border-left: 1px solid #e4e4e4;
  display: inline-block;
  float: left;
  padding: 0px 12px;
}

#header ul.social-icons{
	position:relative;
	padding:0px;
	line-height:40px;
	display: inline;
	padding-right:5px;
	border-right: 1px solid #e4e4e4;
}
#header ul.social-icons li{
	direction:ltr;
	display:inline;
	padding:0px 5px;
}
#header ul.social-icons li a{
	color:#0881C2;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;	
}
#header ul.social-icons li a:hover{
	text-decoration:none;
	color:#CCC;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;	
}

#header .phone{
	font-size: 12px;
}

#header .phone i{
	margin-right: 5px; 
}

#header .mail{
	font-size: 12px;
}
#header .mail i{
	margin-right: 5px; 
}

/* --- header -- */
header{
	position:relative;
	z-index:999;
	margin-bottom: 30px;
}
.logo {
    padding: 15px 0;
}


header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

header .nav {
	position:relative;
	top:20px;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	float:right;
}

/*Create a horizontal list with spacing*/
header ul.nav li {
	display:inline-block;
	margin-right: 1px;
}

/*Style for menu links*/
header ul.nav li a {
	font-family:"PT Sans Narrow", Lato;
    margin-left: 2px;
	font-weight: 500;
	font-size:1.4em;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 20px 10px;
}
header ul.navsubmenu {
	border: solid 1px #DDD;
	border-radius: 5px;
	text-align: center;
}
header ul.navsubmenu li a {
	font-family:"PT Sans Narrow", Lato;
    margin-left: 2px;
	font-weight: 500;
	font-size:1.1em;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 10px;
}
.nav > li > a:focus, .nav > li > a:hover{
	background:none;
}
/*Hover state for top level links*/
header ul.nav li:hover{
	background:#68a4c4;
}
header ul.nav li:hover a {
	color:#FFF;
	text-decoration:none;
}

/*Style for dropdown links*/
header ul.nav li:hover ul{
	position:absolute;
	width:280px;
	display:block;
	background:rgba(104,164,196,.8);
	z-index: 9999;
}
header ul.nav li:hover ul a {
	color: #001621;
	text-decoration:none;
	padding:0px;
}

/*Hover state for dropdown links*/
header ul.nav li:hover ul a:hover, header ul.nav li:hover ul li:hover a  {
	color: #fff;
	display:block;
}

/*Hide dropdown links until they are needed*/
header ul.nav li ul {
	display: none;
}

/*Make dropdown links vertical*/
header ul.nav li ul li {
	display: block;
	float: none;
}
header ul.nav li ul li:hover {
	background:rgba(104,164,196,1);
}

/*Display the dropdown on hover*/
header ul.nav ul li a:hover + .hidden, .hidden:hover {
	display: block;
}
header ul.nav ul li, header ul.nav ul li a {
	padding:10px 10px;
}
/*Style 'show menu' label button and hide it by default*/
header .show-menu {
	font-family:"PT Sans Narrow", Lato;
	text-decoration: none;
	font-weight:300;
	font-size:1.4em;
	background: #001621;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
header input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
header input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	header ul.nav {
		position: static;
		display: none;
		width:100%;
	}
	header ul.nav li ul {
		display: none;
		position:relative;
	}
	header ul.nav li:hover ul{
		position:relative;
		width:100%;
		display:block;
	}
	header ul.nav li ul li:hover {
		background:rgba(0,0,0,.2);
	}

	/*Create vertical spacing*/
	header ul.nav li {
		position:relative;
		width:100%;
		margin-bottom: 1px;
		padding:0px;
	}
	/*Make all menu links full width*/
	header ul.nav ul li, header ul.nav ul li a {
		position:relative;
		width: 100%;
		padding:0px;
		padding-left:10px;
	}
	/*Display 'show menu' link*/
	header .show-menu {
		display:block;
	}
}
/* ===================================
5. Section: Featured
==================================== */

#featured{
	width: 100%;
	background:#fcfcfc;
	position:relative;
	margin:0;
	padding:0;
}

/* ===================================
6. Sliders
==================================== */
/* --- flexslider --- */

#featured .flexslider {
	padding:30px 0px;
	margin-top: 20px ; 
	background: #fff; 
	position: relative; 
	zoom: 1;
	/*border-bottom:3px solid #EEE;
	border-top:3px solid #EEE;*/
}

.flex-caption h3 {color: #fff; letter-spacing: 1px; margin-bottom: 8px; text-transform: uppercase;}
.flex-caption p {margin: 0 0 15px;}



/* ===================================
7. Section: call action
==================================== */
section.callaction {
	background:#f9f9f9;
	padding:20px 0;
}



/* ===================================
8. Section: Content
==================================== */

#content {
	position:relative;
	background:#fff;
	padding:50px 0 40px 0;
}

#content .products .overlay{
    position: relative;
	height:270px;
	line-height:270px;
	width:100%;
	text-align:center;
    overflow-y: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	background:rgba(0,22,33, .7);
    top: 0px;
    left: 0px;
    opacity: 0;
}
#content .products .overlay:hover{
    cursor:pointer;
    opacity: 1;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#content img {
	max-width:100%;
	height:auto;
	text-align:center;
}
#content .itemproduct{
	position:relative;
	display:block;
	margin-bottom:40px;
	padding:10px 5px;
}

#content .itemproduct a{
	text-decoration:none;
}

#content .itemproduct .info{
	padding:15px 8px;
	height:75px;
}
#content .itemproduct h4{
	font-family:Montserrat, Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:600;
	font-size:1.2em;
	line-height:normal;
	padding:0px;
	margin:0px;
	color:#001621;
}
#content .itemproduct .meta{
	font-family:Lato, Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:500;
	color:#68a4c4;
	line-height:normal;
	font-size:.9em;
}
/* --- Call to action --- */

.cta-text {
	text-align: center;
	margin-top:10px;
}


.big-cta .cta {
	margin-top:10px;
}

/* --- box --- */

.box {
	width: 100%;
}
.box-gray  {
	background: #f8f8f8;
	padding: 20px 20px 30px;
}
.box-gray  h4,.box-gray  i {
	margin-bottom: 20px;
}
.box-bottom {
	padding: 20px 0;
	text-align: center;
}
.box-bottom a {
	color: #fff;
	font-weight: 700;
}
.box-bottom a:hover {
	color: #eee;
	text-decoration: none;
}


/* ===================================
9. Section: Bottom
==================================== */

#bottom {
	background:#68a4c4;
	padding:50px 0 0;

}


h4.heading {
	font-weight:700;
}

.heading { margin-bottom: 30px; }

.heading {
	position: relative;
	
}


article{
	margin-bottom:40px;
}



/* ===============================
16. Footer
================================ */

footer{
	padding:50px 0 0 0;
	color:#f8f8f8;
}

footer a {
	color:#fff;
}

footer a:hover {
	color:#eee;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color:#68a4c4;
	font-size:1.2em;
}

footer address {
	line-height:1.6em;
}

footer h5 a:hover, footer a:hover {
	text-decoration:none;
}

ul.social-network {
	list-style:none;
	margin:0;
}

ul.social-network li {
	display:inline;
	margin: 0 5px;
}

#sub-footer{
	text-shadow:none;
	color:#f5f5f5;
	padding:0;
	padding:20px 0px;
}

#sub-footer p{
	margin:0;
	padding:0;
}

#sub-footer span{
	color:#f5f5f5;
}

.copyright {
	text-align:left;
	font-size:12px;
}

#sub-footer ul.social-network {
	float:right;
}


/* scroll to top */
.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:0px;
    right:20px;
	background: #222;
	
}

a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}




/* =============================
21. Media queries 
============================= */

@media (min-width: 768px) and (max-width: 979px) {

	a.detail{
		background:none;
		width:100%;
	}


	
	footer .widget form  input#appendedInputButton {
		  display: block;
		  width: 91%;
		  -webkit-border-radius: 4px 4px 4px 4px;
			 -moz-border-radius: 4px 4px 4px 4px;
				  border-radius: 4px 4px 4px 4px;
	}
	
	footer .widget form  .input-append .btn {
		  display: block;
		  width: 100%;
		  padding-right: 0;
		  padding-left: 0;
		  -webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				  box-sizing: border-box;
				  margin-top:10px;
	}

	ul.related-folio li{
		width:156px;
		margin:0 20px 0 0;
	}	
}

@media (max-width: 767px) {

  body {
    padding-right: 0;
    padding-left: 0;
  }
	.navbar-brand {
		margin-top: 10px;
		border-bottom: none;
	}
	.navbar-header {
		margin-top: 20px;
		border-bottom: none;
	}
	
	.navbar-nav {
		border-top: none;
		float: none;
		width: 100%;
	}

	header .navbar-nav > li  {
		padding-bottom: 0;
		padding-top: 0;
	}
	
	header .nav li .dropdown-menu  {
		margin-top: 0;
	}

	.dropdown-menu {
		position:relative;
		width:100%;
		top: 0;
		z-index: 1000;
		display: none;
		float: left;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 13px;
		list-style: none;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #f5f5f5;
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 0;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
			  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	

	
	.navbar-collapse.collapse  {
		border: none;
		overflow: hidden;
	}

	
	.box {
		border-bottom:1px solid #e9e9e9;
		padding-bottom:20px;
	}

	#featured .flexslider .slide-caption {
		width: 90%; 
		padding: 2%; 
		position: absolute; 
		left: 0; 
		bottom: -40px; 
	}


	#inner-headline .breadcrumb {
		float:left;
		clear:both;
		width:100%;
	}

	.breadcrumb > li {
		font-size:13px;
	}

	
	ul.portfolio li article a i.icon-48{
		width:20px;
		height:20px;
		font-size:16px;
		line-height:20px;
	}


	.left-sidebar{
		border-right:none;
		padding:0 0 0 0;
		border-bottom: 1px dotted #e6e6e6;
		padding-bottom:10px;
		margin-bottom:40px;
	}
	
	.right-sidebar{
		margin-top:30px;
		border-left:none;
		padding:0 0 0 0;
	}
	
	
	footer .col-lg-1, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6, 
	footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12{
		margin-bottom:20px;
	}
	#sub-footer .copyright p {
		text-align:center;
	}

	#sub-footer ul.social-network {
		position:relative;
		margin:auto;
		float:none;
	}
	

	
  [class*="span"] {
		margin-bottom:20px;
  }

}

@media (max-width: 480px) {
	.bottom-article a.pull-right {
		float:left;
		margin-top:20px;
	}


	.search{
		float:left;
	}

	.flexslider .flex-caption {
		display:none;
	}


	.cta-text {
		margin:0 auto;
		text-align:center;	
	}
	
	ul.portfolio li article a i{
		width:20px;
		height:20px;
		font-size:14px;
	}


}

@media (max-width: 360px) {

}

.page h1{
	font-weight:normal;
	color:#68A4C4;
}
.page h2{
	font-weight:500;
}
.page .text{
	font-size:1.3em;	
}
a.pageload {
	text-decoration:none;
}
.pageload span{
	position: relative;
	font-size:1.3em;	
	font-weight:500;
	top:-5px;
	padding-left:4px;
}