/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Poppins:600,300);

/* Base styling */
body {
    font-size: 14px;
    line-height: 26px;
    background: #fff;
    margin: 0px;
    padding: 0px;
}

.page {
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
}

.page p {
    font-weight: 200;
    color: #0f0b0b;
    margin: 15px 0;
}

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
    font-weight: 900;
}

.page h1 {
  	font-size: 50px;
	text-align: center;
}

.page h2 {
	font-size: 170%;
}

.page .contact-list {
    list-style: none;
}

ul, ol {
	margin: 0;
}


/* Text elements */
.page .content {
	text-align: left !important;
}

.page .content > img {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}

/*.page .content-wrapper h2 {
	font-size: 34px;
}*/

.page .jumbotron-wrapper .content {
	text-align: center !important;
}

/* Breadcrumb */
.page .breadcrumb {
    text-align: left;
    background: none;
    margin: 0 0 20px;
    padding: 19px 0;
}



/* Container */
.page .container {
    margin: 0px auto;
	max-width: 1200px;
}


/* Wrappers */
.page .header-wrapper {
    padding: 30px;
}

.page .navigation-wrapper {
	width: 100%;
  	z-index: 2;
}

.page .jumbotron-wrapper {
    color: #fff;
    padding: 215px 0;
    position: relative;    
}

.page .header-image-wrapper {
	height: 400px;
}

.page .content-wrapper {
  	padding: 20px;
}

.page .services-wrapper {
	padding: 50px;
}

.page .spacer-wrapper {
    min-height: 40px;
}


/* Topbar */
.page .topbar-wrapper p {
	font-size: 12px;
	text-align: left !important;
	line-height: 0;
	color: #fff !important;
}

.page .topbar-wrapper .row-fluid .span6:nth-child(2) .text-content p {
	text-align: right !important;
}

.page .topbar-wrapper .container {
	padding: 0 43px 0 35px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}


/* Logo */
.page .navigation-wrapper h1 {
	font-size: 38px;
	font-weight: bold;
	text-align: left;
	margin: 12px 0 0px 0;
}

.page .navigation-wrapper img {
        padding: 15px 0 !important;
	float: left;
}

.page .logo {
  	display: inline-block;
  	margin: 0;
}


/* Header element */
.page .header-container a {
	display: block;
	text-align: center;
}

.page .header-container img.logo {
	margin: 10px 15px 10px 0;
}

/* Header navigation */
.page .header-navigation-wrapper .row-fluid > * {
    display: table-cell;
    float: none;
    line-height: 1.5;
    vertical-align: middle;
}

.page .header-navigation-wrapper .header-container > * {
    display: table-cell;
    vertical-align: middle;
}

.page .header-navigation-wrapper .header-container img.logo {
    margin-right: 15px;
}



/* Navigation */
.page nav {
  	float: right;
}

.page ul.nav-menu {
	float: right;
}

.page ul.nav-menu > li {
  	padding: 15px 0;
}

.page ul.nav-menu > li:last-child {
    margin-right: 0px;
}

.page ul.nav-menu li a {
  	font-size: 16px;
	text-transform: uppercase;
	padding: 5px 14px;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -ms-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
}

.page ul.nav-menu li:first-child a {
    border-left: medium none;
}

.page .layout-block-wrapper.navigation-wrapper.cloned {
	background: #fff;
	box-shadow: 0px 2px 2px #ddd;
}

.page .navigation-wrapper .container {
	padding: 0 30px;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}


/* Submenu */
.page .nav-menu ul {
	background: rgba(81, 81, 81, 0.75) !important;
}

.page ul.nav-menu li ul li a {
	color: #fff !important;
    border-bottom: 1px solid #898e89;
	margin-top: 1px;
    padding: 20px;
}

.page .fa-caret-down::before {
	font-size: 15px;
	content: "\f078";
}

/* Hover menu item */  
.page ul.nav-menu li a:hover {
    text-decoration: none;
}

.page ul.nav-menu li.active a {
    font-weight: bold;
    text-decoration: underline;
}

.page .main-menu .slide-trigger {
/*	color: #fff;*/
    border: none;
}


/* Header image */
.page .jumbotron-wrapper .jumbotron h2 {
  	font-size: 5rem !important;
	font-weight: normal;
	text-transform: uppercase;
  	text-shadow: 1px 2px 2px #777;
	text-align: center;
	margin: -10px;
}

.page .jumbotron-wrapper .jumbotron p { 
  	font-size: 1.875rem !important;
	text-transform: uppercase;
  	text-shadow: 1px 2px 2px #777;
	text-align: center;
  	margin-top: 0;
}



/* Highlight blocks */
.page .services-wrapper .content .text-content > h2 {
	text-transform: none;
	padding: 10px 30px 0 30px;
}

.page .layout-block-wrapper.grid-wrapper {
	margin-bottom: 0 !important;
}

/* Carousel */
.page .carousel-caption > p {
    color: #fff !important;
}

.page .slider .carousel-inner .item img {
    display:inline-block;
}

/* Gallery element */
.page .gallery {
    text-align: center;
    -webkit-columns: 4 200px;
    -moz-columns: 4 200px;
    columns: 4 200px;
}

.page .gallery img {
    vertical-align: baseline;
    margin-top: 20px;
  	width: 96%;
}

.page .content-wrapper .content .btn .btn-large{
	text-align: center !important;
}


/* Popup gallery */
#cboxOverlay {
	background: rgba(0, 0, 0, 0.5) !important;
}


/* Parallax */
.page .parallax-background-overlay {
    background: rgba(255, 255, 255, 0.8);
	padding: 40px 0;
}


/* Contactinfo element */
.page ul.contact-list li {
	margin: 5px 0;
}


/* Footer */
.page .footer-wrapper {
	background: #2d3e50;
    padding: 25px;
}

.page .footer-wrapper .inner-wrapper {
    margin-top: 10px;
}

.page .footer-wrapper .text-content h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase !important;
	letter-spacing: 1px;
	color: #fff;
}

.page .footer-wrapper p {
	text-align: left !important;
    line-height: 25px !important;
	color: #fff;
}

.page .footer-wrapper h2 {
    color: #fff;
}

.page .footer-wrapper a {
  	text-decoration: none !important;
	color: #fff;
}

.page .footer-wrapper a:hover {
  	text-decoration: underline !important;
}

.page .footer-wrapper ul, ol {
	color: #fff;
}

.page .footer-wrapper .span4 {
    background: none;
    border: none;
}


/* Social media */
@font-face {
    font-family: 'socicon';
    src: url('../fonts/socicon-webfont.eot');
    src: url('../fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon-webfont.woff') format('woff'),
         url('../fonts/socicon-webfont.ttf') format('truetype'),
         url('../fonts/socicon-webfont.svg#englebertregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.page .social {
	text-align: left;
	margin-left: 0;
}

.page ul.social li {
	display: inline-block;
}

.page .social-icon {
    font-family: 'socicon' !important;
    font-size: 14px;
	text-align: center;
	color: #acb0b5;
	border: 1px solid #6c7885;
	padding: 6px 8px;
  	margin: 15px 10px 5px 0;
    display: block;
}

.page .social-icon:hover {
	text-decoration: none;
	color: #fff !important;
}

.page .social-item-link.social-icon.social-icon-twitter:hover {
	background: #00aced !important;
	border: 1px solid #00aced;
}

.page .social-item-link.social-icon.social-icon-facebook:hover {
	background: #3b5998 !important;
	border: 1px solid #3b5998;
}

.page .social-item-link.social-icon.social-icon-linkedin:hover {
	background: #0080b1 !important;
	border: 1px solid #0080b1;
}

.page .social-item-link.social-icon.social-icon-gplus:hover {
	background: #dd4b39 !important;
	border: 1px solid #dd4b39;
}

.page .social-item-link.social-icon.social-icon-pinterest:hover {
	background: #cb2027 !important;
	border: 1px solid #cb2027;
}

.page .social-item-link.social-icon.social-icon-instagram:hover {
	background: #517fa4 !important;
	border: 1px solid #517fa4;
}

.page .social-item-link.social-icon.social-icon-youtube:hover {
	background: #b82d34 !important;
	border: 1px solid #b82d34;
}


/* Footer lower bottom */
.page .footer-sub-wrapper {
	padding: 0 !important;
}

.page .footer-sub-wrapper .container {
	border-top: 1px solid #eee;
}

.page .footer-sub-wrapper .text-content p, 
.page .footer-sub-wrapper .text-content a {
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}


/* Forms */
.page .controls > input[type='text'],
.page .controls > input[type='password'],
.page .controls > textarea {
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing:antialiased;
	font-style: italic;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 14px 20px;
	width: 96%;
	box-shadow: none;
}

.page .controls > input[type='text'], 
.page .controls > input[type='password'] {
    box-sizing: border-box;
    height: 3rem;
    padding: 5px 20px;
    width: 100%;
}

.page .controls > textarea {
    box-sizing: border-box;
    padding: 15px 20px;
    width: 100%;
    min-height: 60px;
}

.page .captcha-image {
    margin-bottom: 11px;
    float: left;
}

.page .controls > a {
    margin: 13px;
	float: left;
}

.page .controls > select {
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    padding-left: 20px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #ddd;
    height: 50px;
}

/* Jumbotron */
.page .jumbotron-wrapper .jumbotron h2 {
    font-size: 3em;
    line-height: 140%;
}

.page .jumbotron-wrapper .jumbotron p {
    font-size: 1.25em;
    line-height: 140%;
}


/* Buttons */
.page .btn {
	font-size: 16px;
	font-weight: 600;
	text-transform: lowercase;
	line-height: 1.471;
	background: none;
	border-radius: 0px;
	-webkit-transition: none;
	transition: none;
	margin: 10px 0;
	padding: 15px 30px;
	text-shadow: none;
}

.page .btn:hover {
	color: #fff;
}

.page .jumbotron-wrapper .btn.btn-large {
    background: transparent;
	color: #fff;
	border: 2px solid #fff;
}

.page .jumbotron-wrapper .btn.btn-large:hover {
	border: 2px solid #fff !important;
}

.page .form-widget .btn {
	margin: 0;
	float: right;
}

.page .product-catalog [role=button] {
	font-size: 17px !important;
    line-height: 1.471 !important;
    color: #fff !important;
    border-radius: 6px;
	margin: 10px 0 !important;
	padding: 10px 15px !important;
	height: auto !important;
}

/* Blog and news function */
.page .news-article {
    margin-bottom: 50px;
}

.page .news-article-image {
    margin: 0 !important;
}

.page .news-article h4 {
    font-size: 25px;
    margin-top: 25px;
}

.page .news-article > p:nth-child(2) {
    margin: 0;
}

.page .news-article-published::before {
    font-family: FontAwesome;  
    content: "";
    color: #333333;
}

.page .muted {
    color: #333333;
    margin-bottom: 5px;
}

.page .news-article p:nth-child(2) {
    order: 2;
}

.page .news-article > p:nth-child(3) {
    order: 1;
}

.page .news-article-published:nth-child(6) {
    order: 0;
}

.page .link-read-more:nth-child(7) {
    order: 10;
}



/* Tablet */
@media (max-width: 1024px) {  
	.page ul.nav-menu li a {
    	font-size: 14px !important;
	}

	.page .jumbotron-wrapper {
		padding: 200px 0 !important;
	}
}


/* Menu on mobile */
@media (max-width: 767px) {
	.page nav {
		float: none;
	}

  	.page .nav-menu ul {
		background: none !important;
    }

	.page ul.nav-menu {
		/*float: none;*/
		clear: both;
                margin-top: 10px;
	}

        .page ul.nav-menu {

	  margin-top: 25px;

	  width: 100%;

	  left: 0;
	  position: absolute;

	}

	.page .nav-menu li {
		border-top: 1px solid rgba(255, 255, 255, .1);
		margin: 0;
		padding: 0;
		background: #333;
    }

    .page .nav-menu li a {
        background: none;
        color: #fff !important;
		margin-bottom: 0px;
    }
  
    .page .nav-menu li:hover {
		color: #fff !important;
    }

	.page .nav-menu .active {
		/*background: transparent;*/
		background: #333;
	}

	.page ul.nav-menu li ul li a {
		background-image: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1)
	}

	.page .main-menu .slide-trigger {
		/*color: #555;*/
		border-radius: 0 0 0 7px;
		/*margin:-25px -10px;*/
                margin: 5px;
		padding: 7px 11px;
                position: absolute;
                right: 5px;
                top: 5px;
	}

  	.page .layout-block-wrapper.navigation-wrapper {
             position: relative;
        }
  
  	.page .layout-block-wrapper.navigation-wrapper.original {
		display: block !important;
		visibility: visible !important;
	}

	.page .navigation-wrapper .span5 {
		width: 80%;
		float: left;
	}

	.page .navigation-wrapper .span7 {
		margin-top: 40px;
		width: 20%;
		float: right;
	}

  	/* Submenu */
	.page .nav-menu {
		/*top: 70px;
		left: 0;
		right: 0;
		position: absolute;*/
		z-index: 99;
	}
}

/* Fixes for mobile */
@media (max-width: 767px) {
    body {
      padding: 0;
    }

  	.page img {
		float: none;
	}

  	.page .layout-block-wrapper.topbar-wrapper {
		display: none !important;
    }

	.page .navigation-wrapper h1 {
		margin: 15px -45px ;
 	}

	.page .navigation-wrapper .content {
		float: left;
		margin-left: 30px;
	}

	.page .navigation-wrapper .row-fluid {
		float: left;
	}

  	.page .navigation-wrapper img {
		padding: 20px 10px !important;
    }
  
  	.page .jumbotron-wrapper {
		padding: 45px 0 !important;
	}

	.page .jumbotron-wrapper .jumbotron h2 {
    	font-size: 45px !important;
		margin: 20px;
    }

	.page .jumbotron-wrapper .jumbotron p {
		font-size: 30px;
		padding: 10px;
    }
  
	.page .services-wrapper {
		padding: 30px;
    }

  	.page .span3,
	.page .span4 {
		padding: 15px;
		margin-bottom: 20px;
    }

  	.page .footer-wrapper {
		padding: 10px;
	}

	.page .btn,
	.page .jumbotron-wrapper .btn.btn-large {
		margin-left: 15px;
	}
}


